body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/*********************************************
 *         main
 ********************************************/

 .mod_mobilenav {
    display: none;
}
 
.mod_mobilenav .nav-open {
    color: #333;
    padding: 10px;
    display: block;
}

.mod_mobilenav .nav-open .word {
	display: none;
}

.mod_mobilenav .nav-open .icon {
	position: relative;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	background: #000000;
}

.mod_mobilenav .nav-open .icon .hamburger {
	width: 25px;
	height: 3px;
	background: white;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.5px;
	margin-top: -1.5px;
	transition: transform 200ms;
}

.mod_mobilenav .nav-open .icon .hamburger.hamburger-1 {
  transform: translate3d(0, -8px, 0);
}
.mod_mobilenav .nav-open .icon .hamburger.hamburger-2 {
  transform: translate3d(0, 0, 0);
}
.mod_mobilenav .nav-open .icon .hamburger.hamburger-3 {
  transform: translate3d(0, 8px, 0);
}

.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-1 {
	transform: translate3d(0, 0, 0) rotate(45deg);
}
.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-2 {
	transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-3 {
	transform: translate3d(0, 0, 0) rotate(-45deg);
}
 
.nav-mobile  {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    z-index: 999;
    transition: 250ms;
    background: #fff;
	transform: translateX(-100%);
	display: none;
}

.nav-mobile.active {
	box-shadow: 0 20px 70px rgb(0 0 0 / 20%)
}

.nav-mobile , .nav-mobile ul {
    width: 100%;
    max-width: 253px;
    overflow: hidden;
}
.nav-mobile ul > li {
    font-size: 16px;
}
.nav-mobile ul > li a, .nav-mobile ul > li strong {
    padding-right: 50px !important;
}

.nav-mobile * {
    box-sizing: border-box;
}

.nav-mobile button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: rgba(0,0,0,0);
	border: none;
    border-left: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}

.nav-mobile .arrow {
	display: inline-block !important;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	width: 10px; height: 10px;
	padding: 0 !important;
	transform: rotate(-45deg);
}

.nav-mobile .arrow.arrow-left {
	transform: rotate(-225deg) translateX(-1px);
}

.nav-mobile span .arrow.arrow-left {
	margin-right: 10px;
}

