/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.autobreakpoint-overlay{display:flex;opacity:0;position:fixed;top:50%;left:50%;z-index:9999;height:150px;width:300px;transform:translate(-50%,-50%);transition:opacity 1s ease;flex-direction:column;justify-content:space-evenly;border-radius:20px;background-color:rgba(0,0,0,.8);pointer-events:none;}.autobreakpoint-overlay-show{opacity:1;}.autobreakpoint-overlay-breakrange{color:white;font-size:48px;text-align:center;}.autobreakpoint-overlay-size{color:white;font-size:24px;text-align:center;}
.autoprivacy *{font-family:Arial,sans-serif;}.autoprivacy{opacity:.5;position:fixed;right:0;bottom:0;left:0;z-index:1111111;transform:translateY(100%);transition:transform .6s ease,opacity .6s ease;margin:auto;padding:25px;padding-bottom:15px;background:#222222;color:white;font-weight:normal;text-align:center;}.autoprivacy:focus,.autoprivacy-focus:focus{outline:0;}.autoprivacy.pending{opacity:1;transform:translateY(0%);}.autoprivacy h1{margin-bottom:15px;font-size:1.5em;}.autoprivacy p{margin:auto;padding-bottom:10px;}@media screen and (min-width:1024px){.autoprivacy p{max-width:1200px;}}.autoprivacy .accordion{opacity:0;position:relative;height:0;overflow:hidden;transition:.5s opacity ease-in-out,.2s height ease-in-out;}.autoprivacy .accordion.expanded{opacity:1;}.autoprivacy .accordion ul{margin:auto;padding:0;list-style-type:none;font-weight:normal;text-align:left;}@media screen and (min-width:1024px){.autoprivacy .accordion ul{max-width:45%;}}.autoprivacy .accordion li{position:relative;transition:background-color .5s ease;border-bottom:1px solid rgba(255,255,255,.5);padding:2px;background-color:transparent;}.autoprivacy .accordion li.autoprivacy-hint{background-color:#f08020;}.autoprivacy .accordion li b{font-weight:bold;}.autoprivacy .accordion li:last-child{margin-top:-1px;border-top:1px solid rgba(255,255,255,1);border-bottom:0;}.autoprivacy .button-wrapper{display:block;margin:auto;}@media screen and (min-width:1024px){.autoprivacy .button-wrapper{max-width:45%;}}.autoprivacy .accordion-headline{font-size:1em;}.autoprivacy .button{display:inline-block;transition:.5s background ease-in-out,.2s color ease-in-out;margin:auto;margin-top:10px;margin-bottom:10px;border:1px solid rgba(255,255,255,.5);border-radius:2px;padding:10px;padding-right:20px;padding-left:20px;background:transparent;color:rgba(255,255,255,.5);font-size:1em;line-height:normal;text-decoration:none;}.autoprivacy .button.hide{display:none !important;}.autoprivacy .button.true{background:white;color:#222222;}.autoprivacy .button:hover{border:1px solid white;background:white;color:black;cursor:pointer;}.autoprivacy .button.toggle{position:relative;width:auto;border:none;padding:0;padding-right:20px;cursor:pointer;}.autoprivacy .button.toggle .counter{display:none;}.autoprivacy .button.toggle.active .counter{display:inline;}.autoprivacy .button.toggle:hover{color:white;}.autoprivacy .button.toggle::before{content:'';position:absolute;top:0;right:0;bottom:0;height:0;width:0;margin:auto;border-top:5px solid white;border-right:5px solid transparent;border-bottom:0;border-left:5px solid transparent;}.autoprivacy button.toggle.active{color:white;}.autoprivacy button.toggle.active::before{border-top:0;border-bottom:5px solid white;}.autoprivacy button.toggle:hover{background:none !important;}.autoprivacy .accordion .switch{display:flex;justify-content:space-between;padding:5px 0 10px;}.autoprivacy .accordion .switch p{margin:0;padding-bottom:0;}.autoprivacy .accordion .switch span.slider{height:17px;width:30px;flex-shrink:0;}.autoprivacy .accordion .switch input{display:block;opacity:0;height:1px;width:1px;}.autoprivacy .accordion .switch input:focus-visible + span.slider{outline:2px solid black;outline-offset:5px;}.autoprivacy .accordion .slider{position:relative;transition:.4s;background:rgba(255,255,255,.2);cursor:pointer;}.autoprivacy .accordion .slider::before{content:'';position:absolute;top:2px;bottom:2px;left:2px;height:13px;width:13px;transition:.4s;background-color:white;}.autoprivacy .accordion input:checked + .slider{background-color:rgba(255,255,255,1);}.autoprivacy .accordion input:checked + .slider::before{transform:translateX(12px);background-color:rgba(0,0,0,.5);}.autoprivacy .accordion input:focus + .slider{box-shadow:0 0 1px white;}.autoprivacy .accordion .slider.round{border-radius:34px;}.autoprivacy .accordion .slider.round::before{border-radius:50%;}.autoprivacy-embed-overlay{position:absolute;z-index:500;height:100%;width:100%;background-color:rgba(0,0,0,.5);}.autoprivacy-embed-overlay .content{position:absolute;top:50%;left:50%;width:60%;transform:translate(-50%,-50%);color:#ffffff;text-align:center;}.autoprivacy-embed-overlay .content p{font-size:18px;line-height:26px;}.autoprivacy-embed-overlay .content p a{opacity:1;transition:opacity .3s ease;color:#ffffff;}.autoprivacy-embed-overlay .content p a:hover{opacity:.5;transition:opacity .3s ease;}.autoprivacy-embed-overlay .content p button.settings{background-color:transparent;color:inherit;font-size:inherit;text-decoration:underline;}.autoprivacy-embed-overlay .content p button.load{opacity:1;transition:opacity .3s ease;margin:10px 0;border:2px solid #ffffff;border-radius:5px;padding:8px 25px;background-color:transparent;color:#ffffff;font-size:18px;font-weight:bold;}.autoprivacy-embed-overlay .content p button.load:hover{opacity:.5;transition:opacity .3s ease;}@media screen and (max-width:768px){.autoprivacy-embed-overlay .content{width:80%;}}@media screen and (max-width:480px){.autoprivacy-embed-overlay .content p{font-size:14px;line-height:20px;}}@media screen and (max-width:480px){.autoprivacy-embed-overlay .content p button{margin:0;padding:5px 20px;font-size:16px;}}
@font-face{font-family:Source Sans;src:url("/themes/kopawp/fonts/SourceSans/Source Sans, Bold.woff2?r=8c7d85576f66b2d6ad19c939ffda62f6")format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Source Sans;src:url("/themes/kopawp/fonts/SourceSans/Source Sans, Regular.woff2?r=8c7d85576f66b2d6ad19c939ffda62f6")format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Source Sans;src:url("/themes/kopawp/fonts/SourceSans/Source Sans, Semi-Bold.woff2?r=8c7d85576f66b2d6ad19c939ffda62f6")format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Source Sans;src:url("/themes/kopawp/fonts/SourceSans/Source Sans, Black.woff2?r=8c7d85576f66b2d6ad19c939ffda62f6")format("woff2");font-weight:900;font-style:normal}@font-face{font-family:Source Sans;src:url("/themes/kopawp/fonts/SourceSans/Source Sans, Light.woff2?r=8c7d85576f66b2d6ad19c939ffda62f6")format("woff2");font-weight:300;font-style:normal}body{font-size:16px;font-weight:400;line-height:1.4;margin:0!important}[onclick]{cursor:pointer}body{--animation-engine:WebAnimationEngine}h1,h2,h3,h4,h5,h6,mark,p,li,ul,input,select,textarea,button,table,tr,td,label,a,span,div{font-family:Source Sans,Arial,sans-serif}*,:before,:after{box-sizing:border-box}a{outline:none;text-decoration:none}img{border:0;max-width:100%}.clear{clear:both;float:none}.visually-hidden{display:none}b{font-weight:700}.text-align-right{text-align:right}.text-align-center{text-align:center}figure{margin:0;padding:0}select{-webkit-appearance:none;-moz-appearance:none;border-radius:0}select::-ms-expand{display:none}a[name]{margin-top:-200px;position:absolute}@media print{body header,body .paragraph-empty,body .breadcrumbs,body footer{display:none}body .node-news{margin-bottom:0!important}body h1{font-size:30px!important;line-height:1.1!important}body p{font-size:14px!important;line-height:24px!important}}.scroll-left-animation{--animation-engine:"JQueryEngine";transition:scroll-left 1s}.slide-animation{transition:transform .3s}.aria{opacity:0;visibility:hidden;z-index:200;color:#000;pointer-events:none;background-color:#fff;border:1px solid #a0a0a0;border-radius:5px;margin-top:-10px;padding:10px;font-size:16px;transition:visibility .5s,opacity .5s;position:absolute;transform:translateY(-100%);box-shadow:10px 10px 10px #0000004d}.focus-visible .aria{opacity:1;visibility:visible}.aria:before{content:"";filter:drop-shadow(0 10px 10px #0000001a);border:10px solid #0000;border-top-color:#fff;border-bottom:0;width:0;height:0;position:absolute;top:100%}.aria ul{margin:0;padding:0;display:block}.aria ul li{display:inline-block}.aria ul li+li{margin-left:20px}.aria ul li>span{color:#505050;vertical-align:middle;margin-left:5px}.aria ul li kbd{color:#505050;text-align:center;vertical-align:middle;background:#d2d2d2 50%/18px 18px no-repeat;border-top:1px solid #e6e6e6;border-bottom:4px solid #bebebe;border-left:3px solid #e6e6e6;border-right:3px solid #bebebe;border-radius:4px;outline:0;width:32px;height:32px;margin:0;font-family:monospace,sans-serif;font-size:20px;display:inline-block}.paragraph-node-news{width:100%;max-width:900px;margin:0 auto}.paragraph-node-news .node-news{margin-top:20px;margin-bottom:80px;overflow:hidden}@media (max-width:1023.9px){.paragraph-node-news .node-news{margin-bottom:60px}}@media (max-width:767.9px){.paragraph-node-news .node-news{margin-bottom:40px}}@media (max-width:479.9px){.paragraph-node-news .node-news{margin-bottom:30px}}@media (max-width:1023.9px){.paragraph-node-news .node-news{margin-top:0;padding:0 20px}}.paragraph-node-news .node-news .page-news-title{color:#0068b4;margin:0;font-size:40px;font-weight:600;line-height:1.2}@media (max-width:1023.9px){.paragraph-node-news .node-news .page-news-title{font-size:40px;line-height:50px}}@media (max-width:767.9px){.paragraph-node-news .node-news .page-news-title{font-size:34px;line-height:40px}}@media (max-width:479.9px){.paragraph-node-news .node-news .page-news-title{font-size:24px;line-height:32px}}.paragraph-node-news .node-news .page-news-content{color:#606a6e;margin-top:30px;font-size:20px}.paragraph-node-news .node-news .page-news-content h2{color:#00946c}@media (max-width:1599.9px){.paragraph-node-news .node-news .page-news-content h2{margin-bottom:30px;font-size:26px}}@media (max-width:1023.9px){.paragraph-node-news .node-news .page-news-content h2{margin-bottom:28px;font-size:24px}}@media (max-width:479.9px){.paragraph-node-news .node-news .page-news-content h2{margin-bottom:20px;font-size:22px}}.paragraph-node-news .node-news .page-news-content h3{color:#0068b4;text-transform:uppercase;margin-top:0;font-size:28px;font-weight:700;line-height:36px}@media (max-width:1599.9px){.paragraph-node-news .node-news .page-news-content h3{margin-bottom:30px;font-size:26px}}@media (max-width:1023.9px){.paragraph-node-news .node-news .page-news-content h3{margin-bottom:28px;font-size:24px}}@media (max-width:479.9px){.paragraph-node-news .node-news .page-news-content h3{margin-bottom:20px;font-size:22px}}.paragraph-node-news .node-news .page-news-content h4{color:#606a6e;text-transform:uppercase;margin-bottom:0;font-size:20px;line-height:28px}.paragraph-node-news .node-news .page-news-content .align-left{float:left;margin-right:20px}.paragraph-node-news .node-news .page-news-content .align-right{float:right;margin-left:20px}.paragraph-node-news .node-news .page-news-content p{color:#606a6e;font-size:20px;font-weight:400;line-height:32px}@media (max-width:479.9px){.paragraph-node-news .node-news .page-news-content p{font-size:18px;line-height:28px}}.paragraph-node-news .node-news .page-news-content p:first-child{margin-top:0}.paragraph-node-news .node-news .page-news-content p:last-child{margin-bottom:0}.paragraph-node-news .node-news .page-news-content p a{color:#0068b4;font-weight:600}.paragraph-node-news .node-news .page-news-content p a:hover{color:#00946c}.paragraph-node-news .node-news .page-news-content p strong a{font-weight:700}.paragraph-node-news .node-news .page-news-content a{color:#0068b4;font-weight:600}.paragraph-node-news .node-news .page-news-content a:hover{color:#00946c}.paragraph-node-news .node-news .page-news-content>ul{padding-left:0}.paragraph-node-news .node-news .page-news-content>ul:last-child{margin-bottom:0}.paragraph-node-news .node-news .page-news-content>ul li{color:#606a6e;padding-left:40px;font-size:20px;line-height:38px;list-style:none}@media (max-width:1023.9px){.paragraph-node-news .node-news .page-news-content>ul li{line-height:30px}}@media (max-width:479.9px){.paragraph-node-news .node-news .page-news-content>ul li{font-size:18px;line-height:24px}}.paragraph-node-news .node-news .page-news-content>ul li:before{content:"";background:url(/themes/kopawp/images/list_item.svg) no-repeat;width:27px;height:27px;margin-left:-40px;margin-right:10px;display:inline-block;position:relative;top:7px}@media (max-width:479.9px){.paragraph-node-news .node-news .page-news-content>ul li:before{top:8px}}.paragraph-node-news .node-news .page-news-content>ul li a{color:#0068b4;font-weight:600}.paragraph-node-news .node-news .page-news-content>ul li a:hover{color:#00946c}.paragraph-node-publication{width:100%;max-width:900px;margin:0 auto}.paragraph-node-publication .node-publication{margin-top:20px;margin-bottom:80px}@media (max-width:1023.9px){.paragraph-node-publication .node-publication{margin-bottom:60px}}@media (max-width:767.9px){.paragraph-node-publication .node-publication{margin-bottom:40px}}@media (max-width:479.9px){.paragraph-node-publication .node-publication{margin-bottom:30px}}@media (max-width:1023.9px){.paragraph-node-publication .node-publication{margin-top:0;padding:0 20px}}.paragraph-node-publication .node-publication .page-publication-title{color:#0068b4;margin:0;font-size:40px;font-weight:600;line-height:1.2}@media (max-width:1023.9px){.paragraph-node-publication .node-publication .page-publication-title{font-size:40px;line-height:50px}}@media (max-width:767.9px){.paragraph-node-publication .node-publication .page-publication-title{font-size:34px;line-height:40px}}@media (max-width:479.9px){.paragraph-node-publication .node-publication .page-publication-title{font-size:24px;line-height:32px}}.paragraph-node-publication .node-publication .page-publication-content{color:#606a6e;margin-top:30px;font-size:20px}.paragraph-call-to-action-box{text-align:center;background-color:#eee;padding:80px 0}@media (max-width:1023.9px){.paragraph-call-to-action-box{padding:60px 0}}@media (max-width:767.9px){.paragraph-call-to-action-box{padding:40px 0}}@media (max-width:479.9px){.paragraph-call-to-action-box{padding:30px 0}}.paragraph-call-to-action-box.bg_gray{background-color:#eee}.paragraph-call-to-action-box.bg_none{background-color:#fff}.paragraph-call-to-action-box .container{max-width:1200px;margin:auto}.paragraph-call-to-action-box .container h1{color:#0068b4;text-align:center;text-transform:uppercase;margin:0 0 40px;font-size:28px;font-weight:700}@media (max-width:767.9px){.paragraph-call-to-action-box .container h1{margin-bottom:30px;font-size:26px}}@media (max-width:479.9px){.paragraph-call-to-action-box .container h1{margin-bottom:20px;font-size:24px}}.paragraph-call-to-action-box .container .field-body{padding:0 26%}@media (max-width:1599.9px){.paragraph-call-to-action-box .container .field-body{padding:0 22%}}@media (max-width:767.9px){.paragraph-call-to-action-box .container .field-body{padding:0 20px}}.paragraph-call-to-action-box .container .field-body p{color:#353030;text-align:center;font-size:32px;font-weight:300;line-height:44px}@media (max-width:1023.9px){.paragraph-call-to-action-box .container .field-body p{font-size:28px;line-height:40px}}@media (max-width:767.9px){.paragraph-call-to-action-box .container .field-body p{font-size:26px;line-height:34px}}@media (max-width:479.9px){.paragraph-call-to-action-box .container .field-body p{margin:0;font-size:24px;line-height:32px}}.paragraph-call-to-action-box .container .link-button{color:#0068b4;background:url(/themes/kopawp/images/link_arrow.svg) 90% no-repeat;border:1px solid #0068b4;border-radius:30px;margin-top:10px;padding:10px 50px 10px 20px;font-size:18px;display:inline-block}@media (max-width:1023.9px){.paragraph-call-to-action-box .container .link-button{font-size:16px}}.paragraph-call-to-action-box .container .link-button:hover{color:#00946c;background:url(/themes/kopawp/images/link_arrow_green.svg) 90% no-repeat;border:1px solid #00946c}.paragraph-call-to-action-box .container .link-button p{margin:0}.paragraph-call-to-action-box .container .link-button{text-align:center;max-width:230px;margin:20px auto auto}@media (max-width:767.9px){.paragraph-call-to-action-box .container .link-button{margin-top:10px}}@media (max-width:479.9px){.paragraph-call-to-action-box .container .link-button{margin-top:20px}}.paragraph-contact-person-box{padding:80px 0}@media (max-width:1023.9px){.paragraph-contact-person-box{padding:60px 0}}@media (max-width:767.9px){.paragraph-contact-person-box{padding:40px 0 10px}}@media (max-width:479.9px){.paragraph-contact-person-box{padding:20px 0 0}}.paragraph-contact-person-box.bg_gray{background-color:#eee}.paragraph-contact-person-box .container{max-width:900px;margin:auto}.paragraph-contact-person-box .container .paragraph-image,.paragraph-contact-person-box .container .paragraph-content-box{vertical-align:middle;width:calc(50% - 12px);display:inline-block}@media (max-width:767.9px){.paragraph-contact-person-box .container .paragraph-image,.paragraph-contact-person-box .container .paragraph-content-box{width:100%}}.paragraph-contact-person-box .container .paragraph-image img{text-align:center;width:100%;max-width:350px;margin:auto;display:block}@media (max-width:1599.9px){.paragraph-contact-person-box .container .paragraph-image img{max-width:320px}}@media (max-width:1023.9px){.paragraph-contact-person-box .container .paragraph-image img{max-width:280px}}@media (max-width:479.9px){.paragraph-contact-person-box .container .paragraph-image img{max-width:100%;padding:0 20px}}.paragraph-container-career-box.bg_gray{background-color:#eee}.paragraph-container-career-box .paragraph-image,.paragraph-container-career-box .paragraph-content-box,.paragraph-container-career-box .paragraph-content-text{vertical-align:middle;width:calc(50% - 12px);display:inline-block}@media (max-width:767.9px){.paragraph-container-career-box .paragraph-image,.paragraph-container-career-box .paragraph-content-box,.paragraph-container-career-box .paragraph-content-text{width:100%}}.paragraph-container-career-box .paragraph-image{margin-bottom:0;overflow:hidden}@media (max-width:767.9px){.paragraph-container-career-box .paragraph-image{width:100%}}.paragraph-container-career-box .paragraph-image .field-image{max-height:600px}.paragraph-container-career-box .paragraph-image img{width:100%;display:block}@media (min-width:1280px){.paragraph-container-career-box .paragraph-image img{position:relative;top:20%;transform:translateY(-20%)}}@media (max-width:1023.9px){.paragraph-container-career-box .paragraph-image img{max-width:inherit;position:relative}}@media (max-width:767.9px){.paragraph-container-career-box .paragraph-image img{width:100%;max-width:100%;left:0}}.paragraph-container-two-columns{max-width:900px;margin:auto}@media (max-width:1023.9px){.paragraph-container-two-columns{padding:0 20px}}.paragraph-container-two-columns .paragraph-content-text,.paragraph-container-two-columns .paragraph-image{vertical-align:top;width:calc(50% - 12px);display:inline-block}@media (max-width:1023.9px){.paragraph-container-two-columns .paragraph-content-text,.paragraph-container-two-columns .paragraph-image{padding:0}}@media (max-width:767.9px){.paragraph-container-two-columns .paragraph-content-text,.paragraph-container-two-columns .paragraph-image{width:100%}}.paragraph-container-two-columns .paragraph-content-text h1,.paragraph-container-two-columns .paragraph-image h1{color:#0068b4;text-transform:none;margin:0;font-weight:600;line-height:55px;font-size:50px!important}@media (max-width:1599.9px){.paragraph-container-two-columns .paragraph-content-text h1,.paragraph-container-two-columns .paragraph-image h1{line-height:50px;font-size:40px!important}}@media (max-width:1023.9px){.paragraph-container-two-columns .paragraph-content-text h1,.paragraph-container-two-columns .paragraph-image h1{line-height:40px;font-size:34px!important}}@media (max-width:479.9px){.paragraph-container-two-columns .paragraph-content-text h1,.paragraph-container-two-columns .paragraph-image h1{font-size:24px;line-height:32px}}.paragraph-container-two-columns .paragraph-content-text{padding-right:40px}@media (max-width:1023.9px){.paragraph-container-two-columns .paragraph-content-text{padding-right:20px}}.paragraph-container-two-columns .paragraph-image{text-align:center;margin-bottom:80px}@media (max-width:1023.9px){.paragraph-container-two-columns .paragraph-image{margin-bottom:60px}}@media (max-width:767.9px){.paragraph-container-two-columns .paragraph-image{margin-bottom:40px}}@media (max-width:479.9px){.paragraph-container-two-columns .paragraph-image{margin-bottom:30px}}.paragraph-container-two-columns .paragraph-image img{max-width:240px;margin-top:10px}.paragraph-container-two-columns .paragraph-training-teaser{vertical-align:top;width:calc(50% - 24px);margin:10px;display:inline-block}@media (max-width:1023.9px){.paragraph-container-two-columns .paragraph-training-teaser{padding:0}}@media (max-width:767.9px){.paragraph-container-two-columns .paragraph-training-teaser{width:100%}}.paragraph-container-two-columns .paragraph-iframe{vertical-align:top;width:calc(50% - 24px);margin:10px;display:inline-block}@media (max-width:1023.9px){.paragraph-container-two-columns .paragraph-iframe{padding:0}}@media (max-width:767.9px){.paragraph-container-two-columns .paragraph-iframe{width:100%}}.paragraph-container-vita{max-width:900px;margin:auto auto 80px}@media (max-width:1023.9px){.paragraph-container-vita{margin-bottom:60px}}@media (max-width:767.9px){.paragraph-container-vita{margin-bottom:40px}}@media (max-width:479.9px){.paragraph-container-vita{margin-bottom:30px}}@media (max-width:1023.9px){.paragraph-container-vita{padding:0 20px}}.paragraph-container-vita .field-paragraphs{font-size:0}.paragraph-container-vita .field-paragraphs>*{font-size:1rem}.paragraph-container-vita .paragraph-content-text,.paragraph-container-vita .paragraph-portrait-box{vertical-align:top;display:inline-block}.paragraph-container-vita .paragraph-content-text{border-right:1px solid #d8d8d8;max-width:60%;padding-right:50px}@media (max-width:1023.9px){.paragraph-container-vita .paragraph-content-text{padding-left:0}}@media (max-width:767.9px){.paragraph-container-vita .paragraph-content-text{border:none;width:100%;max-width:100%;padding-right:0}}.paragraph-container-vita .paragraph-content-text .field-body h1{text-transform:none;margin:0;font-size:50px;font-weight:600}@media (max-width:1023.9px){.paragraph-container-vita .paragraph-content-text .field-body h1{font-size:40px;line-height:50px}}@media (max-width:767.9px){.paragraph-container-vita .paragraph-content-text .field-body h1{font-size:34px;line-height:40px}}@media (max-width:479.9px){.paragraph-container-vita .paragraph-content-text .field-body h1{font-size:24px;line-height:32px}}.paragraph-container-vita .paragraph-content-text .field-body h1:after{content:"";background-color:#d8d8d8;width:60px;height:2px;margin-top:40px;margin-bottom:40px;display:block}@media (max-width:1023.9px){.paragraph-container-vita .paragraph-content-text .field-body h1:after{margin-top:25px;margin-bottom:30px}}.paragraph-container-vita .paragraph-content-text .field-body h2{color:#00946c;text-transform:uppercase;font-size:28px;font-weight:700;line-height:36px}@media (max-width:767.9px){.paragraph-container-vita .paragraph-content-text .field-body h2{margin-bottom:30px;font-size:26px}}@media (max-width:479.9px){.paragraph-container-vita .paragraph-content-text .field-body h2{margin-bottom:20px;font-size:24px}}.paragraph-container-vita .paragraph-content-text .field-body p{color:#747474;margin:0;font-size:20px;font-weight:400;line-height:32px}.paragraph-container-vita .paragraph-content-text .field-body a{color:#0068b4}.paragraph-container-vita .paragraph-content-text .field-body a:hover{color:#00946c}.paragraph-container-vita .paragraph-content-text table tr{color:#747474;font-size:20px}.paragraph-container-vita .paragraph-content-text table tr td:first-child{min-width:120px}.paragraph-container-vita .paragraph-content-text table tr td{vertical-align:top;padding-bottom:15px}.paragraph-container-vita .paragraph-content-text table tr td strong{color:#0068b4}.paragraph-container-vita .paragraph-portrait-box{max-width:40%;padding-left:50px}@media (max-width:1023.9px){.paragraph-container-vita .paragraph-portrait-box{padding-left:20px}}@media (max-width:767.9px){.paragraph-container-vita .paragraph-portrait-box{border-top:1px solid #d8d8d8;width:100%;max-width:100%;padding-top:30px;padding-left:0}}.paragraph-container-vita .paragraph-portrait-box .field-body{margin-top:50px}@media (max-width:1023.9px){.paragraph-container-vita .paragraph-portrait-box .field-body{margin-top:20px}}.paragraph-container-vita .paragraph-portrait-box .field-body h3{color:#747474;text-transform:uppercase;margin:0;font-size:24px}.paragraph-container-vita .paragraph-portrait-box .field-body p{color:#747474;font-size:20px;font-weight:700}.paragraph-container-vita .paragraph-portrait-box .field-body a{color:#0068b4}.paragraph-container-vita .paragraph-portrait-box .field-body a:hover{color:#00946c}.paragraph-content-box{padding-left:40px}@media (max-width:1023.9px){.paragraph-content-box{padding:30px}}@media (max-width:767.9px){.paragraph-content-box{padding:30px 20px}}.paragraph-content-box h1{color:#0068b4;text-transform:uppercase;margin:0;font-size:28px;font-weight:700;line-height:36px}@media (max-width:1599.9px){.paragraph-content-box h1{margin-bottom:30px;font-size:26px}}@media (max-width:1023.9px){.paragraph-content-box h1{margin-bottom:28px;font-size:24px}}@media (max-width:479.9px){.paragraph-content-box h1{margin-bottom:10px;font-size:22px}}.paragraph-content-box .field-body{max-width:600px}.paragraph-content-box .field-body p{font-size:34px;font-weight:300;line-height:42px}@media (max-width:1023.9px){.paragraph-content-box .field-body p{font-size:28px;line-height:36px}}@media (max-width:767.9px){.paragraph-content-box .field-body p{font-size:26px;line-height:34px}}@media (max-width:479.9px){.paragraph-content-box .field-body p{margin-top:10px;margin-bottom:10px;font-size:24px;line-height:32px}}.paragraph-content-box .link-button{color:#0068b4;background:url(/themes/kopawp/images/link_arrow.svg) 90% no-repeat;border:1px solid #0068b4;border-radius:30px;margin-top:10px;padding:10px 50px 10px 20px;font-size:18px;display:inline-block}@media (max-width:1023.9px){.paragraph-content-box .link-button{font-size:16px}}.paragraph-content-box .link-button:hover{color:#00946c;background:url(/themes/kopawp/images/link_arrow_green.svg) 90% no-repeat;border:1px solid #00946c}.paragraph-content-box .link-button p{margin:0}.paragraph-content-text{max-width:900px;margin:auto auto 80px}@media (max-width:1023.9px){.paragraph-content-text{margin-bottom:60px}}@media (max-width:767.9px){.paragraph-content-text{margin-bottom:40px}}@media (max-width:479.9px){.paragraph-content-text{margin-bottom:30px}}@media (max-width:1023.9px){.paragraph-content-text{padding:0 20px}}.paragraph-content-text .field-body h1{color:#0068b4;text-transform:none;margin:0;font-size:40px;font-weight:600}@media (max-width:1023.9px){.paragraph-content-text .field-body h1{font-size:40px;line-height:50px}}@media (max-width:767.9px){.paragraph-content-text .field-body h1{font-size:34px;line-height:40px}}@media (max-width:479.9px){.paragraph-content-text .field-body h1{font-size:24px;line-height:32px}}.paragraph-content-text .field-body h1 a:hover{cursor:pointer}.paragraph-content-text .field-body h2{color:#00946c}@media (max-width:1599.9px){.paragraph-content-text .field-body h2{margin-bottom:30px;font-size:26px}}@media (max-width:1023.9px){.paragraph-content-text .field-body h2{margin-bottom:28px;font-size:24px}}@media (max-width:479.9px){.paragraph-content-text .field-body h2{margin-bottom:20px;font-size:22px}}.paragraph-content-text .field-body h3{color:#0068b4;text-transform:uppercase;margin-top:0;font-size:28px;font-weight:700;line-height:36px}@media (max-width:1599.9px){.paragraph-content-text .field-body h3{margin-bottom:30px;font-size:26px}}@media (max-width:1023.9px){.paragraph-content-text .field-body h3{margin-bottom:28px;font-size:24px}}@media (max-width:479.9px){.paragraph-content-text .field-body h3{margin-bottom:20px;font-size:22px}}.paragraph-content-text .field-body h4{color:#606a6e;text-transform:uppercase;margin-bottom:0;font-size:20px;line-height:28px}.paragraph-content-text .field-body p{color:#606a6e;font-size:20px;font-weight:400;line-height:32px}@media (max-width:479.9px){.paragraph-content-text .field-body p{font-size:18px;line-height:28px}}.paragraph-content-text .field-body p:first-child{margin-top:0}.paragraph-content-text .field-body p:last-child{margin-bottom:0}.paragraph-content-text .field-body p a{color:#0068b4;font-weight:600}.paragraph-content-text .field-body p a:hover{color:#00946c}.paragraph-content-text .field-body p strong a{font-weight:700}.paragraph-content-text .field-body p.bigger{color:#000;font-size:28px;font-weight:300;line-height:38px}@media (max-width:1023.9px){.paragraph-content-text .field-body p.bigger{font-size:26px;line-height:36px}}@media (max-width:767.9px){.paragraph-content-text .field-body p.bigger{font-size:22px;line-height:30px}}.paragraph-content-text .field-body p.bigger:first-child{margin-top:0}.paragraph-content-text .field-body>ul{padding-left:0}.paragraph-content-text .field-body>ul:last-child{margin-bottom:0}.paragraph-content-text .field-body>ul li{color:#606a6e;padding-left:40px;font-size:20px;line-height:38px;list-style:none}@media (max-width:1023.9px){.paragraph-content-text .field-body>ul li{line-height:30px}}@media (max-width:479.9px){.paragraph-content-text .field-body>ul li{font-size:18px;line-height:24px}}.paragraph-content-text .field-body>ul li:before{content:"";background:url(/themes/kopawp/images/list_item.svg) no-repeat;width:27px;height:27px;margin-left:-40px;margin-right:10px;display:inline-block;position:relative;top:7px}@media (max-width:479.9px){.paragraph-content-text .field-body>ul li:before{top:8px}}.paragraph-content-text .field-body>ul li a{color:#0068b4;font-weight:600}.paragraph-content-text .field-body>ul li a:hover{color:#00946c}.paragraph-content-text .field-body a{color:#0068b4;font-weight:600;text-decoration:none}.paragraph-content-text .field-body a:hover{color:#00946c}.paragraph-empty{height:170px}@media (max-width:1599.9px){.paragraph-empty{height:100px}}@media (max-width:767.9px){.paragraph-empty{height:120px}}@media (max-width:479.9px){.paragraph-empty{height:0}}.paragraph-footer-menu{text-align:center}@media (max-width:479.9px){.paragraph-footer-menu{text-align:left}}.paragraph-footer-menu>ul{margin:35px 0;display:inline-block}@media (max-width:479.9px){.paragraph-footer-menu>ul{margin:25px 0;padding-left:20px}}.paragraph-footer-menu>ul li{float:left;margin-right:80px;list-style:none}@media (max-width:767.9px){.paragraph-footer-menu>ul li{margin-right:40px}}@media (max-width:479.9px){.paragraph-footer-menu>ul li{float:none}}.paragraph-footer-menu>ul li:last-child{margin-right:0}.paragraph-footer-menu>ul li a{color:#fff;font-size:18px;font-weight:700}@media (max-width:767.9px){.paragraph-footer-menu>ul li a{font-size:16px}}.paragraph-footer-menu>ul li a:hover{color:#00946c}.paragraph-footer-section.columns_3{padding:60px 0}@media (max-width:1599.9px){.paragraph-footer-section.columns_3{padding:60px 20px}}@media (max-width:767.9px){.paragraph-footer-section.columns_3{padding:40px 20px 30px}}@media (max-width:479.9px){.paragraph-footer-section.columns_3{padding:40px 20px 10px}}.paragraph-footer-section.columns_3 .paragraph-footer-text,.paragraph-footer-section.columns_3 .paragraph-image,.paragraph-footer-section.columns_3 .paragraph-footer-menu{vertical-align:top;width:calc(33.3333% - 12px);display:inline-block}@media (max-width:767.9px){.paragraph-footer-section.columns_3 .paragraph-footer-text,.paragraph-footer-section.columns_3 .paragraph-image,.paragraph-footer-section.columns_3 .paragraph-footer-menu{width:calc(50% - 12px)}}@media (max-width:479.9px){.paragraph-footer-section.columns_3 .paragraph-footer-text,.paragraph-footer-section.columns_3 .paragraph-image,.paragraph-footer-section.columns_3 .paragraph-footer-menu{width:100%;margin-bottom:30px}.paragraph-footer-section.columns_3 .paragraph-footer-text p:last-child,.paragraph-footer-section.columns_3 .paragraph-image p:last-child,.paragraph-footer-section.columns_3 .paragraph-footer-menu p:last-child{margin-bottom:0}}.paragraph-footer-section:last-child .container{border-top:1px solid #47525e}.paragraph-footer-section .paragraph-image{margin-top:5px}.paragraph-footer-section .paragraph-image img{max-width:220px}@media (max-width:767.9px){.paragraph-footer-section .paragraph-image img{max-width:120px}}.paragraph-footer-text .field-body p{font-size:20px;line-height:26px}@media (max-width:767.9px){.paragraph-footer-text .field-body p{font-size:16px;line-height:24px}}.paragraph-footer-text .field-body p:first-child{margin-top:0}.paragraph-footer-text .field-body p a{color:#fff;font-weight:700}.paragraph-footer-text .field-body p a:hover{color:#00946c}.paragraph-footer-text .field-body p img{filter:grayscale();max-width:110px;margin-top:20px}.paragraph-footer-text .field-body p img:hover{filter:none}.paragraph-form-content{margin-bottom:100px}@media (max-width:1599.9px){.paragraph-form-content{margin-bottom:80px}}@media (max-width:1023.9px){.paragraph-form-content{margin-bottom:60px;padding:0 20px}}@media (max-width:767.9px){.paragraph-form-content{margin-bottom:40px}}form{max-width:900px;margin:-10px auto 0}form input,form textarea,form select{background-color:#0000;border:#0000;outline:none;width:100%;margin:10px auto;padding:10px 10px 10px 22px;font-size:20px;font-weight:400;line-height:34px;-webkit-box-shadow:0 0 12px #0000001f;box-shadow:0 0 12px #0000001f;color:#747474!important}form input::placeholder,form textarea::placeholder,form select::placeholder{color:#747474!important}form input[type=radio],form textarea[type=radio],form select[type=radio]{width:auto}form input[type=submit],form textarea[type=submit],form select[type=submit]{color:#0068b4;background:url(/themes/kopawp/images/link_arrow.svg) 90% no-repeat;border:1px solid #0068b4;border-radius:30px;margin-top:10px;padding:10px 50px 10px 20px;font-size:18px;display:inline-block}@media (max-width:1023.9px){form input[type=submit],form textarea[type=submit],form select[type=submit]{font-size:16px}}form input[type=submit]:hover,form textarea[type=submit]:hover,form select[type=submit]:hover{color:#00946c;background:url(/themes/kopawp/images/link_arrow_green.svg) 90% no-repeat;border:1px solid #00946c}form input[type=submit] p,form textarea[type=submit] p,form select[type=submit] p{margin:0}form input[type=submit],form textarea[type=submit],form select[type=submit]{width:inherit;box-shadow:none;-webkit-box-shadow:none;padding:6px 50px 6px 30px;font-weight:400;color:#0068b4!important;font-size:18px!important}form input[type=submit]:hover,form textarea[type=submit]:hover,form select[type=submit]:hover{cursor:pointer;color:#00946c!important}form input[type=submit].is-disabled,form textarea[type=submit].is-disabled,form select[type=submit].is-disabled{cursor:default;background-image:url(/themes/kopawp/images/link_arrow_gray.svg);color:gray!important;background-color:#d0d0d0!important;border:1px solid gray!important}form input[name=field_academic_title]>on-change,form textarea[name=field_academic_title]>on-change,form select[name=field_academic_title]>on-change{content:"default:checkOthers(this);"}form input[name=field_academic_title].others,form textarea[name=field_academic_title].others,form select[name=field_academic_title].others{float:left;width:25%;display:inline-block}@media (max-width:767.9px){form input[name=field_academic_title].others,form textarea[name=field_academic_title].others,form select[name=field_academic_title].others{width:100%}}form input[data-drupal-selector=edit-field-other-0-value],form textarea[data-drupal-selector=edit-field-other-0-value],form select[data-drupal-selector=edit-field-other-0-value]{display:none}form input[data-drupal-selector=edit-field-other-0-value].others,form textarea[data-drupal-selector=edit-field-other-0-value].others,form select[data-drupal-selector=edit-field-other-0-value].others{float:right;width:70%;display:inline-block}@media (max-width:767.9px){form input[data-drupal-selector=edit-field-other-0-value].others,form textarea[data-drupal-selector=edit-field-other-0-value].others,form select[data-drupal-selector=edit-field-other-0-value].others{width:100%}}form input[data-drupal-selector=edit-field-zip-0-value],form textarea[data-drupal-selector=edit-field-zip-0-value],form select[data-drupal-selector=edit-field-zip-0-value]{float:left;width:25%}form input[data-drupal-selector=edit-field-city-0-value],form textarea[data-drupal-selector=edit-field-city-0-value],form select[data-drupal-selector=edit-field-city-0-value]{float:right;width:70%}form input.error,form textarea.error,form select.error{background-color:lightred;border:1px solid red}form #edit-actions--2{text-align:center}form #edit-customer-data{margin-bottom:50px}form .form-actions{text-align:right}form fieldset{border:none}form textarea{height:220px}form select{float:left;background-color:#0000;background-image:url(data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2020%2010%27%20width%3D%2720%27%20height%3D%2710%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20stroke%3D%27%2300946C%27%20fill%3D%27transparent%27%20stroke-width%3D%272%27%20d%3D%27M2%2C2L10%2C8L18%2C2%27%2F%3E%3C%2Fsvg%3E);background-position:right 18px center;background-repeat:no-repeat;outline:none;width:100%;margin-top:15px;padding-left:22px;padding-right:40px;font-size:20px;font-weight:400;display:inline-block}form .label{display:none}form .label.radio{width:50%;font-size:18px;font-weight:600;display:inline-block}form .label.radio:hover{color:#0068b4;cursor:pointer}form .label.radio input{margin-right:10px;display:inline-block;position:relative;top:-2px}form .field--widget-boolean-checkbox{margin-bottom:30px}form .field--widget-boolean-checkbox>*{font-size:0}form .field--widget-boolean-checkbox input,form .field--widget-boolean-checkbox .label{vertical-align:top;display:inline-block}form .field--widget-boolean-checkbox input{max-width:20px;box-shadow:none;-webkit-box-shadow:none}form .field--widget-boolean-checkbox .label{color:#747474;width:100%;max-width:calc(100% - 20px);margin-top:4px;padding-left:10px;font-size:20px;font-weight:400}form .field--widget-boolean-checkbox .label a{color:#00946c;text-decoration:none}form .field--widget-boolean-checkbox .label a:hover{color:#0068b4}form .js-form-type-radio label{display:inline}form .js-form-type-radio input{width:auto;margin-left:5px;margin-right:10px}form fieldset{height:auto;margin:30px auto 20px;padding-left:0}form fieldset legend{color:#0068b4;margin-bottom:20px;font-size:32px;font-weight:600}form fieldset legend>on-click{content:"default:swichtFieldset(this)"}form fieldset.collapsed{height:34px;overflow:hidden}.paragraph-header-image-big{position:relative}.paragraph-header-image-big .field-image{overflow:hidden}.paragraph-header-image-big .field-image img{width:100%;display:block}@media (max-width:767.9px){.paragraph-header-image-big .field-image img{max-width:inherit;width:130%;position:relative;left:-25%}}.paragraph-header-image-big .field-captions{width:100%;max-width:1200px;position:absolute;top:60%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1599.9px){.paragraph-header-image-big .field-captions{max-width:100%;padding:0 20px}}@media (max-width:767.9px){.paragraph-header-image-big .field-captions{padding:0;position:relative;top:20px;left:0;transform:none}}.paragraph-header-image-big .field-captions .paragraph-caption{color:#fff;max-width:50%;margin-left:5px;bottom:90px}@media (max-width:1599.9px){.paragraph-header-image-big .field-captions .paragraph-caption{max-width:100%;margin-left:0;padding:0 20px}}@media (max-width:1023.9px){.paragraph-header-image-big .field-captions .paragraph-caption{width:inherit;padding:0;bottom:0}}@media (max-width:767.9px){.paragraph-header-image-big .field-captions .paragraph-caption{background-color:#0068b4;width:100%;max-width:100%;min-height:100px;padding:20px;position:relative;bottom:20px;left:0}}.paragraph-header-image-big .field-captions .paragraph-caption h1{text-shadow:0 0 15px #00000057;margin:0;font-size:46px;font-weight:600;line-height:56px}@media (max-width:1599.9px){.paragraph-header-image-big .field-captions .paragraph-caption h1{font-size:30px;line-height:40px}}@media (max-width:1023.9px){.paragraph-header-image-big .field-captions .paragraph-caption h1{font-size:26px;line-height:32px}}@media (max-width:767.9px){.paragraph-header-image-big .field-captions .paragraph-caption h1{text-shadow:none;font-size:20px;line-height:28px}}.paragraph-header-image-big .field-captions .paragraph-caption p{text-shadow:0 0 15px #00000057;font-size:20px;font-weight:400;line-height:28px}.paragraph-header-image-small .field-image{overflow:hidden}.paragraph-header-image-small .field-image img{width:100%;display:block}@media (max-width:1023.9px){.paragraph-header-image-small .field-image img{max-width:inherit;width:140%;position:relative;left:-40%}}@media (max-width:767.9px){.paragraph-header-image-small .field-image img{max-width:inherit;width:190%;position:relative;left:-60%}}.paragraph-horizontal-line{background-color:#d8d8d8;width:100%;max-width:1200px;height:1px;margin:auto auto 80px}@media (max-width:1599.9px){.paragraph-horizontal-line{width:inherit;margin:0 20px 80px!important}}@media (max-width:1023.9px){.paragraph-horizontal-line{margin-bottom:60px!important}}@media (max-width:767.9px){.paragraph-horizontal-line{margin-bottom:40px!important}}@media (max-width:479.9px){.paragraph-horizontal-line{margin-bottom:20px!important}}.paragraph-iframe{width:100%;max-width:900px;margin:50px auto 30px}.paragraph-iframe iframe{width:100%}.paragraph-image{max-width:900px;margin:auto auto 80px}@media (max-width:1599.9px){.paragraph-image{width:calc(100% - 40px)}}@media (max-width:1023.9px){.paragraph-image{margin-bottom:60px}}@media (max-width:767.9px){.paragraph-image{margin-bottom:40px}}@media (max-width:479.9px){.paragraph-image{margin-bottom:20px}}.paragraph-image .field-image img{display:block}.paragraph-view .link-button{color:#0068b4;background:url(/themes/kopawp/images/link_arrow.svg) 90% no-repeat;border:1px solid #0068b4;border-radius:30px;margin-top:10px;padding:10px 50px 10px 20px;font-size:18px;display:inline-block}@media (max-width:1023.9px){.paragraph-view .link-button{font-size:16px}}.paragraph-view .link-button:hover{color:#00946c;background:url(/themes/kopawp/images/link_arrow_green.svg) 90% no-repeat;border:1px solid #00946c}.paragraph-view .link-button p{margin:0}.paragraph-view .link-button{max-width:230px;margin:50px auto auto;display:block}@media (max-width:1023.9px){.paragraph-view .link-button{margin-top:40px}}@media (max-width:767.9px){.paragraph-view .link-button{margin-top:30px}}@media (max-width:479.9px){.paragraph-view .link-button{margin-top:20px}}.paragraph-slide{position:relative}.paragraph-slide .field-captions{width:100%;max-width:1200px;position:absolute;top:60%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1599.9px){.paragraph-slide .field-captions{max-width:100%;padding:0 20px}}@media (max-width:767.9px){.paragraph-slide .field-captions{padding:0;position:relative;top:0;left:0;transform:none}}.paragraph-slide .field-captions .paragraph-caption{color:#fff;max-width:50%;margin-left:5px;position:absolute;bottom:15vh}@media (max-width:1599.9px){.paragraph-slide .field-captions .paragraph-caption{max-width:1200px;margin-left:0;padding:0 50% 0 20px;position:relative;bottom:0}}@media (max-width:1023.9px){.paragraph-slide .field-captions .paragraph-caption{width:inherit;padding-right:40%;bottom:30px}}@media (max-width:767.9px){.paragraph-slide .field-captions .paragraph-caption{background-color:#0068b4;width:100%;max-width:100%;min-height:100px;padding:0;position:relative;bottom:20px;left:0}.paragraph-slide .field-captions .paragraph-caption .field-body{padding:20px}.paragraph-slide .field-captions .paragraph-caption .field-body h1,.paragraph-slide .field-captions .paragraph-caption .field-body p{text-shadow:none}}.paragraph-slide .field-captions .paragraph-caption .field-body h1{text-shadow:0 0 30px #000000ba;margin:0;font-size:46px;font-weight:600;line-height:56px}@media (max-width:1599.9px){.paragraph-slide .field-captions .paragraph-caption .field-body h1{font-size:44px;line-height:52px}}@media (max-width:1023.9px){.paragraph-slide .field-captions .paragraph-caption .field-body h1{font-size:40px;line-height:48px}}@media (max-width:767.9px){.paragraph-slide .field-captions .paragraph-caption .field-body h1{font-size:36px;line-height:44px}}@media (max-width:479.9px){.paragraph-slide .field-captions .paragraph-caption .field-body h1{font-size:30px;line-height:40px}}.paragraph-slide .field-captions .paragraph-caption .field-body p{text-shadow:0 0 30px #191919;font-size:20px;font-weight:400;line-height:28px}.paragraph-slide .field-captions .paragraph-caption .field-body p:last-child{margin-bottom:0}.paragraph-slide .field-captions .paragraph-caption .field-body a{color:#0068b4;font-weight:700}@media (max-width:767.9px){.paragraph-slide .field-captions .paragraph-caption .field-body a{color:#fff}}.paragraph-slide .field-captions .paragraph-caption .field-body a:after{content:"";background:url(/themes/kopawp/images/link_arrow.svg) no-repeat;width:20px;height:12px;margin-left:10px;display:inline-block}@media (max-width:767.9px){.paragraph-slide .field-captions .paragraph-caption .field-body a:after{background:url(/themes/kopawp/images/link_arrow_white.svg) no-repeat;height:14px}}.paragraph-slide .field-captions .paragraph-caption .field-body a:hover{color:#00946c}@media (max-width:767.9px){.paragraph-slide .field-captions .paragraph-caption .field-body a:hover{color:#fff}}.paragraph-slide .field-captions .paragraph-caption .field-body a:hover:after{background:url(/themes/kopawp/images/link_arrow_green.svg) no-repeat}@media (max-width:767.9px){.paragraph-slide .field-captions .paragraph-caption .field-body a:hover:after{background:url(/themes/kopawp/images/link_arrow_white.svg) no-repeat;height:14px}}.paragraph-slider{on-ready:"new Slider(this); new SliderNavigation(this, this)";--slider-auto-duration:5s;width:100%;max-height:95vh;margin:auto;position:relative;overflow:hidden}.paragraph-slider .slider-container .slider-pane{gap:var(--gap);display:flex;overflow-x:hidden}.paragraph-slider .slider-container .slider-pane .slider-item{--item-width:100%;min-width:var(--item-width);margin-bottom:0}.paragraph-slider .slider-container .slider-navigation-container{z-index:1;position:absolute;bottom:110px;left:50%}@media (max-width:767.9px){.paragraph-slider .slider-container .slider-navigation-container{display:none}}.paragraph-slider .slider-container .slider-navigation-container .slider-navigation-item{z-index:2;background-color:#fff;border-radius:50%;width:15px;height:15px;margin:30px 8px;display:inline-block;position:relative;left:-50%}.paragraph-slider .slider-container .slider-navigation-container .slider-navigation-item.active{background-color:#0068b4}.paragraph-slider .slider-container .slider-navigation-container .slider-navigation-item:hover{cursor:pointer}@media (max-width:767.9px){.paragraph-slider .slider-container .slider-navigation-container .slider-navigation-item{border:1px solid #0068b4}}.paragraph-statement-box{max-width:1200px;margin:auto}.paragraph-statement-box h1{color:#0068b4;padding:0 70px;font-size:50px;font-weight:600;line-height:60px}@media (max-width:1023.9px){.paragraph-statement-box h1{padding:0 50px;font-size:40px;line-height:50px}}@media (max-width:767.9px){.paragraph-statement-box h1{margin-top:20px;padding:0 20px;font-size:34px;line-height:42px}}.paragraph-teaser-services{max-width:900px;margin:auto auto 50px;position:relative;overflow:hidden;-webkit-box-shadow:0 0 12px #0000001f;box-shadow:0 0 12px #0000001f}.paragraph-teaser-services:last-child{margin-bottom:0}.paragraph-teaser-services .image-box,.paragraph-teaser-services .text-box{vertical-align:top;width:50%;display:inline-block}@media (max-width:767.9px){.paragraph-teaser-services .image-box,.paragraph-teaser-services .text-box{width:100%}}.paragraph-teaser-services .field-image{overflow:hidden}@media (max-width:767.9px){.paragraph-teaser-services .field-image{max-height:340px}}.paragraph-teaser-services .field-image img{display:block}@media (max-width:1023.9px){.paragraph-teaser-services .field-image img{max-width:inherit;object-fit:cover}}@media (max-width:767.9px){.paragraph-teaser-services .field-image img{width:100%}}.paragraph-teaser-services .image-box .field-additional-text{color:#fff;opacity:0;visibility:hidden;background-color:#0068b4;width:50%;height:100%;padding:40px;transition:all .5s;position:absolute;top:0}@media (max-width:767.9px){.paragraph-teaser-services .image-box .field-additional-text{width:100%}}.paragraph-teaser-services .image-box .field-additional-text p{margin:0;font-size:21px;font-weight:400;line-height:30px}.paragraph-teaser-services .image-box .field-additional-text ul{margin:0;padding-left:20px;font-size:21px;font-weight:400;line-height:30px}.paragraph-teaser-services .image-box .field-additional-text ul li{list-style:none}.paragraph-teaser-services .image-box .field-additional-text ul li:before{content:"";background:url(/themes/kopawp/images/list_item_secondary.svg) no-repeat;width:20px;height:20px;margin-left:-30px;margin-right:10px;display:inline-block;position:relative;top:2px}.paragraph-teaser-services .image-box .field-additional-text ul li ul{margin:10px 0;padding-left:25px}.paragraph-teaser-services .text-box{padding:40px}@media (max-width:1023.9px){.paragraph-teaser-services .text-box{padding:30px}}@media (max-width:767.9px){.paragraph-teaser-services .text-box{padding:20px}}.paragraph-teaser-services .text-box>.container{flex-wrap:wrap;min-height:280px;display:flex}.paragraph-teaser-services .text-box>.container>a{width:100%}.paragraph-teaser-services .text-box h1{color:#0068b4;margin:0;font-size:30px;font-weight:700;line-height:36px}@media (max-width:1023.9px){.paragraph-teaser-services .text-box h1{font-size:28px;line-height:34px}}@media (max-width:767.9px){.paragraph-teaser-services .text-box h1{font-size:24px;line-height:32px}}.paragraph-teaser-services .text-box .field-body{color:#606a6e;font-size:21px;line-height:30px}.paragraph-teaser-services .text-box .link-button{color:#00946c;background:url(/themes/kopawp/images/link_arrow_green.svg) 100% 52% no-repeat;align-self:flex-end;padding-right:25px;font-size:20px;display:inline-block}.paragraph-teaser-services .text-box .link-button p{margin:0}@media (max-width:479.9px){.paragraph-teaser-services .text-box .link-button{background-size:15px;font-size:18px}}.paragraph-teaser-services .text-box .link-button:hover{color:#0068b4;background:url(/themes/kopawp/images/link_arrow.svg) 100% 52% no-repeat}.paragraph-teaser-services:hover .field-additional-text{opacity:1;visibility:visible;transition:all .5s}.paragraph-teaser-services:hover h1{color:#00946c}.paragraph-teaser-small{vertical-align:middle;width:calc(25% - 24px);margin:10px;transition:all .2s ease-in-out;display:inline-block;position:relative;-webkit-box-shadow:0 2px 12px #0000004d;box-shadow:0 2px 12px #0000004d}@media (max-width:1023.9px){.paragraph-teaser-small{width:calc(50% - 24px);max-width:300px}}@media (max-width:479.9px){.paragraph-teaser-small{width:calc(100% - 40px);margin:0 20px 20px}}.paragraph-teaser-small h1{background:-webkit-linear-gradient(#000000a6 0%,#0000 100%);background:linear-gradient(top bottom,#0000 0%,#000000a6 100%);color:#fff;text-align:left;background:-moz-linear-gradient(#000000a6 0%,#0000 100%);width:100%;margin:0;padding:30px 70px 30px 30px;font-size:28px;font-weight:600;line-height:34px;position:absolute;bottom:0}@media (max-width:1599.9px){.paragraph-teaser-small h1{font-size:24px;line-height:30px}}@media (max-width:767.9px){.paragraph-teaser-small h1{font-size:22px;line-height:28px}}.paragraph-teaser-small h1:after{content:"";background:url(/themes/kopawp/images/link_arrow_white.svg) no-repeat;width:20px;height:14px;display:inline-block;position:absolute;bottom:38px;right:30px}.paragraph-teaser-small .field-image img{display:block}@media (max-width:1023.9px){.paragraph-teaser-small .field-image img{width:100%}}.paragraph-teaser-small:hover{cursor:pointer;transition:all .2s ease-in-out;transform:scale(1.05)}.paragraph-teaser-text{max-width:1200px;margin:auto auto 80px}@media (max-width:1023.9px){.paragraph-teaser-text{margin-bottom:60px}}@media (max-width:767.9px){.paragraph-teaser-text{margin-bottom:40px}}@media (max-width:479.9px){.paragraph-teaser-text{margin-bottom:30px}}.paragraph-teaser-text h1{color:#0068b4;text-transform:uppercase;margin:0;font-size:28px;font-weight:700;line-height:36px}@media (max-width:1599.9px){.paragraph-teaser-text h1{margin-bottom:30px;font-size:26px}}@media (max-width:1023.9px){.paragraph-teaser-text h1{margin-bottom:28px;font-size:24px}}@media (max-width:479.9px){.paragraph-teaser-text h1{margin-bottom:20px;font-size:22px}}.paragraph-teaser-text h1{text-align:center;margin-top:40px;margin-bottom:40px}@media (max-width:767.9px){.paragraph-teaser-text h1{margin-top:30px}}.paragraph-teaser-text .field-body{padding:0 22%}@media (max-width:767.9px){.paragraph-teaser-text .field-body{padding:0 15%}}.paragraph-teaser-text .field-body p{color:#353030;text-align:center;font-size:32px;font-weight:300;line-height:44px}@media (max-width:1023.9px){.paragraph-teaser-text .field-body p{font-size:28px;line-height:40px}}@media (max-width:767.9px){.paragraph-teaser-text .field-body p{font-size:26px;line-height:34px}}@media (max-width:479.9px){.paragraph-teaser-text .field-body p{margin:0;font-size:24px;line-height:32px}}.paragraph-teaser-text .field-body a{color:#0068b4;font-weight:600}.paragraph-teaser-text .field-body a:hover{color:#00946c}.paragraph-teaser-text .link-button{color:#0068b4;background:url(/themes/kopawp/images/link_arrow.svg) 90% no-repeat;border:1px solid #0068b4;border-radius:30px;margin-top:10px;padding:10px 50px 10px 20px;font-size:18px;display:inline-block}@media (max-width:1023.9px){.paragraph-teaser-text .link-button{font-size:16px}}.paragraph-teaser-text .link-button:hover{color:#00946c;background:url(/themes/kopawp/images/link_arrow_green.svg) 90% no-repeat;border:1px solid #00946c}.paragraph-teaser-text .link-button p{margin:0}.paragraph-teaser-text .link-button{max-width:230px;margin:50px auto auto;display:block}@media (max-width:1023.9px){.paragraph-teaser-text .link-button{margin-top:40px}}@media (max-width:767.9px){.paragraph-teaser-text .link-button{margin-top:30px}}@media (max-width:479.9px){.paragraph-teaser-text .link-button{margin-top:20px}}.paragraph-teaserbox-services{padding-bottom:80px}@media (max-width:1023.9px){.paragraph-teaserbox-services{margin-bottom:80px;padding:0 20px}}.paragraph-teaserbox-services>h1{color:#0068b4;text-transform:uppercase;margin:0;font-size:28px;font-weight:700;line-height:36px}@media (max-width:1599.9px){.paragraph-teaserbox-services>h1{margin-bottom:30px;font-size:26px}}@media (max-width:1023.9px){.paragraph-teaserbox-services>h1{margin-bottom:28px;font-size:24px}}@media (max-width:479.9px){.paragraph-teaserbox-services>h1{margin-bottom:20px;font-size:22px}}.paragraph-teaserbox-services>h1{text-align:center;margin-bottom:80px}@media (max-width:1023.9px){.paragraph-teaserbox-services>h1{margin-bottom:60px}}@media (max-width:767.9px){.paragraph-teaserbox-services>h1{margin-bottom:40px}}@media (max-width:479.9px){.paragraph-teaserbox-services>h1{margin-bottom:30px}}.paragraph-teaserbox-smallteaser{max-width:1200px;margin:auto auto 80px}@media (max-width:1023.9px){.paragraph-teaserbox-smallteaser{margin-bottom:60px}}@media (max-width:767.9px){.paragraph-teaserbox-smallteaser{margin-bottom:40px}}@media (max-width:479.9px){.paragraph-teaserbox-smallteaser{margin-bottom:30px}}@media (max-width:1023.9px){.paragraph-teaserbox-smallteaser{text-align:center;max-width:900px}}section.main .field-main>.paragraph-video{max-width:900px;margin:auto auto 80px}@media (max-width:1023.9px){section.main .field-main>.paragraph-video{margin-bottom:60px}}@media (max-width:767.9px){section.main .field-main>.paragraph-video{margin-bottom:40px}}@media (max-width:479.9px){section.main .field-main>.paragraph-video{margin-bottom:30px}}@media (max-width:1023.9px){section.main .field-main>.paragraph-video{padding:0 20px}}section.main .field-main>.paragraph-video video{outline:none;max-width:100%}section.main .field-main>.paragraph-video video:active,section.main .field-main>.paragraph-video video:focus,section.main .field-main>.paragraph-video video:visited{outline:none}.breadcrumbs{background-color:#fff;max-width:1200px;margin:auto auto -20px;padding:100px 150px 0;position:relative;top:-100px}@media (max-width:1599.9px){.breadcrumbs{max-width:900px;margin-bottom:0;padding:60px 0;top:0}}@media (max-width:1023.9px){.breadcrumbs{padding:60px 20px}}@media (max-width:767.9px){.breadcrumbs{margin-left:0;display:none}}.breadcrumbs ul{margin:0;padding:0}.breadcrumbs ul li{color:#00946c;text-transform:uppercase;margin-right:15px;font-size:16px;font-weight:600;list-style:none;display:inline-block}.breadcrumbs ul li a{color:#00946c;text-transform:uppercase;font-size:16px;font-weight:600;text-decoration:none}.breadcrumbs ul li:after{content:"";background:url(/themes/kopawp/images/breadcrumb_item.svg) no-repeat;width:11px;height:13px;margin-left:15px;display:inline-block}.breadcrumbs ul li:last-child:after,.front .breadcrumbs{display:none}footer.main{color:#fff;background-color:#363f49}footer.main .container{max-width:1200px;margin:auto}.hamburger{-o-transition:.2s ease-in-out;cursor:pointer;background-color:#0000;border:none;outline:none;width:38px;height:50px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;position:relative;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.hamburger>on-click{content:"default:toggleMenuHamburger(this)"}.hamburger:hover{-o-transition:.2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;transform:scale(1.2)}.hamburger span{opacity:1;-o-transition:.25s ease-in-out;background:#fff;border-radius:20%;width:35px;height:3px;margin:13px 0;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;transition:all .25s ease-in-out;display:block;position:absolute;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}@media (max-width:767.9px){.hamburger span{background:#0068b4}}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:12px}.hamburger span:nth-child(3){top:24px}.hamburger.open span:first-child{top:10px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.hamburger.open span:nth-child(2){opacity:0;left:-60px}.hamburger.open span:nth-child(3){top:10px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}.sticky .hamburger,.has_empty .hamburger{position:relative;top:-13px}@media (max-width:479.9px){.sticky .hamburger,.has_empty .hamburger{top:0}}.sticky .hamburger span,.has_empty .hamburger span{background-color:#0068b4}header.main{z-index:2;width:100%;transition:all .5s;position:absolute}header.main>on-ready{content:"default:addScrollListener(this);"}@media (max-width:767.9px){header.main{position:relative}}header.main:before{content:"";z-index:1;background:-moz-linear-gradient(#0000 0%,#00000080 100%);background:-webkit-linear-gradient(#0000 0%,#00000080 100%);background:linear-gradient(#00000080 0%,#0000 100%);width:100%;height:230px;display:block;position:absolute}@media (max-width:1599.9px){header.main:before{height:180px}}@media (max-width:1023.9px){header.main:before{height:150px}}@media (max-width:767.9px){header.main:before{display:none}}@media (max-width:479.9px){header.main:before{display:none}}header.main .container{z-index:2;max-width:1200px;margin:auto;font-size:0;position:relative}@media (max-width:1599.9px){header.main .container{padding:0 20px}}header.main .container>*{font-size:1rem}header.main .container .logo{vertical-align:top;width:50%;margin:25px 0 0;display:inline-block}@media (max-width:767.9px){header.main .container .logo{margin:20px 0}}header.main .container .logo:hover{cursor:pointer}@media (max-width:1599.9px){header.main .container .logo>img{max-width:140px}}@media (max-width:767.9px){header.main .container .logo>img{max-width:130px}}@media (max-width:479.9px){header.main .container .logo>img{max-width:130px}}header.main .container .logo .sticky-logo{max-height:70px;display:none}@media (max-width:767.9px){header.main .container .logo .sticky-logo{display:block}}header.main .container .logo .white-logo{max-width:250px;max-height:93px}@media (max-width:767.9px){header.main .container .logo .white-logo{display:none}}header.main .container #buttons-container{text-align:right;vertical-align:top;width:50%;margin-top:40px;display:inline-block}@media (max-width:1599.9px){header.main .container #buttons-container{margin-top:35px}}@media (max-width:767.9px){header.main .container #buttons-container{margin-top:23px}}@media (max-width:479.9px){header.main .container #buttons-container{margin-top:18px}}header.main .container #buttons-container #search-button{cursor:pointer;-o-transition:.2s ease-in-out;background:url(/themes/kopawp/images/search_icon_neu.svg) 0 0/36px 36px no-repeat;width:42px;height:42px;margin-left:35px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;position:relative;top:2px}header.main .container #buttons-container #search-button>on-click{content:"default:toggleSearch(this)"}@media (max-width:767.9px){header.main .container #buttons-container #search-button{background:url(/themes/kopawp/images/search_icon_blue.svg) no-repeat;margin-left:25px;transition:none;top:0}}@media (max-width:479.9px){header.main .container #buttons-container #search-button{margin-left:20px;top:0}}header.main .container #buttons-container #search-button:hover{-o-transition:.2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;transform:scale(1.2)}header.main.sticky,header.main.has_empty{background-color:#fff;position:fixed;-webkit-box-shadow:0 2px 12px #0000001f;box-shadow:0 2px 12px #0000001f}@media (max-width:479.9px){header.main.sticky,header.main.has_empty{position:relative}}header.main.sticky:before,header.main.has_empty:before{display:none}header.main.sticky .container .logo,header.main.has_empty .container .logo{margin:15px 0}header.main.sticky .container .sticky-logo,header.main.has_empty .container .sticky-logo{max-width:144px;display:block}header.main.sticky .container .white-logo,header.main.has_empty .container .white-logo{display:none}header.main.sticky .container #buttons-container,header.main.has_empty .container #buttons-container{margin-top:28px}@media (max-width:767.9px){header.main.sticky .container #buttons-container,header.main.has_empty .container #buttons-container{margin-top:30px;transition:none}}header.main.sticky .container #buttons-container #search-button,header.main.has_empty .container #buttons-container #search-button{background:url(/themes/kopawp/images/search_icon_blue.svg) 0 0/36px 36px no-repeat;top:-12px}@media (max-width:479.9px){header.main.sticky .container #buttons-container #search-button,header.main.has_empty .container #buttons-container #search-button{top:0}}header.main.has_empty+section.all section.top .container:after{display:none}header.main.has_empty+section.all .breadcrumbs{padding-bottom:20px}.menu_block{z-index:1;position:absolute;right:80px;-webkit-box-shadow:0 17px 17px #0000001f;-moz-box-shadow:0 17px 17px #0000001f;box-shadow:0 17px 17px #0000001f}@media (max-width:1599.9px){.menu_block{right:50px}}@media (max-width:1023.9px){.menu_block{width:100%;right:0}}.menu_block nav[role=navigation\ main]{-o-transition:all .5s ease-in-out;background:#fff;width:520px;height:0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;-webkit-box-shadow:0 17px 17px #0000001f;-moz-box-shadow:0 17px 17px #0000001f;box-shadow:0 17px 17px #0000001f}@media (max-width:1023.9px){.menu_block nav[role=navigation\ main]{width:100%}}.menu_block nav[role=navigation\ main] ul.meta-menue{border-right:1px solid #d8d8d8;margin:0;padding:70px 0 0}.menu_block nav[role=navigation\ main] ul.meta-menue li{padding:0 60px;list-style-type:none}@media (max-width:1023.9px){.menu_block nav[role=navigation\ main] ul.meta-menue li{padding:0 40px}}@media (max-width:767.9px){.menu_block nav[role=navigation\ main] ul.meta-menue li{padding:0 20px}}.menu_block nav[role=navigation\ main] ul.meta-menue li a{color:#979797;text-transform:uppercase;font-size:20px;font-weight:400;line-height:1.67}.menu_block nav[role=navigation\ main] ul.main{margin:0;padding:0}.menu_block nav[role=navigation\ main] ul.main li{-o-transition:all .5s ease-in-out;height:58px;padding:0 60px;line-height:58px;list-style-type:none;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden}@media (max-width:1023.9px){.menu_block nav[role=navigation\ main] ul.main li{width:100vw;height:58px;padding:0 40px}}@media (max-width:767.9px){.menu_block nav[role=navigation\ main] ul.main li{padding:0 20px}}.menu_block nav[role=navigation\ main] ul.main li.expanded,.menu_block nav[role=navigation\ main] ul.main li:hover{color:#00946c;background:#eee}.menu_block nav[role=navigation\ main] ul.main li.expanded>a,.menu_block nav[role=navigation\ main] ul.main li:hover>a{color:#00946c}.menu_block nav[role=navigation\ main] ul.main li a{width:-moz-calc(100% - 24px);width:-webkit-calc(100% - 24px);color:#0068b4;width:calc(100% - 24px);font-size:30px;font-weight:300;display:inline-block}@media (max-width:767.9px){.menu_block nav[role=navigation\ main] ul.main li a{font-size:22px;font-weight:400}}.menu_block nav[role=navigation\ main] ul.main li a.secondary-item{color:#979797;font-size:18px;font-weight:400;line-height:1.67}.menu_block nav[role=navigation\ main] ul.main li span.expand{cursor:pointer;background-image:url(data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20width%3D%2720%27%20height%3D%2720%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20stroke%3D%27%230068B4%27%20fill%3D%27transparent%27%20stroke-width%3D%272%27%20d%3D%27M10%2C0L10%2C20L10%2C10L0%2C10L20%2C10%27%2F%3E%3C%2Fsvg%3E);width:20px;height:20px;display:inline-block}.menu_block nav[role=navigation\ main] ul.main li span.expand.expanded{background-image:url(data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20width%3D%2720%27%20height%3D%2720%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20stroke%3D%27%2300946C%27%20fill%3D%27transparent%27%20stroke-width%3D%272%27%20d%3D%27M0%2C10L20%2C10%27%2F%3E%3C%2Fsvg%3E)}.menu_block nav[role=navigation\ main] ul.main li span.expand:hover{cursor:pointer}.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper{-o-transition:all .5s ease-in-out;margin-left:-moz-calc(520px - 60px);margin-left:-webkit-calc(520px - 60px);width:0;height:0;margin-left:460px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden}@media (max-width:1023.9px){.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper{position:absolute;top:60px;right:-100%}}.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper ul{-o-transition:all .5s ease-in-out;width:0;padding:0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden}.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper ul li{-o-transition:all .5s ease-in-out;width:0;height:auto;line-height:32px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden}@media (max-width:1023.9px){.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper ul li{height:40px;line-height:40px}}@media (max-width:767.9px){.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper ul li{margin:0 20px}.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper ul li.is-active-trail{background:0 0}.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper ul li.is-active-trail a{color:#0068b4}}@media (max-width:479.9px){.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper ul li{margin:0}}.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper ul li>.menu-child-wrapper{display:none}.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper ul li a{white-space:nowrap;font-size:22px}@media (max-width:479.9px){.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper ul li a{font-size:20px}}.menu_block nav[role=navigation\ main] ul.main li.has-children .menu-child-wrapper ul li span{display:none}@media (max-width:1023.9px){.menu_block.open{width:100%}}.menu_block.open nav[role=navigation\ main]{-o-transition:all .5s ease-in-out;height:-moz-calc(520px + 85px);height:-webkit-calc(520px + 85px);width:520px;height:605px;padding:60px 0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden}@media (max-width:767.9px){.menu_block.open nav[role=navigation\ main]{border-top:1px solid #d8d8d8;height:700px}}@media (max-width:1023.9px){.menu_block.open nav[role=navigation\ main]{width:100%}}.menu_block.open nav[role=navigation\ main]>ul{-o-transition:all .5s ease-in-out;border-right:1px solid #d8d8d8;width:520px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}@media (max-width:1023.9px){.menu_block.open nav[role=navigation\ main]>ul{width:100%}}.menu_block.open nav[role=navigation\ main]>ul li.has-children .menu-child-wrapper{-o-transition:all .5s ease-in-out;width:0;height:100%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;top:60px}@media (max-width:1023.9px){.menu_block.open nav[role=navigation\ main]>ul li.has-children .menu-child-wrapper{position:inherit;height:100%;top:0;right:-100vw}.menu_block.open nav[role=navigation\ main]>ul li.has-children .menu-child-wrapper ul{width:100vw;height:100%}}.menu_block.open.expanded{margin-left:-moz-calc((" 1200 " - ""$menu-width-open "")/2);margin-left:-webkit-calc((" 1200 " - ""$menu-width-open "")/2);margin-left:calc((" 1200 " - ""$menu-width-open "")/2);position:absolute}.menu_block.open.expanded nav[role=navigation\ main]{-o-transition:all .5s ease-in-out;width:1040px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden}@media (max-width:1023.9px){.menu_block.open.expanded nav[role=navigation\ main]{width:100%}}.menu_block.open.expanded nav[role=navigation\ main]>ul{-o-transition:all .5s ease-in-out;border-right:1px solid #d8d8d8;width:50%;min-width:520px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden}@media (max-width:1023.9px){.menu_block.open.expanded nav[role=navigation\ main]>ul{border:0;width:100%;margin-left:0}.menu_block.open.expanded nav[role=navigation\ main]>ul li{width:100vw;margin-left:-100%}.menu_block.open.expanded nav[role=navigation\ main]>ul li span.expand.expanded{z-index:9999;background-image:url(data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2015%2025%27%20width%3D%2715%27%20height%3D%2725%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20stroke%3D%27%230068B4%27%20fill%3D%27transparent%27%20stroke-width%3D%272%27%20d%3D%27M13%2C2L2%2C12.5L13%2C23%27%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;height:25px;margin:20px 0 0 30px;position:absolute;top:0;left:10px}}@media (max-width:479.9px){.menu_block.open.expanded nav[role=navigation\ main]>ul li span.expand.expanded{margin:20px 0 0 10px}}.menu_block.open.expanded nav[role=navigation\ main]>ul li.has-children{min-width:520px}@media (max-width:1023.9px){.menu_block.open.expanded nav[role=navigation\ main]>ul li.has-children{min-width:auto}}.menu_block.open.expanded nav[role=navigation\ main]>ul li.has-children.expanded .menu-child-wrapper{-o-transition:all .5s ease-in-out;margin-left:-moz-calc(520px - 60px);margin-left:-webkit-calc(520px - 60px);width:-moz-calc(520px);width:-webkit-calc(520px);width:520px;height:auto;margin-left:460px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;top:60px;overflow:hidden}@media (max-width:1023.9px){.menu_block.open.expanded nav[role=navigation\ main]>ul li.has-children.expanded .menu-child-wrapper{background:#fff;width:100%;height:auto;margin:0;right:0}}.menu_block.open.expanded nav[role=navigation\ main]>ul li.has-children.expanded .menu-child-wrapper ul{-o-transition:all .5s ease-in-out;width:100%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden}.menu_block.open.expanded nav[role=navigation\ main]>ul li.has-children.expanded .menu-child-wrapper ul li{-o-transition:all .5s ease-in-out;width:100%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}@media (max-width:1023.9px){.menu_block.open.expanded nav[role=navigation\ main]>ul li.has-children.expanded .menu-child-wrapper ul li{margin-left:0}}.node-tag-news header.main.has_empty+section.all .breadcrumbs{top:-20px}.node-tag-news .paragraph-empty{height:90px}.pager{text-align:center;margin-top:80px;position:relative}.pager ul{padding-left:0}.pager ul li{padding:4px;list-style:none;display:inline-block}.pager ul li a{color:#00946c;padding:10px;font-size:20px;font-weight:700}.pager ul li.is-active{background-color:#0068b4}.pager ul li.is-active a{color:#fff}.search-form{margin:0 auto;margin-right:-moz-calc(50% - 520px);margin-right:-webkit-calc(50% - 520px);-o-transition:all .5s ease-in-out;z-index:1;background:#fff;width:1040px;height:0;margin-top:0;margin-right:calc(50% - 520px);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;left:0;right:0;overflow:hidden}@media (max-width:767.9px){.search-form{width:100%;margin:0 auto}}.search-form .close-search{margin-left:-moz-calc(100% - 90px);margin-left:-webkit-calc(100% - 90px);cursor:pointer;background-image:url(data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20width%3D%2720%27%20height%3D%2720%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20stroke%3D%27%230068B4%27%20fill%3D%27transparent%27%20stroke-width%3D%272%27%20d%3D%27M1%2C1L19%2C19L10%2C10L1%2C19L19%2C1%27%2F%3E%3C%2Fsvg%3E);background-position:50%;background-repeat:no-repeat;width:25px;height:25px;margin-top:-25px;margin-left:calc(100% - 90px);display:none;position:absolute}.search-form .close-search>on-click{content:"default:toggleSearch(this)"}.search-form input{display:none}.search-form.open{-o-transition:all .5s ease-in-out;height:144px;padding:40px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-box-shadow:0 17px 17px #0000001f;-moz-box-shadow:0 17px 17px #0000001f;box-shadow:0 17px 17px #0000001f}.search-form.open .close-search,.search-form.open input{display:block}section.call-to-action .paragraph-empty{height:20px}section.call-to-action .paragraph-content-box,section.call-to-action .paragraph-image{margin-bottom:40px}section.main>.container{background-color:#fff}@media (max-width:767.9px){section.main>.container{padding-top:30px}.front section.main>.container{padding-top:0}}.front section.main>.container .field-main>div:first-child{background-color:#fff;margin:auto auto 80px}@media (max-width:1023.9px){.front section.main>.container .field-main>div:first-child{margin-bottom:60px}}@media (max-width:767.9px){.front section.main>.container .field-main>div:first-child{margin-bottom:40px}}@media (max-width:479.9px){.front section.main>.container .field-main>div:first-child{margin-bottom:30px}}.front section.main>.container .field-main>div:first-child{max-width:1200px;margin-bottom:100px;padding-top:30px;position:relative;top:-100px}@media (max-width:1599.9px){.front section.main>.container .field-main>div:first-child{padding-top:0;top:0}}section.top .container:after{content:"";z-index:0;background:-moz-linear-gradient(#000000a6 0%,#0000 100%);background:-webkit-linear-gradient(#000000a6 0%,#0000 100%);background:linear-gradient(#0000 0%,#000000a6 100%);width:100%;height:235px;margin-top:-235px;display:block;position:relative}@media (max-width:1599.9px){section.top .container:after{display:none}}.view-latest_news{width:100%;max-width:1200px;margin:auto auto 80px;padding-top:40px}@media (max-width:1023.9px){.view-latest_news{margin-bottom:60px}}@media (max-width:767.9px){.view-latest_news{margin-bottom:40px}}@media (max-width:479.9px){.view-latest_news{margin-bottom:30px}}@media (max-width:1023.9px){.view-latest_news{padding:0 20px}}.view-latest_news .paragraph-view-title{color:#00946c;text-align:center;text-transform:uppercase;font-size:28px;font-weight:700}.view-latest_news .views-row{vertical-align:top;width:calc(33.3333% - 24px);margin:10px;display:inline-block}@media (max-width:767.9px){.view-latest_news .views-row{border-bottom:1px solid #d8d8d8;width:100%;margin:0 0 20px;padding-bottom:20px}}.view-latest_news .views-row .views-field-title{margin-bottom:10px}.view-latest_news .views-row .views-field-title a{color:#0068b4;font-size:28px;font-weight:600;line-height:36px;display:block}@media (max-width:1599.9px){.view-latest_news .views-row .views-field-title a{margin-bottom:30px;font-size:26px;line-height:32px}}@media (max-width:1023.9px){.view-latest_news .views-row .views-field-title a{margin-bottom:10px;font-size:24px;line-height:28px}}@media (max-width:479.9px){.view-latest_news .views-row .views-field-title a{font-size:22px;line-height:26px}}.view-latest_news .views-row .views-field-title a:hover{color:#00946c}.view-latest_news .views-row .views-field-field-body{color:#9b9b9b;margin-top:0;margin-bottom:8px;font-size:18px;font-weight:400}.view-latest_news .views-row .views-field-view-node a{color:#00946c;background-image:url(/themes/kopawp/images/link_arrow_green.svg);background-position:right 6px;background-repeat:no-repeat;background-size:16px;margin-top:10px;padding-right:25px;font-size:18px;font-weight:400}@media (max-width:767.9px){.view-latest_news .views-row .views-field-view-node a{margin-top:0}}.view-latest_news .views-row .views-field-view-node a:hover{color:#0068b4;background-image:url(/themes/kopawp/images/link_arrow_blue.svg)}.view-news{width:100%;max-width:900px;margin:0 auto 80px}@media (max-width:1023.9px){.view-news{margin-bottom:60px}}@media (max-width:767.9px){.view-news{margin-bottom:40px}}@media (max-width:479.9px){.view-news{margin-bottom:30px}}@media (max-width:1023.9px){.view-news{padding:0 20px}}.view-news .paragraph-view-title{color:#0068b4;padding:0 70px;font-size:50px;font-weight:600}.view-news .views-row{border-bottom:1px solid #d8d8d8;margin:0;padding:30px 0;position:relative}.view-news .views-row:first-child{border-top:1px solid #d8d8d8}.view-news .views-row:last-child{border-bottom:0}.view-news .views-row .views-field-field-special-news img{z-index:1;max-width:50px;position:absolute;top:-15px;left:-35px}@media (max-width:1023.9px){.view-news .views-row .views-field-field-special-news img{width:40px;top:-10px;left:-20px}}@media (max-width:767.9px){.view-news .views-row .views-field-field-special-news img{left:-15px}}.view-news .views-row .views-field-title{margin-bottom:15px}.view-news .views-row .views-field-title a{color:#0068b4;font-size:30px;font-weight:600;line-height:36px}@media (max-width:1599.9px){.view-news .views-row .views-field-title a{margin-bottom:32px;font-size:26px}}@media (max-width:1023.9px){.view-news .views-row .views-field-title a{font-size:24px;line-height:30px}}@media (max-width:479.9px){.view-news .views-row .views-field-title a{font-size:22px;line-height:28px}}.view-news .views-row .views-field-title a:hover{color:#00946c}.view-news .views-row .views-field-field-body{color:#606a6e;font-size:20px}@media (max-width:479.9px){.view-news .views-row .views-field-field-body{font-size:18px}}.view-news .views-row .views-field-view-node a{color:#0068b4;background:url(/themes/kopawp/images/link_arrow.svg) 90% no-repeat;border:1px solid #0068b4;border-radius:30px;margin-top:10px;padding:10px 50px 10px 20px;font-size:18px;display:inline-block}@media (max-width:1023.9px){.view-news .views-row .views-field-view-node a{font-size:16px}}.view-news .views-row .views-field-view-node a p{margin:0}.view-news .views-row .views-field-view-node a{color:#00946c;background:url(/themes/kopawp/images/link_arrow_green.svg) 100% 9px no-repeat;border:none;padding:0 30px 0 0;font-size:20px}@media (max-width:1023.9px){.view-news .views-row .views-field-view-node a{font-size:20px}}@media (max-width:479.9px){.view-news .views-row .views-field-view-node a{background-position:100% 7px;font-size:18px}}.view-news .views-row .views-field-view-node a:hover{color:#0068b4;background:url(/themes/kopawp/images/link_arrow.svg) 100% 9px no-repeat;border:none}@media (max-width:479.9px){.view-news .views-row .views-field-view-node a:hover{background-position:100% 7px;font-size:18px}}@media (max-width:1023.9px){.view-publications{margin-top:0;padding:0 20px}}.view-publications h2{color:#006ab3;text-transform:none;max-width:900px;margin:auto auto 20px;font-size:40px;font-weight:600}@media (max-width:1023.9px){.view-publications h2{font-size:40px;line-height:50px}}@media (max-width:767.9px){.view-publications h2{font-size:34px;line-height:40px}}@media (max-width:479.9px){.view-publications h2{font-size:24px;line-height:32px}}.view-publications .views-row{border-bottom:1px solid #d8d8d8;max-width:1200px;margin:auto}.view-publications .views-row:last-child{border:none}.view-publications .views-row .views-field-nothing{max-width:900px;margin:auto;padding:50px 0}@media (max-width:1599.9px){.view-publications .views-row .views-field-nothing{padding:40px 0}}@media (max-width:1023.9px){.view-publications .views-row .views-field-nothing{padding:30px 0}}@media (max-width:479.9px){.view-publications .views-row .views-field-nothing{padding:20px 0}}.view-publications .views-row .views-field-nothing .field-content h3{color:#0068b4;text-transform:uppercase;margin-top:0;font-size:28px;font-weight:700;line-height:36px}@media (max-width:1599.9px){.view-publications .views-row .views-field-nothing .field-content h3{margin-bottom:30px;font-size:26px}}@media (max-width:1023.9px){.view-publications .views-row .views-field-nothing .field-content h3{margin-bottom:28px;font-size:24px}}@media (max-width:479.9px){.view-publications .views-row .views-field-nothing .field-content h3{margin-bottom:20px;font-size:22px}}.view-publications .views-row .views-field-nothing .field-content h4{color:#606a6e;text-transform:uppercase;margin-bottom:0;font-size:20px;line-height:28px}.view-publications .views-row .views-field-nothing .field-content span{color:#0068b4;margin-bottom:20px;font-size:32px;font-weight:600;display:block}@media (max-width:1599.9px){.view-publications .views-row .views-field-nothing .field-content span{margin-bottom:30px;font-size:26px}}@media (max-width:1023.9px){.view-publications .views-row .views-field-nothing .field-content span{margin-bottom:28px;font-size:24px}}@media (max-width:479.9px){.view-publications .views-row .views-field-nothing .field-content span{margin-bottom:20px;font-size:22px}}.view-publications .views-row .views-field-nothing .field-content p{color:#606a6e;font-size:20px;font-weight:400;line-height:32px}@media (max-width:479.9px){.view-publications .views-row .views-field-nothing .field-content p{font-size:18px;line-height:26px}}.view-publications .views-row .views-field-nothing .field-content p:first-child{margin-top:0}.view-publications .views-row .views-field-nothing .field-content p:last-child{margin-bottom:0}.view-publications .views-row .views-field-nothing .field-content p a{color:#0068b4;font-weight:600}.view-publications .views-row .views-field-nothing .field-content p a:hover{color:#00946c}.view-publications .views-row .views-field-nothing .field-content p strong a{font-weight:700}.view-publications .views-row .views-field-nothing .field-content p.bigger{color:#000;font-size:28px;font-weight:300;line-height:38px}@media (max-width:1023.9px){.view-publications .views-row .views-field-nothing .field-content p.bigger{font-size:26px;line-height:36px}}@media (max-width:767.9px){.view-publications .views-row .views-field-nothing .field-content p.bigger{font-size:22px;line-height:30px}}.view-publications .views-row .views-field-nothing .field-content p.bigger:first-child{margin-top:0}.view-publications .views-row .views-field-nothing .field-content>ul{padding-left:0}.view-publications .views-row .views-field-nothing .field-content>ul:last-child{margin-bottom:0}.view-publications .views-row .views-field-nothing .field-content>ul li{color:#606a6e;padding-left:40px;font-size:20px;line-height:38px;list-style:none}@media (max-width:1023.9px){.view-publications .views-row .views-field-nothing .field-content>ul li{line-height:30px}}@media (max-width:479.9px){.view-publications .views-row .views-field-nothing .field-content>ul li{font-size:18px;line-height:24px}}.view-publications .views-row .views-field-nothing .field-content>ul li:before{content:"";background:url(/themes/kopawp/images/list_item.svg) no-repeat;width:27px;height:27px;margin-left:-40px;margin-right:10px;display:inline-block;position:relative;top:7px}@media (max-width:479.9px){.view-publications .views-row .views-field-nothing .field-content>ul li:before{top:8px}}.view-publications .views-row .views-field-nothing .field-content>ul li a{color:#0068b4;font-weight:600}.view-publications .views-row .views-field-nothing .field-content>ul li a:hover{color:#00946c}.view-search{max-width:900px;margin:auto auto 80px}@media (max-width:1023.9px){.view-search{margin-bottom:60px}}@media (max-width:767.9px){.view-search{margin-bottom:40px}}@media (max-width:479.9px){.view-search{margin-bottom:30px}}@media (max-width:1023.9px){.view-search{padding:0 20px}}.view-search .paragraph-view-title{color:#00946c;text-align:center;text-transform:uppercase;font-size:28px;font-weight:700}.view-search form{margin-bottom:20px}.view-search form .form-actions{margin-top:10px;padding-right:5px}.view-search .views-row{border-bottom:1px solid #d8d8d8;padding:30px 20px}@media (max-width:1023.9px){.view-search .views-row{padding:20px 0}}.view-search .views-row .views-field-title a{color:#0068b4;font-size:20px;font-weight:700}.view-search .views-row .field-content{color:#606a6e;font-size:18px}.view-search .form-submit{display:none}
html{--viewport-top:0px;--viewport-height:100vh;}
.paragraph--unpublished{background-color:#fff4f4;}
