.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;background:var(--primary-color);padding:20px 40px}.breadcrumb li{color:var(--color-white);display:flex;align-items:center}.breadcrumb li a{font-weight:600}.breadcrumb li:after{content:">";display:block;margin:0 10px}.breadcrumb li:last-child:after{display:none}.banner{display:flex;align-items:flex-end;position:relative;padding:40px 0;height:33.3333333333vh;min-height:256px;max-height:512px;background:url(../img/homepage/fullscreen.png) no-repeat center var(--secondary-color);background-size:cover}.banner:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:100%;background:linear-gradient(to top, rgba(var(--color-black-rgb), 0.8) 0%, transparent 100%);z-index:1}.banner img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.banner .container{flex:1;z-index:2}.banner h1:has(.edglyph.ed-arrowright){color:var(--color-white);font-size:clamp(36px,2.5vw,48px);font-weight:300;display:flex;align-items:center}.banner h1:has(.edglyph.ed-arrowright) .edglyph{font-size:inherit;margin-right:10px}body{background:url(../img/interface/bg_bullet.png) repeat center top}#content{max-width:1600px;margin:0 auto;padding-bottom:60px;background:var(--color-white);box-shadow:0 0 80px rgba(var(--color-black-rgb), 0.2)}#content .breadcrumb{margin-bottom:60px}#content .container{max-width:1300px}#content .container .content .align-center{text-align:center}#content .container .content .align-left{text-align:left}#content .container .content .align-right{text-align:right}#content .container .content .align-justify{text-align:justify}#content .container .content h2{color:var(--primary-color);font-size:clamp(36px,2.5vw,42px);font-weight:400;margin:40px 0;line-height:1;position:relative}#content .container .content h2:first-child{margin-top:0}#content .container .content h2:last-child{margin-bottom:0}#content .container .content h3{font-family:var(--alt-font-family);font-size:clamp(24px,5vw,36px);font-weight:400;margin:20px 0;line-height:1;color:var(--secondary-color)}#content .container .content h3:first-child{margin-top:0}#content .container .content h3:last-child{margin-bottom:0}#content .container .content h4{font-size:clamp(18px,5vw,24px);font-weight:500;text-transform:uppercase;margin:10px 0}#content .container .content h4:first-child{margin-top:0}#content .container .content h4:last-child{margin-bottom:0}#content .container .content .material-symbols-outlined{vertical-align:middle;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}#content .container .content strong,#content .container .content b{color:var(--secondary-color);font-weight:600}#content .container .content p{line-height:1.4;margin:20px 0}#content .container .content p.lead{font-weight:500;font-size:22px;margin:40px 0;color:var(--secondary-color)}#content .container .content p.big{color:var(--primary-color);margin:0}#content .container .content p.big .material-symbols-outlined{font-size:64px}#content .container .content p.small{font-size:14px;text-transform:uppercase;color:var(--secondary-color);margin:0}#content .container .content p:has(+.small){margin-bottom:0}#content .container .content p:first-child{margin-top:0}#content .container .content p:last-child{margin-bottom:0}#content .container .content ul:not(.breadcrumb),#content .container .content ol:not(.breadcrumb){margin:20px 0;margin-left:20px}#content .container .content ul:not(.breadcrumb) li,#content .container .content ol:not(.breadcrumb) li{line-height:1.4;margin-bottom:10px}#content .container .content ul:not(.breadcrumb) li:has(>span:not(.edglyph)),#content .container .content ol:not(.breadcrumb) li:has(>span:not(.edglyph)){display:flex;align-items:flex-start}#content .container .content ul:not(.breadcrumb) li:has(>span:not(.edglyph)):before,#content .container .content ol:not(.breadcrumb) li:has(>span:not(.edglyph)):before{min-width:8px;margin-top:9px}#content .container .content ul:not(.breadcrumb) li:before,#content .container .content ol:not(.breadcrumb) li:before{content:"";display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;text-align:center;width:8px;height:8px;border-radius:2px;background:var(--primary-color);margin-right:10px}#content .container .content ul:not(.breadcrumb) li:last-child,#content .container .content ol:not(.breadcrumb) li:last-child{margin:0}#content .container .content ul:not(.breadcrumb):first-child,#content .container .content ol:not(.breadcrumb):first-child{margin-top:0}#content .container .content ul:not(.breadcrumb):last-child,#content .container .content ol:not(.breadcrumb):last-child{margin-bottom:0}#content .container .content ol:not(.breadcrumb) li{counter-increment:counter}#content .container .content ol:not(.breadcrumb) li:has(>span:not(.edglyph)):before{margin-top:0}#content .container .content ol:not(.breadcrumb) li:before{width:auto;height:auto;font-family:inherit;font-weight:600;font-size:16px;background:none;border-radius:0;color:var(--primary-color);content:counter(counter) "."}#content .container .content a:not(.btn){color:var(--primary-color)}#content .container .content a:not(.btn):hover{text-decoration:underline;color:var(--primary-color)}#content .container .content div:has(>table){margin:40px 0;overflow:auto}#content .container .content div:has(>table) table{margin:0}#content .container .content div:has(>table):first-child{margin-top:0}#content .container .content div:has(>table):last-child{margin-bottom:0}#content .container .content table{width:100%;margin:40px 0;border-spacing:0}#content .container .content table:first-child{margin-top:0}#content .container .content table:last-child{margin-bottom:0}#content .container .content table thead tr th{text-align:left;padding:10px 20px;font-weight:600;background:var(--secondary-color);color:var(--color-white);border-right:1px solid var(--color-white)}#content .container .content table thead tr th:last-child{border-right:0 none}#content .container .content table tbody tr:nth-child(odd) td{background:rgba(var(--color-black-rgb), 0.05)}#content .container .content table tbody tr:nth-child(even) td{background:rgba(var(--color-black-rgb), 0.025)}#content .container .content table tbody tr td{padding:10px 20px;vertical-align:middle;border-right:1px solid rgba(var(--color-black-rgb), 0.1)}#content .container .content table tbody tr td:last-child{border-right:0 none}#content .container .content table tbody tr:hover td{background:rgba(var(--color-black-rgb), 0.1)}#content .container .content hr{background:var(--tertiary-color);height:2px;border:0 none;margin:60px 0}#content .container .content hr:first-child{margin-top:0}#content .container .content hr:last-child{margin-bottom:0}#content .container .content img{display:block;max-width:100%;height:auto}#content .container .content iframe{display:flex;align-items:center;justify-content:center;width:100%;margin:20px auto}#content .container .content iframe:first-child{margin-top:0}#content .container .content iframe:last-child{margin-bottom:0}#content .container .content .embed-responsive{padding:56.25% 0 0;position:relative;margin:40px 0}#content .container .content .embed-responsive iframe{position:absolute;width:100% !important;height:100% !important;top:0;right:0;bottom:0;left:0}#content .container .content .embed-responsive:first-child{margin-top:0}#content .container .content .embed-responsive:last-child{margin-bottom:0}#content .container .content .paralax{margin:80px 0}#content .container .content .paralax:first-child{margin-top:0}#content .container .content .paralax:last-child{margin-bottom:0}#content .container .content figure{margin:20px 0}#content .container .content figure img{margin:0 auto;transition:transform 3s ease}#content .container .content figure figcaption{background:var(--color-white);text-align:center;font-size:18px;font-weight:600;margin:0;padding:20px;box-shadow:0 0 20px rgba(var(--color-black-rgb), 0.15)}#content .container .content figure a{display:block;overflow:hidden}#content .container .content figure a:hover img{transform:scale(1.1)}#content .container .content figure.galerie{box-shadow:0 0 40px rgba(var(--color-black-rgb), 0.1)}#content .container .content figure:first-child{margin-top:0}#content .container .content figure:last-child{margin-bottom:0}#content .container .content .table_responsive{margin:60px 0;overflow:auto}#content .container .content .table_responsive table{margin:0}#content .container .content .table_responsive:first-child{margin-top:0}#content .container .content .table_responsive:last-child{margin-bottom:0}#content .container .content .text-right{text-align:right}#content .container .content .text-center{text-align:center}#content .container .content .text-left{text-align:left}#content .container .content .text-justify{text-align:justify}#content .container .content .grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-column-gap:40px;grid-row-gap:40px;margin:60px 0;min-width:0}#content .container .content .grid .grid{margin:20px 0}#content .container .content .grid.grid-10{grid-template-columns:repeat(10, 1fr)}#content .container .content .grid:first-child{margin-top:0}#content .container .content .grid:last-child{margin-bottom:0}#content .container .content .grid.valign-top{align-items:start}#content .container .content .grid.valign-middle{align-items:center}#content .container .content .grid.valign-bottom{align-items:end}#content .container .content .grid .column:has(>figure+h3){background:var(--secondary-color);box-shadow:0 0 20px rgba(var(--color-black-rgb), 0.2);display:flex;flex-direction:column;transition:background .3s ease}#content .container .content .grid .column:has(>figure+h3) figure{margin-bottom:0}#content .container .content .grid .column:has(>figure+h3) figure+h3{flex:1;margin:0;padding:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--color-white);font-size:var(--base-font-size)}#content .container .content .grid .column:has(>figure+h3) figure+h3 a{font-size:inherit;color:inherit}#content .container .content .grid .column:has(>figure+h3) figure+h3 a:hover{text-decoration:none;color:inherit}#content .container .content .grid .column:has(>figure+h3):hover{background:var(--primary-color)}#content .container .content .grid .column:has(>figure+h3):hover figure+h3{color:var(--color-white)}#content .container .content .column-1{grid-column:span 1}#content .container .content .column-2{grid-column:span 2}#content .container .content .column-3{grid-column:span 3}#content .container .content .column-4{grid-column:span 4}#content .container .content .column-5{grid-column:span 5}#content .container .content .column-6{grid-column:span 6}#content .container .content .column-7{grid-column:span 7}#content .container .content .column-8{grid-column:span 8}#content .container .content .column-9{grid-column:span 9}#content .container .content .column-10{grid-column:span 10}#content .container .content .column-11{grid-column:span 11}#content .container .content .column-12{grid-column:span 12}@media only screen and (max-width: 992px){#content .container .content .grid.mobile{grid-template-columns:repeat(2, 1fr) !important}#content .container .content .grid.mobile .column{grid-column:span 1}}@media only screen and (max-width: 768px){#content .container .content .grid{grid-template-columns:repeat(1, 1fr) !important}#content .container .content .column{grid-column:span 1}#content .container .content .column:empty{display:none}}@media only screen and (max-width: 500px){#content .container .content .grid{grid-template-columns:repeat(1, 1fr) !important}#content .container .content .grid.mobile{grid-template-columns:repeat(1, 1fr) !important}}#content .container .content .block{flex:1;padding:20px;margin:80px 0;height:100%;display:flex;flex-direction:column;justify-content:center}#content .container .content .block:first-child{margin-top:0}#content .container .content .block:last-child{margin-bottom:0}#content .container .content .block *:not(.btn){color:var(--color-white) !important}#content .container .content .block.block_primary{background:var(--primary-color)}#content .container .content .block.block_secondary{background:var(--secondary-color)}#content .container .content .block.block_full{padding:80px 0;position:relative;box-shadow:none;width:100vw;left:50%;margin-left:-50vw}@media all and (max-width: 768px){#content .container .content .block.block_full{padding:40px 0}}@media all and (max-width: 768px){#content{padding-bottom:40px}}