.nav-mobile ul > li ul {
    left: 100%;
}
.nav-mobile ul {
    margin: 0;
	padding: 0;
	list-style: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 100ms;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-mobile ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.nav-mobile ul li span.forward, .nav-mobile ul li a, .nav-mobile ul li.back span, .nav-mobile ul li.close-menu span, .nav-mobile li.trail > span.trail, .nav-mobile li.active > span, .nav-mobile li.title > span {
    position: relative;
    padding: 1rem 1.25rem;
    display: block;
    cursor: pointer;
	text-decoration: none;
}

.nav-mobile ul li span.forward, .nav-mobile li.trail > a, .nav-mobile li.active > span, .nav-mobile li.trail > span.trail {
    background: rgba(0,0,0,0.025);
}

.nav-mobile.active {
    transform: translateX(0);
	animation: mobilenavSlideIn 250ms linear;
	display: block;
}

.nav-mobile ul.active{
    left: 0;
}

.nav-mobile .no-scroll {
    overflow: hidden;
}

.nav-mobile .close-menu {

}

.nav-mobile li.title, .nav-mobile li.fa-homee span {
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.nav-mobile strong {
    font-weight: normal;
}
.nav-mobile li.fa-homee span strong {
    font-weight: bold;
}

/*********************************************
 *         nav-mobile-header
 ********************************************/
.nav-mobile-header {
    display: none;
    position: fixed;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

/*********************************************
 *         media
 ********************************************/
@media screen and (max-width: 800px) {
    .mod_mobilenav {
        display: block;
    }

    header .mod_navigation,
	header .mod_customnav,
	header .mod_rocksolid_mega_menu {
        display: none;
    }
}

@keyframes mobilenavSlideIn {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

.cc-head>*:first-child{margin-top:0}.cc-head>*:last-child{margin-bottom:15px}.contao-cookiebar{--ccb-backdrop: rgba(0, 0, 0, .75);--ccb-anim-duration: .5s;--ccb-checked-clr: #399d32;--ccb-checked-bg: #dcf3db;--ccb-unchecked-clr: #9c9b99;--ccb-unchecked-bg: #fff;--ccb-disabled-clr: #c8c7c5;--ccb-disabled-bg: #f4f4f4;--ccb-focus-clr: #00a4f4;position:fixed;inset:0;z-index:9999;display:flex;align-items:var(--ccb-align, center);justify-content:var(--ccb-justify, center);letter-spacing:0;padding:15px;max-height:100dvh;box-sizing:border-box;pointer-events:none;overflow:hidden;color:var(--ccb-clr, #444)}.contao-cookiebar *{box-sizing:border-box}.contao-cookiebar p{color:var(--ccb-text, #868686);line-height:1.4}.contao-cookiebar label{position:relative;display:block;padding:8px 13px 8px 0;line-height:1.2rem}.contao-cookiebar label.group{font-weight:600}.contao-cookiebar input{position:absolute;width:1px;height:1px;outline:0 none;opacity:0}.contao-cookiebar input+label{padding:8px 13px 8px 45px;cursor:pointer}.contao-cookiebar input+label:before,.contao-cookiebar input+label:after{content:"";position:absolute;border-radius:10px}.contao-cookiebar input+label:before{top:7px;left:0;width:35px;height:18px;margin:0;box-sizing:content-box;background:var(--ccb-unchecked-bg);border:1px solid var(--ccb-unchecked-clr);transition:border-color .2s}.contao-cookiebar input+label:after{display:block;top:11px;left:4px;width:12px;height:12px;background:var(--ccb-unchecked-clr);transition:background .2s,margin-left .2s,padding .2s}.contao-cookiebar input+label:active:after{padding-left:5px}.contao-cookiebar input.cc-group-half+label:after{background:linear-gradient(to right, var(--ccb-unchecked-clr) 0%, var(--ccb-unchecked-clr) 50%, var(--ccb-checked-clr) 50%, var(--ccb-checked-clr) 100%)}.contao-cookiebar input:checked+label:after{background:var(--ccb-checked-clr);margin-left:17px}.contao-cookiebar input:checked+label:active:after{margin-left:12px}.contao-cookiebar input:checked+label:before{background:var(--ccb-checked-bg);border-color:var(--ccb-checked-clr)}.contao-cookiebar input:disabled+label{pointer-events:none}.contao-cookiebar input:disabled+label:after{background:var(--ccb-disabled-clr)}.contao-cookiebar input:disabled+label:before{background:var(--ccb-disabled-bg);border-color:var(--ccb-disabled-clr)}.contao-cookiebar input:focus-visible:not(.cc-hide-focus)+label:before{outline:3px dashed var(--ccb-focus-clr);outline-offset:2px}.contao-cookiebar .cc-btn{display:inline-block;cursor:pointer;width:100%;padding:8px 14px;margin-bottom:8px;font-size:15px;outline:0 none;border:1px solid var(--ccb-btn-bdr, #cfcfcf);border-radius:4px;color:var(--ccb-btn-clr, #444);background:var(--ccb-btn-bg, #f5f5f5)}.contao-cookiebar .cc-btn:hover,.contao-cookiebar .cc-btn:focus{background:var(--ccb-btn-bg-hvr, #ececec)}.contao-cookiebar .cc-btn:last-child{margin-bottom:0}.contao-cookiebar .grayscale{--ccb-btn-bg: #f1efef;--ccb-btn-bg-hvr: #ececec}.contao-cookiebar .grayscale .success{--ccb-btn-bg: #fbfbfb;--ccb-btn-bg-hvr: #f7f7f7}.contao-cookiebar .highlight .success{--ccb-btn-bg: #4e9e3e;--ccb-btn-bg-hvr: #4c933f;--ccb-btn-bdr: #3e7830;--ccb-btn-clr: #fff}.cc-focus:not(.cc-hide-focus):focus-visible{outline:3px dashed var(--ccb-focus-clr);outline-offset:-3px}.cc-invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;float:left}.cc-inner{display:inline-block;overflow-y:auto;max-height:100%;max-width:100%;padding:23px;border-radius:3px;opacity:0;pointer-events:none;visibility:hidden;font-size:1rem;text-align:left;background:var(--ccb-bg, #fff);box-shadow:var(--ccb-box-shadow, rgba(99, 99, 99, 0.2)) 0 2px 8px 0;animation:var(--ccb-anim, cookiebar-middle-in) var(--ccb-anim-duration) ease-in-out forwards}.cc-group{position:relative;border:1px solid var(--ccb-bdr, #d0d0d0);border-radius:5px;margin-bottom:10px}.cc-cookie-info{font-size:.875rem;background:var(--ccb-info-bg, #fff);border:1px solid var(--ccb-info-bdr, #efefef);padding:10px;border-radius:5px}.cc-cookie-info>div>span{font-weight:600}.cc-cookie-info>div+div{margin-top:5px;word-wrap:break-word}.cc-cookie-info+button.cc-detail-btn-details{margin-top:15px}.cc-cookies{background:var(--ccb-cookies-bg, #fbfbfb);border-radius:0 0 5px 5px}.cc-cookies>p{font-size:.875rem}.cc-cookies>p,.cc-cookies>.cc-cookie{margin:0;padding:15px;border-top:1px solid var(--ccb-cookies-bdr, #fbfbfb)}.cc-cookie label.cookie+*{margin-top:10px}.cc-cookie p{margin:0 0 15px;font-size:.875rem}.cc-cookie-desc p{margin-bottom:0}.cc-footer,.cc-info{text-align:center}.cc-info{margin-top:15px}.cc-info>p{font-size:.875rem}.cc-info>a{display:inline-block;font-size:.813rem;color:var(--ccb-detail-clr, #a2a2a2);text-decoration:none}.cc-info>a:hover{color:var(--ccb-detail-clr-hvr, #717171)}.cc-info>a+a:before{display:inline-block;content:"·";margin-right:5px}.cc-active .cc-inner{opacity:1;pointer-events:auto;visibility:visible}.cc-active.cc-blocked{pointer-events:auto;animation:cookiebar-overlay-in var(--ccb-anim-duration) ease-in-out forwards}.cc-saved.cc-inner{opacity:0;pointer-events:none;visibility:hidden}.cc-saved.cc-blocked{pointer-events:none;animation:cookiebar-overlay-out var(--ccb-anim-duration) ease-in-out forwards}.cc-left{--ccb-justify: flex-start}.cc-right{--ccb-justify: flex-end}.cc-top{--ccb-align: flex-start}.cc-top.cc-active{--ccb-anim: cookiebar-top-in}.cc-top.cc-saved{--ccb-anim: cookiebar-top-out}.cc-middle.cc-active{--ccb-anim: cookiebar-middle-in}.cc-middle.cc-saved{--ccb-anim: cookiebar-middle-out}.cc-bottom{--ccb-align: flex-end}.cc-bottom.cc-active{--ccb-anim: cookiebar-bottom-in}.cc-bottom.cc-saved{--ccb-anim: cookiebar-bottom-out}@media(min-width: 768px){.contao-cookiebar .cc-btn{width:auto;margin-bottom:0}.cc-inner{max-width:var(--ccb-max-width, 750px)}}@media(forced-colors){.contao-cookiebar input+label:after{border:1px solid currentColor}.cc-inner{border:1px solid currentColor}input.cc-group-half+label:after{margin-left:9px}}@media(prefers-reduced-motion){.contao-cookiebar{--ccb-anim-duration: 2s}}@media print{.contao-cookiebar{opacity:0}}@keyframes cookiebar-overlay-in{0%{background:rgba(0,0,0,0)}to{background:var(--ccb-backdrop)}}@keyframes cookiebar-overlay-out{0%{background:var(--ccb-backdrop)}to{background:rgba(0,0,0,0);visibility:hidden}}@keyframes cookiebar-top-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-top-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(-100%)}}@keyframes cookiebar-middle-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes cookiebar-middle-out{0%{opacity:1;visibility:visible;transform:scale(1)}to{opacity:0;visibility:hidden;transform:scale(0)}}@keyframes cookiebar-bottom-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-bottom-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(100%)}}.cc-group{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:center}.cc-group>label{flex-grow:1;margin:5px 0 5px 10px}.cc-cookies{display:none;width:100%}.cc-detail-btn{padding:8px 10px;line-height:1.2rem}.cc-detail-btn-details{text-decoration:underline;padding:0;margin:0 0 10px}.cc-detail-btn,.cc-detail-btn-details{display:inline-block;color:var(--ccb-detail-clr, #a2a2a2);border:0 none;outline:0 none;background:rgba(0,0,0,0);font-size:13px;letter-spacing:0;text-transform:initial;cursor:pointer}.cc-detail-btn span:nth-child(2),.cc-detail-btn-details span:nth-child(2){display:none}.cc-detail-btn.cc-active span:nth-child(1),.cc-detail-btn-details.cc-active span:nth-child(1){display:none}.cc-detail-btn.cc-active span:nth-child(2),.cc-detail-btn-details.cc-active span:nth-child(2){display:inline}.cc-detail-btn:hover,.cc-detail-btn-details:hover{background:rgba(0,0,0,0);color:var(--ccb-detail-clr-hvr, #717171)}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
footer{margin-top:2rem}footer h2{font-size:1.875rem;font-weight:300}footer h2 strong{color:#e64415;font-weight:300}footer .content-text.media{display:flex;flex-direction:row}footer .content-text.media figure{margin-right:2rem}footer .content-text p{margin-top:0;font-size:1rem;font-weight:300}footer .content-text p strong{font-size:1.125rem;font-weight:400}@media screen and (max-width:600px){footer .content-text.media{flex-direction:column}footer .content-text.media figure{margin-right:0}}
header{background-color:#fff;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);width:270px;min-height:100vh;height:100%;left:0;padding:0.9375rem 1.25rem 0 0;position:fixed;top:0;z-index:99}header .content-image{margin-bottom:3.5rem}header .mod_navigation{font-size:1.125rem;line-height:1.38888em;margin:0 0 0.9375rem 0;position:relative;overflow:visible}header .mod_navigation li{position:relative}header .mod_navigation ul li{list-style:none;margin-bottom:0}header .mod_navigation .level_1{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;margin:0;padding:0}header .mod_navigation .level_1>li{position:relative}header .mod_navigation .level_1>li a,header .mod_navigation .level_1>li strong{text-decoration:none;display:block;font-family:"Hind", Univers, Calibri, Helvetica, Arial, sans-serif;font-weight:400;padding:12px 10px 10px 40px;transition:background-color, color ease 0.2s}header .mod_navigation .level_1>li.submenu:hover{box-shadow:1px 1px 500px 80vw rgba(0, 0, 0, 0.1)}header .mod_navigation .level_1>li.submenu:hover>.level_2{display:block}header .mod_navigation .level_1>li:last-of-type{margin-top:2rem}header .mod_navigation .level_1>li:last-of-type:before{border-top:0.0625rem solid #bdbdbd;width:100%;height:0;display:block;content:"";position:absolute;top:-1rem}header .mod_navigation a{color:#000}header .mod_navigation a:hover{background-color:#e64415;color:#fff}header .mod_navigation a:hover:before{content:" ";width:10px;height:10px;background-color:#fff;display:block;position:absolute;left:1.125rem;top:1.125rem}header .mod_navigation strong.active{background-color:#e64415;color:#fff}header .mod_navigation strong.active:before{content:" ";width:10px;height:10px;background-color:#fff;display:block;position:absolute;left:1.125rem;top:1.125rem}header .mod_navigation .level_2{padding:0;display:none;background-color:#fdfdfd;position:absolute;top:0;left:250px;width:300px;box-shadow:0px 0px 5px 0px #888;z-index:999}header .header-contact .buttons{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0.6rem 1.6rem}header .header-contact .buttons .toggle-phone,header .header-contact .buttons .toggle-hours,header .header-contact .buttons .toggle-email{background-color:white;display:block;height:100%;left:0.9375rem;max-width:100%;padding-top:0.625rem;border:none}header .header-contact .buttons .toggle-phone img,header .header-contact .buttons .toggle-hours img,header .header-contact .buttons .toggle-email img{width:40px;height:auto}header .header-contact .buttons .toggle-phone:hover img,header .header-contact .buttons .toggle-hours:hover img,header .header-contact .buttons .toggle-email:hover img{filter:invert(30%) sepia(87%) saturate(2128%) hue-rotate(355deg) brightness(93%) contrast(93%);cursor:pointer}header .header-contact .mp-content{display:none;border-top:0.1rem solid #e64415;padding:0.6rem 1.6rem}header .header-contact .mp-content p,header .header-contact .mp-content span,header .header-contact .mp-content ul,header .header-contact .mp-content li,header .header-contact .mp-content strong{font-size:1rem}header .header-contact .mp-content ul{list-style:none;padding:0;margin:0}header .header-contact .mp-content .mail{font-weight:600}header .header-contact .phone.show,header .header-contact .hours.show,header .header-contact .email.show{display:block}@keyframes slideInLeft{0%{transform:translateX(-100%);opacity:1}100%{transform:translateX(0);opacity:1}}@media screen and (max-width:768px){#wrapper{display:block !important}#wrapper header{width:100%;position:sticky;min-height:100%;padding:0;height:auto}#wrapper header .inside{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:1.5rem 2rem !important}#wrapper header .content-image{margin-bottom:0;flex:0 0 100%;order:1}#wrapper header .header-contact{order:2;flex:0 0 57%}#wrapper header .header-contact .buttons{padding:0;justify-content:unset}#wrapper header .header-contact .phone,#wrapper header .header-contact .hours,#wrapper header .header-contact .email{background-color:#FFF;border-right:10px solid #e64415;border-bottom:0.1rem solid #e64415;animation:slideInLeft 0.2s ease-out forwards;position:absolute;left:0}#wrapper header .mod_mobilenav{order:3}#wrapper .right-content{padding-left:0}}
html,body{margin:0;padding:0;height:100%}#wrapper{display:flex;min-height:100vh;flex-direction:row}.mod_article .row,footer .inside{max-width:1400px;margin-left:auto;margin-right:auto}.mod_article.full-width .row{max-width:100%}.inside{padding:0 !important}.rs-columns{margin-bottom:2rem}.rs-columns.same-height{display:flex !important}.right-content{flex:1;display:flex;flex-direction:column;min-height:100vh;padding-left:290px}#container{flex:1;display:flex;flex-direction:column}.header-wrapper{position:absolute;left:50%;transform:translateX(-50%);top:0;width:1400px}.container-wrapper{display:flex;flex-wrap:wrap;background-color:#ededed;color:black}.container-wrapper .content-headline{flex:0 0 100%;max-width:100%}.container-wrapper .content-headline,.container-wrapper .content-text,.container-wrapper .ce_accordion{padding-left:0.9375rem;padding-right:0.9375rem}.container-wrapper .ce_accordion{border:none}#overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background-color:rgba(30, 30, 30, 0.5);display:flex;justify-content:center;align-items:center;transition:all ease-in-out 0.5s;z-index:1000}#overlay .popup-content{box-shadow:0 0px 5px rgba(30, 30, 30, 0.5);width:680px;max-width:max-content;min-height:150px;background:white;margin:0 1em;box-sizing:border-box;padding:1.5em 1.5em 1em 1em;position:relative}#overlay .popup-content a.close{font-size:1.25em;color:#e64415;position:absolute;top:0.5em;right:0.5em;transition:all ease-in-out 0.25s}#overlay.hidden{display:none !important}#main{flex:1}#footer{background-color:#ededed;color:black;padding:2rem}#banner{position:relative}#banner .container{max-width:100%}#banner .container .content-image,#banner .container .content-youtube{max-height:650px;height:650px}#banner .container .content-image figure,#banner .container .content-youtube figure{height:100%}#banner .container .content-image figure img,#banner .container .content-youtube figure img{height:100%;object-fit:cover}.mod_mobilenav ul li{margin:0}@media screen and (max-width:600px){.header-wrapper{width:calc(100% - 4rem)}.header-wrapper .ce_rs_columns_start .rs-column:last-of-type{margin-bottom:7.69231%}.rs-columns{flex-direction:column}#banner .container .content-image{max-height:1200px;height:1200px}}@media screen and (max-width:820px){#banner .container .content-image{max-height:1050px;height:1050px}.header-wrapper .ce_rs_columns_start{display:flex;flex-direction:column}.header-wrapper .ce_rs_columns_start .rs-column{width:100%}}@media only screen and (min-width:481px) and (max-width:1800px){#container .inside .mod_article .row{padding-left:2rem !important;padding-right:2rem !important}.mod_breadcrumb .row{padding-left:2rem !important;padding-right:2rem !important}.ce_rs_columns_start .rs-column.-medium-col-1-1{width:100%}.header-wrapper{width:calc(100% - 4rem)}}
@font-face{font-display:swap;font-family:"Hind";font-style:normal;font-weight:300;src:url("/files/aid/design/fonts/hind/hind-v17-latin-300.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Hind";font-style:normal;font-weight:400;src:url("/files/aid/design/fonts/hind/hind-v17-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Hind";font-style:normal;font-weight:500;src:url("/files/aid/design/fonts/hind/hind-v17-latin-500.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Hind";font-style:normal;font-weight:600;src:url("/files/aid/design/fonts/hind/hind-v17-latin-600.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Hind";font-style:normal;font-weight:700;src:url("/files/aid/design/fonts/hind/hind-v17-latin-700.woff2") format("woff2")}
body,h1,h2,h3,h4,h5,h6,p,ul li,strong,b{font-family:"Hind", sans-serif}h1{font-size:3rem;font-weight:400;margin-bottom:2.8125rem;max-width:20em;line-height:1.2;overflow-wrap:break-word}h1 strong{font-size:inherit;font-weight:400}h2{color:inherit;font-size:1.75rem;font-weight:400;line-height:1.42857em;margin-bottom:1.25rem;overflow-wrap:break-word}h2 strong{font-size:inherit}h3{font-size:1.25rem;font-weight:400;line-height:1.5em;margin-bottom:0.9375rem;max-width:20em;overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{hyphens:auto}h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{color:#e64415}a{color:#000}a:hover{text-decoration:none}img{vertical-align:middle;border:0;width:100%;height:auto}li{margin:0 0 0.9375rem 0;font-size:1.125rem;line-height:inherit;font-weight:300}p,b,strong{font-size:1.125rem;font-weight:300}b,strong{font-weight:600}caption,thead th,tbody th{word-wrap:break-word;position:relative}th,td{border:1px solid #575757;padding:0.9375rem;font-size:1.125rem;text-align:left;vertical-align:top}::selection{color:#000;background:#faf5a1;text-shadow:none}body,.header-content,.header-content a,.mod_customnav a,.ce_hyperlink a,.mod_article,.ce_rsce_bildbox .bg-1,.ce_rsce_bildbox .bg-2,.ce_rsce_bildbox .bg-3,.ce_rsce_symbollink a,#footer,p,strong,ul li,.container-wrapper{transition:background-color 0.3s ease, color 0.3s ease}body.contrast{background-color:#000 !important;color:#FFF !important}body.contrast .mod_aid_accessibility #toggleAccessibilityMenu{background:#FFF}body.contrast .mod_aid_accessibility #toggleAccessibilityMenu i{background-image:url("/files/aid/design/img/icons/accessibility-icon-contrast.svg")}body.contrast .mod_aid_accessibility .title span{color:#000 !important}body.contrast .mod_aid_accessibility .accessibility-menu{background-color:#FFF}body.contrast .mod_aid_accessibility .option button{background:#FFF !important}body.contrast .mod_aid_accessibility .option button span{color:#000 !important}body.contrast .mod_aid_accessibility .option #decreaseFontSize i{background-image:url("/files/aid/design/img/icons/font-decrease-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #increaseFontSize i{background-image:url("/files/aid/design/img/icons/font-increase-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #toggleContrast i{background-image:url("/files/aid/design/img/icons/adjust-contrast-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #resetSettings i{background-image:url("/files/aid/design/img/icons/reset-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #toggleReaderMode i{background-image:url("/files/aid/design/img/icons/idea-bulb-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #toggleReadableLinks i{background-image:url("/files/aid/design/img/icons/link-connection-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #toggleReadableFont i{background-image:url("/files/aid/design/img/icons/font-icon-contrast.svg")}body.contrast .mod_article.full-width .content-image figure img{display:none}body.contrast .mod_breadcrumb#bcrumb ol li.active:before{background-color:#FFF}body.contrast .mod_breadcrumb#bcrumb ol li:before{background-color:#FFF}body.contrast .mod_breadcrumb#bcrumb ol li a:hover span{color:#000 !important}body.contrast h1,body.contrast h2,body.contrast h3,body.contrast h4,body.contrast h5,body.contrast h6,body.contrast p,body.contrast span,body.contrast a,body.contrast ul li,body.contrast strong,body.contrast .header-navigation .ce_form input[type=text],body.contrast input::placeholder{color:#FFF !important;text-shadow:none !important}body.contrast header,body.contrast .mod_article,body.contrast .ce_rsce_bildbox .bg-1,body.contrast .ce_rsce_bildbox .bg-2,body.contrast .ce_rsce_bildbox .bg-3,body.contrast .ce_rsce_symbollink a,body.contrast #footer,body.contrast .ce_rsce_bildbox-horizontal .bg-1,body.contrast .ce_rsce_bildbox-horizontal .bg-2,body.contrast .ce_rsce_bildbox-horizontal .bg-3,body.contrast .mod_navigation ul,body.contrast .mod_newslist .layout_latest>div,body.contrast .container-wrapper{background:#000 !important;color:#FFF !important}body.contrast .mod_navigation a:hover,body.contrast .mod_navigation a.active,body.contrast a:hover,body.contrast a.active,body.contrast .mod_navigation strong:hover,body.contrast .mod_navigation strong.active{background:#FFF !important;color:#000 !important}body.contrast .mod_navigation a:hover:before,body.contrast .mod_navigation a.active:before,body.contrast a:hover:before,body.contrast a.active:before,body.contrast .mod_navigation strong:hover:before,body.contrast .mod_navigation strong.active:before{background-color:#000 !important}body.contrast .ce_rsce_bildbox a.more,body.contrast .ce_rsce_kategorie a.more,body.contrast .mod_newslist .layout_latest p.more a,body.contrast .ce_hyperlink a{background-color:#000;color:#FFF !important}body.contrast .ce_rsce_bildbox a.more:hover,body.contrast .ce_rsce_kategorie a.more:hover,body.contrast .mod_newslist .layout_latest p.more a:hover,body.contrast .ce_hyperlink a:hover{color:#000 !important}body.contrast .ce_rsce_bildbox a.more:hover span,body.contrast .ce_rsce_bildbox a.more:hover strong,body.contrast .ce_rsce_kategorie a.more:hover span,body.contrast .ce_rsce_kategorie a.more:hover strong,body.contrast .mod_newslist .layout_latest p.more a:hover span,body.contrast .mod_newslist .layout_latest p.more a:hover strong,body.contrast .ce_hyperlink a:hover span,body.contrast .ce_hyperlink a:hover strong{color:#000 !important}body.contrast .ce_rsce_kategorie a.more:before{background-color:#FFF}body.reader-mode{background-color:#FFF !important;color:#000 !important}body.reader-mode h1,body.reader-mode h2,body.reader-mode h3,body.reader-mode h4,body.reader-mode h5,body.reader-mode h6,body.reader-mode p,body.reader-mode span,body.reader-mode a,body.reader-mode ul li,body.reader-mode strong,body.reader-mode .header-navigation .ce_form input[type=text],body.reader-mode input::placeholder{color:#000 !important;text-shadow:none !important}body.reader-mode .mod_article,body.reader-mode .ce_rsce_bildbox .bg-1,body.reader-mode .ce_rsce_bildbox .bg-2,body.reader-mode .ce_rsce_bildbox .bg-3,body.reader-mode .ce_rsce_symbollink a,body.reader-mode #footer,body.reader-mode .ce_rsce_bildbox-horizontal .bg-1,body.reader-mode .ce_rsce_bildbox-horizontal .bg-2,body.reader-mode .ce_rsce_bildbox-horizontal .bg-3,body.reader-mode .container-wrapper{background:#FFF;color:#000}body.reader-mode header .mod_navigation a:hover,body.reader-mode header .mod_navigation strong.active{background:#000;color:#FFF !important}body.reader-mode .mod_aid_accessibility button span,body.reader-mode .mod_aid_accessibility .title span{color:#FFF !important}body.readable-font h1,body.readable-font h2,body.readable-font h3,body.readable-font h4,body.readable-font h5,body.readable-font h6,body.readable-font p,body.readable-font strong,body.readable-font ul li,body.readable-font a,body.readable-font span{font-family:"Arial", Sans-Serif !important}body.readable-links a{text-decoration:underline !important}.mod_aid_accessibility{position:fixed;top:0;right:0;z-index:9999}.mod_aid_accessibility #toggleAccessibilityMenu{padding:0.5rem}.mod_aid_accessibility #toggleAccessibilityMenu .sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.mod_aid_accessibility #toggleAccessibilityMenu i{background-image:url("/files/aid/design/img/icons/accessibility-icon.svg");width:32px;height:32px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center}.mod_aid_accessibility .accessibility-menu{opacity:0;transform:translateY(-10px);transition:opacity 0.3s ease, transform 0.3s ease;pointer-events:none;width:270px;position:absolute;top:60px;right:0;background:#000000;padding:1rem;border-radius:10px 0 0 10px;box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);z-index:1000}.mod_aid_accessibility .accessibility-menu.show{opacity:1;transform:translateY(0);pointer-events:all}.mod_aid_accessibility .title{font-weight:bold;color:#FFF;margin-bottom:1rem}.mod_aid_accessibility .option{display:flex;flex-direction:column;align-items:start;row-gap:5px}.mod_aid_accessibility .option #decreaseFontSize i{background-image:url("/files/aid/design/img/icons/font-decrease-icon.svg")}.mod_aid_accessibility .option #increaseFontSize i{background-image:url("/files/aid/design/img/icons/font-increase-icon.svg")}.mod_aid_accessibility .option #toggleContrast i{background-image:url("/files/aid/design/img/icons/adjust-contrast-icon.svg")}.mod_aid_accessibility .option #resetSettings i{background-image:url("/files/aid/design/img/icons/reset-icon.svg")}.mod_aid_accessibility .option #toggleReaderMode i{background-image:url("/files/aid/design/img/icons/idea-bulb-icon.svg")}.mod_aid_accessibility .option #toggleReadableLinks i{background-image:url("/files/aid/design/img/icons/link-connection-icon.svg")}.mod_aid_accessibility .option #toggleReadableFont i{background-image:url("/files/aid/design/img/icons/font-icon.svg")}.mod_aid_accessibility button{display:inline-flex;align-items:center;justify-content:flex-start;gap:0.5rem;width:auto;height:auto;background:#000;color:#FFF;border:none;padding:0.25rem 0rem;cursor:pointer;transition:background 0.3s ease}.mod_aid_accessibility button span{position:static !important;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal;border:none;color:#FFF;font-size:0.9rem}.mod_aid_accessibility button i{display:inline-block;width:32px;height:32px;background-size:contain;background-repeat:no-repeat;background-position:center}

.ce_rsce_symbollink{width:100%}.ce_rsce_symbollink a{background-color:#ededed;border:0.0625rem solid #ededed;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);color:black;display:flex;font-size:1.125rem;font-weight:400;height:calc(100% - 1.5625rem);line-height:1.44444em;margin-bottom:1.5625rem;max-width:100%;position:relative;text-decoration:none;transition:0.25s all ease-in;align-items:center}.ce_rsce_symbollink a:hover{border:0.0625rem solid black}.ce_rsce_symbollink .style-1 figure,.ce_rsce_symbollink .style-1 i::before{font-size:3.75rem;line-height:7.5rem;width:100%;max-width:7.5rem;display:flex;justify-content:center;margin:0;align-self:stretch}.ce_rsce_symbollink .style-1 .text-inside{padding-left:1.875rem;padding-right:1.875rem}.ce_rsce_symbollink .style-1 strong{font-size:1.375rem;line-height:1.18181em}.ce_rsce_symbollink .style-1 i{width:120px;min-width:120px}.ce_rsce_symbollink .style-2 figure{width:48px}.ce_rsce_symbollink .style-2 i::before{min-width:2.875rem;font-size:100%;line-height:2.875rem;width:100%;display:flex;justify-content:center;margin:0}.ce_rsce_symbollink .style-2 .text-inside{padding:0.625rem}.ce_rsce_symbollink i:before{color:#e64415}.ce_rsce_symbollink figure,.ce_rsce_symbollink .box-icon{background-color:white;height:100%;display:flex;justify-content:center;align-items:center}.ce_rsce_symbollink .text-inside{hyphens:auto;padding:0.625rem}.ce_rsce_symbollink .text-inside strong{font-weight:600}.ce_rsce_symbollink.mt-2{margin-top:2rem}@media screen and (max-width:600px){.ce_rsce_symbollink{margin-top:1rem}.ce_rsce_symbollink a{margin-bottom:0}}
.ce_rsce_bildbox{height:100%}.ce_rsce_bildbox>div{min-height:100%}.ce_rsce_bildbox .title{font-size:1.375rem;font-weight:600;line-height:1.22727;margin:0;padding:0.9375rem 0.9375rem 0 0.9375rem}.ce_rsce_bildbox .ce_text{padding:0.9375rem}.ce_rsce_bildbox a.more{background-color:white;border:0.0625rem solid white;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);color:black;display:inline-block;font-size:1.125rem;font-weight:400;line-height:1.44444em;margin:0 0.9375rem 0.9375rem 0.9375rem;padding:0.9375rem;position:relative;text-decoration:none;transition:0.25s all ease-in}.ce_rsce_bildbox a.more:hover,.ce_rsce_bildbox a.more:focus{border:0.0625rem solid black}.ce_rsce_bildbox .bg-1{background-color:white;color:black}.ce_rsce_bildbox .bg-3{background-color:#e64415;color:white}
.inside{padding-bottom:2.875rem;padding-top:2.875rem}.inside .mod_article .rs-columns{display:block}.mod_article{margin-top:2rem;margin-bottom:2rem}.mod_article.bg-gray,.mod_article.bg-red{padding-bottom:2.875rem;padding-top:2.875rem;margin-top:0;margin-bottom:0}.mod_article.bg-gray{background-color:#ededed;color:#000}.mod_article.bg-gray a{color:#000}.mod_article.bg-red{background-color:#e64415;color:#FFF}.mod_article.bg-red a{color:#FFF}.mod_article.bg-red .mod_newslist a,.mod_article.bg-red .ce_hyperlink a{color:#000}.mod_article.padding-ignore{padding:0}@media screen and (max-width:600px){.mod_article:not(.full-width){padding-left:2rem;padding-right:2rem}}
.ce_rsce_kategorie{margin-bottom:1.5625rem}.ce_rsce_kategorie ul{list-style:none;margin-bottom:0;padding:0;display:flex;justify-content:space-between;flex-wrap:wrap}.ce_rsce_kategorie ul li{flex:0 0 100%;max-width:100%;margin-bottom:0.9375rem}.ce_rsce_kategorie figure{margin:0}.ce_rsce_kategorie a.more{background:white;border:0.0625rem solid white;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);color:black;display:block;font-size:1.375rem;font-weight:400;line-height:1.44444em;margin:-1.875rem 0.9375rem 0.9375rem 0.9375rem;padding:0.9375rem 1.875rem 0.9375rem 0.9375rem;position:relative;text-decoration:none;transition:0.25s all ease-in}.ce_rsce_kategorie a.more:hover{border:0.0625rem solid black}.ce_rsce_kategorie a.more:before{content:"";display:inline-block;width:16px;height:16px;background-color:red;margin-right:1rem;vertical-align:middle}@media (min-width:1400px){.ce_rsce_kategorie ul li{flex:0 0 32%;max-width:32%}}@media (min-width:992px) and (max-width:1399px){.ce_rsce_kategorie ul li{flex:0 0 47%;max-width:47%}}
.mod_newslist{min-height:100%;padding-left:0;padding-right:0}.mod_newslist .row{list-style:none;margin-bottom:0;padding:0;display:flex;flex-wrap:wrap;gap:7px}.mod_newslist .layout_latest{flex:0 0 33%}.mod_newslist .layout_latest .mp-inside{display:flex;flex-direction:column}.mod_newslist .layout_latest .mp-inside>div{display:flex;flex-direction:column;flex:1 1 0;justify-content:space-between}.mod_newslist .layout_latest figcaption{display:none}.mod_newslist .layout_latest>div{background-color:rgba(255, 255, 255, 0.7);min-height:100%}.mod_newslist .layout_latest h2{color:black !important;font-size:1.375rem;font-weight:600;line-height:1.22727;margin:0;padding:0.9375rem 0.9375rem 0 0.9375rem}.mod_newslist .layout_latest h2 a{text-decoration:none}.mod_newslist .layout_latest .ce_text{color:black;padding:0.9375rem}.mod_newslist .layout_latest p.more a{background-color:white;border:0.0625rem solid white;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);color:black !important;display:inline-block;font-size:1.125rem;font-weight:400;line-height:1.44444em;margin:0 0.9375rem 0.9375rem 0.9375rem;padding:0.9375rem;position:relative;text-decoration:none;transition:0.25s all ease-in}.mod_newslist .layout_latest p.more a:hover{border:0.0625rem solid black}.mod_newslist .pagination{display:none}@media screen and (max-width:600px){.mod_newslist .row{flex-direction:column}}@media screen and (max-width:820px){.mod_newslist .layout_latest{flex:1 0 100%}}
.mod_breadcrumb#bcrumb{font-weight:300;text-transform:uppercase}.mod_breadcrumb#bcrumb ol{display:flex;flex-flow:wrap;padding-left:0rem;margin:0}.mod_breadcrumb#bcrumb ol li{display:flex;align-items:center;padding-right:1rem;margin-bottom:0}.mod_breadcrumb#bcrumb ol li:before{content:"";display:block;width:0.75rem;height:0.75rem;background-color:#646464;margin-right:0.35rem;margin-bottom:0.2rem}.mod_breadcrumb#bcrumb ol li.active{color:#e64415;font-weight:bold}.mod_breadcrumb#bcrumb ol li.active:before{background-color:#e64415}.mod_breadcrumb#bcrumb ol li a{color:inherit;font-size:0.875rem;text-decoration:none}.mod_breadcrumb .row{margin:0 auto;max-width:1400px;width:100%;padding-top:2.75rem}@media screen and (max-width:600px){.mod_breadcrumb{padding-left:2rem;padding-right:2rem}}
.ce_form{margin:1.25em 0}.ce_form .container{padding:0}.ce_form .row{margin-left:0;margin-right:0;display:flex;flex-wrap:wrap;justify-content:space-between}.ce_form .row>div{flex:1 1 45%}.ce_form fieldset{margin:0 0 0.25em 0;padding:0;border:0}.ce_form fieldset legend{font-family:inherit;font-size:1.125rem;font-weight:600;margin-bottom:0.9375rem}.ce_form .widget{margin-bottom:0.9375rem;position:relative;display:flex}.ce_form .widget label{display:block;float:left;font-family:inherit;font-size:1.125rem;font-weight:inherit;padding:0.8125rem 1.25rem 0.8125rem 0;width:30%}.ce_form input.text,.ce_form select,.ce_form textarea{background-color:white;border:0.0625rem solid #666;box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;display:block;font-family:inherit;font-size:inherit;font-weight:inherit;height:auto;margin:2px 0 2px 2%;padding:0.5rem 0.5rem;position:relative;text-align:left;width:68%}.ce_form button.submit{background-color:#e64415;border:0.0625rem solid #e64415;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);color:white;display:flex;font-size:1.125rem;font-weight:400;height:calc(100% - 1.5625rem);line-height:1.44444em;margin-bottom:1.5625rem;max-width:100%;padding:0.9375rem;position:relative;text-decoration:none;transition:0.25s all ease-in}.ce_form button.submit:hover,.ce_form button.submit:focus{border:0.0625rem solid black;cursor:pointer}.ce_form .widget-checkbox,.ce_form .widget-submit{margin-left:33%}.ce_form .widget-checkbox fieldset legend{display:none}.ce_form .widget-checkbox fieldset span{display:flex;align-items:center}.ce_form .widget-checkbox fieldset span input{height:1.125em;width:1.125em}.ce_form .widget-checkbox fieldset span label{color:#000;display:inline-block;float:none;padding:0.75em 0.5em;vertical-align:top;width:auto}@media screen and (max-width:600px){.ce_form .widget{flex-direction:column}.ce_form .widget label{width:100%}.ce_form .widget-checkbox,.ce_form .widget-submit{margin-left:0}}
.ce_rsce_abfallabisz ul{margin:0 0 1.875rem 0;padding:0}.ce_rsce_abfallabisz li{background-color:rgba(0, 0, 0, 0.05);list-style:none;margin:0 0 0.625rem 0;padding:0 0.3125rem;display:flex}.ce_rsce_abfallabisz li strong{background-color:rgba(0, 0, 0, 0.025);display:inline-block;font-weight:400;line-height:2.75rem;min-width:15em}.ce_rsce_abfallabisz li figure{background-color:rgba(255, 255, 255, 0.5);display:inline-block;line-height:2.75rem;margin:0;min-height:2.75rem;min-width:2.75rem;max-width:max-content;text-align:center}.ce_rsce_abfallabisz li figure img{width:44px}.ce_rsce_abfallabisz li abbr{border:0px none}@media screen and (max-width:600px){.ce_rsce_abfallabisz{}.ce_rsce_abfallabisz li{flex-wrap:wrap;align-items:center}.ce_rsce_abfallabisz li strong{flex-basis:100%;margin-bottom:0.3125rem}.ce_rsce_abfallabisz li figure{margin-left:auto;margin-bottom:0}}
.ce_rsce_bildbox-horizontal{margin-bottom:1.5625rem}.ce_rsce_bildbox-horizontal .box-inside{display:flex;max-width:100%;position:relative}.ce_rsce_bildbox-horizontal .box-inside.bg-2{background-color:#ededed;color:#000}.ce_rsce_bildbox-horizontal .box-inside.bg-3{background-color:#e64415;color:#FFF}.ce_rsce_bildbox-horizontal .box-inside.bg-3 a{color:#FFF}.ce_rsce_bildbox-horizontal figure{margin:0}.ce_rsce_bildbox-horizontal figure img{width:120px;height:120px}.ce_rsce_bildbox-horizontal .title{font-size:1.375rem;font-weight:600;line-height:1.22727;margin:0;padding:0}.ce_rsce_bildbox-horizontal .ce_text p{margin-top:0}.ce_rsce_bildbox-horizontal .description{padding:0.9375rem}.ce_rsce_bildbox-horizontal .container{max-width:100%;width:100%;padding-right:1.9375rem;padding-left:1.9375rem;margin-right:auto;margin-left:auto}.container-wrapper.col-3 .ce_rsce_bildbox-horizontal{width:25%}.container-wrapper.col-4 .ce_rsce_bildbox-horizontal{width:33%}.container-wrapper.col-6 .ce_rsce_bildbox-horizontal{width:50%}@media screen and (max-width:600px){.container-wrapper.col-3 .ce_rsce_bildbox-horizontal,.container-wrapper.col-4 .ce_rsce_bildbox-horizontal,.container-wrapper.col-6 .ce_rsce_bildbox-horizontal{width:100%}}
.ce_rsce_gartenprodukt{margin:0 0 1.875rem 0;min-height:100%;padding:0}.ce_rsce_gartenprodukt>.box-inside{margin:0;height:100%}.ce_rsce_gartenprodukt>.box-inside .container{background-color:white;padding:1.9375rem;border-bottom:1px solid #e64415;margin:0;min-height:100%}.ce_rsce_gartenprodukt .row>figure{margin:0.5em 0 0.625rem 0;min-height:100%}.ce_rsce_gartenprodukt .row>div{min-height:100%}.ce_rsce_gartenprodukt h2,.ce_rsce_gartenprodukt h3,.ce_rsce_gartenprodukt h4,.ce_rsce_gartenprodukt h5,.ce_rsce_gartenprodukt h6{font-weight:600;margin-bottom:0.625rem}.ce_rsce_gartenprodukt table{margin:0 0 0.625rem 0}.ce_rsce_gartenprodukt th,.ce_rsce_gartenprodukt td{border:0px none;padding:0 0.625rem 0 0}.ce_rsce_gartenprodukt td{hyphens:auto}
.content-image.partner-logo{margin-bottom:2rem}.content-image.partner-logo figure{border:0.05rem solid rgba(0, 0, 0, 0.5)}.content-image.mb-1{margin-bottom:1rem}.content-image.mb-4{margin-bottom:4rem}
.ce_accordion{border-bottom:0.1rem solid rgba(0, 0, 0, 0.1);list-style:none;margin-bottom:0.625rem}.ce_accordion .toggler{display:flex;padding:0.625rem 0.625rem 0.625rem 1.625rem;transition:all ease 0.2s;background:transparent;border:none;position:relative}.ce_accordion .toggler button{background-color:transparent;border:none}.ce_accordion .toggler button:hover{cursor:pointer}.ce_accordion .toggler button:hover h2{color:#e64415}.ce_accordion .toggler h2,.ce_accordion .toggler h3,.ce_accordion .toggler h4,.ce_accordion .toggler h5,.ce_accordion .toggler h6{color:black;display:block;margin:0;padding:0;text-align:left;padding-left:0.9rem}.ce_accordion .toggler .arrow-cast{width:2.5rem;height:2.5rem;position:absolute;left:0.45em;top:0.45rem;transition:all ease 0.2s}.ce_accordion .toggler .arrow-cast:before{width:1.5rem;height:0.25rem;top:1.125rem;left:0.5rem}.ce_accordion .toggler .arrow-cast:after{width:0.25rem;height:1.5rem;top:0.5rem;left:1.125rem;opacity:1;transition:all ease 0.2s}.ce_accordion .toggler .arrow-cast:before,.ce_accordion .toggler .arrow-cast:after{display:block;content:"";background-color:#aaa;position:absolute;border-radius:1rem}.ce_accordion .toggler.active h2{color:#e64415}.ce_accordion .toggler.active .arrow-cast{transform:rotate(-90deg)}.ce_accordion .toggler.active .arrow-cast:before{opacity:0}.ce_accordion .container{padding-right:1.9375rem;padding-left:1.9375rem}
.content-table.standard table,.content-table.schadstoffmobil table{border:0px none;border-collapse:collapse;border-spacing:0;font-family:inherit;font-size:inherit;font-stretch:normal;font-style:normal;line-height:inherit;margin:0 0 2.5rem 0;padding:0;width:100%}.content-table.standard table thead th,.content-table.schadstoffmobil table thead th{background-color:#e64415;color:#FFF}.content-table.standard table td:empty,.content-table.schadstoffmobil table td:empty{height:28.5px}.content-table.standard table td:nth-child(4),.content-table.standard table td:nth-child(5){font-weight:bold}.content-table.mt-2{margin-top:2rem}@media screen and (max-width:994px){.content-table{overflow-x:scroll}}
.ce_rsce_text{margin-bottom:1.5625rem;min-height:100%}.ce_rsce_text h1,.ce_rsce_text h2,.ce_rsce_text h3,.ce_rsce_text h4,.ce_rsce_text h5,.ce_rsce_text h6{margin-top:0}.ce_rsce_text>div{min-height:100%}.ce_rsce_text ul,.ce_rsce_text.list-check ul,.ce_rsce_text.list-cross ul,.ce_rsce_text.list-plus ul,.ce_rsce_text.list-minus ul{list-style:none;margin-left:0;padding-left:0}.ce_rsce_text.list-check li{background-image:url(/files/aid/design/img/icons/check.svg)}.ce_rsce_text.list-cross li{background-image:url(/files/aid/design/img/icons/cross.svg)}.ce_rsce_text.list-plus li{background-image:url(/files/aid/design/img/icons/plus.svg)}.ce_rsce_text.list-minus li{background-image:url(/files/aid/design/img/icons/minus.svg)}.ce_rsce_text ul li{background-image:url(/files/aid/design/cons/circle.svg);background-size:1em 1em;background-repeat:no-repeat;background-position:left 0.15em;list-style:none;margin-left:0;padding-left:1.5625em}
@charset "UTF-8";
@font-face{font-family:"RockSolid Icons";src:url("/files/theme/fonts/rocksolid-icons.eot?muyfdz");src:url("/files/theme/fonts/rocksolid-icons.eot?muyfdz#iefix") format("embedded-opentype"), url("/files/theme/fonts/rocksolid-icons.ttf?muyfdz") format("truetype"), url("/files/theme/fonts/rocksolid-icons.woff?muyfdz") format("woff"), url("/files/theme/fonts/rocksolid-icons.svg?muyfdz#icomoon") format("svg");font-weight:normal;font-style:normal}*[data-icon]:before{font:100%/1 "RockSolid Icons";content:attr(data-icon);-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:geometricPrecision;text-indent:0;display:inline-block;position:relative;font-size:0.8em;margin-right:0.26667em}*[data-icon].after:before{content:none}*[data-icon].after:after{font:100%/1 "RockSolid Icons";content:attr(data-icon);-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:geometricPrecision;text-indent:0;display:inline-block;position:relative;font-size:0.8em;margin-left:0.26667em}[class^="icon-"],[class*=" icon-"]{font-family:"RockSolid Icons" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-abacus:before{content:""}.icon-acorn:before{content:""}.icon-ad:before{content:""}.icon-address-book:before{content:""}.icon-address-card:before{content:""}.icon-adjust:before{content:""}.icon-air-freshener:before{content:""}.icon-alarm-clock:before{content:""}.icon-alarm-exclamation:before{content:""}.icon-alarm-plus:before{content:""}.icon-alarm-snooze:before{content:""}.icon-album:before{content:""}.icon-album-collection:before{content:""}.icon-alicorn:before{content:""}.icon-align-center:before{content:""}.icon-align-justify:before{content:""}.icon-align-left:before{content:""}.icon-align-right:before{content:""}.icon-align-slash:before{content:""}.icon-allergies:before{content:""}.icon-ambulance:before{content:""}.icon-american-sign-language-interpreting:before{content:""}.icon-amp-guitar:before{content:""}.icon-analytics:before{content:""}.icon-anchor:before{content:""}.icon-angel:before{content:""}.icon-angle-double-down:before{content:""}.icon-angle-double-left:before{content:""}.icon-angle-double-right:before{content:""}.icon-angle-double-up:before{content:""}.icon-angle-down:before{content:""}.icon-angle-left:before{content:""}.icon-angle-right:before{content:""}.icon-angle-up:before{content:""}.icon-angry:before{content:""}.icon-ankh:before{content:""}.icon-apple-alt:before{content:""}.icon-apple-crate:before{content:""}.icon-archive:before{content:""}.icon-archway:before{content:""}.icon-arrow-alt-circle-down:before{content:""}.icon-arrow-alt-circle-left:before{content:""}.icon-arrow-alt-circle-right:before{content:""}.icon-arrow-alt-circle-up:before{content:""}.icon-arrow-alt-down:before{content:""}.icon-arrow-alt-from-bottom:before{content:""}.icon-arrow-alt-from-left:before{content:""}.icon-arrow-alt-from-right:before{content:""}.icon-arrow-alt-from-top:before{content:""}.icon-arrow-alt-left:before{content:""}.icon-arrow-alt-right:before{content:""}.icon-arrow-alt-square-down:before{content:""}.icon-arrow-alt-square-left:before{content:""}.icon-arrow-alt-square-right:before{content:""}.icon-arrow-alt-square-up:before{content:""}.icon-arrow-alt-to-bottom:before{content:""}.icon-arrow-alt-to-left:before{content:""}.icon-arrow-alt-to-right:before{content:""}.icon-arrow-alt-to-top:before{content:""}.icon-arrow-alt-up:before{content:""}.icon-arrow-circle-down:before{content:""}.icon-arrow-circle-left:before{content:""}.icon-arrow-circle-right:before{content:""}.icon-arrow-circle-up:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-from-bottom:before{content:""}.icon-arrow-from-left:before{content:""}.icon-arrow-from-right:before{content:""}.icon-arrow-from-top:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-square-down:before{content:""}.icon-arrow-square-left:before{content:""}.icon-arrow-square-right:before{content:""}.icon-arrow-square-up:before{content:""}.icon-arrow-to-bottom:before{content:""}.icon-arrow-to-left:before{content:""}.icon-arrow-to-right:before{content:""}.icon-arrow-to-top:before{content:""}.icon-arrow-up:before{content:""}.icon-arrows:before{content:""}.icon-arrows-alt:before{content:""}.icon-arrows-alt-h:before{content:""}.icon-arrows-alt-v:before{content:""}.icon-arrows-h:before{content:""}.icon-arrows-v:before{content:""}.icon-assistive-listening-systems:before{content:""}.icon-asterisk:before{content:""}.icon-at:before{content:""}.icon-atlas:before{content:""}.icon-atom:before{content:""}.icon-atom-alt:before{content:""}.icon-audio-description:before{content:""}.icon-award:before{content:""}.icon-axe:before{content:""}.icon-axe-battle:before{content:""}.icon-baby:before{content:""}.icon-baby-carriage:before{content:""}.icon-backpack:before{content:""}.icon-backspace:before{content:""}.icon-backward:before{content:""}.icon-bacon:before{content:""}.icon-badge:before{content:""}.icon-badge-check:before{content:""}.icon-badge-dollar:before{content:""}.icon-badge-percent:before{content:""}.icon-badge-sheriff:before{content:""}.icon-badger-honey:before{content:""}.icon-bags-shopping:before{content:""}.icon-balance-scale:before{content:""}.icon-balance-scale-left:before{content:""}.icon-balance-scale-right:before{content:""}.icon-ball-pile:before{content:""}.icon-ballot:before{content:""}.icon-ballot-check:before{content:""}.icon-ban:before{content:""}.icon-band-aid:before{content:""}.icon-banjo:before{content:""}.icon-barcode:before{content:""}.icon-barcode-alt:before{content:""}.icon-barcode-read:before{content:""}.icon-barcode-scan:before{content:""}.icon-bars:before{content:""}.icon-baseball:before{content:""}.icon-baseball-ball:before{content:""}.icon-basketball-ball:before{content:""}.icon-basketball-hoop:before{content:""}.icon-bat:before{content:""}.icon-bath:before{content:""}.icon-battery-bolt:before{content:""}.icon-battery-empty:before{content:""}.icon-battery-full:before{content:""}.icon-battery-half:before{content:""}.icon-battery-quarter:before{content:""}.icon-battery-slash:before{content:""}.icon-battery-three-quarters:before{content:""}.icon-bed:before{content:""}.icon-beer:before{content:""}.icon-bell:before{content:""}.icon-bell-exclamation:before{content:""}.icon-bell-plus:before{content:""}.icon-bell-school:before{content:""}.icon-bell-school-slash:before{content:""}.icon-bell-slash:before{content:""}.icon-bells:before{content:""}.icon-betamax:before{content:""}.icon-bezier-curve:before{content:""}.icon-bible:before{content:""}.icon-bicycle:before{content:""}.icon-biking:before{content:""}.icon-biking-mountain:before{content:""}.icon-binoculars:before{content:""}.icon-biohazard:before{content:""}.icon-birthday-cake:before{content:""}.icon-blanket:before{content:""}.icon-blender:before{content:""}.icon-blender-phone:before{content:""}.icon-blind:before{content:""}.icon-blog:before{content:""}.icon-bold:before{content:""}.icon-bolt:before{content:""}.icon-bomb:before{content:""}.icon-bone:before{content:""}.icon-bone-break:before{content:""}.icon-bong:before{content:""}.icon-book:before{content:""}.icon-book-alt:before{content:""}.icon-book-dead:before{content:""}.icon-book-heart:before{content:""}.icon-book-medical:before{content:""}.icon-book-open:before{content:""}.icon-book-reader:before{content:""}.icon-book-spells:before{content:""}.icon-book-user:before{content:""}.icon-bookmark:before{content:""}.icon-books:before{content:""}.icon-books-medical:before{content:""}.icon-boombox:before{content:""}.icon-boot:before{content:""}.icon-booth-curtain:before{content:""}.icon-border-all:before{content:""}.icon-border-bottom:before{content:""}.icon-border-center-h:before{content:""}.icon-border-center-v:before{content:""}.icon-border-inner:before{content:""}.icon-border-left:before{content:""}.icon-border-none:before{content:""}.icon-border-outer:before{content:""}.icon-border-right:before{content:""}.icon-border-style:before{content:""}.icon-border-style-alt:before{content:""}.icon-border-top:before{content:""}.icon-bow-arrow:before{content:""}.icon-bowling-ball:before{content:""}.icon-bowling-pins:before{content:""}.icon-box:before{content:""}.icon-box-alt:before{content:""}.icon-box-ballot:before{content:""}.icon-box-check:before{content:""}.icon-box-fragile:before{content:""}.icon-box-full:before{content:""}.icon-box-heart:before{content:""}.icon-box-open:before{content:""}.icon-box-up:before{content:""}.icon-box-usd:before{content:""}.icon-boxes:before{content:""}.icon-boxes-alt:before{content:""}.icon-boxing-glove:before{content:""}.icon-brackets:before{content:""}.icon-brackets-curly:before{content:""}.icon-braille:before{content:""}.icon-brain:before{content:""}.icon-bread-loaf:before{content:""}.icon-bread-slice:before{content:""}.icon-briefcase:before{content:""}.icon-briefcase-medical:before{content:""}.icon-bring-forward:before{content:""}.icon-bring-front:before{content:""}.icon-broadcast-tower:before{content:""}.icon-broom:before{content:""}.icon-browser:before{content:""}.icon-brush:before{content:""}.icon-bug:before{content:""}.icon-building:before{content:""}.icon-bullhorn:before{content:""}.icon-bullseye:before{content:""}.icon-bullseye-arrow:before{content:""}.icon-bullseye-pointer:before{content:""}.icon-burger-soda:before{content:""}.icon-burn:before{content:""}.icon-burrito:before{content:""}.icon-bus:before{content:""}.icon-bus-alt:before{content:""}.icon-bus-school:before{content:""}.icon-business-time:before{content:""}.icon-cabinet-filing:before{content:""}.icon-cactus:before{content:""}.icon-calculator:before{content:""}.icon-calculator-alt:before{content:""}.icon-calendar:before{content:""}.icon-calendar-alt:before{content:""}.icon-calendar-check:before{content:""}.icon-calendar-day:before{content:""}.icon-calendar-edit:before{content:""}.icon-calendar-exclamation:before{content:""}.icon-calendar-minus:before{content:""}.icon-calendar-plus:before{content:""}.icon-calendar-star:before{content:""}.icon-calendar-times:before{content:""}.icon-calendar-week:before{content:""}.icon-camcorder:before{content:""}.icon-camera:before{content:""}.icon-camera-alt:before{content:""}.icon-camera-movie:before{content:""}.icon-camera-polaroid:before{content:""}.icon-camera-retro:before{content:""}.icon-campfire:before{content:""}.icon-campground:before{content:""}.icon-candle-holder:before{content:""}.icon-candy-cane:before{content:""}.icon-candy-corn:before{content:""}.icon-cannabis:before{content:""}.icon-capsules:before{content:""}.icon-car:before{content:""}.icon-car-alt:before{content:""}.icon-car-battery:before{content:""}.icon-car-building:before{content:""}.icon-car-bump:before{content:""}.icon-car-bus:before{content:""}.icon-car-crash:before{content:""}.icon-car-garage:before{content:""}.icon-car-mechanic:before{content:""}.icon-car-side:before{content:""}.icon-car-tilt:before{content:""}.icon-car-wash:before{content:""}.icon-caret-circle-down:before{content:""}.icon-caret-circle-left:before{content:""}.icon-caret-circle-right:before{content:""}.icon-caret-circle-up:before{content:""}.icon-caret-down:before{content:""}.icon-caret-left:before{content:""}.icon-caret-right:before{content:""}.icon-caret-square-down:before{content:""}.icon-caret-square-left:before{content:""}.icon-caret-square-right:before{content:""}.icon-caret-square-up:before{content:""}.icon-caret-up:before{content:""}.icon-carrot:before{content:""}.icon-cars:before{content:""}.icon-cart-arrow-down:before{content:""}.icon-cart-plus:before{content:""}.icon-cash-register:before{content:""}.icon-cassette-tape:before{content:""}.icon-cat:before{content:""}.icon-cauldron:before{content:""}.icon-cctv:before{content:""}.icon-certificate:before{content:""}.icon-chair:before{content:""}.icon-chair-office:before{content:""}.icon-chalkboard:before{content:""}.icon-chalkboard-teacher:before{content:""}.icon-charging-station:before{content:""}.icon-chart-area:before{content:""}.icon-chart-bar:before{content:""}.icon-chart-line:before{content:""}.icon-chart-line-down:before{content:""}.icon-chart-network:before{content:""}.icon-chart-pie:before{content:""}.icon-chart-pie-alt:before{content:""}.icon-chart-scatter:before{content:""}.icon-check:before{content:""}.icon-check-circle:before{content:""}.icon-check-double:before{content:""}.icon-check-square:before{content:""}.icon-cheese:before{content:""}.icon-cheese-swiss:before{content:""}.icon-cheeseburger:before{content:""}.icon-chess:before{content:""}.icon-chess-bishop:before{content:""}.icon-chess-bishop-alt:before{content:""}.icon-chess-board:before{content:""}.icon-chess-clock:before{content:""}.icon-chess-clock-alt:before{content:""}.icon-chess-king:before{content:""}.icon-chess-king-alt:before{content:""}.icon-chess-knight:before{content:""}.icon-chess-knight-alt:before{content:""}.icon-chess-pawn:before{content:""}.icon-chess-pawn-alt:before{content:""}.icon-chess-queen:before{content:""}.icon-chess-queen-alt:before{content:""}.icon-chess-rook:before{content:""}.icon-chess-rook-alt:before{content:""}.icon-chevron-circle-down:before{content:""}.icon-chevron-circle-left:before{content:""}.icon-chevron-circle-right:before{content:""}.icon-chevron-circle-up:before{content:""}.icon-chevron-double-down:before{content:""}.icon-chevron-double-left:before{content:""}.icon-chevron-double-right:before{content:""}.icon-chevron-double-up:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-square-down:before{content:""}.icon-chevron-square-left:before{content:""}.icon-chevron-square-right:before{content:""}.icon-chevron-square-up:before{content:""}.icon-chevron-up:before{content:""}.icon-child:before{content:""}.icon-chimney:before{content:""}.icon-church:before{content:""}.icon-circle:before{content:""}.icon-circle-notch:before{content:""}.icon-city:before{content:""}.icon-clarinet:before{content:""}.icon-claw-marks:before{content:""}.icon-clinic-medical:before{content:""}.icon-clipboard:before{content:""}.icon-clipboard-check:before{content:""}.icon-clipboard-list:before{content:""}.icon-clipboard-list-check:before{content:""}.icon-clipboard-prescription:before{content:""}.icon-clipboard-user:before{content:""}.icon-clock:before{content:""}.icon-clone:before{content:""}.icon-closed-captioning:before{content:""}.icon-cloud:before{content:""}.icon-cloud-download:before{content:""}.icon-cloud-download-alt:before{content:""}.icon-cloud-drizzle:before{content:""}.icon-cloud-hail:before{content:""}.icon-cloud-hail-mixed:before{content:""}.icon-cloud-meatball:before{content:""}.icon-cloud-moon:before{content:""}.icon-cloud-moon-rain:before{content:""}.icon-cloud-music:before{content:""}.icon-cloud-rain:before{content:""}.icon-cloud-rainbow:before{content:""}.icon-cloud-showers:before{content:""}.icon-cloud-showers-heavy:before{content:""}.icon-cloud-sleet:before{content:""}.icon-cloud-snow:before{content:""}.icon-cloud-sun:before{content:""}.icon-cloud-sun-rain:before{content:""}.icon-cloud-upload:before{content:""}.icon-cloud-upload-alt:before{content:""}.icon-clouds:before{content:""}.icon-clouds-moon:before{content:""}.icon-clouds-sun:before{content:""}.icon-club:before{content:""}.icon-cocktail:before{content:""}.icon-code:before{content:""}.icon-code-branch:before{content:""}.icon-code-commit:before{content:""}.icon-code-merge:before{content:""}.icon-coffee:before{content:""}.icon-coffee-togo:before{content:""}.icon-coffin:before{content:""}.icon-cog:before{content:""}.icon-cogs:before{content:""}.icon-coin:before{content:""}.icon-coins:before{content:""}.icon-columns:before{content:""}.icon-comment:before{content:""}.icon-comment-alt:before{content:""}.icon-comment-alt-check:before{content:""}.icon-comment-alt-dollar:before{content:""}.icon-comment-alt-dots:before{content:""}.icon-comment-alt-edit:before{content:""}.icon-comment-alt-exclamation:before{content:""}.icon-comment-alt-lines:before{content:""}.icon-comment-alt-medical:before{content:""}.icon-comment-alt-minus:before{content:""}.icon-comment-alt-music:before{content:""}.icon-comment-alt-plus:before{content:""}.icon-comment-alt-slash:before{content:""}.icon-comment-alt-smile:before{content:""}.icon-comment-alt-times:before{content:""}.icon-comment-check:before{content:""}.icon-comment-dollar:before{content:""}.icon-comment-dots:before{content:""}.icon-comment-edit:before{content:""}.icon-comment-exclamation:before{content:""}.icon-comment-lines:before{content:""}.icon-comment-medical:before{content:""}.icon-comment-minus:before{content:""}.icon-comment-music:before{content:""}.icon-comment-plus:before{content:""}.icon-comment-slash:before{content:""}.icon-comment-smile:before{content:""}.icon-comment-times:before{content:""}.icon-comments:before{content:""}.icon-comments-alt:before{content:""}.icon-comments-alt-dollar:before{content:""}.icon-comments-dollar:before{content:""}.icon-compact-disc:before{content:""}.icon-compass:before{content:""}.icon-compass-slash:before{content:""}.icon-compress:before{content:""}.icon-compress-alt:before{content:""}.icon-compress-arrows-alt:before{content:""}.icon-compress-wide:before{content:""}.icon-computer-classic:before{content:""}.icon-computer-speaker:before{content:""}.icon-concierge-bell:before{content:""}.icon-construction:before{content:""}.icon-container-storage:before{content:""}.icon-conveyor-belt:before{content:""}.icon-conveyor-belt-alt:before{content:""}.icon-cookie:before{content:""}.icon-cookie-bite:before{content:""}.icon-copy:before{content:""}.icon-copyright:before{content:""}.icon-corn:before{content:""}.icon-couch:before{content:""}.icon-cow:before{content:""}.icon-cowbell:before{content:""}.icon-cowbell-more:before{content:""}.icon-credit-card:before{content:""}.icon-credit-card-blank:before{content:""}.icon-credit-card-front:before{content:""}.icon-cricket:before{content:""}.icon-croissant:before{content:""}.icon-crop:before{content:""}.icon-crop-alt:before{content:""}.icon-cross:before{content:""}.icon-crosshairs:before{content:""}.icon-crow:before{content:""}.icon-crown:before{content:""}.icon-crutch:before{content:""}.icon-crutches:before{content:""}.icon-cube:before{content:""}.icon-cubes:before{content:""}.icon-curling:before{content:""}.icon-cut:before{content:""}.icon-dagger:before{content:""}.icon-database:before{content:""}.icon-deaf:before{content:""}.icon-debug:before{content:""}.icon-deer:before{content:""}.icon-deer-rudolph:before{content:""}.icon-democrat:before{content:""}.icon-desktop:before{content:""}.icon-desktop-alt:before{content:""}.icon-dewpoint:before{content:""}.icon-dharmachakra:before{content:""}.icon-diagnoses:before{content:""}.icon-diamond:before{content:""}.icon-dice:before{content:""}.icon-dice-d10:before{content:""}.icon-dice-d12:before{content:""}.icon-dice-d20:before{content:""}.icon-dice-d4:before{content:""}.icon-dice-d6:before{content:""}.icon-dice-d8:before{content:""}.icon-dice-five:before{content:""}.icon-dice-four:before{content:""}.icon-dice-one:before{content:""}.icon-dice-six:before{content:""}.icon-dice-three:before{content:""}.icon-dice-two:before{content:""}.icon-digging:before{content:""}.icon-digital-tachograph:before{content:""}.icon-diploma:before{content:""}.icon-directions:before{content:""}.icon-disc-drive:before{content:""}.icon-disease:before{content:""}.icon-divide:before{content:""}.icon-dizzy:before{content:""}.icon-dna:before{content:""}.icon-do-not-enter:before{content:""}.icon-dog:before{content:""}.icon-dog-leashed:before{content:""}.icon-dollar-sign:before{content:""}.icon-dolly:before{content:""}.icon-dolly-empty:before{content:""}.icon-dolly-flatbed:before{content:""}.icon-dolly-flatbed-alt:before{content:""}.icon-dolly-flatbed-empty:before{content:""}.icon-donate:before{content:""}.icon-door-closed:before{content:""}.icon-door-open:before{content:""}.icon-dot-circle:before{content:""}.icon-dove:before{content:""}.icon-download:before{content:""}.icon-drafting-compass:before{content:""}.icon-dragon:before{content:""}.icon-draw-circle:before{content:""}.icon-draw-polygon:before{content:""}.icon-draw-square:before{content:""}.icon-dreidel:before{content:""}.icon-drone:before{content:""}.icon-drone-alt:before{content:""}.icon-drum:before{content:""}.icon-drum-steelpan:before{content:""}.icon-drumstick:before{content:""}.icon-drumstick-bite:before{content:""}.icon-dryer:before{content:""}.icon-dryer-alt:before{content:""}.icon-duck:before{content:""}.icon-dumbbell:before{content:""}.icon-dumpster:before{content:""}.icon-dumpster-fire:before{content:""}.icon-dungeon:before{content:""}.icon-ear:before{content:""}.icon-ear-muffs:before{content:""}.icon-eclipse:before{content:""}.icon-eclipse-alt:before{content:""}.icon-edit:before{content:""}.icon-egg:before{content:""}.icon-egg-fried:before{content:""}.icon-eject:before{content:""}.icon-elephant:before{content:""}.icon-ellipsis-h:before{content:""}.icon-ellipsis-h-alt:before{content:""}.icon-ellipsis-v:before{content:""}.icon-ellipsis-v-alt:before{content:""}.icon-empty-set:before{content:""}.icon-engine-warning:before{content:""}.icon-envelope:before{content:""}.icon-envelope-open:before{content:""}.icon-envelope-open-dollar:before{content:""}.icon-envelope-open-text:before{content:""}.icon-envelope-square:before{content:""}.icon-equals:before{content:""}.icon-eraser:before{content:""}.icon-ethernet:before{content:""}.icon-euro-sign:before{content:""}.icon-exchange:before{content:""}.icon-exchange-alt:before{content:""}.icon-exclamation:before{content:""}.icon-exclamation-circle:before{content:""}.icon-exclamation-square:before{content:""}.icon-exclamation-triangle:before{content:""}.icon-expand:before{content:""}.icon-expand-alt:before{content:""}.icon-expand-arrows:before{content:""}.icon-expand-arrows-alt:before{content:""}.icon-expand-wide:before{content:""}.icon-external-link:before{content:""}.icon-external-link-alt:before{content:""}.icon-external-link-square:before{content:""}.icon-external-link-square-alt:before{content:""}.icon-eye:before{content:""}.icon-eye-dropper:before{content:""}.icon-eye-evil:before{content:""}.icon-eye-slash:before{content:""}.icon-fan:before{content:""}.icon-farm:before{content:""}.icon-fast-backward:before{content:""}.icon-fast-forward:before{content:""}.icon-fax:before{content:""}.icon-feather:before{content:""}.icon-feather-alt:before{content:""}.icon-female:before{content:""}.icon-field-hockey:before{content:""}.icon-fighter-jet:before{content:""}.icon-file:before{content:""}.icon-file-alt:before{content:""}.icon-file-archive:before{content:""}.icon-file-audio:before{content:""}.icon-file-certificate:before{content:""}.icon-file-chart-line:before{content:""}.icon-file-chart-pie:before{content:""}.icon-file-check:before{content:""}.icon-file-code:before{content:""}.icon-file-contract:before{content:""}.icon-file-csv:before{content:""}.icon-file-download:before{content:""}.icon-file-edit:before{content:""}.icon-file-excel:before{content:""}.icon-file-exclamation:before{content:""}.icon-file-export:before{content:""}.icon-file-image:before{content:""}.icon-file-import:before{content:""}.icon-file-invoice:before{content:""}.icon-file-invoice-dollar:before{content:""}.icon-file-medical:before{content:""}.icon-file-medical-alt:before{content:""}.icon-file-minus:before{content:""}.icon-file-music:before{content:""}.icon-file-pdf:before{content:""}.icon-file-plus:before{content:""}.icon-file-powerpoint:before{content:""}.icon-file-prescription:before{content:""}.icon-file-search:before{content:""}.icon-file-signature:before{content:""}.icon-file-spreadsheet:before{content:""}.icon-file-times:before{content:""}.icon-file-upload:before{content:""}.icon-file-user:before{content:""}.icon-file-video:before{content:""}.icon-file-word:before{content:""}.icon-files-medical:before{content:""}.icon-fill:before{content:""}.icon-fill-drip:before{content:""}.icon-film:before{content:""}.icon-film-alt:before{content:""}.icon-film-canister:before{content:""}.icon-filter:before{content:""}.icon-fingerprint:before{content:""}.icon-fire:before{content:""}.icon-fire-alt:before{content:""}.icon-fire-extinguisher:before{content:""}.icon-fire-smoke:before{content:""}.icon-fireplace:before{content:""}.icon-first-aid:before{content:""}.icon-fish:before{content:""}.icon-fish-cooked:before{content:""}.icon-fist-raised:before{content:""}.icon-flag:before{content:""}.icon-flag-alt:before{content:""}.icon-flag-checkered:before{content:""}.icon-flag-usa:before{content:""}.icon-flame:before{content:""}.icon-flashlight:before{content:""}.icon-flask:before{content:""}.icon-flask-poison:before{content:""}.icon-flask-potion:before{content:""}.icon-flower:before{content:""}.icon-flower-daffodil:before{content:""}.icon-flower-tulip:before{content:""}.icon-flushed:before{content:""}.icon-flute:before{content:""}.icon-flux-capacitor:before{content:""}.icon-fog:before{content:""}.icon-folder:before{content:""}.icon-folder-minus:before{content:""}.icon-folder-open:before{content:""}.icon-folder-plus:before{content:""}.icon-folder-times:before{content:""}.icon-folder-tree:before{content:""}.icon-folders:before{content:""}.icon-font:before{content:""}.icon-font-awesome-logo-full:before{content:""}.icon-font-case:before{content:""}.icon-football-ball:before{content:""}.icon-football-helmet:before{content:""}.icon-forklift:before{content:""}.icon-forward:before{content:""}.icon-fragile:before{content:""}.icon-french-fries:before{content:""}.icon-frog:before{content:""}.icon-frosty-head:before{content:""}.icon-frown:before{content:""}.icon-frown-open:before{content:""}.icon-function:before{content:""}.icon-funnel-dollar:before{content:""}.icon-futbol:before{content:""}.icon-game-board:before{content:""}.icon-game-board-alt:before{content:""}.icon-game-console-handheld:before{content:""}.icon-gamepad:before{content:""}.icon-gamepad-alt:before{content:""}.icon-gas-pump:before{content:""}.icon-gas-pump-slash:before{content:""}.icon-gavel:before{content:""}.icon-gem:before{content:""}.icon-genderless:before{content:""}.icon-ghost:before{content:""}.icon-gift:before{content:""}.icon-gift-card:before{content:""}.icon-gifts:before{content:""}.icon-gingerbread-man:before{content:""}.icon-glass:before{content:""}.icon-glass-champagne:before{content:""}.icon-glass-cheers:before{content:""}.icon-glass-citrus:before{content:""}.icon-glass-martini:before{content:""}.icon-glass-martini-alt:before{content:""}.icon-glass-whiskey:before{content:""}.icon-glass-whiskey-rocks:before{content:""}.icon-glasses:before{content:""}.icon-glasses-alt:before{content:""}.icon-globe:before{content:""}.icon-globe-africa:before{content:""}.icon-globe-americas:before{content:""}.icon-globe-asia:before{content:""}.icon-globe-europe:before{content:""}.icon-globe-snow:before{content:""}.icon-globe-stand:before{content:""}.icon-golf-ball:before{content:""}.icon-golf-club:before{content:""}.icon-gopuram:before{content:""}.icon-graduation-cap:before{content:""}.icon-gramophone:before{content:""}.icon-greater-than:before{content:""}.icon-greater-than-equal:before{content:""}.icon-grimace:before{content:""}.icon-grin:before{content:""}.icon-grin-alt:before{content:""}.icon-grin-beam:before{content:""}.icon-grin-beam-sweat:before{content:""}.icon-grin-hearts:before{content:""}.icon-grin-squint:before{content:""}.icon-grin-squint-tears:before{content:""}.icon-grin-stars:before{content:""}.icon-grin-tears:before{content:""}.icon-grin-tongue:before{content:""}.icon-grin-tongue-squint:before{content:""}.icon-grin-tongue-wink:before{content:""}.icon-grin-wink:before{content:""}.icon-grip-horizontal:before{content:""}.icon-grip-lines:before{content:""}.icon-grip-lines-vertical:before{content:""}.icon-grip-vertical:before{content:""}.icon-guitar:before{content:""}.icon-guitar-electric:before{content:""}.icon-guitars:before{content:""}.icon-h-square:before{content:""}.icon-h1:before{content:""}.icon-h2:before{content:""}.icon-h3:before{content:""}.icon-h4:before{content:""}.icon-hamburger:before{content:""}.icon-hammer:before{content:""}.icon-hammer-war:before{content:""}.icon-hamsa:before{content:""}.icon-hand-heart:before{content:""}.icon-hand-holding:before{content:""}.icon-hand-holding-box:before{content:""}.icon-hand-holding-heart:before{content:""}.icon-hand-holding-magic:before{content:""}.icon-hand-holding-seedling:before{content:""}.icon-hand-holding-usd:before{content:""}.icon-hand-holding-water:before{content:""}.icon-hand-lizard:before{content:""}.icon-hand-middle-finger:before{content:""}.icon-hand-paper:before{content:""}.icon-hand-peace:before{content:""}.icon-hand-point-down:before{content:""}.icon-hand-point-left:before{content:""}.icon-hand-point-right:before{content:""}.icon-hand-point-up:before{content:""}.icon-hand-pointer:before{content:""}.icon-hand-receiving:before{content:""}.icon-hand-rock:before{content:""}.icon-hand-scissors:before{content:""}.icon-hand-spock:before{content:""}.icon-hands:before{content:""}.icon-hands-heart:before{content:""}.icon-hands-helping:before{content:""}.icon-hands-usd:before{content:""}.icon-handshake:before{content:""}.icon-handshake-alt:before{content:""}.icon-hanukiah:before{content:""}.icon-hard-hat:before{content:""}.icon-hashtag:before{content:""}.icon-hat-chef:before{content:""}.icon-hat-cowboy:before{content:""}.icon-hat-cowboy-side:before{content:""}.icon-hat-santa:before{content:""}.icon-hat-winter:before{content:""}.icon-hat-witch:before{content:""}.icon-hat-wizard:before{content:""}.icon-haykal:before{content:""}.icon-hdd:before{content:""}.icon-head-side:before{content:""}.icon-head-side-brain:before{content:""}.icon-head-side-headphones:before{content:""}.icon-head-side-medical:before{content:""}.icon-head-vr:before{content:""}.icon-heading:before{content:""}.icon-headphones:before{content:""}.icon-headphones-alt:before{content:""}.icon-headset:before{content:""}.icon-heart:before{content:""}.icon-heart-broken:before{content:""}.icon-heart-circle:before{content:""}.icon-heart-rate:before{content:""}.icon-heart-square:before{content:""}.icon-heartbeat:before{content:""}.icon-helicopter:before{content:""}.icon-helmet-battle:before{content:""}.icon-hexagon:before{content:""}.icon-highlighter:before{content:""}.icon-hiking:before{content:""}.icon-hippo:before{content:""}.icon-history:before{content:""}.icon-hockey-mask:before{content:""}.icon-hockey-puck:before{content:""}.icon-hockey-sticks:before{content:""}.icon-holly-berry:before{content:""}.icon-home:before{content:""}.icon-home-alt:before{content:""}.icon-home-heart:before{content:""}.icon-home-lg:before{content:""}.icon-home-lg-alt:before{content:""}.icon-hood-cloak:before{content:""}.icon-horizontal-rule:before{content:""}.icon-horse:before{content:""}.icon-horse-head:before{content:""}.icon-horse-saddle:before{content:""}.icon-hospital:before{content:""}.icon-hospital-alt:before{content:""}.icon-hospital-symbol:before{content:""}.icon-hospital-user:before{content:""}.icon-hospitals:before{content:""}.icon-hot-tub:before{content:""}.icon-hotdog:before{content:""}.icon-hotel:before{content:""}.icon-hourglass:before{content:""}.icon-hourglass-end:before{content:""}.icon-hourglass-half:before{content:""}.icon-hourglass-start:before{content:""}.icon-house-damage:before{content:""}.icon-house-flood:before{content:""}.icon-hryvnia:before{content:""}.icon-humidity:before{content:""}.icon-hurricane:before{content:""}.icon-i-cursor:before{content:""}.icon-ice-cream:before{content:""}.icon-ice-skate:before{content:""}.icon-icicles:before{content:""}.icon-icons:before{content:""}.icon-icons-alt:before{content:""}.icon-id-badge:before{content:""}.icon-id-card:before{content:""}.icon-id-card-alt:before{content:""}.icon-igloo:before{content:""}.icon-image:before{content:""}.icon-image-polaroid:before{content:""}.icon-images:before{content:""}.icon-inbox:before{content:""}.icon-inbox-in:before{content:""}.icon-inbox-out:before{content:""}.icon-indent:before{content:""}.icon-industry:before{content:""}.icon-industry-alt:before{content:""}.icon-infinity:before{content:""}.icon-info:before{content:""}.icon-info-circle:before{content:""}.icon-info-square:before{content:""}.icon-inhaler:before{content:""}.icon-integral:before{content:""}.icon-intersection:before{content:""}.icon-inventory:before{content:""}.icon-island-tropical:before{content:""}.icon-italic:before{content:""}.icon-jack-o-lantern:before{content:""}.icon-jedi:before{content:""}.icon-joint:before{content:""}.icon-journal-whills:before{content:""}.icon-joystick:before{content:""}.icon-jug:before{content:""}.icon-kaaba:before{content:""}.icon-kazoo:before{content:""}.icon-kerning:before{content:""}.icon-key:before{content:""}.icon-key-skeleton:before{content:""}.icon-keyboard:before{content:""}.icon-keynote:before{content:""}.icon-khanda:before{content:""}.icon-kidneys:before{content:""}.icon-kiss:before{content:""}.icon-kiss-beam:before{content:""}.icon-kiss-wink-heart:before{content:""}.icon-kite:before{content:""}.icon-kiwi-bird:before{content:""}.icon-knife-kitchen:before{content:""}.icon-lambda:before{content:""}.icon-lamp:before{content:""}.icon-landmark:before{content:""}.icon-landmark-alt:before{content:""}.icon-language:before{content:""}.icon-laptop:before{content:""}.icon-laptop-code:before{content:""}.icon-laptop-medical:before{content:""}.icon-lasso:before{content:""}.icon-laugh:before{content:""}.icon-laugh-beam:before{content:""}.icon-laugh-squint:before{content:""}.icon-laugh-wink:before{content:""}.icon-layer-group:before{content:""}.icon-layer-minus:before{content:""}.icon-layer-plus:before{content:""}.icon-leaf:before{content:""}.icon-leaf-heart:before{content:""}.icon-leaf-maple:before{content:""}.icon-leaf-oak:before{content:""}.icon-lemon:before{content:""}.icon-less-than:before{content:""}.icon-less-than-equal:before{content:""}.icon-level-down:before{content:""}.icon-level-down-alt:before{content:""}.icon-level-up:before{content:""}.icon-level-up-alt:before{content:""}.icon-life-ring:before{content:""}.icon-lightbulb:before{content:""}.icon-lightbulb-dollar:before{content:""}.icon-lightbulb-exclamation:before{content:""}.icon-lightbulb-on:before{content:""}.icon-lightbulb-slash:before{content:""}.icon-lights-holiday:before{content:""}.icon-line-columns:before{content:""}.icon-line-height:before{content:""}.icon-link:before{content:""}.icon-lips:before{content:""}.icon-lira-sign:before{content:""}.icon-list:before{content:""}.icon-list-alt:before{content:""}.icon-list-music:before{content:""}.icon-list-ol:before{content:""}.icon-list-ul:before{content:""}.icon-location:before{content:""}.icon-location-arrow:before{content:""}.icon-location-circle:before{content:""}.icon-location-slash:before{content:""}.icon-lock:before{content:""}.icon-lock-alt:before{content:""}.icon-lock-open:before{content:""}.icon-lock-open-alt:before{content:""}.icon-long-arrow-alt-down:before{content:""}.icon-long-arrow-alt-left:before{content:""}.icon-long-arrow-alt-right:before{content:""}.icon-long-arrow-alt-up:before{content:""}.icon-long-arrow-down:before{content:""}.icon-long-arrow-left:before{content:""}.icon-long-arrow-right:before{content:""}.icon-long-arrow-up:before{content:""}.icon-loveseat:before{content:""}.icon-low-vision:before{content:""}.icon-luchador:before{content:""}.icon-luggage-cart:before{content:""}.icon-lungs:before{content:""}.icon-mace:before{content:""}.icon-magic:before{content:""}.icon-magnet:before{content:""}.icon-mail-bulk:before{content:""}.icon-mailbox:before{content:""}.icon-male:before{content:""}.icon-mandolin:before{content:""}.icon-map:before{content:""}.icon-map-marked:before{content:""}.icon-map-marked-alt:before{content:""}.icon-map-marker:before{content:""}.icon-map-marker-alt:before{content:""}.icon-map-marker-alt-slash:before{content:""}.icon-map-marker-check:before{content:""}.icon-map-marker-edit:before{content:""}.icon-map-marker-exclamation:before{content:""}.icon-map-marker-minus:before{content:""}.icon-map-marker-plus:before{content:""}.icon-map-marker-question:before{content:""}.icon-map-marker-slash:before{content:""}.icon-map-marker-smile:before{content:""}.icon-map-marker-times:before{content:""}.icon-map-pin:before{content:""}.icon-map-signs:before{content:""}.icon-marker:before{content:""}.icon-mars:before{content:""}.icon-mars-double:before{content:""}.icon-mars-stroke:before{content:""}.icon-mars-stroke-h:before{content:""}.icon-mars-stroke-v:before{content:""}.icon-mask:before{content:""}.icon-meat:before{content:""}.icon-medal:before{content:""}.icon-medkit:before{content:""}.icon-megaphone:before{content:""}.icon-meh:before{content:""}.icon-meh-blank:before{content:""}.icon-meh-rolling-eyes:before{content:""}.icon-memory:before{content:""}.icon-menorah:before{content:""}.icon-mercury:before{content:""}.icon-meteor:before{content:""}.icon-microchip:before{content:""}.icon-microphone:before{content:""}.icon-microphone-alt:before{content:""}.icon-microphone-alt-slash:before{content:""}.icon-microphone-slash:before{content:""}.icon-microphone-stand:before{content:""}.icon-microscope:before{content:""}.icon-mind-share:before{content:""}.icon-minus:before{content:""}.icon-minus-circle:before{content:""}.icon-minus-hexagon:before{content:""}.icon-minus-octagon:before{content:""}.icon-minus-square:before{content:""}.icon-mistletoe:before{content:""}.icon-mitten:before{content:""}.icon-mobile:before{content:""}.icon-mobile-alt:before{content:""}.icon-mobile-android:before{content:""}.icon-mobile-android-alt:before{content:""}.icon-money-bill:before{content:""}.icon-money-bill-alt:before{content:""}.icon-money-bill-wave:before{content:""}.icon-money-bill-wave-alt:before{content:""}.icon-money-check:before{content:""}.icon-money-check-alt:before{content:""}.icon-money-check-edit:before{content:""}.icon-money-check-edit-alt:before{content:""}.icon-monitor-heart-rate:before{content:""}.icon-monkey:before{content:""}.icon-monument:before{content:""}.icon-moon:before{content:""}.icon-moon-cloud:before{content:""}.icon-moon-stars:before{content:""}.icon-mortar-pestle:before{content:""}.icon-mosque:before{content:""}.icon-motorcycle:before{content:""}.icon-mountain:before{content:""}.icon-mountains:before{content:""}.icon-mouse:before{content:""}.icon-mouse-alt:before{content:""}.icon-mouse-pointer:before{content:""}.icon-mp3-player:before{content:""}.icon-mug:before{content:""}.icon-mug-hot:before{content:""}.icon-mug-marshmallows:before{content:""}.icon-mug-tea:before{content:""}.icon-music:before{content:""}.icon-music-alt:before{content:""}.icon-music-alt-slash:before{content:""}.icon-music-slash:before{content:""}.icon-narwhal:before{content:""}.icon-network-wired:before{content:""}.icon-neuter:before{content:""}.icon-newspaper:before{content:""}.icon-not-equal:before{content:""}.icon-notes-medical:before{content:""}.icon-object-group:before{content:""}.icon-object-ungroup:before{content:""}.icon-octagon:before{content:""}.icon-oil-can:before{content:""}.icon-oil-temp:before{content:""}.icon-om:before{content:""}.icon-omega:before{content:""}.icon-ornament:before{content:""}.icon-otter:before{content:""}.icon-outdent:before{content:""}.icon-overline:before{content:""}.icon-page-break:before{content:""}.icon-pager:before{content:""}.icon-paint-brush:before{content:""}.icon-paint-brush-alt:before{content:""}.icon-paint-roller:before{content:""}.icon-palette:before{content:""}.icon-pallet:before{content:""}.icon-pallet-alt:before{content:""}.icon-paper-plane:before{content:""}.icon-paperclip:before{content:""}.icon-parachute-box:before{content:""}.icon-paragraph:before{content:""}.icon-paragraph-rtl:before{content:""}.icon-parking:before{content:""}.icon-parking-circle:before{content:""}.icon-parking-circle-slash:before{content:""}.icon-parking-slash:before{content:""}.icon-passport:before{content:""}.icon-pastafarianism:before{content:""}.icon-paste:before{content:""}.icon-pause:before{content:""}.icon-pause-circle:before{content:""}.icon-paw:before{content:""}.icon-paw-alt:before{content:""}.icon-paw-claws:before{content:""}.icon-peace:before{content:""}.icon-pegasus:before{content:""}.icon-pen:before{content:""}.icon-pen-alt:before{content:""}.icon-pen-fancy:before{content:""}.icon-pen-nib:before{content:""}.icon-pen-square:before{content:""}.icon-pencil:before{content:""}.icon-pencil-alt:before{content:""}.icon-pencil-paintbrush:before{content:""}.icon-pencil-ruler:before{content:""}.icon-pennant:before{content:""}.icon-people-carry:before{content:""}.icon-pepper-hot:before{content:""}.icon-percent:before{content:""}.icon-percentage:before{content:""}.icon-person-booth:before{content:""}.icon-person-carry:before{content:""}.icon-person-dolly:before{content:""}.icon-person-dolly-empty:before{content:""}.icon-person-sign:before{content:""}.icon-phone:before{content:""}.icon-phone-alt:before{content:""}.icon-phone-laptop:before{content:""}.icon-phone-office:before{content:""}.icon-phone-plus:before{content:""}.icon-phone-rotary:before{content:""}.icon-phone-slash:before{content:""}.icon-phone-square:before{content:""}.icon-phone-square-alt:before{content:""}.icon-phone-volume:before{content:""}.icon-photo-video:before{content:""}.icon-pi:before{content:""}.icon-piano:before{content:""}.icon-piano-keyboard:before{content:""}.icon-pie:before{content:""}.icon-pig:before{content:""}.icon-piggy-bank:before{content:""}.icon-pills:before{content:""}.icon-pizza:before{content:""}.icon-pizza-slice:before{content:""}.icon-place-of-worship:before{content:""}.icon-plane:before{content:""}.icon-plane-alt:before{content:""}.icon-plane-arrival:before{content:""}.icon-plane-departure:before{content:""}.icon-play:before{content:""}.icon-play-circle:before{content:""}.icon-plug:before{content:""}.icon-plus:before{content:""}.icon-plus-circle:before{content:""}.icon-plus-hexagon:before{content:""}.icon-plus-octagon:before{content:""}.icon-plus-square:before{content:""}.icon-podcast:before{content:""}.icon-podium:before{content:""}.icon-podium-star:before{content:""}.icon-poll:before{content:""}.icon-poll-h:before{content:""}.icon-poll-people:before{content:""}.icon-poo:before{content:""}.icon-poo-storm:before{content:""}.icon-poop:before{content:""}.icon-popcorn:before{content:""}.icon-portrait:before{content:""}.icon-pound-sign:before{content:""}.icon-power-off:before{content:""}.icon-pray:before{content:""}.icon-praying-hands:before{content:""}.icon-prescription:before{content:""}.icon-prescription-bottle:before{content:""}.icon-prescription-bottle-alt:before{content:""}.icon-presentation:before{content:""}.icon-print:before{content:""}.icon-print-search:before{content:""}.icon-print-slash:before{content:""}.icon-procedures:before{content:""}.icon-project-diagram:before{content:""}.icon-projector:before{content:""}.icon-pumpkin:before{content:""}.icon-puzzle-piece:before{content:""}.icon-qrcode:before{content:""}.icon-question:before{content:""}.icon-question-circle:before{content:""}.icon-question-square:before{content:""}.icon-quidditch:before{content:""}.icon-quote-left:before{content:""}.icon-quote-right:before{content:""}.icon-quran:before{content:""}.icon-rabbit:before{content:""}.icon-rabbit-fast:before{content:""}.icon-racquet:before{content:""}.icon-radiation:before{content:""}.icon-radiation-alt:before{content:""}.icon-radio:before{content:""}.icon-radio-alt:before{content:""}.icon-rainbow:before{content:""}.icon-raindrops:before{content:""}.icon-ram:before{content:""}.icon-ramp-loading:before{content:""}.icon-random:before{content:""}.icon-receipt:before{content:""}.icon-record-vinyl:before{content:""}.icon-rectangle-landscape:before{content:""}.icon-rectangle-portrait:before{content:""}.icon-rectangle-wide:before{content:""}.icon-recycle:before{content:""}.icon-redo:before{content:""}.icon-redo-alt:before{content:""}.icon-registered:before{content:""}.icon-remove-format:before{content:""}.icon-repeat:before{content:""}.icon-repeat-1:before{content:""}.icon-repeat-1-alt:before{content:""}.icon-repeat-alt:before{content:""}.icon-reply:before{content:""}.icon-reply-all:before{content:""}.icon-republican:before{content:""}.icon-restroom:before{content:""}.icon-retweet:before{content:""}.icon-retweet-alt:before{content:""}.icon-ribbon:before{content:""}.icon-ring:before{content:""}.icon-rings-wedding:before{content:""}.icon-road:before{content:""}.icon-robot:before{content:""}.icon-rocket:before{content:""}.icon-route:before{content:""}.icon-route-highway:before{content:""}.icon-route-interstate:before{content:""}.icon-router:before{content:""}.icon-rss:before{content:""}.icon-rss-square:before{content:""}.icon-ruble-sign:before{content:""}.icon-ruler:before{content:""}.icon-ruler-combined:before{content:""}.icon-ruler-horizontal:before{content:""}.icon-ruler-triangle:before{content:""}.icon-ruler-vertical:before{content:""}.icon-running:before{content:""}.icon-rupee-sign:before{content:""}.icon-rv:before{content:""}.icon-sack:before{content:""}.icon-sack-dollar:before{content:""}.icon-sad-cry:before{content:""}.icon-sad-tear:before{content:""}.icon-salad:before{content:""}.icon-sandwich:before{content:""}.icon-satellite:before{content:""}.icon-satellite-dish:before{content:""}.icon-sausage:before{content:""}.icon-save:before{content:""}.icon-sax-hot:before{content:""}.icon-saxophone:before{content:""}.icon-scalpel:before{content:""}.icon-scalpel-path:before{content:""}.icon-scanner:before{content:""}.icon-scanner-image:before{content:""}.icon-scanner-keyboard:before{content:""}.icon-scanner-touchscreen:before{content:""}.icon-scarecrow:before{content:""}.icon-scarf:before{content:""}.icon-school:before{content:""}.icon-screwdriver:before{content:""}.icon-scroll:before{content:""}.icon-scroll-old:before{content:""}.icon-scrubber:before{content:""}.icon-scythe:before{content:""}.icon-sd-card:before{content:""}.icon-search:before{content:""}.icon-search-dollar:before{content:""}.icon-search-location:before{content:""}.icon-search-minus:before{content:""}.icon-search-plus:before{content:""}.icon-seedling:before{content:""}.icon-send-back:before{content:""}.icon-send-backward:before{content:""}.icon-server:before{content:""}.icon-shapes:before{content:""}.icon-share:before{content:""}.icon-share-all:before{content:""}.icon-share-alt:before{content:""}.icon-share-alt-square:before{content:""}.icon-share-square:before{content:""}.icon-sheep:before{content:""}.icon-shekel-sign:before{content:""}.icon-shield:before{content:""}.icon-shield-alt:before{content:""}.icon-shield-check:before{content:""}.icon-shield-cross:before{content:""}.icon-ship:before{content:""}.icon-shipping-fast:before{content:""}.icon-shipping-timed:before{content:""}.icon-shish-kebab:before{content:""}.icon-shoe-prints:before{content:""}.icon-shopping-bag:before{content:""}.icon-shopping-basket:before{content:""}.icon-shopping-cart:before{content:""}.icon-shovel:before{content:""}.icon-shovel-snow:before{content:""}.icon-shower:before{content:""}.icon-shredder:before{content:""}.icon-shuttle-van:before{content:""}.icon-shuttlecock:before{content:""}.icon-sickle:before{content:""}.icon-sigma:before{content:""}.icon-sign:before{content:""}.icon-sign-in:before{content:""}.icon-sign-in-alt:before{content:""}.icon-sign-language:before{content:""}.icon-sign-out:before{content:""}.icon-sign-out-alt:before{content:""}.icon-signal:before{content:""}.icon-signal-1:before{content:""}.icon-signal-2:before{content:""}.icon-signal-3:before{content:""}.icon-signal-4:before{content:""}.icon-signal-alt:before{content:""}.icon-signal-alt-1:before{content:""}.icon-signal-alt-2:before{content:""}.icon-signal-alt-3:before{content:""}.icon-signal-alt-slash:before{content:""}.icon-signal-slash:before{content:""}.icon-signal-stream:before{content:""}.icon-signature:before{content:""}.icon-sim-card:before{content:""}.icon-sitemap:before{content:""}.icon-skating:before{content:""}.icon-skeleton:before{content:""}.icon-ski-jump:before{content:""}.icon-ski-lift:before{content:""}.icon-skiing:before{content:""}.icon-skiing-nordic:before{content:""}.icon-skull:before{content:""}.icon-skull-cow:before{content:""}.icon-skull-crossbones:before{content:""}.icon-slash:before{content:""}.icon-sledding:before{content:""}.icon-sleigh:before{content:""}.icon-sliders-h:before{content:""}.icon-sliders-h-square:before{content:""}.icon-sliders-v:before{content:""}.icon-sliders-v-square:before{content:""}.icon-smile:before{content:""}.icon-smile-beam:before{content:""}.icon-smile-plus:before{content:""}.icon-smile-wink:before{content:""}.icon-smog:before{content:""}.icon-smoke:before{content:""}.icon-smoking:before{content:""}.icon-smoking-ban:before{content:""}.icon-sms:before{content:""}.icon-snake:before{content:""}.icon-snooze:before{content:""}.icon-snow-blowing:before{content:""}.icon-snowboarding:before{content:""}.icon-snowflake:before{content:""}.icon-snowflakes:before{content:""}.icon-snowman:before{content:""}.icon-snowmobile:before{content:""}.icon-snowplow:before{content:""}.icon-socks:before{content:""}.icon-solar-panel:before{content:""}.icon-sort:before{content:""}.icon-sort-alpha-down:before{content:""}.icon-sort-alpha-down-alt:before{content:""}.icon-sort-alpha-up:before{content:""}.icon-sort-alpha-up-alt:before{content:""}.icon-sort-alt:before{content:""}.icon-sort-amount-down:before{content:""}.icon-sort-amount-down-alt:before{content:""}.icon-sort-amount-up:before{content:""}.icon-sort-amount-up-alt:before{content:""}.icon-sort-down:before{content:""}.icon-sort-numeric-down:before{content:""}.icon-sort-numeric-down-alt:before{content:""}.icon-sort-numeric-up:before{content:""}.icon-sort-numeric-up-alt:before{content:""}.icon-sort-shapes-down:before{content:""}.icon-sort-shapes-down-alt:before{content:""}.icon-sort-shapes-up:before{content:""}.icon-sort-shapes-up-alt:before{content:""}.icon-sort-size-down:before{content:""}.icon-sort-size-down-alt:before{content:""}.icon-sort-size-up:before{content:""}.icon-sort-size-up-alt:before{content:""}.icon-sort-up:before{content:""}.icon-soup:before{content:""}.icon-spa:before{content:""}.icon-space-shuttle:before{content:""}.icon-spade:before{content:""}.icon-sparkles:before{content:""}.icon-speaker:before{content:""}.icon-speakers:before{content:""}.icon-spell-check:before{content:""}.icon-spider:before{content:""}.icon-spider-black-widow:before{content:""}.icon-spider-web:before{content:""}.icon-spinner:before{content:""}.icon-spinner-third:before{content:""}.icon-splotch:before{content:""}.icon-spray-can:before{content:""}.icon-square:before{content:""}.icon-square-full:before{content:""}.icon-square-root:before{content:""}.icon-square-root-alt:before{content:""}.icon-squirrel:before{content:""}.icon-staff:before{content:""}.icon-stamp:before{content:""}.icon-star:before{content:""}.icon-star-and-crescent:before{content:""}.icon-star-christmas:before{content:""}.icon-star-exclamation:before{content:""}.icon-star-half:before{content:""}.icon-star-half-alt:before{content:""}.icon-star-of-david:before{content:""}.icon-star-of-life:before{content:""}.icon-stars:before{content:""}.icon-steak:before{content:""}.icon-steering-wheel:before{content:""}.icon-step-backward:before{content:""}.icon-step-forward:before{content:""}.icon-stethoscope:before{content:""}.icon-sticky-note:before{content:""}.icon-stocking:before{content:""}.icon-stomach:before{content:""}.icon-stop:before{content:""}.icon-stop-circle:before{content:""}.icon-stopwatch:before{content:""}.icon-store:before{content:""}.icon-store-alt:before{content:""}.icon-stream:before{content:""}.icon-street-view:before{content:""}.icon-stretcher:before{content:""}.icon-strikethrough:before{content:""}.icon-stroopwafel:before{content:""}.icon-subscript:before{content:""}.icon-subway:before{content:""}.icon-suitcase:before{content:""}.icon-suitcase-rolling:before{content:""}.icon-sun:before{content:""}.icon-sun-cloud:before{content:""}.icon-sun-dust:before{content:""}.icon-sun-haze:before{content:""}.icon-sunglasses:before{content:""}.icon-sunrise:before{content:""}.icon-sunset:before{content:""}.icon-superscript:before{content:""}.icon-surprise:before{content:""}.icon-swatchbook:before{content:""}.icon-swimmer:before{content:""}.icon-swimming-pool:before{content:""}.icon-sword:before{content:""}.icon-swords:before{content:""}.icon-synagogue:before{content:""}.icon-sync:before{content:""}.icon-sync-alt:before{content:""}.icon-syringe:before{content:""}.icon-table:before{content:""}.icon-table-tennis:before{content:""}.icon-tablet:before{content:""}.icon-tablet-alt:before{content:""}.icon-tablet-android:before{content:""}.icon-tablet-android-alt:before{content:""}.icon-tablet-rugged:before{content:""}.icon-tablets:before{content:""}.icon-tachometer:before{content:""}.icon-tachometer-alt:before{content:""}.icon-tachometer-alt-average:before{content:""}.icon-tachometer-alt-fast:before{content:""}.icon-tachometer-alt-fastest:before{content:""}.icon-tachometer-alt-slow:before{content:""}.icon-tachometer-alt-slowest:before{content:""}.icon-tachometer-average:before{content:""}.icon-tachometer-fast:before{content:""}.icon-tachometer-fastest:before{content:""}.icon-tachometer-slow:before{content:""}.icon-tachometer-slowest:before{content:""}.icon-taco:before{content:""}.icon-tag:before{content:""}.icon-tags:before{content:""}.icon-tally:before{content:""}.icon-tanakh:before{content:""}.icon-tape:before{content:""}.icon-tasks:before{content:""}.icon-tasks-alt:before{content:""}.icon-taxi:before{content:""}.icon-teeth:before{content:""}.icon-teeth-open:before{content:""}.icon-temperature-frigid:before{content:""}.icon-temperature-high:before{content:""}.icon-temperature-hot:before{content:""}.icon-temperature-low:before{content:""}.icon-tenge:before{content:""}.icon-tennis-ball:before{content:""}.icon-terminal:before{content:""}.icon-text:before{content:""}.icon-text-height:before{content:""}.icon-text-size:before{content:""}.icon-text-width:before{content:""}.icon-th:before{content:""}.icon-th-large:before{content:""}.icon-th-list:before{content:""}.icon-theater-masks:before{content:""}.icon-thermometer:before{content:""}.icon-thermometer-empty:before{content:""}.icon-thermometer-full:before{content:""}.icon-thermometer-half:before{content:""}.icon-thermometer-quarter:before{content:""}.icon-thermometer-three-quarters:before{content:""}.icon-theta:before{content:""}.icon-thumbs-down:before{content:""}.icon-thumbs-up:before{content:""}.icon-thumbtack:before{content:""}.icon-thunderstorm:before{content:""}.icon-thunderstorm-moon:before{content:""}.icon-thunderstorm-sun:before{content:""}.icon-ticket:before{content:""}.icon-ticket-alt:before{content:""}.icon-tilde:before{content:""}.icon-times:before{content:""}.icon-times-circle:before{content:""}.icon-times-hexagon:before{content:""}.icon-times-octagon:before{content:""}.icon-times-square:before{content:""}.icon-tint:before{content:""}.icon-tint-slash:before{content:""}.icon-tire:before{content:""}.icon-tire-flat:before{content:""}.icon-tire-pressure-warning:before{content:""}.icon-tire-rugged:before{content:""}.icon-tired:before{content:""}.icon-toggle-off:before{content:""}.icon-toggle-on:before{content:""}.icon-toilet:before{content:""}.icon-toilet-paper:before{content:""}.icon-toilet-paper-alt:before{content:""}.icon-tombstone:before{content:""}.icon-tombstone-alt:before{content:""}.icon-toolbox:before{content:""}.icon-tools:before{content:""}.icon-tooth:before{content:""}.icon-toothbrush:before{content:""}.icon-torah:before{content:""}.icon-torii-gate:before{content:""}.icon-tornado:before{content:""}.icon-tractor:before{content:""}.icon-trademark:before{content:""}.icon-traffic-cone:before{content:""}.icon-traffic-light:before{content:""}.icon-traffic-light-go:before{content:""}.icon-traffic-light-slow:before{content:""}.icon-traffic-light-stop:before{content:""}.icon-train:before{content:""}.icon-tram:before{content:""}.icon-transgender:before{content:""}.icon-transgender-alt:before{content:""}.icon-trash:before{content:""}.icon-trash-alt:before{content:""}.icon-trash-restore:before{content:""}.icon-trash-restore-alt:before{content:""}.icon-trash-undo:before{content:""}.icon-trash-undo-alt:before{content:""}.icon-treasure-chest:before{content:""}.icon-tree:before{content:""}.icon-tree-alt:before{content:""}.icon-tree-christmas:before{content:""}.icon-tree-decorated:before{content:""}.icon-tree-large:before{content:""}.icon-tree-palm:before{content:""}.icon-trees:before{content:""}.icon-triangle:before{content:""}.icon-triangle-music:before{content:""}.icon-trophy:before{content:""}.icon-trophy-alt:before{content:""}.icon-truck:before{content:""}.icon-truck-container:before{content:""}.icon-truck-couch:before{content:""}.icon-truck-loading:before{content:""}.icon-truck-monster:before{content:""}.icon-truck-moving:before{content:""}.icon-truck-pickup:before{content:""}.icon-truck-plow:before{content:""}.icon-truck-ramp:before{content:""}.icon-trumpet:before{content:""}.icon-tshirt:before{content:""}.icon-tty:before{content:""}.icon-turkey:before{content:""}.icon-turntable:before{content:""}.icon-turtle:before{content:""}.icon-tv:before{content:""}.icon-tv-alt:before{content:""}.icon-tv-music:before{content:""}.icon-tv-retro:before{content:""}.icon-typewriter:before{content:""}.icon-umbrella:before{content:""}.icon-umbrella-beach:before{content:""}.icon-underline:before{content:""}.icon-undo:before{content:""}.icon-undo-alt:before{content:""}.icon-unicorn:before{content:""}.icon-union:before{content:""}.icon-universal-access:before{content:""}.icon-university:before{content:""}.icon-unlink:before{content:""}.icon-unlock:before{content:""}.icon-unlock-alt:before{content:""}.icon-upload:before{content:""}.icon-usb-drive:before{content:""}.icon-usd-circle:before{content:""}.icon-usd-square:before{content:""}.icon-user:before{content:""}.icon-user-alt:before{content:""}.icon-user-alt-slash:before{content:""}.icon-user-astronaut:before{content:""}.icon-user-chart:before{content:""}.icon-user-check:before{content:""}.icon-user-circle:before{content:""}.icon-user-clock:before{content:""}.icon-user-cog:before{content:""}.icon-user-cowboy:before{content:""}.icon-user-crown:before{content:""}.icon-user-edit:before{content:""}.icon-user-friends:before{content:""}.icon-user-graduate:before{content:""}.icon-user-hard-hat:before{content:""}.icon-user-headset:before{content:""}.icon-user-injured:before{content:""}.icon-user-lock:before{content:""}.icon-user-md:before{content:""}.icon-user-md-chat:before{content:""}.icon-user-minus:before{content:""}.icon-user-music:before{content:""}.icon-user-ninja:before{content:""}.icon-user-nurse:before{content:""}.icon-user-plus:before{content:""}.icon-user-secret:before{content:""}.icon-user-shield:before{content:""}.icon-user-slash:before{content:""}.icon-user-tag:before{content:""}.icon-user-tie:before{content:""}.icon-user-times:before{content:""}.icon-users:before{content:""}.icon-users-class:before{content:""}.icon-users-cog:before{content:""}.icon-users-crown:before{content:""}.icon-users-medical:before{content:""}.icon-utensil-fork:before{content:""}.icon-utensil-knife:before{content:""}.icon-utensil-spoon:before{content:""}.icon-utensils:before{content:""}.icon-utensils-alt:before{content:""}.icon-value-absolute:before{content:""}.icon-vector-square:before{content:""}.icon-venus:before{content:""}.icon-venus-double:before{content:""}.icon-venus-mars:before{content:""}.icon-vhs:before{content:""}.icon-vial:before{content:""}.icon-vials:before{content:""}.icon-video:before{content:""}.icon-video-plus:before{content:""}.icon-video-slash:before{content:""}.icon-vihara:before{content:""}.icon-violin:before{content:""}.icon-voicemail:before{content:""}.icon-volcano:before{content:""}.icon-volleyball-ball:before{content:""}.icon-volume:before{content:""}.icon-volume-down:before{content:""}.icon-volume-mute:before{content:""}.icon-volume-off:before{content:""}.icon-volume-slash:before{content:""}.icon-volume-up:before{content:""}.icon-vote-nay:before{content:""}.icon-vote-yea:before{content:""}.icon-vr-cardboard:before{content:""}.icon-wagon-covered:before{content:""}.icon-walker:before{content:""}.icon-walkie-talkie:before{content:""}.icon-walking:before{content:""}.icon-wallet:before{content:""}.icon-wand:before{content:""}.icon-wand-magic:before{content:""}.icon-warehouse:before{content:""}.icon-warehouse-alt:before{content:""}.icon-washer:before{content:""}.icon-watch:before{content:""}.icon-watch-calculator:before{content:""}.icon-watch-fitness:before{content:""}.icon-water:before{content:""}.icon-water-lower:before{content:""}.icon-water-rise:before{content:""}.icon-wave-sine:before{content:""}.icon-wave-square:before{content:""}.icon-wave-triangle:before{content:""}.icon-waveform:before{content:""}.icon-waveform-path:before{content:""}.icon-webcam:before{content:""}.icon-webcam-slash:before{content:""}.icon-weight:before{content:""}.icon-weight-hanging:before{content:""}.icon-whale:before{content:""}.icon-wheat:before{content:""}.icon-wheelchair:before{content:""}.icon-whistle:before{content:""}.icon-wifi:before{content:""}.icon-wifi-1:before{content:""}.icon-wifi-2:before{content:""}.icon-wifi-slash:before{content:""}.icon-wind:before{content:""}.icon-wind-turbine:before{content:""}.icon-wind-warning:before{content:""}.icon-window:before{content:""}.icon-window-alt:before{content:""}.icon-window-close:before{content:""}.icon-window-maximize:before{content:""}.icon-window-minimize:before{content:""}.icon-window-restore:before{content:""}.icon-windsock:before{content:""}.icon-wine-bottle:before{content:""}.icon-wine-glass:before{content:""}.icon-wine-glass-alt:before{content:""}.icon-won-sign:before{content:""}.icon-wreath:before{content:""}.icon-wrench:before{content:""}.icon-x-ray:before{content:""}.icon-yen-sign:before{content:""}.icon-yin-yang:before{content:""}
.mod_newsarchive{display:flex;flex-wrap:wrap;gap:25px}.mod_newsarchive>div{overflow:unset}.mod_newsarchive .mp-inside{display:flex;flex-direction:column;border:0.05rem solid #555}.mod_newsarchive .mp-inside .text{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between}.mod_newsarchive p.info{margin:0;padding:0.5rem 1rem;color:#fff;font-weight:bold;background-color:#e64416}.mod_newsarchive .layout_latest{max-width:450px}.mod_newsarchive .layout_latest figcaption{display:none}.mod_newsarchive .layout_latest>div{background-color:rgba(255, 255, 255, 0.7);min-height:100%}.mod_newsarchive .layout_latest h2{color:black !important;font-size:1.375rem;font-weight:600;line-height:1.22727;margin:0;padding:0.9375rem 0.9375rem 0 0.9375rem}.mod_newsarchive .layout_latest h2 a{text-decoration:none}.mod_newsarchive .layout_latest .ce_text{color:black;padding:0.9375rem}.mod_newsarchive .layout_latest p.more a{background-color:white;border:0.0625rem solid white;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);color:black !important;display:inline-block;font-size:1.125rem;font-weight:400;line-height:1.44444em;margin:0 0.9375rem 0.9375rem 0.9375rem;padding:0.9375rem;position:relative;text-decoration:none;transition:0.25s all ease-in}.mod_newsarchive .layout_latest p.more a:hover{border:0.0625rem solid black}
.content-text p:first-of-type{margin-top:0}
.content-gallery ul{display:flex;gap:10px}@media screen and (max-width:600px){.content-gallery ul{flex-direction:column}}
.mod_newsreader .layout_full .caption{margin-top:0.5rem;font-size:1.125rem;margin-bottom:1rem}
