

		/* --- O2WEB_LAYOUT_CSS --- */
			
.o2web-layout{
	padding:56px 0;

	/* roztahnuty od kraje ke kraji */
	margin-left:calc(-50vw + 50%);
	margin-right:calc(-50vw + 50%);
}
@media screen and (max-width: 991px){.o2web-layout{padding:48px 0;}}
@media screen and (max-width: 767px){.o2web-layout{padding:24px 0}}
@media screen and (max-width: 479px){.o2web-layout{padding:16px 0}}

.o2web-layout--pad-top{padding-top:112px}
.o2web-layout--pad-bottom{padding-bottom:112px}
.o2web-layout--empty:not(.o2web-layout-not-empty){padding-top:18px;padding-bottom:18px}

.o2web-layout--bright{background-color:#fff}.o2web-layout--darker{background-color:#f2f2f2}
.o2web-layout--blue{background-color:#151a49}
.o2web-layout--transparent{background-color:transparent}
.o2web-layout--pacific{background-color:#08c}
.o2web-layout--internal.js-internal,.js-internal .o2web-layout--internal{background-color:#f4e0ff}

.o2web-layout--join-top{padding-top:.1px}
.o2web-layout--join-bottom{padding-bottom:.1px}
.o2web-layout--close-top{padding-top:16px}
@media screen and (min-width: 768px){.o2web-layout--close-top{padding-top:24px}}.o2web-layout--close-bottom{padding-bottom:16px}
@media screen and (min-width: 768px){.o2web-layout--close-bottom{padding-bottom:24px}}

.o2web-layout__width{margin:0 auto;padding:0 56px;max-width:1344px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.o2web-layout__width:before{content:"";display:table}.o2web-layout__width:after{content:"";display:table;clear:both}

@media screen and (min-width: 1200px){.o2web-layout__width{padding:0 80px}}
@media screen and (max-width: 991px){.o2web-layout__width{padding:0 48px}}
@media screen and (max-width: 767px){.o2web-layout__width{padding:0 24px}}
@media screen and (max-width: 479px){.o2web-layout__width{padding:0 16px}}
@media screen and (min-width: 992px){.o2web-layout__width--narrow{max-width:784px}}

.o2web-layout__width--extended{max-width:1560px}.o2web-layout__width--not-padded{padding:0}
			
		/* --- /O2WEB_LAYOUT_CSS --- */

		/* --- O2_SECTION_CSS --- */
			
 .o2-section{padding:0 16px}.o2-section:before{content:"";display:table}.o2-section:after{content:"";display:table;clear:both}@media screen and (min-width: 768px){.o2-section{padding:0}}.o2-section:empty{display:none}.o2-section__outdent{margin-left:-16px;margin-right:-16px}@media screen and (min-width: 768px){.o2-section__outdent{margin-left:0;margin-right:0}}.o2-section__heading{color:#000;font-weight:600;margin:0;font-size:16px;line-height:24px;padding:16px 0}@media screen and (min-width: 768px){.o2-section__heading{font-size:20px;line-height:28px;font-weight:400}}@media screen and (min-width: 992px){.o2-section__heading{display:none}}@media screen and (max-width: 991px){.o2-section__content{display:none;padding:0 0 16px 0}.o2-section--collapsible+.o2-section--collapsible{border-top:1px solid rgba(0,0,0,0.15)}.o2-section--collapsible .o2-section__heading{display:block;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;cursor:pointer}.o2-section--collapsible .o2-section__heading:before{content:"";float:left;padding-right:16px;font-family:'o2iconfont';font-size:12px;color:#39c}.o2-section--collapsible .o2-section__heading--internal{background-color:#f4e0ff}.o2-section--collapsible.o2-section--active .o2-section__content{display:block}.o2-section--collapsible.o2-section--active .o2-section__heading:before{content:""}}.o2-section+.o2-section{margin-top:32px}.o2-section+.o2-section--separate,.o2-section--separate+.o2-section{margin-top:56px}.o2-section+.o2-section--standalone,.o2-section--standalone+.o2-section{margin-top:80px}.o2-section.o2-section--join-top{margin-top:0}.o2-section--join-bottom+.o2-section{margin-top:0}@media screen and (max-width: 991px){.o2-section--collapsible+.o2-section--collapsible{margin-top:0}}@media screen and (min-width: 480px){.o2-section.h-hide-sm-up:first-child+.o2-section{margin-top:0}}@media screen and (min-width: 768px){.o2-section.h-hide-md-up:first-child+.o2-section{margin-top:0}}@media screen and (min-width: 992px){.o2-section.h-hide-lg-up:first-child+.o2-section{margin-top:0}}@media screen and (min-width: 1200px){.o2-section.h-hide-xl-up:first-child+.o2-section{margin-top:0}}.js-internal-hidden .o2-section.js-internal:first-child+.o2-section{margin-top:0}
			
		/* --- /O2_SECTION_CSS --- */

		/* --- O2_SECTION_CONTROLLED_CSS --- */
			
.o2-section--controlled{position:relative}.o2-section__control-list{position:absolute;min-width:36px;white-space:nowrap;right:0;top:-18px;line-height:36px}@media screen and (min-width: 768px){.o2-section__control-list{right:-12px}}@media screen and (min-width: 1200px){.o2-section__control-list{right:-36px}}.o2-section__control{display:inline-block;width:26px;height:26px;line-height:24px;text-align:center;background-color:#952d98;vertical-align:middle;margin-top:-2px}.o2-section__control:hover{background-color:#822784}.o2-section__control-icon{color:#fff;vertical-align:middle}.o2-section__control-title{display:block;position:absolute;right:52px;top:-10px;color:rgba(0,0,0,0.25)}.o2web-layout-not-empty .o2-section__control-title{display:none}
			
		/* --- /O2_SECTION_CONTROLLED_CSS --- */

		/* --- O2WEB_ACCORDION_CSS --- */
			


.o2web-accordion{box-shadow:0 1px 3px rgba(0,0,0,0.15)}
.o2web-accordion__section{border-bottom:1px solid #f2f2f2;background-color:#fff}
.o2web-accordion__heading.o2web-accordion__heading{display:block;position:relative;padding:16px 56px 16px 16px;font-weight:300;font-size:16px;line-height:44px;cursor:pointer;user-select:none;transition:background-color .2s;margin:0}

@media screen and (min-width: 768px){
	.o2web-accordion__heading.o2web-accordion__heading{padding:15px 40px 15px 30px;font-size:22px;color:#2693C9}
}
.o2web-accordion__heading:after{position:absolute;right:10px;top:0;bottom:0;width:23px;height:23px;margin:auto;content:"";background:url('/_pub/44/15/83/597404_1416266_plus.png') no-repeat center 6px}

@media screen and (min-width: 768px){
	.o2web-accordion__heading:after{right:20px;font-size:34px}
}

.o2web-accordion__heading--active.o2web-accordion__heading--active{color:#000}
.o2web-accordion__heading--active.o2web-accordion__heading--active:after{background:url('/_pub/18/7/1d/597402_1416264_minus.png') no-repeat center center}
.o2web-accordion__heading.o2web-accordion__heading:hover{background-color:#f4f4ff}
.o2web-accordion__date{margin-right:10px;font-size:16px;color:#717982}
.o2web-accordion__content{padding:16px 56px 16px 16px;background-color:#fafafa}
@media screen and (min-width: 768px){
.o2web-accordion__content{padding:25px 30px 30px}}

.o2web-accordion__section--internal>.o2web-accordion__heading,.o2web-accordion__section--internal>.o2web-accordion__content{background-color:#f4e0ff}.o2web-accordion--condensed .o2web-accordion__heading{line-height:38px}@media screen and (min-width: 768px){.o2web-accordion--condensed .o2web-accordion__heading{padding:10px 30px 10px 20px}}@media screen and (min-width: 768px){.o2web-accordion--condensed .o2web-accordion__content{padding:5px 20px}}


			
		/* --- /O2WEB_ACCORDION_CSS --- */

		/* --- O2_BADGE_CSS --- */
			
.o2-badge{display:inline-block;min-width:1em;line-height:1.25em;border-radius:4px;font-size:14px;padding:4px 6px;text-align:center;background-color:#39c;color:#fff;vertical-align:0}.o2-badge--danger{background-color:#f33}.o2-badge--warning{background-color:#fc0}.o2-badge--success{background-color:#9c0}.o2-badge--price{background-color:#0cc}.js-internal .o2-badge--internal,.o2-badge--internal.js-internal{background-color:#952d98}.o2-badge--small{font-size:12px}.o2-badge--notification{background-color:#f33;padding:0 3px;font-size:12px;line-height:16px;font-weight:700}
			
		/* --- /O2_BADGE_CSS --- */

		/* --- TEXTS --- */
			
.o2web-typo__heading.o2web-typo__heading.o2web-typo__heading{font-weight:300}.o2web-typo__link,a.o2web-typo__link{color:#08c;text-decoration:none}.o2web-typo__link:hover,a.o2web-typo__link:hover{color:#08c;text-decoration:underline}.o2web-typo__link--reverted,a.o2web-typo__link--reverted{text-decoration:underline}.o2web-typo__link--reverted:hover,a.o2web-typo__link--reverted:hover{text-decoration:none}.o2web-typo__link--internal.js-internal,.js-internal .o2web-typo__link--internal,a.o2web-typo__link--internal.js-internal,.js-internal a.o2web-typo__link--internal{padding-left:2px;padding-right:2px;background-color:#f4e0ff}.o2web-typo__link--editable{text-decoration:none;color:inherit}.o2web-typo__link--editable:hover{text-decoration:underline;color:black}h1.o2web-typo__heading,.o2web-typo__heading--h1.o2web-typo__heading--h1{color:#000;font-weight:600;margin:0;font-size:32px;line-height:40px}@media screen and (min-width: 768px){h1.o2web-typo__heading,.o2web-typo__heading--h1.o2web-typo__heading--h1{font-weight:300}}h1.o2web-typo__heading a:link,h1.o2web-typo__heading a:visited,.o2web-typo__heading--h1.o2web-typo__heading--h1 a:link,.o2web-typo__heading--h1.o2web-typo__heading--h1 a:visited{color:#000;text-decoration:none;border-width:0 0 1px;border-style:solid;border-color:#000}@media screen and (min-width: 768px){h1.o2web-typo__heading,.o2web-typo__heading--h1.o2web-typo__heading--h1{font-size:40px;line-height:48px}}.o2web-typo__heading--h0.o2web-typo__heading--h0{color:#000;font-weight:600;margin:0;font-size:20px;line-height:24px;font-weight:300}@media screen and (min-width: 768px){.o2web-typo__heading--h0.o2web-typo__heading--h0{font-weight:300}}.o2web-typo__heading--h0.o2web-typo__heading--h0 a:link,.o2web-typo__heading--h0.o2web-typo__heading--h0 a:visited{color:#000;text-decoration:none;border-width:0 0 1px;border-style:solid;border-color:#000}@media screen and (min-width: 768px){.o2web-typo__heading--h0.o2web-typo__heading--h0{font-size:40px;line-height:48px}}@media screen and (min-width: 992px){.o2web-typo__heading--h0.o2web-typo__heading--h0{font-size:42px;line-height:50px}}@media screen and (min-width: 1200px){.o2web-typo__heading--h0.o2web-typo__heading--h0{font-size:48px;line-height:56px}}h2.o2web-typo__heading,.o2web-typo__heading--h2.o2web-typo__heading--h2{color:#000;font-weight:600;margin:0;font-size:24px;line-height:32px;font-weight:400}@media screen and (min-width: 768px){h2.o2web-typo__heading,.o2web-typo__heading--h2.o2web-typo__heading--h2{font-weight:300}}h2.o2web-typo__heading a:link,h2.o2web-typo__heading a:visited,.o2web-typo__heading--h2.o2web-typo__heading--h2 a:link,.o2web-typo__heading--h2.o2web-typo__heading--h2 a:visited{color:#000;text-decoration:none;border-width:0 0 1px;border-style:solid;border-color:#000}@media screen and (min-width: 768px){h2.o2web-typo__heading,.o2web-typo__heading--h2.o2web-typo__heading--h2{font-size:28px;line-height:36px}}h3.o2web-typo__heading,.o2web-typo__heading--h3.o2web-typo__heading--h3{color:#000;font-weight:600;margin:0;font-size:20px;line-height:28px}@media screen and (min-width: 768px){h3.o2web-typo__heading,.o2web-typo__heading--h3.o2web-typo__heading--h3{font-weight:300}}h3.o2web-typo__heading a:link,h3.o2web-typo__heading a:visited,.o2web-typo__heading--h3.o2web-typo__heading--h3 a:link,.o2web-typo__heading--h3.o2web-typo__heading--h3 a:visited{color:#000;text-decoration:none;border-width:0 0 1px;border-style:solid;border-color:#000}@media screen and (min-width: 768px){h3.o2web-typo__heading,.o2web-typo__heading--h3.o2web-typo__heading--h3{font-size:24px;line-height:32px}}h4.o2web-typo__heading,.o2web-typo__heading--h4.o2web-typo__heading--h4{color:#000;font-weight:600;margin:0;font-size:16px;line-height:24px}@media screen and (min-width: 768px){h4.o2web-typo__heading,.o2web-typo__heading--h4.o2web-typo__heading--h4{font-weight:300}}h4.o2web-typo__heading a:link,h4.o2web-typo__heading a:visited,.o2web-typo__heading--h4.o2web-typo__heading--h4 a:link,.o2web-typo__heading--h4.o2web-typo__heading--h4 a:visited{color:#000;text-decoration:none;border-width:0 0 1px;border-style:solid;border-color:#000}@media screen and (min-width: 768px){h4.o2web-typo__heading,.o2web-typo__heading--h4.o2web-typo__heading--h4{font-size:20px;line-height:28px}}h5.o2web-typo__heading,.o2web-typo__heading--h5.o2web-typo__heading--h5{color:#000;font-weight:600;margin:0;font-size:14px;line-height:22px}@media screen and (min-width: 768px){h5.o2web-typo__heading,.o2web-typo__heading--h5.o2web-typo__heading--h5{font-weight:300}}h5.o2web-typo__heading a:link,h5.o2web-typo__heading a:visited,.o2web-typo__heading--h5.o2web-typo__heading--h5 a:link,.o2web-typo__heading--h5.o2web-typo__heading--h5 a:visited{color:#000;text-decoration:none;border-width:0 0 1px;border-style:solid;border-color:#000}@media screen and (min-width: 768px){h5.o2web-typo__heading,.o2web-typo__heading--h5.o2web-typo__heading--h5{font-size:16px;line-height:24px;font-weight:600}}h6.o2web-typo__heading,.o2web-typo__heading--h6.o2web-typo__heading--h6{color:#000;font-weight:600;margin:0;font-size:14px;line-height:22px}@media screen and (min-width: 768px){h6.o2web-typo__heading,.o2web-typo__heading--h6.o2web-typo__heading--h6{font-weight:300}}h6.o2web-typo__heading a:link,h6.o2web-typo__heading a:visited,.o2web-typo__heading--h6.o2web-typo__heading--h6 a:link,.o2web-typo__heading--h6.o2web-typo__heading--h6 a:visited{color:#000;text-decoration:none;border-width:0 0 1px;border-style:solid;border-color:#000}@media screen and (min-width: 768px){h6.o2web-typo__heading,.o2web-typo__heading--h6.o2web-typo__heading--h6{font-size:16px;line-height:24px;font-weight:600}}.o2web-typo__heading--h4.o2web-typo__heading--h4 a,.o2web-typo__heading--h4.o2web-typo__heading--h4 a:link{color:#08c;border-color:#08c;text-decoration:none}.o2web-typo__heading--h4.o2web-typo__heading--h4 a:hover,.o2web-typo__heading--h4.o2web-typo__heading--h4 a:link:hover{color:#08c;border-color:#08c;text-decoration:none}.o2web-typo__weight--important{font-size:16px;font-weight:600}.o2web-typo__weight--minor{color:#7f7f7f;color:rgba(0,0,0,0.5);font-size:12px;line-height:16px}.o2web-typo__inverted.o2web-typo__inverted{color:#fff}@media screen and (max-width: 479px){.o2web-typo--sm-unbreak br{display:none}}.o2-text-content{font-size:inherit;line-height:inherit}.o2-text-content h1{color:#000;font-weight:600;margin:0;font-size:20px;line-height:28px;margin:42px 0 28px}@media screen and (min-width: 768px){.o2-text-content h1{font-size:26px;line-height:36px;font-weight:400}}@media screen and (min-width: 768px){.o2-text-content h1{margin:54px 0 36px}}.o2-text-content h2{color:#000;font-weight:600;margin:0;font-size:16px;line-height:24px;margin:36px 0 24px}@media screen and (min-width: 768px){.o2-text-content h2{font-size:20px;line-height:28px;font-weight:400}}@media screen and (min-width: 768px){.o2-text-content h2{margin:42px 0 28px}}.o2-text-content h3{color:#000;font-weight:600;margin:0;font-size:14px;line-height:20px;margin:30px 0 20px}@media screen and (min-width: 768px){.o2-text-content h3{font-size:16px;line-height:24px}}@media screen and (min-width: 768px){.o2-text-content h3{margin:36px 0 24px}}.o2-text-content h4{color:#000;font-weight:600;margin:0;font-size:14px;line-height:20px;margin:30px 0 20px}@media screen and (min-width: 768px){.o2-text-content h4{margin:30px 0 20px}}.o2-text-content h5{color:#000;font-weight:600;margin:0;font-size:14px;line-height:20px;margin:30px 0 20px}@media screen and (min-width: 768px){.o2-text-content h5{margin:30px 0 20px}}.o2-text-content h6{color:#000;font-weight:600;margin:0;font-size:14px;line-height:20px;margin:30px 0 20px}@media screen and (min-width: 768px){.o2-text-content h6{margin:30px 0 20px}}.o2-text-content p{font-size:inherit;color:inherit;line-height:inherit;margin:1.5em 0}.o2-text-content b,.o2-text-content strong{font-weight:600}.o2-text-content ul{font-size:inherit;color:inherit;line-height:inherit;margin:0 0 0 14px;list-style-type:disc;margin-bottom:16px}.o2-text-content ol{font-size:inherit;color:inherit;line-height:inherit;margin:0 0 0 16px;margin-bottom:16px}.o2-text-content li{margin-bottom:8px}.o2-text-content blockquote{margin-bottom:16px}.o2-text-content a[href]{text-decoration:underline;color:#08c}.o2-text-content a[href]:hover{text-decoration:none}.o2-text-content a.button,.o2-text-content a.o2-btn{text-decoration:none}.o2-text-content hr{border-style:solid;border-width:0 0 1px;height:0;border-color:#d9d9d9;border-color:rgba(0,0,0,0.15)}.o2-text-content dt{margin-bottom:8px}.o2-text-content dd{margin-bottom:28px}.o2-text-content>*:first-child{margin-top:0}.o2-text-content>*:last-child{margin-bottom:0}.o2web-text-content{font-size:16px;line-height:1.62}.o2web-text-content h1{color:#000;font-weight:600;margin:0;font-size:20px;line-height:28px;margin:42px 0 28px}@media screen and (min-width: 768px){.o2web-text-content h1{font-size:26px;line-height:36px;font-weight:400}}@media screen and (min-width: 768px){.o2web-text-content h1{margin:54px 0 36px}}.o2web-text-content h2{color:#000;font-weight:600;margin:0;font-size:16px;line-height:24px;margin:36px 0 24px}@media screen and (min-width: 768px){.o2web-text-content h2{font-size:20px;line-height:28px;font-weight:400}}@media screen and (min-width: 768px){.o2web-text-content h2{margin:42px 0 28px}}.o2web-text-content h3{color:#000;font-weight:600;margin:0;font-size:14px;line-height:20px;margin:30px 0 20px}@media screen and (min-width: 768px){.o2web-text-content h3{font-size:16px;line-height:24px}}@media screen and (min-width: 768px){.o2web-text-content h3{margin:36px 0 24px}}.o2web-text-content h4{color:#000;font-weight:600;margin:0;font-size:14px;line-height:20px;margin:30px 0 20px}@media screen and (min-width: 768px){.o2web-text-content h4{margin:30px 0 20px}}.o2web-text-content h5{color:#000;font-weight:600;margin:0;font-size:14px;line-height:20px;margin:30px 0 20px}@media screen and (min-width: 768px){.o2web-text-content h5{margin:30px 0 20px}}.o2web-text-content h6{color:#000;font-weight:600;margin:0;font-size:14px;line-height:20px;margin:30px 0 20px}@media screen and (min-width: 768px){.o2web-text-content h6{margin:30px 0 20px}}.o2web-text-content p{font-size:inherit;color:inherit;line-height:inherit;margin:1.5em 0}.o2web-text-content table+table{margin-top:1.5em}.o2web-text-content b,.o2web-text-content strong{font-weight:600}.o2web-text-content ul{font-size:inherit;color:inherit;line-height:inherit;margin:0 0 0 14px;list-style-type:disc;margin-bottom:16px}.o2web-text-content ol{font-size:inherit;color:inherit;line-height:inherit;margin:0 0 0 16px;margin-bottom:16px}.o2web-text-content li{margin-bottom:8px}.o2web-text-content blockquote{margin-bottom:16px}.o2web-text-content a[href]{text-decoration:underline;color:#08c}.o2web-text-content a[href]:hover{text-decoration:none}.o2web-text-content a.button,.o2web-text-content a.o2-btn{text-decoration:none}.o2web-text-content hr{border-style:solid;border-width:0 0 1px;height:0;border-color:#d9d9d9;border-color:rgba(0,0,0,0.15)}.o2web-text-content dt{margin-bottom:8px}.o2web-text-content dd{margin-bottom:28px}.o2web-text-content>*:first-child{margin-top:0}.o2web-text-content>*:last-child{margin-bottom:0}.o2web-text-content table{display:block;width:100%}.o2web-text-content table thead,.o2web-text-content table tbody,.o2web-text-content table tfoot,.o2web-text-content table tr,.o2web-text-content table th,.o2web-text-content table td{display:block;padding:0;background:none;border:none}.o2web-text-content table td[rowspan],.o2web-text-content table th[rowspan]{border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9}.o2web-text-content table tr{position:relative;padding:16px 0;border:0}@media screen and (min-width: 768px){.o2web-text-content table tr{position:static;padding:0}}.o2web-text-content table thead{display:none;background-color:rgba(255,255,255,0.5);color:#000}@media screen and (min-width: 768px){.o2web-text-content table thead{display:table-header-group}}.o2web-text-content table thead th{padding-top:18px;padding-bottom:18px;line-height:16px;font-size:12px;text-transform:uppercase}.o2web-text-content table tbody,.o2web-text-content table tfoot{color:rgba(0,0,0,0.5)}.o2web-text-content table tbody tr,.o2web-text-content table tfoot tr{border-top:1px solid rgba(0,0,0,0.15);background-color:#fff}.o2web-text-content table th[data-title]:before,.o2web-text-content table td[data-title]:before{width:auto;content:attr(data-title) ": "}.o2web-text-content table th,.o2web-text-content table td,.o2web-text-content table caption{padding:2px 16px;line-height:16px;font-size:12px}@media screen and (min-width: 768px){.o2web-text-content table th,.o2web-text-content table td,.o2web-text-content table caption{padding:16px 12px}}@media screen and (min-width: 992px){.o2web-text-content table th,.o2web-text-content table td,.o2web-text-content table caption{padding:16px 20px;font-size:14px;line-height:20px}}.o2web-text-content table th:first-child,.o2web-text-content table td:first-child{padding-left:16px}@media screen and (min-width: 768px){.o2web-text-content table th:first-child,.o2web-text-content table td:first-child{padding-left:20px}}.o2web-text-content table th:last-child,.o2web-text-content table td:last-child{padding-right:16px}@media screen and (min-width: 768px){.o2web-text-content table th:last-child,.o2web-text-content table td:last-child{padding-right:20px}}.o2web-text-content table caption{background-color:#000066;border-color:#000066;color:#fff;font-weight:normal;text-align:center}@media screen and (min-width: 768px){.o2web-text-content table{display:table}.o2web-text-content table thead{display:table-header-group}.o2web-text-content table tbody{display:table-row-group}.o2web-text-content table tfoot{display:table-footer-group}.o2web-text-content table tr{display:table-row}.o2web-text-content table th,.o2web-text-content table td{display:table-cell;vertical-align:top}.o2web-text-content table th:before,.o2web-text-content table td:before{display:none}}.o2web-text-content.o2web-text-content.o2web-text-content table{border-left-style:hidden;border-right-style:hidden}.o2web-text-content.o2web-text-content.o2web-text-content tr{border-color:#d9d9d9}.o2web-text-content.o2web-text-content.o2web-text-content td.o2web-typo__dark,.o2web-text-content.o2web-text-content.o2web-text-content th.o2web-typo__dark{background-color:#006;font-weight:normal;border-color:#006}.o2web-text-content.o2web-text-content.o2web-text-content td.o2web-typo__dark,.o2web-text-content.o2web-text-content.o2web-text-content td.o2web-typo__dark>*,.o2web-text-content.o2web-text-content.o2web-text-content th.o2web-typo__dark,.o2web-text-content.o2web-text-content.o2web-text-content th.o2web-typo__dark>*{color:#fff}.o2web-text-content.o2web-text-content.o2web-text-content td.o2web-typo__medium,.o2web-text-content.o2web-text-content.o2web-text-content th.o2web-typo__medium{background-color:#952d98;font-weight:normal;border-color:#952d98}.o2web-text-content.o2web-text-content.o2web-text-content td.o2web-typo__medium,.o2web-text-content.o2web-text-content.o2web-text-content td.o2web-typo__medium>*,.o2web-text-content.o2web-text-content.o2web-text-content th.o2web-typo__medium,.o2web-text-content.o2web-text-content.o2web-text-content th.o2web-typo__medium>*{color:#fff}.o2web-text-content.o2web-text-content.o2web-text-content td.o2web-typo__light,.o2web-text-content.o2web-text-content.o2web-text-content th.o2web-typo__light{background-color:#ffc;font-weight:normal}.o2web-text-content.o2web-text-content.o2web-text-content td.o2web-typo__light,.o2web-text-content.o2web-text-content.o2web-text-content td.o2web-typo__light>*,.o2web-text-content.o2web-text-content.o2web-text-content th.o2web-typo__light,.o2web-text-content.o2web-text-content.o2web-text-content th.o2web-typo__light>*{color:#000}

.o2web-text-content table {
margin-left: 0;
margin-right: 0;
left: 0;
}

			
		/* --- /TEXTS --- */

		/* --- ICONS --- */
			
.o2-icon--minus:after { content: "-";
    margin-top: -10px;
    display: inline-block;
    vertical-align: middle;
 }
.o2-icon--plus:after { content: "+";
    margin-top: -10px;
    display: inline-block;
    vertical-align: middle;
 }
			
		/* --- /ICONS --- */

		/* --- TEMPORARY --- */
			
.drawer-internal.js-internal .drawer-inner,
.drawer-internal.js-internal .drawer-inner > h3 a {
	background-color:#f4e0ff;
}
			
		/* --- /TEMPORARY --- */

