/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.qs-datepicker-container{font-size:1rem;font-family:sans-serif;color:#000;position:absolute;width:15.625em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:9001;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid grey;border-radius:.263921875em;overflow:hidden;background:#fff;-webkit-box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,.3);box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,.3)}.qs-datepicker-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.qs-centered{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qs-hidden{display:none}.qs-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.75);color:#fff;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{background:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;color:#fff;font-size:.875em;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-overlay .qs-submit{border:1px solid #fff;border-radius:.263921875em;padding:.5em;margin:0 auto auto;cursor:pointer;background:hsla(0,0%,50.2%,.4)}.qs-overlay .qs-submit.qs-disabled{color:grey;border-color:grey;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.qs-overlay .qs-overlay-month{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:33.33333%;cursor:pointer;opacity:.5;-webkit-transition:opacity .15s;transition:opacity .15s}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;background:#d3d3d3;-webkit-filter:blur(0);filter:blur(0);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.qs-controls.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-arrow{height:1.5625em;width:1.5625em;position:relative;cursor:pointer;border-radius:.263921875em;-webkit-transition:background .15s;transition:background .15s}.qs-arrow:hover{background:rgba(0,0,0,.1)}.qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-arrow:after{content:"";border:.390625em solid transparent;position:absolute;top:50%;-webkit-transition:border .2s;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:grey;right:50%;-webkit-transform:translate(25%,-50%);-ms-transform:translate(25%,-50%);transform:translate(25%,-50%)}.qs-arrow.qs-right:after{border-left-color:grey;left:50%;-webkit-transform:translate(-25%,-50%);-ms-transform:translate(-25%,-50%);transform:translate(-25%,-50%)}.qs-month-year{font-weight:700;-webkit-transition:border .2s;transition:border .2s;border-bottom:1px solid transparent;cursor:pointer}.qs-month-year:hover{border-bottom:1px solid grey}.qs-month-year:active:focus,.qs-month-year:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.3125em;-webkit-filter:blur(0);filter:blur(0);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.qs-squares.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-square{width:14.28571%;height:1.5625em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:background .1s;transition:background .1s;border-radius:.263921875em}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:700;text-decoration:underline}.qs-active,.qs-range-end,.qs-range-start{background:#add8e6}.qs-range-start:not(.qs-range-6){border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle{background:#d4ebf2}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-end:not(.qs-range-0),.qs-range-middle.qs-range-6{border-top-left-radius:0;border-bottom-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-day,.qs-empty{cursor:default}.qs-day{font-weight:700;color:grey}.qs-event{position:relative}.qs-event:after{content:"";position:absolute;width:.46875em;height:.46875em;border-radius:50%;background:#07f;bottom:0;right:0}@font-face{font-family:Helvetica Now;src:url(/themes/custom/cob/dist/css/../fonts/HelveticaNowText-Regularfont.woff2) format("woff2"),url(/themes/custom/cob/dist/css/../fonts/HelveticaNowText-Regularfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Helvetica Now;src:url(/themes/custom/cob/dist/css/../fonts/HelveticaNowText-Itfont.woff2) format("woff2"),url(/themes/custom/cob/dist/css/../fonts/HelveticaNowText-Itfont.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Helvetica Now;src:url(/themes/custom/cob/dist/css/../fonts/HelveticaNowText-Lightfont.woff2) format("woff2"),url(/themes/custom/cob/dist/css/../fonts/HelveticaNowText-Lightfont.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Helvetica Now;src:url(/themes/custom/cob/dist/css/../fonts/HelveticaNowText-LtItfont.woff2) format("woff2"),url(/themes/custom/cob/dist/css/../fonts/HelveticaNowText-LtItfont.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:Helvetica Now;src:url(/themes/custom/cob/dist/css/../fonts/HelveticaNowText-Boldfont.woff2) format("woff2"),url(/themes/custom/cob/dist/css/../fonts/HelveticaNowText-Boldfont.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Helvetica Now;src:url(/themes/custom/cob/dist/css/../fonts/HelveticaNowText-BdItfont.woff2) format("woff2"),url(/themes/custom/cob/dist/css/../fonts/HelveticaNowText-BdItfont.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:Helvetica Now;src:url(/themes/custom/cob/dist/css/../fonts/HelveticaNowDisplay-Bdfont.woff2) format("woff2"),url(/themes/custom/cob/dist/css/../fonts/HelveticaNowDisplay-Bdfont.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Helvetica Now;src:url(/themes/custom/cob/dist/css/../fonts/HelveticaNowDisplay-BlkItfont.woff2) format("woff2"),url(/themes/custom/cob/dist/css/../fonts/HelveticaNowDisplay-BlkItfont.woff) format("woff");font-weight:900;font-style:italic}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{overflow-x:hidden}.path-frontpage .scrollify-section+.under-slider-content{margin-top:6vw}body{font-family:Helvetica Now,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.25;word-wrap:break-word;color:#f2f2f2;background-color:#1a1a1a;overflow-wrap:break-word;font-size:18px}@media (min-width:1360px){body{font-size:22px}}@media (min-width:1600px){body{font-size:26px}}@media (min-width:1780px){body{font-size:29px}}@media (min-width:2200px){body{font-size:32px}}body.inverted{color:#1a1a1a;background-color:#f2f2f2}audio,canvas,iframe,img,input,object,svg,textarea,video{max-width:100%;vertical-align:middle}img{height:auto}textarea{resize:vertical}button,input[type=submit]{cursor:pointer}input[type=button],input[type=email],input[type=submit],input[type=tel],input[type=text]{-webkit-appearance:none;border-radius:0}a{text-decoration:none;color:#f2f2f2}.inverted a{color:#1a1a1a}.field--name-field-caption{margin-top:1.5vw;font-size:14px;color:hsla(0,0%,94.9%,.4)}@media (min-width:1360px){.field--name-field-caption{font-size:15px}}@media (min-width:1600px){.field--name-field-caption{font-size:17px}}@media (min-width:1780px){.field--name-field-caption{font-size:19px}}@media (min-width:2200px){.field--name-field-caption{font-size:21px}}.inverted .field--name-field-caption{color:rgba(26,26,26,.6)}.link--white-bg{padding:.3em .5em;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;text-decoration:none!important;color:#1a1a1a;background-color:#f2f2f2}.link--white-bg:after{margin-left:10px;display:inline-block;width:.7em;height:.7em;content:"";background-image:url(/themes/custom/cob/dist/css/../images/external-link-black.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.inverted .link--white-bg:after{-webkit-filter:invert(1);filter:invert(1)}.inverted .link--white-bg{color:#f2f2f2;background-color:#1a1a1a}.link--arrow{font-weight:700;text-decoration:none!important}.link--arrow:after{padding-left:.3em;display:inline-block;width:1.7em;height:1.2em;vertical-align:middle;content:"";background-image:url(/themes/custom/cob/dist/css/../images/link-right.svg);background-repeat:no-repeat;background-position:100%;background-size:contain}.inverted .link--arrow:after{-webkit-filter:invert(1);filter:invert(1)}.link--external{font-weight:700;text-decoration:none!important}.link--external:after{margin-left:10px;display:inline-block;width:.7em;height:.7em;content:"";background-image:url(/themes/custom/cob/dist/css/../images/desktop_icon_external-link.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.inverted .link--external:after{-webkit-filter:invert(1);filter:invert(1)}.field--name-field-text a{font-weight:300;text-decoration:underline}.field--name-field-text a:not(.link--arrow):hover,.field--name-field-text a:not(.link--external):hover,.field--name-field-text a:not(.link--white-bg):hover{text-decoration:underline}.field--name-field-text strong a{font-weight:900}.field--name-field-text .link--arrow,.field--name-field-text .link--external,.field--name-field-text .link--white-bg{font-weight:700}.headline-big{margin-bottom:20px;font-size:30px;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase}@media (min-width:1000px){.headline-big{margin-bottom:40px;font-size:55px}}.headline-medium{margin-bottom:1.5vw;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:1360px){.headline-medium{font-size:40px}}@media (min-width:1600px){.headline-medium{font-size:47px}}@media (min-width:1780px){.headline-medium{font-size:52px}}@media (min-width:2200px){.headline-medium{font-size:58px}}.text-grey{color:hsla(0,0%,94.9%,.4)}.notice-box{margin:3vw 0;padding:10px;font-weight:700;color:#f2f2f2;border:3px solid #f2f2f2;font-size:18px}@media (min-width:1000px){.notice-box{margin:0}}@media (min-width:1360px){.notice-box{padding:22px;border:4px solid #f2f2f2}}@media (min-width:1600px){.notice-box{padding:27px;border:4px solid #f2f2f2}}@media (min-width:1780px){.notice-box{padding:27px;border:5px solid #f2f2f2}}@media (min-width:2200px){.notice-box{padding:33px;border:6px solid #f2f2f2}}@media (min-width:1360px){.notice-box{font-size:22px}}@media (min-width:1600px){.notice-box{font-size:26px}}@media (min-width:1780px){.notice-box{font-size:29px}}@media (min-width:2200px){.notice-box{font-size:32px}}.inverted .notice-box{color:#1a1a1a;border-color:#1a1a1a}.field--name-field-media-document{margin-bottom:20px}.file--application-pdf{display:inline-block;padding-left:34px;font-weight:700;background-image:url(/themes/custom/cob/dist/css/../images/doc.svg);background-size:24px;background-position:0 0;background-repeat:no-repeat;word-break:break-all}.file--application-pdf:after{content:"";display:inline-block;width:.7em;height:.7em;background-image:url(/themes/custom/cob/dist/css/../images/download-icon.svg);background-size:contain;background-position:100%;background-repeat:no-repeat;margin-left:.4em}.file--application-pdf a{font-weight:700;text-decoration:none}h1,h2,h3,h4,h5,h6,p{margin-top:0}h1,h2,h3,h4,h5,h6{font-family:Helvetica Now,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:1}h1{font-size:30px}@media (min-width:600px){h1{font-size:30px}}@media (min-width:1000px){h1{font-size:48px}}@media (min-width:1360px){h1{font-size:60px}}@media (min-width:1600px){h1{font-size:71px}}@media (min-width:1780px){h1{font-size:78px}}@media (min-width:2200px){h1{font-size:87px}}h2{font-size:30px}@media (min-width:1360px){h2{font-size:40px}}@media (min-width:1600px){h2{font-size:47px}}@media (min-width:1780px){h2{font-size:52px}}@media (min-width:2200px){h2{font-size:58px}}p{margin-bottom:1.5vw}p:last-child{margin-bottom:0}.button,b,strong{font-weight:700}.button{padding-right:16px;padding-left:16px;display:inline-block;min-height:40px;font-size:1em;line-height:1.8;text-align:center;border:0}.button--primary{color:#1a1a1a;background-color:#f2f2f2}.inverted .button--primary,.webform-submission-download-press-kits-form .button--primary{color:#f2f2f2;background-color:#1a1a1a}.button--primary:hover{color:#1a1a1a;background-color:#f2f2f2}.inverted .button--primary:hover,.webform-submission-download-press-kits-form .button--primary:hover{color:#f2f2f2;background-color:#1a1a1a}.button--outline{color:#f2f2f2;background-color:transparent;border:1px solid #f2f2f2}.button--outline-invert{color:#1a1a1a;background-color:transparent;border:1px solid #1a1a1a}.form-file__custom-label{padding-right:16px;padding-left:16px;display:inline-block;min-height:40px;font-size:1em;line-height:1.8;font-weight:700;text-align:center;border:0;color:#1a1a1a;background-color:#f2f2f2;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.inverted .form-file__custom-label,.webform-submission-download-press-kits-form .form-file__custom-label{color:#f2f2f2;background-color:#1a1a1a}input[type=date],input[type=email],input[type=tel],input[type=text],select{padding-right:16px;padding-left:16px;min-height:40px;font-size:1em;font-weight:300;color:#f2f2f2;background-color:transparent;border:1px solid #f2f2f2;line-height:23px}@media (min-width:1360px){input[type=date],input[type=email],input[type=tel],input[type=text],select{line-height:27px}}@media (min-width:1600px){input[type=date],input[type=email],input[type=tel],input[type=text],select{line-height:31px}}.inverted input[type=date],.inverted input[type=email],.inverted input[type=tel],.inverted input[type=text],.inverted select,.webform-submission-download-press-kits-form input[type=date],.webform-submission-download-press-kits-form input[type=email],.webform-submission-download-press-kits-form input[type=tel],.webform-submission-download-press-kits-form input[type=text],.webform-submission-download-press-kits-form select{color:#1a1a1a;border-color:#1a1a1a}input[type=date]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder{font-weight:300;color:#f2f2f2}input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder{font-weight:300;color:#f2f2f2}input[type=date]::-ms-input-placeholder,input[type=email]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder{font-weight:300;color:#f2f2f2}input[type=date]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder{font-weight:300;color:#f2f2f2}.inverted input[type=date]::-webkit-input-placeholder,.inverted input[type=email]::-webkit-input-placeholder,.inverted input[type=tel]::-webkit-input-placeholder,.inverted input[type=text]::-webkit-input-placeholder{color:#1a1a1a}.inverted input[type=date]:-ms-input-placeholder,.inverted input[type=email]:-ms-input-placeholder,.inverted input[type=tel]:-ms-input-placeholder,.inverted input[type=text]:-ms-input-placeholder{color:#1a1a1a}.inverted input[type=date]::-ms-input-placeholder,.inverted input[type=email]::-ms-input-placeholder,.inverted input[type=tel]::-ms-input-placeholder,.inverted input[type=text]::-ms-input-placeholder{color:#1a1a1a}.inverted input[type=date]::placeholder,.inverted input[type=email]::placeholder,.inverted input[type=tel]::placeholder,.inverted input[type=text]::placeholder{color:#1a1a1a}input[type=submit]{padding-right:16px;padding-left:16px;display:inline-block;min-height:40px;font-size:1em;line-height:1.8;font-weight:700;text-align:center;border:0;color:#1a1a1a;background-color:#f2f2f2}.inverted input[type=submit],.webform-submission-download-press-kits-form input[type=submit]{color:#f2f2f2;background-color:#1a1a1a}.form-type-checkbox,.form-type-radio{position:relative;padding-left:34px}.form-type-checkbox .description,.form-type-radio .description{font-size:14px}@media (min-width:1360px){.form-type-checkbox .description,.form-type-radio .description{font-size:15px}}@media (min-width:1600px){.form-type-checkbox .description,.form-type-radio .description{font-size:17px}}@media (min-width:1780px){.form-type-checkbox .description,.form-type-radio .description{font-size:19px}}@media (min-width:2200px){.form-type-checkbox .description,.form-type-radio .description{font-size:21px}}input[type=checkbox],input[type=radio]{display:none}input[type=checkbox]:checked+label:before,input[type=radio]:checked+label:before{background-color:#f2f2f2;border-color:#f2f2f2}.inverted input[type=checkbox]:checked+label:before,.inverted input[type=radio]:checked+label:before,.webform-submission-download-press-kits-form input[type=checkbox]:checked+label:before,.webform-submission-download-press-kits-form input[type=radio]:checked+label:before{background-color:#1a1a1a;border-color:#1a1a1a}input[type=checkbox]:checked+label:after,input[type=radio]:checked+label:after{opacity:1;-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1)}input[type=checkbox]+label,input[type=radio]+label{font-weight:300;cursor:pointer}input[type=checkbox]+label:before,input[type=radio]+label:before{position:absolute;z-index:1;top:2px;left:0;width:24px;height:24px;content:"";background-color:transparent;border:1px solid #f2f2f2;border-radius:50%}.inverted input[type=checkbox]+label:before,.inverted input[type=radio]+label:before,.webform-submission-download-press-kits-form input[type=checkbox]+label:before,.webform-submission-download-press-kits-form input[type=radio]+label:before{border-color:#1a1a1a}input[type=checkbox]+label:after,input[type=radio]+label:after{position:absolute;z-index:2;top:5px;left:8px;width:8px;height:14px;opacity:0;content:"";border:solid #1a1a1a;border-width:0 3px 3px 0;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transform:rotate(45deg) scale(0);transform:rotate(45deg) scale(0)}.inverted input[type=checkbox]+label:after,.inverted input[type=radio]+label:after,.webform-submission-download-press-kits-form input[type=checkbox]+label:after,.webform-submission-download-press-kits-form input[type=radio]+label:after{border-color:#f2f2f2}input[type=checkbox]+label~.description,input[type=radio]+label~.description{font-weight:400}input[type=checkbox]+label~.description a,input[type=radio]+label~.description a{text-decoration:underline}input[type=checkbox].error+label:before,input[type=radio].error+label:before{background-color:#ff0}input[type=checkbox].error:checked+label:before,input[type=radio].error:checked+label:before{background-color:#f2f2f2}.inverted input[type=checkbox].error:checked+label:before,.inverted input[type=radio].error:checked+label:before{background-color:#1a1a1a}select{padding-right:40px;line-height:2.3;background-image:url(/themes/custom/cob/dist/css/../images/arrow--down.svg);background-repeat:no-repeat;background-position:calc(100% - 12px) 50%;background-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (min-width:600px){select{line-height:1.5}}.inverted select,.webform-submission-download-press-kits-form select{background-image:url(/themes/custom/cob/dist/css/../images/arrow-black--down.svg)}.form-item{margin-bottom:10px}@media (min-width:600px){.form-item{margin-bottom:20px}}.form-item input,.form-item select{width:100%}.form-item input.error,.form-item select.error{color:#1a1a1a;background-color:#ff0;border-color:#1a1a1a}.form-item input.error::-webkit-input-placeholder,.form-item select.error::-webkit-input-placeholder{color:#1a1a1a}.form-item input.error:-ms-input-placeholder,.form-item select.error:-ms-input-placeholder{color:#1a1a1a}.form-item input.error::-ms-input-placeholder,.form-item select.error::-ms-input-placeholder{color:#1a1a1a}.form-item input.error::placeholder,.form-item select.error::placeholder{color:#1a1a1a}.form-item label.error{margin-top:10px;font-size:14px}@media (min-width:1360px){.form-item label.error{font-size:15px}}@media (min-width:1600px){.form-item label.error{font-size:17px}}@media (min-width:1780px){.form-item label.error{font-size:19px}}@media (min-width:2200px){.form-item label.error{font-size:21px}}body.page-node-type-landingpage:not(.user-logged-in) .messages{display:none}.form-textarea-wrapper textarea{padding:10px 16px;font-size:1em;font-weight:300;color:#f2f2f2;background-color:transparent;border:1px solid #f2f2f2}.inverted .form-textarea-wrapper textarea{color:#1a1a1a;border-color:#1a1a1a}textarea.form-textarea.webform-counter-warning,textarea.webform-counter-warning{background-color:transparent;border-color:#ff0}textarea.error,textarea.form-textarea.error{color:#1a1a1a;background-color:#ff0;border-color:#1a1a1a}textarea.error::-webkit-input-placeholder,textarea.form-textarea.error::-webkit-input-placeholder{color:#1a1a1a}textarea.error:-ms-input-placeholder,textarea.form-textarea.error:-ms-input-placeholder{color:#1a1a1a}textarea.error::-ms-input-placeholder,textarea.form-textarea.error::-ms-input-placeholder{color:#1a1a1a}textarea.error::placeholder,textarea.form-textarea.error::placeholder{color:#1a1a1a}.text-count-wrapper.webform-counter-warning{font-weight:300;color:#ff0}.form-managed-file .button.form-submit{margin-right:0;margin-left:0;width:auto}.form-managed-file .custom-label-init{display:none}.form-managed-file .form-file__custom-label{margin-bottom:10px}@media (min-width:600px){.form-managed-file .form-file__custom-label{margin-bottom:20px}}.form-managed-file .file{margin-bottom:5px;width:100%}@media (min-width:600px){.form-managed-file .file{margin-bottom:10px}}.form-managed-file .form-type-checkbox .file{margin-bottom:0;line-height:1.6}.form-managed-file .form-type-checkbox label:before{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.form-type-webform-document-file .description,.form-type-webform-image-file .description{color:hsla(0,0%,94.9%,.4)}.protected-pages-enter-password{margin:30px auto;max-width:50%}.protected-pages-enter-password input{margin:0}.layout-builder,.layout-builder a,.tabs a.is-active,.tabs a:focus,.tabs a:hover{color:#1a1a1a}#block-cob-local-tasks{z-index:90}.node--unpublished{background-color:transparent}.user-login-form{max-width:600px;margin:40px auto}.user-login-form .form-item{margin-bottom:20px}.user-login-form .form-item:last-of-type{margin-bottom:0}.user-login-form .form-item label{display:block;margin-bottom:5px}.user-login-form .description{font-size:.8em;margin-top:10px}.user-login-form .button{background-color:#f2f2f2;color:#1a1a1a}.layout-container{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-container .footer{margin-top:auto}.continer-lg,.layout-content,.webform-submission-c-o-berlin-friends-form .form-item-validation-notice p,.webform-submission-competition-workshop-form .form-item-validation-notice p,.webform-submission-crespo-award-form .form-item-validation-notice p,.webform-submission-guided-press-tours-form .form-item-validation-notice p,.webform-submission-nominations-crespo-award-form .form-item-validation-notice p,.webform-submission-nominations-form .form-item-validation-notice p,.webform-submission-register-yearly-ticket-form .form-item-validation-notice p,.webform-submission-talents-artist-form .form-item-validation-notice p,.webform-submission-talents-theorist-form .form-item-validation-notice p{margin:0 auto;padding:0 3vw;width:100%;max-width:1440px}@media (min-width:1600px){.continer-lg,.layout-content,.webform-submission-c-o-berlin-friends-form .form-item-validation-notice p,.webform-submission-competition-workshop-form .form-item-validation-notice p,.webform-submission-crespo-award-form .form-item-validation-notice p,.webform-submission-guided-press-tours-form .form-item-validation-notice p,.webform-submission-nominations-crespo-award-form .form-item-validation-notice p,.webform-submission-nominations-form .form-item-validation-notice p,.webform-submission-register-yearly-ticket-form .form-item-validation-notice p,.webform-submission-talents-artist-form .form-item-validation-notice p,.webform-submission-talents-theorist-form .form-item-validation-notice p{max-width:2520px}}.layout-content{position:relative}.dialog-off-canvas-main-canvas{padding-top:90px}.adminimal-admin-toolbar .dialog-off-canvas-main-canvas{position:relative}@media (min-width:1000px){.adminimal-admin-toolbar .dialog-off-canvas-main-canvas{padding-top:153px}}@media (min-width:1000px){.dialog-off-canvas-main-canvas{padding-top:120px}}.header{position:absolute;z-index:99;top:0;right:0;left:0;background-color:#1a1a1a;-webkit-transition:background-color .3s,-webkit-transform 1s;transition:background-color .3s,-webkit-transform 1s;transition:transform 1s,background-color .3s;transition:transform 1s,background-color .3s,-webkit-transform 1s}.inverted .header{background-color:#f2f2f2}.header.colored:not(.sticky){background-color:transparent;-webkit-transition:background-color .4s ease-in-out,-webkit-transform 1s;transition:background-color .4s ease-in-out,-webkit-transform 1s;transition:transform 1s,background-color .4s ease-in-out;transition:transform 1s,background-color .4s ease-in-out,-webkit-transform 1s}.header.colored.sticky.expanded-open{background-color:#1a1a1a}.header.transparent{background-color:transparent}.header.transparent.expanded-open,.header.transparent.sticky,.header.transparent.sticky.expanded-open{background-color:#1a1a1a}.header.sticky{position:fixed}.toolbar-fixed .header.sticky{top:39px}.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .header.sticky{top:79px}.header.scroll-down:not(.expanded-open){-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.header.scroll-up{-webkit-transform:none;transform:none}.header .header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .pre-header-wrapper{padding-right:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header .region-pre-header{width:100%;min-height:30px;font-weight:700;color:#1a1a1a;background-color:#f2f2f2;font-size:14px}@media (min-width:1360px){.header .region-pre-header{font-size:15px}}@media (min-width:1600px){.header .region-pre-header{font-size:17px}}@media (min-width:1780px){.header .region-pre-header{font-size:19px}}@media (min-width:2200px){.header .region-pre-header{font-size:21px}}@media screen and (max-width:320px){.header .region-pre-header{font-size:12px}}.inverted .header .region-pre-header{color:#f2f2f2;background-color:#1a1a1a}.header .region-pre-header a{color:#1a1a1a}.inverted .header .region-pre-header a{color:#f2f2f2}@media (min-width:1000px){.header .region-pre-header{min-height:40px}}.header .field--name-field-opening-hours{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:400}.header .field--name-field-opening-hours .office-hours-status--closed{font-style:normal}.header .field--name-field-opening-hours .field__item{display:inline-block}.header .field--name-field-opening-hours .office-hours{margin-left:5px}.header .field--name-field-opening-hours .office-hours__item-label{display:none}.header .block-language{margin-right:20px;margin-left:auto;display:none;text-transform:capitalize}.header .block-language .links{line-height:1;margin:0;padding:0;list-style:none}.header .block-language .links li{margin-right:5px;margin-left:5px;display:inline-block}.header .block-language .links li a.is-active,.header .block-language .links li a:hover{border-bottom:2px solid}.header .block-language .links li:first-of-type{margin-left:0}.header .block-language .links li:last-of-type{margin-right:0}@media (min-width:1000px){.header .block-language{display:block}}.header .menu--sekundares-menu .menu{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:1000px){.header .menu--sekundares-menu .menu{display:block}}.header .menu--sekundares-menu .menu-item{margin:0}@media (min-width:600px){.header .menu--sekundares-menu .menu-item{margin-right:10px;margin-left:10px}.header .menu--sekundares-menu .menu-item:first-of-type{margin-left:0}.header .menu--sekundares-menu .menu-item:last-of-type{margin-right:0}}.header .menu--sekundares-menu a{display:none;min-height:30px;line-height:30px}@media (min-width:1000px){.header .menu--sekundares-menu a{display:inline-block;min-height:40px;line-height:40px}}.header .menu--sekundares-menu a.bg-yellow{padding-right:10px;padding-left:10px;display:inline-block;color:#1a1a1a;background-color:#ff0}@media (min-width:600px){.header .menu--sekundares-menu a.bg-yellow{padding-right:20px;padding-left:20px}}.header .menu--sekundares-menu .search{padding-left:17px;background-image:url(/themes/custom/cob/dist/css/../images/desktop_icon_search.svg);background-repeat:no-repeat;background-position:0;background-size:13px}.inverted .header .menu--sekundares-menu .search{background-image:url(/themes/custom/cob/dist/css/../images/desktop_icon_search--light.svg)}.header .menu .menu-item{display:inline-block}.header .region-header{position:relative;padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:background-color .4s ease-in-out;transition:background-color .4s ease-in-out}@media (min-width:1000px){.header .region-header{padding:20px 0;height:80px}}.header .menu--main{display:none;font-weight:700}.header .menu--main .menu-item{margin-right:20px;margin-left:20px}.header .menu--main .menu-item--active-trail a:before{border-bottom-color:currentColor}.header .menu--main .menu-item:first-of-type{margin-left:0}.header .menu--main .menu-item:last-of-type{margin-right:0}.header .menu--main a{position:relative}.header .menu--main a:before{position:absolute;right:0;bottom:-6px;left:0;width:100%;content:"";border-bottom:2px solid transparent}.header .menu--main a.expanded-menu-open:before,.header .menu--main a:hover:before{border-bottom-color:currentColor}@media (min-width:1000px){.header .menu--main{display:block}}#block-cob-branding{margin-right:auto;max-width:185px;max-height:36px}@media (min-width:1000px){#block-cob-branding{max-width:246px;max-height:40px}}.mobile-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.button-search{margin-right:20px;display:block;width:24px;height:24px;background-image:url(/themes/custom/cob/dist/css/../images/mobile_icon_search.svg);background-repeat:no-repeat;background-position:50%;background-size:24px;-webkit-transition:.3s ease-in-out 0s;transition:.3s ease-in-out 0s;-webkit-transform:scale(0);transform:scale(0)}.inverted .button-search{-webkit-filter:invert(1);filter:invert(1)}.button-search.active{-webkit-transition:.3s ease-in-out .3s;transition:.3s ease-in-out .3s;-webkit-transform:scale(1);transform:scale(1)}@media (min-width:1000px){.button-search{display:none}}.button-menu{display:block;width:24px;height:24px}.button-menu-inner:after,.button-menu-inner:before{display:block;content:""}.button-menu-inner,.button-menu-inner:after,.button-menu-inner:before{position:absolute;width:24px;height:4px;background-color:#f2f2f2;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.inverted .button-menu-inner,.inverted .button-menu-inner:after,.inverted .button-menu-inner:before{background-color:#1a1a1a}.button-menu-inner{top:50%;margin-top:-2px;display:block;-webkit-transition-duration:75ms;transition-duration:75ms;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.active .button-menu-inner{-webkit-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.button-menu-inner:before{top:-8px;-webkit-transition:top 75ms ease .12s,opacity 75ms ease;transition:top 75ms ease .12s,opacity 75ms ease}.active .button-menu-inner:before{top:0;opacity:0;-webkit-transition:top 75ms ease,opacity 75ms ease .12s;transition:top 75ms ease,opacity 75ms ease .12s}.button-menu-inner:after{bottom:-8px;-webkit-transition:bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19)}.active .button-menu-inner:after{bottom:0;-webkit-transition:bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transition:bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media (min-width:1000px){.button-menu{display:none}}.mobile-menu{position:fixed;z-index:98;top:90px;right:0;bottom:0;left:0;padding:20px 3vw;width:100%;height:calc(var(--vh,1vh)*100 - 90px);opacity:0;pointer-events:none;background-color:#1a1a1a;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.inverted .mobile-menu{background-color:#f2f2f2}.mobile-menu.opened{opacity:1;pointer-events:all}.mobile-menu .mobile-menu-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobile-menu .secondary-wrapper{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.1s ease-in-out .5s;transition:.1s ease-in-out .5s;-webkit-transform:translateX(-110%);transform:translateX(-110%)}.mobile-menu.opened .secondary-wrapper{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-menu.opened.sub-opened .secondary-wrapper{-webkit-transform:translateX(110%);transform:translateX(110%)}.mobile-menu.no-transition .secondary-wrapper{-webkit-transition:.3s ease-in-out .1s!important;transition:.3s ease-in-out .1s!important}.mobile-menu .block-language{margin-right:25px;text-transform:capitalize}.mobile-menu .block-language .links{line-height:1;margin:0;padding:0;list-style:none}.mobile-menu .block-language .links li{margin-right:5px;margin-left:5px;display:inline-block}.mobile-menu .block-language .links li a{font-weight:700;color:#f2f2f2}.mobile-menu .block-language .links li a.is-active,.mobile-menu .block-language .links li a:hover{border-bottom:2px solid}.inverted .mobile-menu .block-language .links li a{color:#1a1a1a}.mobile-menu .block-language .links li:first-of-type{margin-left:0}.mobile-menu .block-language .links li:last-of-type{margin-right:0}.mobile-menu .menu--sekundares-menu .menu{display:-webkit-box;display:-ms-flexbox;display:flex}.mobile-menu .menu--sekundares-menu .menu-item:first-of-type{margin-right:20px}.mobile-menu .menu--sekundares-menu a{font-weight:700;color:#f2f2f2}.inverted .mobile-menu .menu--sekundares-menu a{color:#1a1a1a}.mobile-menu .menu--sekundares-menu .bg-yellow,.mobile-menu .menu--sekundares-menu .search{display:none}@media (min-width:1000px){.mobile-menu{display:none}}@media (min-width:1600px){.site-logo{display:block;width:310px}.site-logo img{width:100%}}@media (min-width:1780px){.site-logo{width:330px}}@media (min-width:2200px){.site-logo{width:360px}}.inverted .site-logo img{-webkit-filter:invert(1);filter:invert(1)}ul.menu a.is-active{color:#f2f2f2}.footer{padding:20px 3vw;font-weight:700;color:#1a1a1a;background-color:#f2f2f2}.inverted .footer{color:#f2f2f2;background-color:#1a1a1a}@media (min-width:600px){.footer{padding:40px 3vw}}.footer a{color:#1a1a1a}.inverted .footer a{color:#f2f2f2}.footer .region-footer{margin-right:auto;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1400px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width:1000px){.footer .region-footer{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width:1600px){.footer .region-footer{max-width:2520px}}.footer .menu .menu-item,.footer .social-media-links--platforms.vertical li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 0 16px;min-height:32px}#block-defaultnewsletter{margin-bottom:20px;width:100%}@media (min-width:1000px){#block-defaultnewsletter{margin-bottom:0;width:auto}}@media (min-width:600px){#block-defaultnewsletter form,#block-defaultnewsletter h2{max-width:350px}}@media (min-width:1000px){#block-defaultnewsletter form,#block-defaultnewsletter h2{max-width:480px}}#block-defaultnewsletter h2{margin-bottom:.72em;font-size:18px}@media (min-width:1360px){#block-defaultnewsletter h2{font-size:22px}}@media (min-width:1600px){#block-defaultnewsletter h2{font-size:26px}}@media (min-width:1780px){#block-defaultnewsletter h2{font-size:29px}}@media (min-width:2200px){#block-defaultnewsletter h2{font-size:32px}}#block-defaultnewsletter form{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:600px){#block-defaultnewsletter form{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}#block-defaultnewsletter form .newsletter-input{margin-bottom:10px;width:100%;font-size:18px;color:#1a1a1a;border-color:#1a1a1a}@media (min-width:1360px){#block-defaultnewsletter form .newsletter-input{font-size:22px}}@media (min-width:1600px){#block-defaultnewsletter form .newsletter-input{font-size:26px}}@media (min-width:1780px){#block-defaultnewsletter form .newsletter-input{font-size:29px}}@media (min-width:2200px){#block-defaultnewsletter form .newsletter-input{font-size:32px}}@media (min-width:600px){#block-defaultnewsletter form .newsletter-input{margin-bottom:0;width:auto}}.inverted #block-defaultnewsletter form .newsletter-input{color:#f2f2f2;border-color:#f2f2f2}#block-defaultnewsletter form .subscribe-btn{color:#f2f2f2;background-color:#1a1a1a;-ms-flex-negative:0;flex-shrink:0}.inverted #block-defaultnewsletter form .subscribe-btn{color:#1a1a1a;background-color:#f2f2f2}#block-defaultnewsletter form label.error{display:none!important}#block-social-media-links{width:100%}@media (min-width:600px){#block-social-media-links{width:auto}}#block-social-media-links .social-media-links--platforms{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none}@media (min-width:600px){#block-social-media-links .social-media-links--platforms{display:block}}#block-social-media-links .social-media-links--platforms li{width:50%}@media (min-width:600px){#block-social-media-links .social-media-links--platforms li{width:100%}}#block-social-media-links .social-media-links--platforms li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#block-social-media-links .social-media-links--platforms .fa-fw{width:32px}@media (min-width:600px){#block-social-media-links .social-media-links--platforms .fa-fw{width:38px}}#block-fusszeile{margin:20px 0;width:100%}@media (min-width:600px){#block-fusszeile{margin:0;width:auto}}.menu{margin:0;padding:0;list-style:none}.menu--main .external-link:after{margin-left:10px;display:inline-block;width:.7em;height:.7em;content:"";background-image:url(/themes/custom/cob/dist/css/../images/desktop_icon_external-link.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.inverted .menu--main .external-link:after{-webkit-filter:invert(1);filter:invert(1)}@-webkit-keyframes push-button{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.85);transform:scale(.85)}90%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes push-button{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.85);transform:scale(.85)}90%{-webkit-transform:scale(1);transform:scale(1)}}.region-header .menu--main .menu-item--expanded>a{display:block;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.region-header .menu--main .menu-item--expanded>a:focus{-webkit-animation:push-button .6s ease-in-out;animation:push-button .6s ease-in-out}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper{position:absolute;z-index:99;right:0;bottom:0;left:0;width:100%;height:calc(100vh - 120px);opacity:0;pointer-events:none;background-color:#1a1a1a;-webkit-transition:opacity .3s ease-in-out .4s;transition:opacity .3s ease-in-out .4s;-webkit-transform:translateY(100%);transform:translateY(100%)}.sticky .region-header .menu--main .menu-item--expanded .menu-inner-wrapper{background-color:#1a1a1a}.inverted .region-header .menu--main .menu-item--expanded .menu-inner-wrapper,.inverted .sticky .region-header .menu--main .menu-item--expanded .menu-inner-wrapper{background-color:#f2f2f2}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu{position:relative;margin:0 auto;padding:40px 3vw;overflow:hidden;width:100%;max-width:1440px}@media (min-width:1600px){.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu{max-width:2520px}}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item{margin-right:0;margin-bottom:16px;margin-left:0;display:block}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item:last-of-type{margin-bottom:0}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>a{display:block;max-width:50%;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;color:#f2f2f2;border-bottom:0;-webkit-transition:-webkit-transform .15s 0s;transition:-webkit-transform .15s 0s;transition:transform .15s 0s;transition:transform .15s 0s,-webkit-transform .15s 0s;-webkit-transform:translateX(-110%);transform:translateX(-110%);font-size:30px}@media (min-width:600px){.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>a{font-size:30px}}@media (min-width:1000px){.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>a{font-size:48px}}@media (min-width:1360px){.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>a{font-size:60px}}@media (min-width:1600px){.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>a{font-size:71px}}@media (min-width:1780px){.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>a{font-size:78px}}@media (min-width:2200px){.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>a{font-size:87px}}.inverted .region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>a{color:#1a1a1a}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>a:before{content:none}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>a:hover{color:hsla(0,0%,94.9%,.4)}.inverted .region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>a:hover{color:rgba(26,26,26,.5)}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>span{position:absolute;top:50%;left:55%;max-width:520px;opacity:0;line-height:1.25;font-weight:300;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item>a:hover+span,.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .menu-item a:focus+span{opacity:1}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .close-button{position:absolute;top:40px;right:40px;padding:0;width:40px;height:40px;background:url(/themes/custom/cob/dist/css/../images/mobile_icon_close.svg);background-repeat:no-repeat;background-position:50%;background-size:24px;border:0;-webkit-transition:opacity .3s,-webkit-transform .3s ease-in-out 0s;transition:opacity .3s,-webkit-transform .3s ease-in-out 0s;transition:opacity .3s,transform .3s ease-in-out 0s;transition:opacity .3s,transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;-webkit-transform:scale(0);transform:scale(0)}.inverted .region-header .menu--main .menu-item--expanded .menu-inner-wrapper .close-button{-webkit-filter:invert(1);filter:invert(1)}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper .close-button:hover{opacity:.4}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened{opacity:1;pointer-events:all;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened .menu-item:first-child>a{-webkit-transition:color .3s,-webkit-transform .15s .08s;transition:color .3s,-webkit-transform .15s .08s;transition:color .3s,transform .15s .08s;transition:color .3s,transform .15s .08s,-webkit-transform .15s .08s}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened .menu-item:nth-child(2)>a{-webkit-transition:color .3s,-webkit-transform .15s .16s;transition:color .3s,-webkit-transform .15s .16s;transition:color .3s,transform .15s .16s;transition:color .3s,transform .15s .16s,-webkit-transform .15s .16s}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened .menu-item:nth-child(3)>a{-webkit-transition:color .3s,-webkit-transform .15s .24s;transition:color .3s,-webkit-transform .15s .24s;transition:color .3s,transform .15s .24s;transition:color .3s,transform .15s .24s,-webkit-transform .15s .24s}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened .menu-item:nth-child(4)>a{-webkit-transition:color .3s,-webkit-transform .15s .32s;transition:color .3s,-webkit-transform .15s .32s;transition:color .3s,transform .15s .32s;transition:color .3s,transform .15s .32s,-webkit-transform .15s .32s}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened .menu-item:nth-child(5)>a{-webkit-transition:color .3s,-webkit-transform .15s .4s;transition:color .3s,-webkit-transform .15s .4s;transition:color .3s,transform .15s .4s;transition:color .3s,transform .15s .4s,-webkit-transform .15s .4s}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened .menu-item:nth-child(6)>a{-webkit-transition:color .3s,-webkit-transform .15s .48s;transition:color .3s,-webkit-transform .15s .48s;transition:color .3s,transform .15s .48s;transition:color .3s,transform .15s .48s,-webkit-transform .15s .48s}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened .menu-item:nth-child(7)>a{-webkit-transition:color .3s,-webkit-transform .15s .56s;transition:color .3s,-webkit-transform .15s .56s;transition:color .3s,transform .15s .56s;transition:color .3s,transform .15s .56s,-webkit-transform .15s .56s}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened .menu-item:nth-child(8)>a{-webkit-transition:color .3s,-webkit-transform .15s .64s;transition:color .3s,-webkit-transform .15s .64s;transition:color .3s,transform .15s .64s;transition:color .3s,transform .15s .64s,-webkit-transform .15s .64s}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened .menu-item:nth-child(9)>a{-webkit-transition:color .3s,-webkit-transform .15s .72s;transition:color .3s,-webkit-transform .15s .72s;transition:color .3s,transform .15s .72s;transition:color .3s,transform .15s .72s,-webkit-transform .15s .72s}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened .menu-item:nth-child(10)>a{-webkit-transition:color .3s,-webkit-transform .15s .8s;transition:color .3s,-webkit-transform .15s .8s;transition:color .3s,transform .15s .8s;transition:color .3s,transform .15s .8s,-webkit-transform .15s .8s}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened .menu-item>a{-webkit-transform:translateX(0);transform:translateX(0)}.region-header .menu--main .menu-item--expanded .menu-inner-wrapper.opened .close-button{-webkit-transition:opacity .3s,-webkit-transform .3s ease-in-out .3s;transition:opacity .3s,-webkit-transform .3s ease-in-out .3s;transition:opacity .3s,transform .3s ease-in-out .3s;transition:opacity .3s,transform .3s ease-in-out .3s,-webkit-transform .3s ease-in-out .3s;-webkit-transform:scale(1);transform:scale(1)}.mobile-menu-wrapper .menu--main .menu{position:relative}.mobile-menu-wrapper .menu--main .menu a{display:block;font-size:30px;line-height:1;line-height:30px;font-weight:900;font-style:italic;text-transform:uppercase;-webkit-transition:font-size .3s ease-in-out 0s,-webkit-transform .3s ease-in-out;transition:font-size .3s ease-in-out 0s,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,font-size .3s ease-in-out 0s;transition:transform .3s ease-in-out,font-size .3s ease-in-out 0s,-webkit-transform .3s ease-in-out}.mobile-menu-wrapper .menu--main .menu a:focus{font-size:25px}.mobile-menu-wrapper .menu--main .menu .menu-item{margin-bottom:10px}.mobile-menu-wrapper .menu--main .menu .menu-item:last-of-type{margin-bottom:0}.mobile-menu-wrapper .menu--main>.menu>.menu-item>a{-webkit-transition:font-size .3s ease-in-out 0s,-webkit-transform .15s 0s;transition:font-size .3s ease-in-out 0s,-webkit-transform .15s 0s;transition:transform .15s 0s,font-size .3s ease-in-out 0s;transition:transform .15s 0s,font-size .3s ease-in-out 0s,-webkit-transform .15s 0s;-webkit-transform:translateX(-110%);transform:translateX(-110%)}.opened .mobile-menu-wrapper .menu--main>.menu>.menu-item>a{-webkit-transform:translateX(0);transform:translateX(0)}.opened .mobile-menu-wrapper .menu--main>.menu>.menu-item:first-child>a{-webkit-transition:color .3s,-webkit-transform .15s .08s;transition:color .3s,-webkit-transform .15s .08s;transition:color .3s,transform .15s .08s;transition:color .3s,transform .15s .08s,-webkit-transform .15s .08s}.opened .mobile-menu-wrapper .menu--main>.menu>.menu-item:nth-child(2)>a{-webkit-transition:color .3s,-webkit-transform .15s .16s;transition:color .3s,-webkit-transform .15s .16s;transition:color .3s,transform .15s .16s;transition:color .3s,transform .15s .16s,-webkit-transform .15s .16s}.opened .mobile-menu-wrapper .menu--main>.menu>.menu-item:nth-child(3)>a{-webkit-transition:color .3s,-webkit-transform .15s .24s;transition:color .3s,-webkit-transform .15s .24s;transition:color .3s,transform .15s .24s;transition:color .3s,transform .15s .24s,-webkit-transform .15s .24s}.opened .mobile-menu-wrapper .menu--main>.menu>.menu-item:nth-child(4)>a{-webkit-transition:color .3s,-webkit-transform .15s .32s;transition:color .3s,-webkit-transform .15s .32s;transition:color .3s,transform .15s .32s;transition:color .3s,transform .15s .32s,-webkit-transform .15s .32s}.opened .mobile-menu-wrapper .menu--main>.menu>.menu-item:nth-child(5)>a{-webkit-transition:color .3s,-webkit-transform .15s .4s;transition:color .3s,-webkit-transform .15s .4s;transition:color .3s,transform .15s .4s;transition:color .3s,transform .15s .4s,-webkit-transform .15s .4s}.opened .mobile-menu-wrapper .menu--main>.menu>.menu-item:nth-child(6)>a{-webkit-transition:color .3s,-webkit-transform .15s .48s;transition:color .3s,-webkit-transform .15s .48s;transition:color .3s,transform .15s .48s;transition:color .3s,transform .15s .48s,-webkit-transform .15s .48s}.opened .mobile-menu-wrapper .menu--main>.menu>.menu-item:nth-child(7)>a{-webkit-transition:color .3s,-webkit-transform .15s .56s;transition:color .3s,-webkit-transform .15s .56s;transition:color .3s,transform .15s .56s;transition:color .3s,transform .15s .56s,-webkit-transform .15s .56s}.opened .mobile-menu-wrapper .menu--main>.menu>.menu-item:nth-child(8)>a{-webkit-transition:color .3s,-webkit-transform .15s .64s;transition:color .3s,-webkit-transform .15s .64s;transition:color .3s,transform .15s .64s;transition:color .3s,transform .15s .64s,-webkit-transform .15s .64s}.opened .mobile-menu-wrapper .menu--main>.menu>.menu-item:nth-child(9)>a{-webkit-transition:color .3s,-webkit-transform .15s .72s;transition:color .3s,-webkit-transform .15s .72s;transition:color .3s,transform .15s .72s;transition:color .3s,transform .15s .72s,-webkit-transform .15s .72s}.opened .mobile-menu-wrapper .menu--main>.menu>.menu-item:nth-child(10)>a{-webkit-transition:color .3s,-webkit-transform .15s .8s;transition:color .3s,-webkit-transform .15s .8s;transition:color .3s,transform .15s .8s;transition:color .3s,transform .15s .8s,-webkit-transform .15s .8s}.opened.sub-opened .mobile-menu-wrapper .menu--main>.menu>.menu-item>a{pointer-events:none;-webkit-transition:font-size .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;transition:font-size .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;transition:transform .3s ease-in-out 0s,font-size .3s ease-in-out 0s;transition:transform .3s ease-in-out 0s,font-size .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;-webkit-transform:translateX(110%);transform:translateX(110%)}.no-transition .mobile-menu-wrapper .menu--main>.menu>.menu-item>a{-webkit-transition:.3s ease-in-out .1s,font-size .3s ease-in-out 0s!important;transition:.3s ease-in-out .1s,font-size .3s ease-in-out 0s!important}.mobile-menu-wrapper .menu--main .menu-item--expanded>.menu-inner-wrapper{position:absolute;z-index:9;top:0;right:0;left:0;-webkit-transition:.3s ease-in-out .1s;transition:.3s ease-in-out .1s;-webkit-transform:translateX(-110%);transform:translateX(-110%)}.mobile-menu-wrapper .menu--main .menu-item--expanded>.menu-inner-wrapper.expanded-opened{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-menu-wrapper .menu--main .menu-item--expanded>.menu-inner-wrapper .menu-item>span{display:none}.mobile-menu-wrapper .menu--main .menu-item--expanded .back-main-menu{margin-bottom:10px;padding:10px 0;display:block;font-size:14px;line-height:1;font-weight:700;font-style:normal;text-transform:none}.mobile-menu-wrapper .menu--main .menu-item--expanded .back-main-menu:focus{font-size:14px}.mobile-menu-wrapper .menu--main .menu-item--expanded .back-main-menu-label{display:inline-block;-webkit-transition:.3s ease-in-out 0s;transition:.3s ease-in-out 0s;-webkit-transform:scale(0);transform:scale(0)}.mobile-menu-wrapper .menu--main .menu-item--expanded .back-main-menu-label:before{margin-right:10px;display:inline-block;width:15px;height:10px;content:"";background-image:url(/themes/custom/cob/dist/css/../images/link-right.svg);background-repeat:no-repeat;background-position:50%;background-size:cover;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.inverted .mobile-menu-wrapper .menu--main .menu-item--expanded .back-main-menu-label:before{-webkit-filter:invert(1);filter:invert(1)}.mobile-menu-wrapper .menu--main .menu-item--expanded>.menu-inner-wrapper.expanded-opened .back-main-menu-label{-webkit-transition:.3s ease-in-out .35s;transition:.3s ease-in-out .35s;-webkit-transform:scale(1);transform:scale(1)}.mobile-menu-wrapper .menu--main .external-link:after{margin-left:13px;width:23px;height:23px}.menu-bg{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0}.anchor-navigation{position:-webkit-sticky;position:sticky;z-index:96;top:0;right:0;left:-1px;margin-right:-3vw;margin-left:-3vw;padding:20px 0;overflow:hidden;width:auto;height:60px;background-color:#1a1a1a;-webkit-transition:top 1s;transition:top 1s;-webkit-transform:translateY(-5px);transform:translateY(-5px)}@media screen and (min-width:1441px){.anchor-navigation{margin-right:-50vw;margin-left:-50vw;width:100vw}}.anchor-navigation:after{position:absolute;top:0;right:0;bottom:0;left:auto;width:100px;content:"";background:-webkit-gradient(linear,right top,left top,from(#1a1a1a),to(rgba(26,26,26,0)));background:linear-gradient(270deg,#1a1a1a,rgba(26,26,26,0));pointer-events:none}.inverted .anchor-navigation:after{background:-webkit-gradient(linear,right top,left top,from(#f2f2f2),to(hsla(0,0%,94.9%,0)));background:linear-gradient(270deg,#f2f2f2,hsla(0,0%,94.9%,0))}@media (min-width:600px){.anchor-navigation:after{display:none}}.inverted .anchor-navigation{background-color:#f2f2f2}.anchor-navigation .top-block-fade{position:absolute;z-index:2;top:0;right:0;width:150px;height:100%}.anchor-navigation .bottom-block-fade{position:absolute;z-index:1;top:0;right:0;width:150px;height:100%}.anchor-navigation.left-shadow:after{right:auto;left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.anchor-navigation.sticky{z-index:98}.toolbar-fixed .anchor-navigation.sticky{top:39px}.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .anchor-navigation.sticky{top:79px}.anchor-navigation>.layout__region{padding-bottom:40px;overflow-x:auto;overflow-y:hidden}@media (min-width:1000px){.node--type-landingpage .anchor-navigation{margin-bottom:-38px}}.view-anchor-navigation{margin-right:auto;margin-left:auto;padding:0 3vw;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:1440px;line-height:1.2;font-weight:700;white-space:nowrap;font-size:14px}@media (min-width:1360px){.view-anchor-navigation{font-size:15px}}@media (min-width:1600px){.view-anchor-navigation{font-size:17px}}@media (min-width:1780px){.view-anchor-navigation{font-size:19px}}@media (min-width:2200px){.view-anchor-navigation{font-size:21px}}@media (min-width:1600px){.view-anchor-navigation{max-width:2520px}}.view-anchor-navigation .view-content a,.view-anchor-navigation .view-header a{color:hsla(0,0%,94.9%,.4);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.inverted .view-anchor-navigation .view-content a,.inverted .view-anchor-navigation .view-header a{color:rgba(26,26,26,.6)}.view-anchor-navigation .view-content a.current,.view-anchor-navigation .view-header a.current{color:#f2f2f2}.inverted .view-anchor-navigation .view-content a.current,.inverted .view-anchor-navigation .view-header a.current{color:#1a1a1a}.view-anchor-navigation .view-content{display:-webkit-box;display:-ms-flexbox;display:flex}.view-anchor-navigation .views-row a{margin-left:27px;display:block}.view-anchor-navigation .views-row:last-child{margin-right:60px}.view-anchor-navigation .view-footer{margin-left:27px}@media (min-width:600px){.view-anchor-navigation .view-footer{margin-left:auto}}.view-anchor-navigation .footer-node-title{opacity:0;-webkit-transition:.4s;transition:.4s}.sticky .view-anchor-navigation .footer-node-title{opacity:1}@media (min-width:600px){.view-anchor-navigation{margin-bottom:0}}.slick__arrow{top:-30px;right:0;left:auto;width:72px;height:24px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width:600px){.slick__arrow{top:-55px}}.slick-arrow,.slick-arrow:before{width:24px;height:24px}.slick-arrow:before{display:block;opacity:1;font-size:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.slick-prev:before{background-image:url(/themes/custom/cob/dist/css/../images/arrow--left.svg)}.inverted .slick-prev:before{-webkit-filter:invert(1);filter:invert(1)}.slick-next:before{background-image:url(/themes/custom/cob/dist/css/../images/arrow--right.svg)}.inverted .slick-next:before{-webkit-filter:invert(1);filter:invert(1)}.slick-dots li{margin:0 5px;width:10px;height:10px}@media (min-width:600px){.slick-dots li{margin:0 6px;width:12px;height:12px}}.slick-dots li:first-of-type{margin-left:0}.slick-dots li:last-of-type{margin-right:0}.slick-dots li button{padding:0;width:10px;height:10px}@media (min-width:600px){.slick-dots li button{width:12px;height:12px}}.slick-dots li button:before{width:10px;height:10px;opacity:1;content:"";background:transparent;border:1px solid #f2f2f2;border-radius:50%}.inverted .slick-dots li button:before{border-color:#1a1a1a}@media (min-width:600px){.slick-dots li button:before{width:12px;height:12px}}.slick-dots li.slick-active button:before{background-color:#f2f2f2}.inverted .slick-dots li.slick-active button:before{background-color:#1a1a1a}.slick__slide:focus{border:0}.block-quicktabs .item-list{margin-bottom:20px;font-size:18px}@media (min-width:1360px){.block-quicktabs .item-list{font-size:22px}}@media (min-width:1600px){.block-quicktabs .item-list{font-size:26px}}@media (min-width:1780px){.block-quicktabs .item-list{font-size:29px}}@media (min-width:2200px){.block-quicktabs .item-list{font-size:32px}}@media (min-width:600px){.block-quicktabs .item-list{position:absolute;top:0;left:210px;margin-bottom:0;display:inline-block}}.block-quicktabs ul.quicktabs-tabs{margin:0;padding:0;display:inline-block;font-weight:700}.block-quicktabs ul.quicktabs-tabs li{margin:0 20px 0 0;padding:0}@media (min-width:600px){.block-quicktabs ul.quicktabs-tabs li{margin:0 0 0 40px}}.block-quicktabs ul.quicktabs-tabs li a{color:hsla(0,0%,94.9%,.4)}.block-quicktabs ul.quicktabs-tabs li.active a{color:#f2f2f2}.block-quicktabs .field--name-field-media-image img{width:100%}@media (min-width:600px){.block-quicktabs .field--name-field-media-image img{width:auto}}@media (min-width:1600px){.block-quicktabs .field--name-field-media-image img{width:100%;height:auto}}.block-quicktabs .view-exhibition.contextual-region,.block-quicktabs .views-element-container.contextual-region{position:static}.ui-datepicker{padding:0;color:#f2f2f2;background:#1a1a1a}.ui-datepicker.ui-widget.ui-widget-content{border:0}.ui-datepicker .ui-datepicker-header{padding:0;color:#f2f2f2;background:#1a1a1a;border:0}.ui-datepicker .ui-datepicker-title{margin:0;padding:0 .3em;text-align:left}.ui-datepicker .ui-state-hover{color:#f2f2f2;background:transparent;border:0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{width:24px;height:24px}.ui-datepicker .ui-datepicker-prev{right:30px;left:auto}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{width:24px;height:24px;background-position:50%;background-size:cover}.ui-datepicker .ui-datepicker-prev span{background-image:url(/themes/custom/cob/dist/css/../images/arrow--left.svg)}.ui-datepicker .ui-datepicker-next span{background-image:url(/themes/custom/cob/dist/css/../images/arrow--right.svg)}.ui-datepicker .ui-state-default{font-weight:300;color:#f2f2f2;background:transparent;border:0}.ui-datepicker .ui-state-highlight{font-weight:700;text-decoration:underline;color:#f2f2f2;background:transparent;border:0}.qs-datepicker-container{position:relative;top:0!important;left:0!important;margin-top:20px;margin-left:15px;margin-right:15px;font-family:Helvetica Now,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1em;font-weight:300;color:#f2f2f2;background:transparent;border-radius:0;border:0;-webkit-box-shadow:none;box-shadow:none;z-index:1}.inverted .qs-datepicker-container{color:#1a1a1a}.qs-controls{margin-bottom:15px;background:transparent}.qs-month-year,.qs-month-year:hover{border:0}.qs-arrow{width:24px;height:24px}.qs-arrow:after{content:none}.qs-left,.qs-left:hover{background:url(/themes/custom/cob/dist/css/../images/arrow--left.svg) 50%/16px no-repeat}.inverted .qs-left,.inverted .qs-left:hover{background:url(/themes/custom/cob/dist/css/../images/arrow-black--left.svg) 50%/16px no-repeat}.qs-right,.qs-right:hover{background:url(/themes/custom/cob/dist/css/../images/arrow--right.svg) 50%/16px no-repeat}.inverted .qs-right,.inverted .qs-right:hover{background:url(/themes/custom/cob/dist/css/../images/arrow-black--right.svg) 50%/16px no-repeat}.qs-day{color:#f2f2f2;font-weight:300}.inverted .qs-day{color:#1a1a1a}.qs-squares{padding:0}.qs-square{position:relative;margin-bottom:10px;border-radius:0}.qs-square:before{content:"";position:absolute;top:50%;left:50%;width:48px;height:48px;background:#f2f2f2;border-radius:50%;opacity:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s;transition:.3s;z-index:-1}.inverted .qs-square:before{background:#1a1a1a}.qs-current{text-decoration:none}.qs-active,.qs-range-end,.qs-range-start,.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{color:#1a1a1a;background:transparent}.inverted .qs-active,.inverted .qs-range-end,.inverted .qs-range-start,.inverted .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{color:#f2f2f2}.qs-active:before,.qs-range-end:before,.qs-range-start:before,.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover:before{opacity:1}.qs-overlay{background:transparent}.qs-overlay .qs-submit{padding:.1em .5em;border-radius:0;border-color:#f2f2f2}.social-media-links--platforms .fa-facebook:before,.social-media-links--platforms .fa-instagram:before,.social-media-links--platforms .fa-x-twitter:before,.social-media-links--platforms .fa-youtube:before{display:block;width:22px;height:28px;content:"";background-repeat:no-repeat;background-position:50%;background-size:22px 28px}.inverted .social-media-links--platforms .fa-facebook:before,.inverted .social-media-links--platforms .fa-instagram:before,.inverted .social-media-links--platforms .fa-x-twitter:before,.inverted .social-media-links--platforms .fa-youtube:before{-webkit-filter:invert(1);filter:invert(1)}.social-media-links--platforms .fa-facebook:before{background-image:url(/themes/custom/cob/dist/css/../images/desktop_icon_facebook.svg)}.social-media-links--platforms .fa-x-twitter:before{background-image:url(/themes/custom/cob/dist/css/../images/desktop_icon_twitter.svg)}.social-media-links--platforms .fa-youtube:before{background-image:url(/themes/custom/cob/dist/css/../images/desktop_icon_youtube.svg)}.social-media-links--platforms .fa-instagram:before{background-image:url(/themes/custom/cob/dist/css/../images/desktop_icon_instagram.svg)}.header .block-webform{position:fixed;z-index:101;top:30px;right:0;bottom:0;left:0;width:100%;opacity:0;pointer-events:none;background-color:#1a1a1a}.inverted .header .block-webform{background-color:#f2f2f2}.toolbar-fixed .header .block-webform{top:129px}@media (min-width:1000px){.toolbar-fixed .header .block-webform{top:159px}}.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .header .block-webform{top:169px}@media (min-width:1000px){.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .header .block-webform{top:199px}}.header .block-webform .form-text{opacity:0;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.header .block-webform.opened{opacity:1;pointer-events:all}.header .block-webform.opened .form-text{opacity:1}.header .block-webform .webform-search--close{margin-right:1px;margin-bottom:16px;padding:0;width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;background:url(/themes/custom/cob/dist/css/../images/mobile_icon_close.svg);background-repeat:no-repeat;background-position:50%;background-position:right 1px top 0;background-size:20px;border:0}@media (min-width:1600px){.header .block-webform .webform-search--close{margin-bottom:0;background-size:24px}}.header .block-webform .webform-search--close:hover{opacity:.4}.inverted .header .block-webform .webform-search--close{-webkit-filter:invert(1);filter:invert(1)}.header .block-webform .webform-search--wrapper{margin:0 auto;padding:20px 3vw;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:1440px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:1000px){.header .block-webform .webform-search--wrapper{padding-top:40px;padding-bottom:40px}}@media (min-width:1600px){.header .block-webform .webform-search--wrapper{max-width:2520px}}.header .block-webform form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 40px);-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:1000px){.header .block-webform form{width:100%;max-width:480px}}.header .block-webform form .webform-elements{width:100%}.header .block-webform .form-item{margin-bottom:0}.header .block-webform .form-text{padding:0 40px 11px 0;width:100%;max-width:100%;font-weight:700;color:#fafafa;background:transparent;border:0;border-bottom:1px solid #fafafa;outline:none;-webkit-box-shadow:none;box-shadow:none;font-size:18px}@media (min-width:1360px){.header .block-webform .form-text{font-size:22px}}@media (min-width:1600px){.header .block-webform .form-text{font-size:26px}}@media (min-width:1780px){.header .block-webform .form-text{font-size:29px}}@media (min-width:2200px){.header .block-webform .form-text{font-size:32px}}.header .block-webform .form-text::-webkit-input-placeholder{font-weight:700;color:#fafafa}.header .block-webform .form-text:-ms-input-placeholder{font-weight:700;color:#fafafa}.header .block-webform .form-text::-ms-input-placeholder{font-weight:700;color:#fafafa}.header .block-webform .form-text::placeholder{font-weight:700;color:#fafafa}.inverted .header .block-webform .form-text{color:#1a1a1a;border-color:#1a1a1a}.inverted .header .block-webform .form-text::-webkit-input-placeholder{color:#1a1a1a}.inverted .header .block-webform .form-text:-ms-input-placeholder{color:#1a1a1a}.inverted .header .block-webform .form-text::-ms-input-placeholder{color:#1a1a1a}.inverted .header .block-webform .form-text::placeholder{color:#1a1a1a}.header .block-webform .button{position:absolute;top:15px;right:3px;margin:0;padding:0;width:40px;height:40px;font-size:0;background-color:transparent;background-image:url(/themes/custom/cob/dist/css/../images/mobile_icon_search.svg);background-repeat:no-repeat;background-position:50%;background-position:right 0 top 3px;background-size:24px;-webkit-transition:.3s;transition:.3s;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width:1000px){.header .block-webform .button{top:50%;right:0}}.header .block-webform .button:hover{opacity:.4}.inverted .header .block-webform .button{-webkit-filter:invert(1);filter:invert(1)}.header .block-webform .animation-bg{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-webkit-transition:.4s;transition:.4s}@media (min-width:1000px){.header .block-webform{top:120px}}.path-search .views-exposed-form .form--inline{margin-top:3vw;margin-bottom:6vw;display:-webkit-box;display:-ms-flexbox;display:flex}.path-search .views-exposed-form .form-item-search-text{margin:0;width:100%;max-width:480px;-ms-flex-negative:0;flex-shrink:0}.path-search .views-exposed-form .form-text{padding:0 40px 11px 0;width:100%;max-width:100%;font-weight:700;color:#fafafa;background:transparent;border:0;border-bottom:1px solid #fafafa;outline:none;-webkit-box-shadow:none;box-shadow:none;font-size:18px}@media (min-width:1360px){.path-search .views-exposed-form .form-text{font-size:22px}}@media (min-width:1600px){.path-search .views-exposed-form .form-text{font-size:26px}}@media (min-width:1780px){.path-search .views-exposed-form .form-text{font-size:29px}}@media (min-width:2200px){.path-search .views-exposed-form .form-text{font-size:32px}}.path-search .views-exposed-form .form-text::-webkit-input-placeholder{font-weight:700;color:#fafafa}.path-search .views-exposed-form .form-text:-ms-input-placeholder{font-weight:700;color:#fafafa}.path-search .views-exposed-form .form-text::-ms-input-placeholder{font-weight:700;color:#fafafa}.path-search .views-exposed-form .form-text::placeholder{font-weight:700;color:#fafafa}.path-search .views-exposed-form .form-actions{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.path-search .views-exposed-form .button{padding:0;width:40px;height:40px;font-size:0;background-color:transparent;background-image:url(/themes/custom/cob/dist/css/../images/mobile_icon_search.svg);background-repeat:no-repeat;background-position:50%;background-position:right 0 top 5px;background-size:24px;-webkit-transition:.3s;transition:.3s}.path-search .views-exposed-form .button:hover{opacity:.4}.path-search .views-exposed-form .exposed-filter--summary h1{margin-bottom:5px;font-size:30px;font-weight:900;font-style:italic;text-transform:uppercase}@media (min-width:600px){.path-search .views-exposed-form .exposed-filter--summary h1{margin-bottom:20px;font-size:40px}}.path-search .facets-widget-links{margin-top:5px;margin-bottom:6vw;overflow:hidden;height:1.25em;position:relative}.path-search .facets-widget-links:before{left:0;background:-webkit-gradient(linear,right top,left top,from(rgba(26,26,26,0)),to(#1a1a1a));background:linear-gradient(270deg,rgba(26,26,26,0),#1a1a1a)}.path-search .facets-widget-links:after,.path-search .facets-widget-links:before{position:absolute;top:0;bottom:0;width:100px;pointer-events:none;content:"";-webkit-transition:.3s;transition:.3s}.path-search .facets-widget-links:after{right:0;background:-webkit-gradient(linear,right top,left top,from(#1a1a1a),to(rgba(26,26,26,0)));background:linear-gradient(270deg,#1a1a1a,rgba(26,26,26,0))}.path-search .facets-widget-links.scroll-end:after,.path-search .facets-widget-links.scroll-none:after,.path-search .facets-widget-links.scroll-none:before,.path-search .facets-widget-links.scroll-start:before{opacity:0}@media (min-width:600px){.path-search .facets-widget-links{margin-top:20px}}.path-search .facets-widget-links .item-list__links{margin:0 0 -20px;padding:0 0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;overflow-y:hidden;width:100%;list-style-type:none}.path-search .facets-widget-links .facet-item{margin-right:15px;margin-left:15px}@media (min-width:600px){.path-search .facets-widget-links .facet-item{margin-right:20px;margin-left:20px}}.path-search .facets-widget-links .facet-item:first-of-type{margin-left:0}.path-search .facets-widget-links .facet-item:last-of-type{margin-right:0}.path-search .facets-widget-links .facet-item a{font-weight:700;text-transform:capitalize;color:hsla(0,0%,94.9%,.4);white-space:nowrap;font-size:14px}@media (min-width:1360px){.path-search .facets-widget-links .facet-item a{font-size:15px}}@media (min-width:1600px){.path-search .facets-widget-links .facet-item a{font-size:17px}}@media (min-width:1780px){.path-search .facets-widget-links .facet-item a{font-size:19px}}@media (min-width:2200px){.path-search .facets-widget-links .facet-item a{font-size:21px}}.path-search .facets-widget-links .facet-item a.is-active{color:#f2f2f2}.path-search .facets-widget-links .facet-item__status{display:none}.view-search .view-content{max-width:640px}.view-search .view-content .views-row{margin-bottom:20px}@media (min-width:600px){.view-search .view-content .views-row{margin-bottom:40px}}.view-search .view-content .layout--twocol-section--25-75{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.view-search .view-content .layout--twocol-section--25-75 .layout__region--first{width:100%;max-width:100px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media (min-width:600px){.view-search .view-content .layout--twocol-section--25-75 .layout__region--first{max-width:160px}}.view-search .view-content .layout--twocol-section--25-75 .layout__region--second{margin-left:20px;width:calc(100% - 120px);-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}@media (min-width:600px){.view-search .view-content .layout--twocol-section--25-75 .layout__region--second{margin-left:40px;width:calc(100% - 200px)}}.view-search .view-content .field--name-field-category,.view-search .view-content .field--name-field-subtitle{font-weight:300}.view-search .view-content .field--name-field-category{margin-bottom:12px}@media (min-width:600px){.view-search .view-content .field--name-field-category{margin-bottom:15px}}.view-search .view-content .field--name-title,.view-search .view-content .field--name-title h2{font-size:22px;font-weight:900;font-style:italic;text-transform:uppercase}@media (min-width:600px){.view-search .view-content .field--name-title,.view-search .view-content .field--name-title h2{font-size:27px}}.view-search .view-content .field--name-field-media-image img{width:100%;height:auto}.view-search .pager{margin-bottom:6vw;padding:0;max-width:640px;text-align:center}.view-search .pager .button,.view-search .pager .pager__item{padding:0}.webform-submission-c-o-berlin-friends-form fieldset{margin:0;padding:0;border:0}.webform-submission-c-o-berlin-friends-form>.form-wrapper,.webform-submission-c-o-berlin-friends-form>.webform-confirmation{width:100%}@media (min-width:1000px){.webform-submission-c-o-berlin-friends-form>.form-wrapper,.webform-submission-c-o-berlin-friends-form>.webform-confirmation{width:50%}}.webform-submission-c-o-berlin-friends-form>.form-wrapper>fieldset,.webform-submission-c-o-berlin-friends-form>.webform-confirmation>fieldset{margin-bottom:6vw}.webform-submission-c-o-berlin-friends-form>.form-wrapper>fieldset:last-of-type,.webform-submission-c-o-berlin-friends-form>.webform-confirmation>fieldset:last-of-type{margin-bottom:0}.webform-submission-c-o-berlin-friends-form>.form-wrapper .fieldset-wrapper>fieldset,.webform-submission-c-o-berlin-friends-form>.webform-confirmation .fieldset-wrapper>fieldset{margin-bottom:6vw}.webform-submission-c-o-berlin-friends-form>.form-wrapper .fieldset-wrapper>fieldset:last-of-type,.webform-submission-c-o-berlin-friends-form>.webform-confirmation .fieldset-wrapper>fieldset:last-of-type{margin-bottom:0}.webform-submission-c-o-berlin-friends-form .header-toggler{display:-webkit-box;display:-ms-flexbox;display:flex}.webform-submission-c-o-berlin-friends-form .header-toggler legend{display:none}.webform-submission-c-o-berlin-friends-form .header-toggler .form-radios{margin-right:-20px;margin-left:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;cursor:pointer}.webform-submission-c-o-berlin-friends-form .header-toggler .form-type-radio{margin-right:20px;margin-bottom:20px;margin-left:20px;padding:10px 40px 15px 10px;width:calc(100% - 40px);background-color:rgba(26,26,26,.4);background-repeat:no-repeat;background-position:calc(100% - 10px) 50%;background-size:32px}@media (min-width:600px){.webform-submission-c-o-berlin-friends-form .header-toggler .form-type-radio{width:calc(50% - 40px);background-position:calc(100% - 10px) calc(100% - 10px)}}.webform-submission-c-o-berlin-friends-form .header-toggler .form-type-radio.checked{background-color:#1a1a1a;background-image:url(/themes/custom/cob/dist/css/../images/checkbox-checked.svg)}.webform-submission-c-o-berlin-friends-form .header-toggler .form-type-radio input{display:none}.webform-submission-c-o-berlin-friends-form .header-toggler .form-type-radio label{position:relative;font-weight:700;color:#f2f2f2}.webform-submission-c-o-berlin-friends-form .header-toggler .form-type-radio label:after,.webform-submission-c-o-berlin-friends-form .header-toggler .form-type-radio label:before{content:none}.webform-submission-c-o-berlin-friends-form .header-toggler .form-type-radio .description{font-weight:300;color:#f2f2f2}.webform-submission-c-o-berlin-friends-form .form-wrapper legend{margin-bottom:20px;font-weight:700}.webform-submission-c-o-berlin-friends-form>.form-wrapper>.form-type-processed-text{font-size:14px}@media (min-width:1360px){.webform-submission-c-o-berlin-friends-form>.form-wrapper>.form-type-processed-text{font-size:15px}}@media (min-width:1600px){.webform-submission-c-o-berlin-friends-form>.form-wrapper>.form-type-processed-text{font-size:17px}}@media (min-width:1780px){.webform-submission-c-o-berlin-friends-form>.form-wrapper>.form-type-processed-text{font-size:19px}}@media (min-width:2200px){.webform-submission-c-o-berlin-friends-form>.form-wrapper>.form-type-processed-text{font-size:21px}}.webform-submission-c-o-berlin-friends-form .fieldset-wrapper .form-type-processed-text{padding-left:34px;font-weight:300;padding-left:0;font-weight:400;font-size:14px}@media (min-width:1360px){.webform-submission-c-o-berlin-friends-form .fieldset-wrapper .form-type-processed-text{font-size:15px}}@media (min-width:1600px){.webform-submission-c-o-berlin-friends-form .fieldset-wrapper .form-type-processed-text{font-size:17px}}@media (min-width:1780px){.webform-submission-c-o-berlin-friends-form .fieldset-wrapper .form-type-processed-text{font-size:19px}}@media (min-width:2200px){.webform-submission-c-o-berlin-friends-form .fieldset-wrapper .form-type-processed-text{font-size:21px}}.webform-submission-c-o-berlin-friends-form .form-item-statutes{position:relative;margin-top:40px}@media (min-width:600px){.webform-submission-c-o-berlin-friends-form .form-item-statutes{margin-top:80px}}.webform-submission-c-o-berlin-friends-form .form-item-statutes label{position:absolute;top:0;right:0;left:0;bottom:0;font-size:0;z-index:1}.webform-submission-c-o-berlin-friends-form .form-item-statutes .description{position:relative;z-index:2}.webform-submission-c-o-berlin-friends-form .form-actions{margin-top:40px}@media (min-width:600px){.webform-submission-c-o-berlin-friends-form .form-actions{margin-top:80px}}.webform-submission-c-o-berlin-friends-form .form-item-validation-notice{position:-webkit-sticky;position:sticky;display:none;top:0;right:50%;left:50%;margin-right:-50vw;margin-left:-50vw;width:100vw;padding:20px 0;background-color:#ff0;color:#1a1a1a;font-weight:700;z-index:5;-webkit-transition:.4s;transition:.4s}@media (min-width:600px){.webform-submission-c-o-berlin-friends-form .form-item-validation-notice{right:0;left:0}}.webform-submission-c-o-berlin-friends-form select option{background-color:#1a1a1a;color:#f2f2f2}.inverted .webform-submission-c-o-berlin-friends-form select option{background-color:#f2f2f2;color:#1a1a1a}.webform-submission-c-o-berlin-friends-form.show-validation-notice .form-item-validation-notice{display:block}.webform-submission-c-o-berlin-friends-form .messages--error{display:none}.webform-submission-register-yearly-ticket-form fieldset{margin:0;padding:0;border:0}.webform-submission-register-yearly-ticket-form>.form-wrapper,.webform-submission-register-yearly-ticket-form>.webform-confirmation{width:100%}@media (min-width:1000px){.webform-submission-register-yearly-ticket-form>.form-wrapper,.webform-submission-register-yearly-ticket-form>.webform-confirmation{width:50%}}.webform-submission-register-yearly-ticket-form>.form-wrapper>.form-type-processed-text{font-size:14px}@media (min-width:1360px){.webform-submission-register-yearly-ticket-form>.form-wrapper>.form-type-processed-text{font-size:15px}}@media (min-width:1600px){.webform-submission-register-yearly-ticket-form>.form-wrapper>.form-type-processed-text{font-size:17px}}@media (min-width:1780px){.webform-submission-register-yearly-ticket-form>.form-wrapper>.form-type-processed-text{font-size:19px}}@media (min-width:2200px){.webform-submission-register-yearly-ticket-form>.form-wrapper>.form-type-processed-text{font-size:21px}}.webform-submission-register-yearly-ticket-form .fieldset-wrapper .form-type-processed-text{padding-left:34px;font-weight:300;padding-left:0;font-weight:400;font-size:14px}@media (min-width:1360px){.webform-submission-register-yearly-ticket-form .fieldset-wrapper .form-type-processed-text{font-size:15px}}@media (min-width:1600px){.webform-submission-register-yearly-ticket-form .fieldset-wrapper .form-type-processed-text{font-size:17px}}@media (min-width:1780px){.webform-submission-register-yearly-ticket-form .fieldset-wrapper .form-type-processed-text{font-size:19px}}@media (min-width:2200px){.webform-submission-register-yearly-ticket-form .fieldset-wrapper .form-type-processed-text{font-size:21px}}.webform-submission-register-yearly-ticket-form .form-item-accept{position:relative}.webform-submission-register-yearly-ticket-form .form-item-accept label{position:absolute;top:0;right:0;left:0;bottom:0;font-size:0;z-index:1}.webform-submission-register-yearly-ticket-form .form-item-accept .description{position:relative;z-index:2}.webform-submission-register-yearly-ticket-form .form-item-accept,.webform-submission-register-yearly-ticket-form .form-item-i-want-to-receive-the-c-o-berlin-newsletter{margin-top:40px}@media (min-width:600px){.webform-submission-register-yearly-ticket-form .form-item-accept,.webform-submission-register-yearly-ticket-form .form-item-i-want-to-receive-the-c-o-berlin-newsletter{margin-top:80px}}.webform-submission-register-yearly-ticket-form .form-actions{margin-top:40px}@media (min-width:600px){.webform-submission-register-yearly-ticket-form .form-actions{margin-top:80px}}.webform-submission-register-yearly-ticket-form .form-item-validation-notice{position:-webkit-sticky;position:sticky;display:none;top:0;right:0;left:0;margin-right:-50vw;margin-left:-50vw;width:100vw;padding:20px 0;background-color:#ff0;color:#1a1a1a;font-weight:700;z-index:5;-webkit-transition:.4s;transition:.4s}@media (min-width:600px){.webform-submission-register-yearly-ticket-form .form-item-validation-notice{right:50%;left:50%}}.webform-submission-register-yearly-ticket-form.show-validation-notice .form-item-validation-notice{display:block}.webform-submission-register-yearly-ticket-form .form-item-date-of-card-activation-first-visit{border:1px solid #f2f2f2}.inverted .webform-submission-register-yearly-ticket-form .form-item-date-of-card-activation-first-visit{border-color:#1a1a1a}.webform-submission-register-yearly-ticket-form .form-item-date-of-card-activation-first-visit>input{background-image:url(/themes/custom/cob/dist/css/../images/arrow--down.svg);background-position:calc(100% - 12px) 50%;background-size:16px;background-repeat:no-repeat;border-color:transparent}.inverted .webform-submission-register-yearly-ticket-form .form-item-date-of-card-activation-first-visit>input,.webform-submission-register-yearly-ticket-form .form-item-date-of-card-activation-first-visit>input.error{background-image:url(/themes/custom/cob/dist/css/../images/arrow-black--down.svg)}.webform-submission-register-yearly-ticket-form .form-item-date-of-card-activation-first-visit>input.datepicker-opened{background-image:url(/themes/custom/cob/dist/css/../images/arrow--up.svg)}.inverted .webform-submission-register-yearly-ticket-form .form-item-date-of-card-activation-first-visit>input.datepicker-opened,.webform-submission-register-yearly-ticket-form .form-item-date-of-card-activation-first-visit>input.datepicker-opened.error{background-image:url(/themes/custom/cob/dist/css/../images/arrow-black--up.svg)}.webform-submission-register-yearly-ticket-form .form-item-date-of-card-activation-first-visit>label.error{display:none!important}.webform-submission-register-yearly-ticket-form .custom-datepiker-button{position:absolute;top:0;left:0;right:0;width:100%;height:40px;opacity:0;cursor:pointer;z-index:1}.webform-submission-register-yearly-ticket-form .messages--error{display:none}body:not(.path-admin) .ui-widget{font-family:Helvetica Now,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body:not(.path-admin) .ui-datepicker{border:1px solid #f2f2f2}.webform-confirmation{font-weight:300}[class^=orejime-]{font-family:Helvetica Now,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.2;font-size:14px}@media (min-width:1360px){[class^=orejime-]{font-size:15px}}@media (min-width:1600px){[class^=orejime-]{font-size:17px}}@media (min-width:1780px){[class^=orejime-]{font-size:19px}}@media (min-width:2200px){[class^=orejime-]{font-size:21px}}.orejime-Notice{right:0;bottom:0;max-width:100%;border-radius:0;background:#f2f2f2;-webkit-box-shadow:0 0 40px 0 rgba(0,0,0,.2);box-shadow:0 0 40px 0 rgba(0,0,0,.2)}@media (min-width:600px){.orejime-Notice{right:20px;bottom:20px;max-width:380px}}.orejime-Notice-body{padding:10px 10px 20px}@media (min-width:600px){.orejime-Notice-body{padding-bottom:10px}}.orejime-Notice-description,.orejime-Notice-title{color:#1a1a1a}.orejime-Notice-text{margin-bottom:20px}.orejime-Button{display:inline-block;min-height:40px;font-size:1em;line-height:1.8;font-weight:700;text-align:center;border:0;margin:0;padding:0 16px;min-height:30px;border-radius:0;cursor:pointer}.orejime-Button--accept,.orejime-Button--save{color:#f2f2f2;background-color:#1a1a1a}.orejime-Button--decline{color:#1a1a1a;background-color:transparent;border:1px solid #1a1a1a}.orejime-Notice-learnMoreButton{min-height:auto;padding:0;line-height:1.2;background:transparent;color:#1a1a1a}.orejime-Notice-actionItem{display:inline-block}.orejime-Notice-actionItem--save{width:100%;margin-bottom:10px}.orejime-Notice-actionItem--decline{width:50%}.orejime-Notice-actionItem--info{width:50%;text-align:right;vertical-align:bottom}.orejime-ModalOverlay,.orejime-NoticeOverlay{background:rgba(26,26,26,.8)}.orejime-ModalWrapper{max-width:480px;width:100%}.orejime-Modal{background:#f2f2f2;color:#1a1a1a;border-radius:0;-webkit-box-shadow:0 0 40px 0 rgba(0,0,0,.2);box-shadow:0 0 40px 0 rgba(0,0,0,.2)}.orejime-Modal-title{margin-bottom:20px;font-size:18px}@media (min-width:1360px){.orejime-Modal-title{font-size:22px}}@media (min-width:1600px){.orejime-Modal-title{font-size:26px}}@media (min-width:1780px){.orejime-Modal-title{font-size:29px}}@media (min-width:2200px){.orejime-Modal-title{font-size:32px}}@media (min-width:600px){.orejime-Modal-title{margin-bottom:30px}}.orejime-Modal-header{padding:20px 10px;border:0}@media (min-width:600px){.orejime-Modal-header{padding-right:20px;padding-left:20px}}.orejime-AppToggles-button{color:#1a1a1a;background-color:transparent;border:1px solid #1a1a1a}.orejime-AppToggles-button[disabled]{color:#f2f2f2;background-color:#1a1a1a;opacity:1}.orejime-Modal input[type=checkbox]+label:after,.orejime-Modal input[type=checkbox]+label:before{content:none}.orejime-AppItem-input:checked+.orejime-AppItem-label .orejime-AppItem-slider{background-color:#1a1a1a}.orejime-AppItem-switch--disabled .orejime-AppItem-slider{opacity:.5}.orejime-AppItem-slider{width:60px;border:0;border-radius:15px;-webkit-box-shadow:none;box-shadow:none}.orejime-AppItem-slider:before{height:24px;width:24px;background-color:#f2f2f2;border:0}.orejime-AppItem-input:checked+.orejime-AppItem-label .orejime-AppItem-slider:before{-webkit-transform:translateX(30px);transform:translateX(30px)}.orejime-AppItem-switch{width:60px}.orejime-AppList-item{margin-top:20px;padding-left:70px}.orejime-AppList-item:first-child{margin-top:0}.orejime-Modal-body{padding:0 10px}@media (min-width:600px){.orejime-Modal-body{padding:0 20px}}.orejime-AppItem-label{display:block;min-height:30px}.orejime-Modal-footer{padding:10px;border:0}@media (min-width:600px){.orejime-Modal-footer{padding:20px}}.orejime-Modal-poweredByLink{display:none}.orejime-AppToggles-button{margin-right:10px}.orejime-AppItem-switchLabel{width:60px}.orejime-Modal-closeButton{width:16px;height:16px;background:url(/themes/custom/cob/dist/css/../images/icon_close--dark.svg) 50%/cover no-repeat}.orejime-Modal-closeButton .orejime-CloseIcon{display:none}.webform-submission-guided-press-tours-form fieldset{margin:0;padding:0;border:0}.webform-submission-guided-press-tours-form>.form-wrapper,.webform-submission-guided-press-tours-form>.webform-confirmation{width:100%}@media (min-width:1000px){.webform-submission-guided-press-tours-form>.form-wrapper,.webform-submission-guided-press-tours-form>.webform-confirmation{width:50%}}.webform-submission-guided-press-tours-form .form-item-validation-notice{position:-webkit-sticky;position:sticky;display:none;top:0;right:0;left:0;margin-right:-50vw;margin-left:-50vw;width:100vw;padding:20px 0;background-color:#ff0;color:#1a1a1a;font-weight:700;z-index:5;-webkit-transition:.4s;transition:.4s}.webform-submission-guided-press-tours-form.show-validation-notice .form-item-validation-notice{display:block}.webform-submission-guided-press-tours-form .form-item-privacy{position:relative}.webform-submission-guided-press-tours-form .form-item-privacy label{position:absolute;top:0;right:0;left:0;bottom:0;font-size:0;z-index:1}.webform-submission-guided-press-tours-form .form-item-privacy .description{position:relative;z-index:2}.webform-submission-guided-press-tours-form .form-actions,.webform-submission-guided-press-tours-form .form-item-freelance{margin-top:40px}@media (min-width:600px){.webform-submission-guided-press-tours-form .form-actions,.webform-submission-guided-press-tours-form .form-item-freelance{margin-top:80px}}.webform-submission-guided-press-tours-form .fieldset-wrapper .form-type-processed-text{padding-left:0;font-weight:400;font-size:14px}@media (min-width:1360px){.webform-submission-guided-press-tours-form .fieldset-wrapper .form-type-processed-text{font-size:15px}}@media (min-width:1600px){.webform-submission-guided-press-tours-form .fieldset-wrapper .form-type-processed-text{font-size:17px}}@media (min-width:1780px){.webform-submission-guided-press-tours-form .fieldset-wrapper .form-type-processed-text{font-size:19px}}@media (min-width:2200px){.webform-submission-guided-press-tours-form .fieldset-wrapper .form-type-processed-text{font-size:21px}}.webform-submission-guided-press-tours-form .form-item-publication-date{border:1px solid #f2f2f2}.inverted .webform-submission-guided-press-tours-form .form-item-publication-date{border-color:#1a1a1a}.webform-submission-guided-press-tours-form .form-item-publication-date>input{background-image:url(/themes/custom/cob/dist/css/../images/arrow--down.svg);background-position:calc(100% - 12px) 50%;background-size:16px;background-repeat:no-repeat;border-color:transparent}.inverted .webform-submission-guided-press-tours-form .form-item-publication-date>input,.webform-submission-guided-press-tours-form .form-item-publication-date>input.error{background-image:url(/themes/custom/cob/dist/css/../images/arrow-black--down.svg)}.webform-submission-guided-press-tours-form .form-item-publication-date>input.datepicker-opened{background-image:url(/themes/custom/cob/dist/css/../images/arrow--up.svg)}.inverted .webform-submission-guided-press-tours-form .form-item-publication-date>input.datepicker-opened,.webform-submission-guided-press-tours-form .form-item-publication-date>input.datepicker-opened.error{background-image:url(/themes/custom/cob/dist/css/../images/arrow-black--up.svg)}.webform-submission-guided-press-tours-form .form-item-publication-date>label.error{display:none!important}.webform-submission-guided-press-tours-form select option{background-color:#1a1a1a;color:#f2f2f2}.inverted .webform-submission-guided-press-tours-form select option{background-color:#f2f2f2;color:#1a1a1a}.webform-submission-guided-press-tours-form .custom-datepiker-button{position:absolute;top:0;left:0;right:0;width:100%;height:40px;opacity:0;cursor:pointer;z-index:1}.webform-submission-competition-workshop-form,.webform-submission-talents-artist-form,.webform-submission-talents-theorist-form{margin-bottom:10px}@media (min-width:600px){.webform-submission-competition-workshop-form,.webform-submission-talents-artist-form,.webform-submission-talents-theorist-form{margin-bottom:20px}}.webform-submission-competition-workshop-form fieldset,.webform-submission-talents-artist-form fieldset,.webform-submission-talents-theorist-form fieldset{margin:0;padding:0;border:0}.webform-submission-competition-workshop-form fieldset.form-item,.webform-submission-talents-artist-form fieldset.form-item,.webform-submission-talents-theorist-form fieldset.form-item{margin-bottom:10px}@media (min-width:600px){.webform-submission-competition-workshop-form fieldset.form-item,.webform-submission-talents-artist-form fieldset.form-item,.webform-submission-talents-theorist-form fieldset.form-item{margin-bottom:20px}}.webform-submission-competition-workshop-form fieldset .fieldset-legend,.webform-submission-talents-artist-form fieldset .fieldset-legend,.webform-submission-talents-theorist-form fieldset .fieldset-legend{margin-bottom:10px;display:inline-block}@media (min-width:600px){.webform-submission-competition-workshop-form fieldset .fieldset-legend,.webform-submission-talents-artist-form fieldset .fieldset-legend,.webform-submission-talents-theorist-form fieldset .fieldset-legend{margin-bottom:20px}}.webform-submission-competition-workshop-form>.form-wrapper,.webform-submission-competition-workshop-form>.webform-confirmation,.webform-submission-talents-artist-form>.form-wrapper,.webform-submission-talents-artist-form>.webform-confirmation,.webform-submission-talents-theorist-form>.form-wrapper,.webform-submission-talents-theorist-form>.webform-confirmation{width:100%}@media (min-width:1000px){.webform-submission-competition-workshop-form>.form-wrapper,.webform-submission-competition-workshop-form>.webform-confirmation,.webform-submission-talents-artist-form>.form-wrapper,.webform-submission-talents-artist-form>.webform-confirmation,.webform-submission-talents-theorist-form>.form-wrapper,.webform-submission-talents-theorist-form>.webform-confirmation{width:50%}}.webform-submission-competition-workshop-form .form-item-validation-notice,.webform-submission-talents-artist-form .form-item-validation-notice,.webform-submission-talents-theorist-form .form-item-validation-notice{position:-webkit-sticky;position:sticky;z-index:5;top:0;right:0;left:0;margin-right:-50vw;margin-left:-50vw;padding:20px 0;display:none;width:100vw;font-weight:700;color:#1a1a1a;background-color:#ff0;-webkit-transition:.4s;transition:.4s}.webform-submission-competition-workshop-form.show-validation-notice .form-item-validation-notice,.webform-submission-talents-artist-form.show-validation-notice .form-item-validation-notice,.webform-submission-talents-theorist-form.show-validation-notice .form-item-validation-notice{display:block}.webform-submission-competition-workshop-form .form-item-privacy,.webform-submission-talents-artist-form .form-item-privacy,.webform-submission-talents-theorist-form .form-item-privacy{position:relative}.webform-submission-competition-workshop-form .form-item-privacy label,.webform-submission-talents-artist-form .form-item-privacy label,.webform-submission-talents-theorist-form .form-item-privacy label{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;font-size:0}.webform-submission-competition-workshop-form .form-item-privacy .description,.webform-submission-talents-artist-form .form-item-privacy .description,.webform-submission-talents-theorist-form .form-item-privacy .description{position:relative;z-index:2}.webform-submission-competition-workshop-form .form-actions,.webform-submission-competition-workshop-form .form-item-freelance,.webform-submission-talents-artist-form .form-actions,.webform-submission-talents-artist-form .form-item-freelance,.webform-submission-talents-theorist-form .form-actions,.webform-submission-talents-theorist-form .form-item-freelance{margin-top:40px}@media (min-width:600px){.webform-submission-competition-workshop-form .form-actions,.webform-submission-competition-workshop-form .form-item-freelance,.webform-submission-talents-artist-form .form-actions,.webform-submission-talents-artist-form .form-item-freelance,.webform-submission-talents-theorist-form .form-actions,.webform-submission-talents-theorist-form .form-item-freelance{margin-top:80px}}.webform-submission-competition-workshop-form .fieldset-wrapper .form-type-processed-text,.webform-submission-talents-artist-form .fieldset-wrapper .form-type-processed-text,.webform-submission-talents-theorist-form .fieldset-wrapper .form-type-processed-text{padding-left:0;font-weight:400;font-size:14px}@media (min-width:1360px){.webform-submission-competition-workshop-form .fieldset-wrapper .form-type-processed-text,.webform-submission-talents-artist-form .fieldset-wrapper .form-type-processed-text,.webform-submission-talents-theorist-form .fieldset-wrapper .form-type-processed-text{font-size:15px}}@media (min-width:1600px){.webform-submission-competition-workshop-form .fieldset-wrapper .form-type-processed-text,.webform-submission-talents-artist-form .fieldset-wrapper .form-type-processed-text,.webform-submission-talents-theorist-form .fieldset-wrapper .form-type-processed-text{font-size:17px}}@media (min-width:1780px){.webform-submission-competition-workshop-form .fieldset-wrapper .form-type-processed-text,.webform-submission-talents-artist-form .fieldset-wrapper .form-type-processed-text,.webform-submission-talents-theorist-form .fieldset-wrapper .form-type-processed-text{font-size:19px}}@media (min-width:2200px){.webform-submission-competition-workshop-form .fieldset-wrapper .form-type-processed-text,.webform-submission-talents-artist-form .fieldset-wrapper .form-type-processed-text,.webform-submission-talents-theorist-form .fieldset-wrapper .form-type-processed-text{font-size:21px}}.webform-submission-competition-workshop-form .form-item-publication-date,.webform-submission-talents-artist-form .form-item-publication-date,.webform-submission-talents-theorist-form .form-item-publication-date{border:1px solid #f2f2f2}.inverted .webform-submission-competition-workshop-form .form-item-publication-date,.inverted .webform-submission-talents-artist-form .form-item-publication-date,.inverted .webform-submission-talents-theorist-form .form-item-publication-date{border-color:#1a1a1a}.webform-submission-competition-workshop-form .form-item-publication-date>input,.webform-submission-talents-artist-form .form-item-publication-date>input,.webform-submission-talents-theorist-form .form-item-publication-date>input{background-image:url(/themes/custom/cob/dist/css/../images/arrow--down.svg);background-repeat:no-repeat;background-position:calc(100% - 12px) 50%;background-size:16px;border-color:transparent}.inverted .webform-submission-competition-workshop-form .form-item-publication-date>input,.inverted .webform-submission-talents-artist-form .form-item-publication-date>input,.inverted .webform-submission-talents-theorist-form .form-item-publication-date>input,.webform-submission-competition-workshop-form .form-item-publication-date>input.error,.webform-submission-talents-artist-form .form-item-publication-date>input.error,.webform-submission-talents-theorist-form .form-item-publication-date>input.error{background-image:url(/themes/custom/cob/dist/css/../images/arrow-black--down.svg)}.webform-submission-competition-workshop-form .form-item-publication-date>input.datepicker-opened,.webform-submission-talents-artist-form .form-item-publication-date>input.datepicker-opened,.webform-submission-talents-theorist-form .form-item-publication-date>input.datepicker-opened{background-image:url(/themes/custom/cob/dist/css/../images/arrow--up.svg)}.inverted .webform-submission-competition-workshop-form .form-item-publication-date>input.datepicker-opened,.inverted .webform-submission-talents-artist-form .form-item-publication-date>input.datepicker-opened,.inverted .webform-submission-talents-theorist-form .form-item-publication-date>input.datepicker-opened,.webform-submission-competition-workshop-form .form-item-publication-date>input.datepicker-opened.error,.webform-submission-talents-artist-form .form-item-publication-date>input.datepicker-opened.error,.webform-submission-talents-theorist-form .form-item-publication-date>input.datepicker-opened.error{background-image:url(/themes/custom/cob/dist/css/../images/arrow-black--up.svg)}.webform-submission-competition-workshop-form .form-item-publication-date>label.error,.webform-submission-talents-artist-form .form-item-publication-date>label.error,.webform-submission-talents-theorist-form .form-item-publication-date>label.error{display:none!important}.webform-submission-competition-workshop-form select option,.webform-submission-talents-artist-form select option,.webform-submission-talents-theorist-form select option{color:#f2f2f2;background-color:#1a1a1a}.inverted .webform-submission-competition-workshop-form select option,.inverted .webform-submission-talents-artist-form select option,.inverted .webform-submission-talents-theorist-form select option{color:#1a1a1a;background-color:#f2f2f2}.webform-submission-competition-workshop-form .custom-datepiker-button,.webform-submission-talents-artist-form .custom-datepiker-button,.webform-submission-talents-theorist-form .custom-datepiker-button{position:absolute;z-index:1;top:0;right:0;left:0;width:100%;height:40px;opacity:0;cursor:pointer}.webform-submission-competition-workshop-form .form-item-accept label,.webform-submission-talents-artist-form .form-item-accept label,.webform-submission-talents-theorist-form .form-item-accept label{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;font-size:0}.webform-submission-competition-workshop-form .form-item-accept .description,.webform-submission-talents-artist-form .form-item-accept .description,.webform-submission-talents-theorist-form .form-item-accept .description{position:relative;z-index:2}.webform-submission-competition-workshop-form .webform-managed-file-placeholder,.webform-submission-talents-artist-form .webform-managed-file-placeholder,.webform-submission-talents-theorist-form .webform-managed-file-placeholder{margin:0 0 10px}@media (min-width:600px){.webform-submission-competition-workshop-form .webform-managed-file-placeholder,.webform-submission-talents-artist-form .webform-managed-file-placeholder,.webform-submission-talents-theorist-form .webform-managed-file-placeholder{margin-bottom:20px}}.webform-submission-competition-workshop-form .form-file__custom-label,.webform-submission-competition-workshop-form .form-managed-file .button.form-submit,.webform-submission-talents-artist-form .form-file__custom-label,.webform-submission-talents-artist-form .form-managed-file .button.form-submit,.webform-submission-talents-theorist-form .form-file__custom-label,.webform-submission-talents-theorist-form .form-managed-file .button.form-submit{width:100%;text-align:left}@media (min-width:600px){.webform-submission-competition-workshop-form .form-file__custom-label,.webform-submission-competition-workshop-form .form-managed-file .button.form-submit,.webform-submission-talents-artist-form .form-file__custom-label,.webform-submission-talents-artist-form .form-managed-file .button.form-submit,.webform-submission-talents-theorist-form .form-file__custom-label,.webform-submission-talents-theorist-form .form-managed-file .button.form-submit{width:auto}}.webform-submission-competition-workshop-form .form-managed-file .button.form-submit,.webform-submission-talents-artist-form .form-managed-file .button.form-submit,.webform-submission-talents-theorist-form .form-managed-file .button.form-submit{margin-bottom:10px}@media (min-width:600px){.webform-submission-competition-workshop-form .form-managed-file .button.form-submit,.webform-submission-talents-artist-form .form-managed-file .button.form-submit,.webform-submission-talents-theorist-form .form-managed-file .button.form-submit{margin-bottom:20px}}.webform-submission-competition-workshop-form .messages,.webform-submission-talents-artist-form .messages,.webform-submission-talents-theorist-form .messages{display:block!important}.webform-submission-competition-workshop-form .messages.messages--error,.webform-submission-talents-artist-form .messages.messages--error,.webform-submission-talents-theorist-form .messages.messages--error{margin:10px 0;font-weight:700;color:#1a1a1a;background-color:#ff0;background-image:none;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.webform-submission-competition-workshop-form .error.form-managed-file,.webform-submission-talents-artist-form .error.form-managed-file,.webform-submission-talents-theorist-form .error.form-managed-file{padding-left:2px;border:1px solid #ff0}.config_pages--type--cloud-link{position:fixed;max-width:275px;width:100%;top:50%;left:50%;fill:#fff;z-index:9}.cloud-dash__bottom-left,.cloud-dash__bottom-right,.cloud-dash__top-left,.cloud-dash__top-right,.cloud-icon__bottom-left,.cloud-icon__bottom-right,.cloud-icon__top-left,.cloud-icon__top-right{opacity:0;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;pointer-events:none}.cloud-icon__top-left{-webkit-transform:translate(31%,37%);transform:translate(31%,37%)}.cloud-icon__top-right{-webkit-transform:translate(-34%,37%);transform:translate(-34%,37%)}.cloud-icon__bottom-right{-webkit-transform:translate(-34%,-33%);transform:translate(-34%,-33%)}.cloud-icon__bottom-left{-webkit-transform:translate(31%,-33%);transform:translate(31%,-33%)}.cloud-dash__top-left{-webkit-transform:translate(9%,9%);transform:translate(9%,9%)}.cloud-dash__top-right{-webkit-transform:translate(-9%,9%);transform:translate(-9%,9%)}.cloud-dash__bottom-left{-webkit-transform:translate(9%,-9%);transform:translate(9%,-9%)}.cloud-dash__bottom-right{-webkit-transform:translate(-9%,-9%);transform:translate(-9%,-9%)}.config_pages--type--cloud-link a{pointer-events:none}.config_pages--type--cloud-link a.hover{pointer-events:all}.config_pages--type--cloud-link a.hover .cloud-dash__bottom-left,.config_pages--type--cloud-link a.hover .cloud-dash__bottom-right,.config_pages--type--cloud-link a.hover .cloud-dash__top-left,.config_pages--type--cloud-link a.hover .cloud-dash__top-right,.config_pages--type--cloud-link a.hover .cloud-icon__bottom-left,.config_pages--type--cloud-link a.hover .cloud-icon__bottom-right,.config_pages--type--cloud-link a.hover .cloud-icon__top-left,.config_pages--type--cloud-link a.hover .cloud-icon__top-right{-webkit-transform:translate(0);transform:translate(0);opacity:1;pointer-events:all}.cloud-icon__pseudo-target{pointer-events:all}.network-icon .network-icon__dash,.network-icon .network-icon__orb{opacity:0;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;pointer-events:none}.hover .network-icon .network-icon__dash,.hover .network-icon .network-icon__orb{-webkit-transform:translate(0);transform:translate(0);opacity:1;pointer-events:all}.network-icon__dash--1{-webkit-transition-delay:0s;transition-delay:0s}.hover .network-icon__dash--1{-webkit-transition-delay:.3s;transition-delay:.3s}.network-icon__dash--2{-webkit-transition-delay:0s;transition-delay:0s}.hover .network-icon__dash--2{-webkit-transition-delay:.3s;transition-delay:.3s}.network-icon__pseudo-target{pointer-events:all}.network-icon--1 .network-icon__orb--1{-webkit-transform:translateY(17%);transform:translateY(17%);-webkit-transition-delay:0s;transition-delay:0s}.hover .network-icon--1 .network-icon__orb--1{-webkit-transition-delay:.3s;transition-delay:.3s}.network-icon--1 .network-icon__orb--2{-webkit-transform:translate(12%,-9%);transform:translate(12%,-9%);-webkit-transition-delay:0s;transition-delay:0s}.hover .network-icon--1 .network-icon__orb--2{-webkit-transition-delay:.3s;transition-delay:.3s}.network-icon--1 .network-icon__orb--3{-webkit-transform:translate(17%,-50%);transform:translate(17%,-50%)}.network-icon--1 .network-icon__orb--4{-webkit-transform:translate(-25%,30%);transform:translate(-25%,30%)}.network-icon--1 .network-icon__orb--5{-webkit-transform:translate(4%,25%);transform:translate(4%,25%)}.network-icon--1 .network-icon__orb--6{-webkit-transform:translate(33%,2%);transform:translate(33%,2%)}.network-icon--2 .network-icon__dash,.network-icon--2 .network-icon__orb{opacity:0;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;pointer-events:none}.hover .network-icon--2 .network-icon__dash,.hover .network-icon--2 .network-icon__orb{-webkit-transform:translate(0);transform:translate(0);opacity:1;pointer-events:all}.network-icon--2 .network-icon__orb--1{-webkit-transform:translate(-16%,-1%);transform:translate(-16%,-1%);-webkit-transition-delay:0s;transition-delay:0s}.hover .network-icon--2 .network-icon__orb--1{-webkit-transition-delay:.3s;transition-delay:.3s}.network-icon--2 .network-icon__orb--2{-webkit-transform:translate(1%,-19%);transform:translate(1%,-19%);-webkit-transition-delay:0s;transition-delay:0s}.hover .network-icon--2 .network-icon__orb--2{-webkit-transition-delay:.3s;transition-delay:.3s}.network-icon--2 .network-icon__orb--3{-webkit-transform:translate(30%,-2%);transform:translate(30%,-2%)}.network-icon--2 .network-icon__orb--4{-webkit-transform:translate(-11%,26%);transform:translate(-11%,26%)}.network-icon--2 .network-icon__orb--5{-webkit-transform:translate(43%,34%);transform:translate(43%,34%)}.network-icon--2 .network-icon__orb--6{-webkit-transform:translate(-13%,-19%);transform:translate(-13%,-19%)}.network-icon--3 .network-icon__dash,.network-icon--3 .network-icon__orb{opacity:0;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;pointer-events:none}.hover .network-icon--3 .network-icon__dash,.hover .network-icon--3 .network-icon__orb{-webkit-transform:translate(0);transform:translate(0);opacity:1;pointer-events:all}.network-icon--3 .network-icon__orb--1{-webkit-transform:translate(-18%,3%);transform:translate(-18%,3%);-webkit-transition-delay:0s;transition-delay:0s}.hover .network-icon--3 .network-icon__orb--1{-webkit-transition-delay:.3s;transition-delay:.3s}.network-icon--3 .network-icon__orb--2{-webkit-transform:translate(3%,15%);transform:translate(3%,15%);-webkit-transition-delay:0s;transition-delay:0s}.hover .network-icon--3 .network-icon__orb--2{-webkit-transition-delay:.3s;transition-delay:.3s}.network-icon--3 .network-icon__orb--3{-webkit-transform:translate(13%,15%);transform:translate(13%,15%)}.network-icon--3 .network-icon__orb--4{-webkit-transform:translate(-40%,-9%);transform:translate(-40%,-9%)}.network-icon--3 .network-icon__orb--5{-webkit-transform:translate(-8%,44%);transform:translate(-8%,44%)}.network-icon--3 .network-icon__orb--6{-webkit-transform:translate(-38%,26%);transform:translate(-38%,26%)}.network-icon--4 .network-icon__dash,.network-icon--4 .network-icon__orb{opacity:0;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;pointer-events:none}.hover .network-icon--4 .network-icon__dash,.hover .network-icon--4 .network-icon__orb{-webkit-transform:translate(0);transform:translate(0);opacity:1;pointer-events:all}.network-icon--4 .network-icon__orb--1{-webkit-transform:translate(33%,6%);transform:translate(33%,6%);-webkit-transition-delay:0s;transition-delay:0s}.hover .network-icon--4 .network-icon__orb--1{-webkit-transition-delay:.3s;transition-delay:.3s}.network-icon--4 .network-icon__orb--2{-webkit-transform:translate(16%,-19%);transform:translate(16%,-19%);-webkit-transition-delay:0s;transition-delay:0s}.hover .network-icon--4 .network-icon__orb--2{-webkit-transition-delay:.3s;transition-delay:.3s}.network-icon--4 .network-icon__orb--3{-webkit-transform:translate(-8%,-14%);transform:translate(-8%,-14%)}.network-icon--4 .network-icon__orb--4{-webkit-transform:translate(-15%,31%);transform:translate(-15%,31%)}.network-icon--4 .network-icon__orb--5{-webkit-transform:translate(9%,26%);transform:translate(9%,26%)}.network-icon--4 .network-icon__orb--6{-webkit-transform:translate(22%,-6%);transform:translate(22%,-6%)}.webform-submission-crespo-award-form fieldset,.webform-submission-nominations-crespo-award-form fieldset,.webform-submission-nominations-form fieldset{margin:0 0 10px;padding:0;border:0}.webform-submission-crespo-award-form fieldset:last-of-type,.webform-submission-nominations-crespo-award-form fieldset:last-of-type,.webform-submission-nominations-form fieldset:last-of-type{margin:0}.webform-submission-crespo-award-form fieldset legend,.webform-submission-nominations-crespo-award-form fieldset legend,.webform-submission-nominations-form fieldset legend{margin-bottom:10px;font-weight:700}.webform-submission-crespo-award-form #edit-wrapper>legend .fieldset-legend,.webform-submission-nominations-crespo-award-form #edit-wrapper>legend .fieldset-legend,.webform-submission-nominations-form #edit-wrapper>legend .fieldset-legend{display:none}.webform-submission-crespo-award-form>.form-wrapper,.webform-submission-crespo-award-form>.webform-confirmation,.webform-submission-nominations-crespo-award-form>.form-wrapper,.webform-submission-nominations-crespo-award-form>.webform-confirmation,.webform-submission-nominations-form>.form-wrapper,.webform-submission-nominations-form>.webform-confirmation{width:100%}@media (min-width:1000px){.webform-submission-crespo-award-form>.form-wrapper,.webform-submission-crespo-award-form>.webform-confirmation,.webform-submission-nominations-crespo-award-form>.form-wrapper,.webform-submission-nominations-crespo-award-form>.webform-confirmation,.webform-submission-nominations-form>.form-wrapper,.webform-submission-nominations-form>.webform-confirmation{width:50%}}.webform-submission-crespo-award-form>.form-wrapper>.form-type-processed-text,.webform-submission-nominations-crespo-award-form>.form-wrapper>.form-type-processed-text,.webform-submission-nominations-form>.form-wrapper>.form-type-processed-text{font-size:14px}@media (min-width:1360px){.webform-submission-crespo-award-form>.form-wrapper>.form-type-processed-text,.webform-submission-nominations-crespo-award-form>.form-wrapper>.form-type-processed-text,.webform-submission-nominations-form>.form-wrapper>.form-type-processed-text{font-size:15px}}@media (min-width:1600px){.webform-submission-crespo-award-form>.form-wrapper>.form-type-processed-text,.webform-submission-nominations-crespo-award-form>.form-wrapper>.form-type-processed-text,.webform-submission-nominations-form>.form-wrapper>.form-type-processed-text{font-size:17px}}@media (min-width:1780px){.webform-submission-crespo-award-form>.form-wrapper>.form-type-processed-text,.webform-submission-nominations-crespo-award-form>.form-wrapper>.form-type-processed-text,.webform-submission-nominations-form>.form-wrapper>.form-type-processed-text{font-size:19px}}@media (min-width:2200px){.webform-submission-crespo-award-form>.form-wrapper>.form-type-processed-text,.webform-submission-nominations-crespo-award-form>.form-wrapper>.form-type-processed-text,.webform-submission-nominations-form>.form-wrapper>.form-type-processed-text{font-size:21px}}.webform-submission-crespo-award-form .fieldset-wrapper .form-type-processed-text,.webform-submission-nominations-crespo-award-form .fieldset-wrapper .form-type-processed-text,.webform-submission-nominations-form .fieldset-wrapper .form-type-processed-text{padding-left:34px;font-weight:300;padding-left:0;font-weight:400;font-size:14px}@media (min-width:1360px){.webform-submission-crespo-award-form .fieldset-wrapper .form-type-processed-text,.webform-submission-nominations-crespo-award-form .fieldset-wrapper .form-type-processed-text,.webform-submission-nominations-form .fieldset-wrapper .form-type-processed-text{font-size:15px}}@media (min-width:1600px){.webform-submission-crespo-award-form .fieldset-wrapper .form-type-processed-text,.webform-submission-nominations-crespo-award-form .fieldset-wrapper .form-type-processed-text,.webform-submission-nominations-form .fieldset-wrapper .form-type-processed-text{font-size:17px}}@media (min-width:1780px){.webform-submission-crespo-award-form .fieldset-wrapper .form-type-processed-text,.webform-submission-nominations-crespo-award-form .fieldset-wrapper .form-type-processed-text,.webform-submission-nominations-form .fieldset-wrapper .form-type-processed-text{font-size:19px}}@media (min-width:2200px){.webform-submission-crespo-award-form .fieldset-wrapper .form-type-processed-text,.webform-submission-nominations-crespo-award-form .fieldset-wrapper .form-type-processed-text,.webform-submission-nominations-form .fieldset-wrapper .form-type-processed-text{font-size:21px}}.webform-submission-crespo-award-form table,.webform-submission-nominations-crespo-award-form table,.webform-submission-nominations-form table{display:block}.webform-submission-crespo-award-form table thead,.webform-submission-nominations-crespo-award-form table thead,.webform-submission-nominations-form table thead{display:none}.webform-submission-crespo-award-form tbody,.webform-submission-crespo-award-form tbody td,.webform-submission-crespo-award-form tbody tr,.webform-submission-nominations-crespo-award-form tbody,.webform-submission-nominations-crespo-award-form tbody td,.webform-submission-nominations-crespo-award-form tbody tr,.webform-submission-nominations-form tbody,.webform-submission-nominations-form tbody td,.webform-submission-nominations-form tbody tr{display:block}.webform-submission-crespo-award-form .form-actions,.webform-submission-nominations-crespo-award-form .form-actions,.webform-submission-nominations-form .form-actions{margin-top:40px}@media (min-width:600px){.webform-submission-crespo-award-form .form-actions,.webform-submission-nominations-crespo-award-form .form-actions,.webform-submission-nominations-form .form-actions{margin-top:80px}}.webform-submission-crespo-award-form label.error,.webform-submission-nominations-crespo-award-form label.error,.webform-submission-nominations-form label.error{display:block}.webform-submission-crespo-award-form .form-date::-webkit-calendar-picker-indicator,.webform-submission-nominations-crespo-award-form .form-date::-webkit-calendar-picker-indicator,.webform-submission-nominations-form .form-date::-webkit-calendar-picker-indicator{-webkit-filter:invert(.7);filter:invert(.7)}.webform-submission-crespo-award-form .form-date.error::-webkit-calendar-picker-indicator,.webform-submission-nominations-crespo-award-form .form-date.error::-webkit-calendar-picker-indicator,.webform-submission-nominations-form .form-date.error::-webkit-calendar-picker-indicator{-webkit-filter:invert(.3);filter:invert(.3)}.webform-submission-crespo-award-form .form-type-date>label.error,.webform-submission-nominations-crespo-award-form .form-type-date>label.error,.webform-submission-nominations-form .form-type-date>label.error{display:none!important}.webform-submission-crespo-award-form .form-type-date label.error,.webform-submission-nominations-crespo-award-form .form-type-date label.error,.webform-submission-nominations-form .form-type-date label.error{display:block}.webform-submission-crespo-award-form .webform-element-description,.webform-submission-nominations-crespo-award-form .webform-element-description,.webform-submission-nominations-form .webform-element-description{font-size:14px;margin-top:6px}@media (min-width:1360px){.webform-submission-crespo-award-form .webform-element-description,.webform-submission-nominations-crespo-award-form .webform-element-description,.webform-submission-nominations-form .webform-element-description{font-size:15px}}@media (min-width:1600px){.webform-submission-crespo-award-form .webform-element-description,.webform-submission-nominations-crespo-award-form .webform-element-description,.webform-submission-nominations-form .webform-element-description{font-size:17px}}@media (min-width:1780px){.webform-submission-crespo-award-form .webform-element-description,.webform-submission-nominations-crespo-award-form .webform-element-description,.webform-submission-nominations-form .webform-element-description{font-size:19px}}@media (min-width:2200px){.webform-submission-crespo-award-form .webform-element-description,.webform-submission-nominations-crespo-award-form .webform-element-description,.webform-submission-nominations-form .webform-element-description{font-size:21px}}.webform-submission-crespo-award-form .webform-multiple-add input[type=submit],.webform-submission-nominations-crespo-award-form .webform-multiple-add input[type=submit],.webform-submission-nominations-form .webform-multiple-add input[type=submit]{width:auto}.webform-submission-crespo-award-form .webform-multiple-table td input[type=image],.webform-submission-nominations-crespo-award-form .webform-multiple-table td input[type=image],.webform-submission-nominations-form .webform-multiple-table td input[type=image]{opacity:.6;border:1px solid #f2f2f2;-webkit-filter:invert(.6);filter:invert(.6)}.webform-submission-crespo-award-form .webform-multiple-table td input[type=image]:hover,.webform-submission-nominations-crespo-award-form .webform-multiple-table td input[type=image]:hover,.webform-submission-nominations-form .webform-multiple-table td input[type=image]:hover{opacity:1}.webform-submission-crespo-award-form .webform-multiple-table--operations,.webform-submission-nominations-crespo-award-form .webform-multiple-table--operations,.webform-submission-nominations-form .webform-multiple-table--operations{position:relative!important;top:auto!important;right:auto!important;margin-bottom:14px}@media (min-width:600px){.webform-submission-crespo-award-form .webform-multiple-table--operations,.webform-submission-nominations-crespo-award-form .webform-multiple-table--operations,.webform-submission-nominations-form .webform-multiple-table--operations{margin-bottom:20px}}.webform-submission-crespo-award-form .webform-multiple-table-responsive td,.webform-submission-crespo-award-form .webform-multiple-table-responsive tr,.webform-submission-nominations-crespo-award-form .webform-multiple-table-responsive td,.webform-submission-nominations-crespo-award-form .webform-multiple-table-responsive tr,.webform-submission-nominations-form .webform-multiple-table-responsive td,.webform-submission-nominations-form .webform-multiple-table-responsive tr{padding:0}.webform-submission-crespo-award-form label.visually-hidden,.webform-submission-nominations-crespo-award-form label.visually-hidden,.webform-submission-nominations-form label.visually-hidden{display:none!important}.webform-submission-crespo-award-form .form-item-validation-notice,.webform-submission-nominations-crespo-award-form .form-item-validation-notice,.webform-submission-nominations-form .form-item-validation-notice{position:-webkit-sticky;position:sticky;z-index:5;top:0;right:0;left:0;margin-right:-50vw;margin-left:-50vw;padding:20px 3vw;display:none;width:100vw;font-weight:700;color:#1a1a1a;background-color:#ff0;-webkit-transition:.4s;transition:.4s;line-height:23px}@media (min-width:1000px){.webform-submission-crespo-award-form .form-item-validation-notice,.webform-submission-nominations-crespo-award-form .form-item-validation-notice,.webform-submission-nominations-form .form-item-validation-notice{right:50%;left:50%}}@media (min-width:1360px){.webform-submission-crespo-award-form .form-item-validation-notice,.webform-submission-nominations-crespo-award-form .form-item-validation-notice,.webform-submission-nominations-form .form-item-validation-notice{line-height:33px}}.webform-submission-crespo-award-form.show-validation-notice .form-item-validation-notice,.webform-submission-nominations-crespo-award-form.show-validation-notice .form-item-validation-notice,.webform-submission-nominations-form.show-validation-notice .form-item-validation-notice{display:block}.webform-submission-crespo-award-form .custom-datepiker-button,.webform-submission-nominations-crespo-award-form .custom-datepiker-button,.webform-submission-nominations-form .custom-datepiker-button{position:absolute;z-index:1;top:0;right:0;left:0;width:100%;height:40px;opacity:0;cursor:pointer}.webform-submission-crespo-award-form .text-count-message,.webform-submission-nominations-crespo-award-form .text-count-message,.webform-submission-nominations-form .text-count-message{font-size:16px;line-height:20px}.webform-submission-crespo-award-form .form-type-webform-document-file .webform-document-file-placeholder,.webform-submission-nominations-crespo-award-form .form-type-webform-document-file .webform-document-file-placeholder,.webform-submission-nominations-form .form-type-webform-document-file .webform-document-file-placeholder{display:block;margin-bottom:14px;font-size:18px;line-height:23px}@media (min-width:1360px){.webform-submission-crespo-award-form .form-type-webform-document-file .webform-document-file-placeholder,.webform-submission-nominations-crespo-award-form .form-type-webform-document-file .webform-document-file-placeholder,.webform-submission-nominations-form .form-type-webform-document-file .webform-document-file-placeholder{font-size:20px;line-height:25px}}@media (min-width:1600px){.webform-submission-crespo-award-form .form-type-webform-document-file .webform-document-file-placeholder,.webform-submission-nominations-crespo-award-form .form-type-webform-document-file .webform-document-file-placeholder,.webform-submission-nominations-form .form-type-webform-document-file .webform-document-file-placeholder{font-size:24px;line-height:30px}}.webform-submission-crespo-award-form .form-type-webform-document-file .form-file__custom-label,.webform-submission-nominations-crespo-award-form .form-type-webform-document-file .form-file__custom-label,.webform-submission-nominations-form .form-type-webform-document-file .form-file__custom-label{margin-bottom:0}.webform-submission-crespo-award-form .form-type-webform-document-file .description .webform-element-description,.webform-submission-nominations-crespo-award-form .form-type-webform-document-file .description .webform-element-description,.webform-submission-nominations-form .form-type-webform-document-file .description .webform-element-description{font-size:14px;line-height:18px}.webform-submission-crespo-award-form .webform-address--wrapper,.webform-submission-nominations-crespo-award-form .webform-address--wrapper,.webform-submission-nominations-form .webform-address--wrapper{margin-bottom:10px!important}@media (min-width:600px){.webform-submission-crespo-award-form .webform-address--wrapper,.webform-submission-nominations-crespo-award-form .webform-address--wrapper,.webform-submission-nominations-form .webform-address--wrapper{margin-bottom:20px!important}}.webform-submission-crespo-award-form .webform-address--wrapper legend,.webform-submission-nominations-crespo-award-form .webform-address--wrapper legend,.webform-submission-nominations-form .webform-address--wrapper legend{margin-bottom:0}.webform-submission-crespo-award-form .legend .fieldset-legend,.webform-submission-nominations-crespo-award-form .legend .fieldset-legend,.webform-submission-nominations-form .legend .fieldset-legend{line-height:23px}@media (min-width:1360px){.webform-submission-crespo-award-form .legend .fieldset-legend,.webform-submission-nominations-crespo-award-form .legend .fieldset-legend,.webform-submission-nominations-form .legend .fieldset-legend{line-height:28px}}@media (min-width:1600px){.webform-submission-crespo-award-form .legend .fieldset-legend,.webform-submission-nominations-crespo-award-form .legend .fieldset-legend,.webform-submission-nominations-form .legend .fieldset-legend{line-height:33px}}.webform-submission-crespo-award-form .form-item-data-privacy,.webform-submission-nominations-crespo-award-form .form-item-data-privacy,.webform-submission-nominations-form .form-item-data-privacy{margin-top:20px}.webform-submission-crespo-award-form .form-item-data-privacy label,.webform-submission-nominations-crespo-award-form .form-item-data-privacy label,.webform-submission-nominations-form .form-item-data-privacy label{font-size:0;position:absolute;width:100%;height:100%}.webform-submission-crespo-award-form .form-item-data-privacy .webform-element-description,.webform-submission-nominations-crespo-award-form .form-item-data-privacy .webform-element-description,.webform-submission-nominations-form .form-item-data-privacy .webform-element-description{margin-top:0}.webform-submission-crespo-award-form .form-item-data-privacy .webform-element-description a,.webform-submission-nominations-crespo-award-form .form-item-data-privacy .webform-element-description a,.webform-submission-nominations-form .form-item-data-privacy .webform-element-description a{position:relative;z-index:5}.webform-submission-crespo-award-form .form-item-data-privacy input[type=checkbox]+label:before,.webform-submission-nominations-crespo-award-form .form-item-data-privacy input[type=checkbox]+label:before,.webform-submission-nominations-form .form-item-data-privacy input[type=checkbox]+label:before{top:0;left:-34px}@media (min-width:1600px){.webform-submission-crespo-award-form .form-item-data-privacy input[type=checkbox]+label:before,.webform-submission-nominations-crespo-award-form .form-item-data-privacy input[type=checkbox]+label:before,.webform-submission-nominations-form .form-item-data-privacy input[type=checkbox]+label:before{top:3px}}.webform-submission-crespo-award-form .form-item-data-privacy input[type=checkbox]+label:after,.webform-submission-nominations-crespo-award-form .form-item-data-privacy input[type=checkbox]+label:after,.webform-submission-nominations-form .form-item-data-privacy input[type=checkbox]+label:after{top:3px;left:-26px}@media (min-width:1600px){.webform-submission-crespo-award-form .form-item-data-privacy input[type=checkbox]+label:after,.webform-submission-nominations-crespo-award-form .form-item-data-privacy input[type=checkbox]+label:after,.webform-submission-nominations-form .form-item-data-privacy input[type=checkbox]+label:after{top:6px}}.webform-submission-crespo-award-form .webform-file-button,.webform-submission-crespo-award-form .webform-managed-file-placeholder,.webform-submission-crespo-award-form .webform-managed-file-preview,.webform-submission-nominations-crespo-award-form .webform-file-button,.webform-submission-nominations-crespo-award-form .webform-managed-file-placeholder,.webform-submission-nominations-crespo-award-form .webform-managed-file-preview,.webform-submission-nominations-form .webform-file-button,.webform-submission-nominations-form .webform-managed-file-placeholder,.webform-submission-nominations-form .webform-managed-file-preview{margin:0}.webform-submission-crespo-award-form textarea,.webform-submission-nominations-crespo-award-form textarea,.webform-submission-nominations-form textarea{line-height:23px}@media (min-width:1360px){.webform-submission-crespo-award-form textarea,.webform-submission-nominations-crespo-award-form textarea,.webform-submission-nominations-form textarea{line-height:27px}}@media (min-width:1600px){.webform-submission-crespo-award-form textarea,.webform-submission-nominations-crespo-award-form textarea,.webform-submission-nominations-form textarea{line-height:31px}}.webform-submission-crespo-award-form .form-select option,.webform-submission-nominations-crespo-award-form .form-select option,.webform-submission-nominations-form .form-select option{background-color:#1a1a1a;color:#f2f2f2}.webform-submission-crespo-award-form .form-file__custom-label,.webform-submission-nominations-crespo-award-form .form-file__custom-label,.webform-submission-nominations-form .form-file__custom-label{line-height:23px}@media (min-width:1360px){.webform-submission-crespo-award-form .form-file__custom-label,.webform-submission-nominations-crespo-award-form .form-file__custom-label,.webform-submission-nominations-form .form-file__custom-label{line-height:27px}}@media (min-width:1600px){.webform-submission-crespo-award-form .form-file__custom-label,.webform-submission-nominations-crespo-award-form .form-file__custom-label,.webform-submission-nominations-form .form-file__custom-label{line-height:31px}}.webform-submission-crespo-award-form .webform-image-file-placeholder,.webform-submission-nominations-crespo-award-form .webform-image-file-placeholder,.webform-submission-nominations-form .webform-image-file-placeholder{font-weight:400;margin-bottom:14px}.webform-submission-crespo-award-form .form-type-webform-image-file .form-file__custom-label,.webform-submission-nominations-crespo-award-form .form-type-webform-image-file .form-file__custom-label,.webform-submission-nominations-form .form-type-webform-image-file .form-file__custom-label{margin-bottom:0}.webform-submission-crespo-award-form .form-type-webform-image-file .description .webform-element-description,.webform-submission-nominations-crespo-award-form .form-type-webform-image-file .description .webform-element-description,.webform-submission-nominations-form .form-type-webform-image-file .description .webform-element-description{font-size:14px;line-height:18px}.crespo-award-visual-references-fieldset .form-item-visuals-desc{font-size:16px;line-height:20px}@media (min-width:1600px){.crespo-award-visual-references-fieldset .form-item-visuals-desc{font-size:19px;line-height:24px}}.crespo-award-visual-references-fieldset .form-type-webform-image-file label{display:block;margin-bottom:14px;font-size:18px;line-height:23px}@media (min-width:1360px){.crespo-award-visual-references-fieldset .form-type-webform-image-file label{font-size:20px;line-height:25px}}@media (min-width:1600px){.crespo-award-visual-references-fieldset .form-type-webform-image-file label{font-size:24px;line-height:30px}}.crespo-award-visual-references-fieldset .form-type-webform-image-file .form-file__custom-label{margin-bottom:0}.crespo-award-visual-references-fieldset .form-type-webform-image-file .description .webform-element-description{font-size:14px;line-height:18px}.crespo-award-visual-references-fieldset .form-type-textarea label{display:none}.crespo-award-visual-references-fieldset legend{font-weight:400!important}.crespo-award-portfolios-fieldset .form-type-webform-document-file label{display:block;margin-bottom:14px;font-size:18px;line-height:23px}@media (min-width:1360px){.crespo-award-portfolios-fieldset .form-type-webform-document-file label{font-size:20px;line-height:25px}}@media (min-width:1600px){.crespo-award-portfolios-fieldset .form-type-webform-document-file label{font-size:24px;line-height:30px}}.crespo-award-portfolios-fieldset .form-type-webform-document-file .form-file__custom-label{margin-bottom:0}.crespo-award-portfolios-fieldset .form-type-webform-document-file .description .webform-element-description{font-size:14px;line-height:18px}.crespo-award-portfolios-fieldset .form-type-webform-document-file .webform-document-file .webform-document-file-placeholder{font-size:16px;line-height:20px}@media (min-width:1600px){.crespo-award-portfolios-fieldset .form-type-webform-document-file .webform-document-file .webform-document-file-placeholder{font-size:19px;line-height:24px}}.adminimal-admin-toolbar.toolbar-fixed .view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.sticky{top:40px}.adminimal-admin-toolbar.toolbar-fixed .view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.sticky.scroll-down{top:72px}@media (min-width:760px){.adminimal-admin-toolbar.toolbar-fixed .view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.sticky.scroll-down{top:40px}}.adminimal-admin-toolbar.toolbar-fixed.toolbar-horizontal .view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.sticky{top:78px}.adminimal-admin-toolbar.toolbar-fixed.toolbar-horizontal .view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.sticky.scroll-down{top:72px}@media (min-width:760px){.adminimal-admin-toolbar.toolbar-fixed.toolbar-horizontal .view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.sticky.scroll-down{top:78px}}@media (min-width:1600px){.adminimal-admin-toolbar.toolbar-fixed.toolbar-horizontal .view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.sticky.scroll-down{top:65px}}@media (min-width:1000px){.view-exhibition .view-content{margin-right:-40px;margin-left:-40px;display:block}}.view-exhibition .field--name-field-teaser-image{margin-bottom:3vw}@media (min-width:600px){.view-exhibition .field--name-field-teaser-image{margin-bottom:0}}@media (min-width:1000px){.view-exhibition .field--name-field-teaser-image{margin-bottom:1.5vw}}.view-exhibition .field--name-field-media-image img{width:100%;height:auto}.view-exhibition .field--name-title{margin-bottom:3vw;display:block;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:1360px){.view-exhibition .field--name-title{font-size:40px}}@media (min-width:1600px){.view-exhibition .field--name-title{font-size:47px}}@media (min-width:1780px){.view-exhibition .field--name-title{font-size:52px}}@media (min-width:2200px){.view-exhibition .field--name-title{font-size:58px}}@media (min-width:600px){.view-exhibition .field--name-title{margin-bottom:1.5vw}}.view-exhibition .field--name-field-subtitle{font-weight:300}.view-exhibition .field--name-field-date-and-time{font-weight:700}@media (min-width:1000px){.view-exhibition.view-display-id-block_1 .unslick .slick__slide,.view-exhibition.view-display-id-block_2 .unslick .slick__slide{width:calc(33% - 80px);margin-left:40px}}.view-exhibition.view-display-id-block_1 .slick-track,.view-exhibition.view-display-id-block_2 .slick-track{text-align:left;width:100%!important}@media (min-width:1000px){.view-exhibition.view-display-id-block_1 .slick-track,.view-exhibition.view-display-id-block_2 .slick-track{width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;min-width:100%}}.view-exhibition.view-display-id-block_1 .slick-track .slick-slide,.view-exhibition.view-display-id-block_2 .slick-track .slick-slide{margin-bottom:6vw;cursor:pointer;min-width:100%}@media (min-width:1000px){.view-exhibition.view-display-id-block_1 .slick-track .slick-slide,.view-exhibition.view-display-id-block_2 .slick-track .slick-slide{padding:0 40px;margin-bottom:0;min-width:auto}}@media (min-width:1000px){.view-exhibition.view-display-id-block_1 .slick__arrow,.view-exhibition.view-display-id-block_2 .slick__arrow{top:2vw}}@media (min-width:600px){.view-exhibition.view-display-id-block_1 .node__content,.view-exhibition.view-display-id-block_2 .node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (min-width:1000px){.view-exhibition.view-display-id-block_1 .node__content,.view-exhibition.view-display-id-block_2 .node__content{display:block}}.view-exhibition.view-display-id-block_1 .exhibition-dynamic-block--image,.view-exhibition.view-display-id-block_2 .exhibition-dynamic-block--image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width:600px){.view-exhibition.view-display-id-block_1 .exhibition-dynamic-block--info,.view-exhibition.view-display-id-block_2 .exhibition-dynamic-block--info{margin-right:46px;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media (min-width:600px){.view-exhibition.view-display-id-block_3{margin-top:-4.5vw}}.view-exhibition.view-display-id-block_3 .view-empty{padding:60px 0}.view-exhibition.view-display-id-block_3 .view-content{margin-right:auto;margin-bottom:20px;margin-left:auto;max-width:1130px}@media (min-width:600px){.view-exhibition.view-display-id-block_3 .view-content{margin-bottom:0}}@media (min-width:1360px){.view-exhibition.view-display-id-block_3 .view-content{max-width:78.5%}}.view-exhibition.view-display-id-block_3 .view-content>.views-row{margin-right:0;margin-bottom:3vw;margin-left:0;width:100%}@media (min-width:600px){.view-exhibition.view-display-id-block_3 .view-content>.views-row{margin-bottom:6vw}}.view-exhibition.view-display-id-block_3 .view-content .layout--twocol-section.layout--twocol-section--50-50{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:600px){.view-exhibition.view-display-id-block_3 .view-content .layout--twocol-section.layout--twocol-section--50-50{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width:600px){.view-exhibition.view-display-id-block_3 .view-content .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first,.view-exhibition.view-display-id-block_3 .view-content .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{padding-right:20px;padding-left:20px}}.view-exhibition.view-display-id-block_3 .view-content .node--view-mode-exhibition-image-right .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width:600px){.view-exhibition.view-display-id-block_3 .view-content .node--view-mode-exhibition-image-right .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first{padding-left:30px;-webkit-box-flex:0;-ms-flex:0 1 43%;flex:0 1 43%;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.view-exhibition.view-display-id-block_3 .view-content .node--view-mode-exhibition-image-right .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{margin-bottom:10px;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}@media (min-width:600px){.view-exhibition.view-display-id-block_3 .view-content .node--view-mode-exhibition-image-right .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 1 57%;flex:0 1 57%}}.view-exhibition.view-display-id-block_3 .view-content .node--view-mode-exhibition-image-left .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first{margin-bottom:10px;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}@media (min-width:600px){.view-exhibition.view-display-id-block_3 .view-content .node--view-mode-exhibition-image-left .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 1 57%;flex:0 1 57%}}.view-exhibition.view-display-id-block_3 .view-content .node--view-mode-exhibition-image-left .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}@media (min-width:600px){.view-exhibition.view-display-id-block_3 .view-content .node--view-mode-exhibition-image-left .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{-webkit-box-flex:0;-ms-flex:0 1 43%;flex:0 1 43%}}.view-exhibition.view-display-id-block_3 .view-content .field--name-field-teaser-image{margin-bottom:0}.view-exhibition.view-display-id-block_3 .view-content .field--name-title,.view-exhibition.view-display-id-block_3 .view-content .field--name-title h2{margin-bottom:10px;line-height:1;font-weight:900;font-size:30px}@media (min-width:600px){.view-exhibition.view-display-id-block_3 .view-content .field--name-title,.view-exhibition.view-display-id-block_3 .view-content .field--name-title h2{font-size:30px}}@media (min-width:1000px){.view-exhibition.view-display-id-block_3 .view-content .field--name-title,.view-exhibition.view-display-id-block_3 .view-content .field--name-title h2{font-size:48px}}@media (min-width:1360px){.view-exhibition.view-display-id-block_3 .view-content .field--name-title,.view-exhibition.view-display-id-block_3 .view-content .field--name-title h2{font-size:60px}}@media (min-width:1600px){.view-exhibition.view-display-id-block_3 .view-content .field--name-title,.view-exhibition.view-display-id-block_3 .view-content .field--name-title h2{font-size:71px}}@media (min-width:1780px){.view-exhibition.view-display-id-block_3 .view-content .field--name-title,.view-exhibition.view-display-id-block_3 .view-content .field--name-title h2{font-size:78px}}@media (min-width:2200px){.view-exhibition.view-display-id-block_3 .view-content .field--name-title,.view-exhibition.view-display-id-block_3 .view-content .field--name-title h2{font-size:87px}}@media (min-width:600px){.view-exhibition.view-display-id-block_3 .view-content .field--name-title,.view-exhibition.view-display-id-block_3 .view-content .field--name-title h2{margin-bottom:15px}}.view-exhibition.view-display-id-block_4{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:600px){.view-exhibition.view-display-id-block_4{display:block}}.view-exhibition.view-display-id-block_4 .view-content{margin:0 auto;display:block;width:100%;max-width:480px}.view-exhibition.view-display-id-block_4 .view-header{margin-top:20px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width:600px){.view-exhibition.view-display-id-block_4 .view-header{position:absolute;right:0;bottom:calc(100% + 3vw);margin-top:0}}.view-exhibition.view-display-id-block_4 .view-header a{display:inline-block;font-weight:700}.view-exhibition.view-display-id-block_4 .view-header a:after{padding-left:.3em;display:inline-block;width:1.7em;height:1.2em;vertical-align:middle;content:"";background-image:url(/themes/custom/cob/dist/css/../images/link-right.svg);background-repeat:no-repeat;background-position:100%;background-size:contain}.inverted .view-exhibition.view-display-id-block_4 .view-header a:after{-webkit-filter:invert(1);filter:invert(1)}.view-exhibition.view-display-id-block_5{position:relative;margin-top:-75px;padding-top:75px}@media (min-width:600px){.view-exhibition.view-display-id-block_5{margin-top:-120px;padding-top:100px}}@media (min-width:1000px){.view-exhibition.view-display-id-block_5{margin-top:-130px;padding-top:120px}}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1{position:absolute;z-index:5;top:12px;right:0;padding-top:12px;padding-bottom:12px;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;max-width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#1a1a1a;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-property:max-width;transition-property:max-width}@media (min-width:500px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1{top:5px}}@media (min-width:600px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1{top:37px}}@media (min-width:800px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1{top:31px}}@media (min-width:1000px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1{top:12px}}@media (min-width:1360px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1{top:-10px}}@media (min-width:1600px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1{top:-27px}}@media (min-width:1780px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1{top:-57px}}@media (min-width:2200px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1{top:-77px}}@media (min-width:3000px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1{top:-120px}}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.full-size{width:100%;max-width:1000px}@media (min-width:1000px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.full-size{width:auto;max-width:none}}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-display-id-attachment_1-block{margin:0 auto;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;max-width:1440px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:700;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-property:max-width;transition-property:max-width}@media (min-width:1600px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-display-id-attachment_1-block{max-width:2520px}}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .selected-year{-webkit-transition-duration:.15s;transition-duration:.15s}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .selected-year.hide-up{-webkit-transition-duration:0s;transition-duration:0s;-webkit-transform:scaleY(.1) translateY(180px);transform:scaleY(.1) translateY(180px)}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .selected-year.hide-down{-webkit-transition-duration:0s;transition-duration:0s;-webkit-transform:scaleY(.1) translateY(-180px);transform:scaleY(.1) translateY(-180px)}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content--wrapper{overflow:hidden;height:1.25em;position:relative}@media (min-width:1000px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content--wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content--wrapper:before{position:absolute;top:0;bottom:0;left:0;width:100px;pointer-events:none;content:"";background:-webkit-gradient(linear,right top,left top,from(rgba(26,26,26,0)),to(#1a1a1a));background:linear-gradient(270deg,rgba(26,26,26,0),#1a1a1a);-webkit-transition:.3s;transition:.3s}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content--wrapper:after{position:absolute;top:0;right:0;bottom:0;width:100px;pointer-events:none;content:"";background:-webkit-gradient(linear,right top,left top,from(#1a1a1a),to(rgba(26,26,26,0)));background:linear-gradient(270deg,#1a1a1a,rgba(26,26,26,0));-webkit-transition:.3s;transition:.3s}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content--wrapper.scroll-end:after,.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content--wrapper.scroll-none:after,.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content--wrapper.scroll-none:before,.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content--wrapper.scroll-start:before{opacity:0}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content--wrapper:after,.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content--wrapper:before{z-index:1}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content{position:relative;margin:0 0 -30px;padding-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;overflow-y:hidden;max-width:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-property:max-width;transition-property:max-width}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content.full-size{max-width:200px}@media (min-width:370px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content.full-size{max-width:240px}}@media (min-width:600px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content.full-size{max-width:380px}}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .view-content::-webkit-scrollbar{overflow:-moz-scrollbars-none;width:0;height:0;background:transparent;-ms-overflow-style:none;scrollbar-width:none}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .views-row{margin:0 12px;width:auto}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .views-row:last-of-type{padding-right:10px}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 a{color:hsla(0,0%,94.9%,.4)}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .filter-arrow{display:block;width:36px;background-image:url(/themes/custom/cob/dist/css/../images/arrow--left.svg);background-repeat:no-repeat;background-position:50%;background-size:20px;-webkit-transition:.4s;transition:.4s;-webkit-transform-origin:center;transform-origin:center;cursor:pointer}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1 .filter-arrow--reverse{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:center;transform-origin:center}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.sticky{position:fixed;z-index:9;top:-2px;right:0;left:0;margin:0;padding-bottom:12px;width:100%;max-width:100%;background-color:#1a1a1a;-webkit-transition:top 1s;transition:top 1s}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.sticky .view-content--wrapper{-webkit-box-flex:0;-ms-flex:none;flex:none}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.sticky .view-display-id-attachment_1-block{padding:0 12px}@media (min-width:600px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.sticky .view-display-id-attachment_1-block{padding:0 20px}}@media (min-width:1000px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.sticky .view-display-id-attachment_1-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.scroll-up{position:fixed;top:84px;left:0;-webkit-box-flex:0;-ms-flex:none;flex:none}@media (min-width:1000px){.view-exhibition.view-display-id-block_5 .view-display-id-attachment_1.scroll-up{top:115px}}.view-exhibition.view-display-id-block_5>.view-content{margin-top:18px;margin-right:-10px;margin-left:-10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:600px){.view-exhibition.view-display-id-block_5>.view-content{margin-right:-20px;margin-left:-20px}}.view-exhibition.view-display-id-block_5>.view-content>.views-row{position:relative;margin:15px 10px;width:calc(50% - 20px)}@media (min-width:600px){.view-exhibition.view-display-id-block_5>.view-content>.views-row{margin:20px;width:calc(33.33% - 40px)}}@media (min-width:1000px){.view-exhibition.view-display-id-block_5>.view-content>.views-row{width:calc(20% - 40px)}}.view-exhibition.view-display-id-block_5>.view-content>.views-row .node__content{position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-property:z-index,background-color,opacity;transition-property:z-index,background-color,opacity}.view-exhibition.view-display-id-block_5>.view-content>.views-row .node__content .exhibition-retrospect--info .field--name-title a{position:absolute;top:0;left:0;display:block;width:100%;height:100%;color:transparent}.view-exhibition.view-display-id-block_5>.view-content>.views-row .node__content.show-info-exhibition .layout--onecol:last-of-type{z-index:3;opacity:1;color:#000;background-color:#fafafa;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.view-exhibition.view-display-id-block_5>.view-content>.views-row .node__content>.layout--onecol:first-of-type{position:relative;z-index:2;margin:0;padding:0}.view-exhibition.view-display-id-block_5>.view-content>.views-row .node__content>.layout--onecol:last-of-type{position:absolute;z-index:1;top:0;left:0;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;width:100%;min-height:100%;max-height:100%;opacity:0;word-break:break-word;color:#fafafa;background-color:transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.view-exhibition.view-display-id-block_5>.view-content>.views-row .node__content>.layout--onecol:last-of-type .layout__region{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.view-exhibition.view-display-id-block_5>.view-content>.views-row h3{position:absolute;top:-24px;left:0;margin:0;letter-spacing:.3px;color:#fafafa;font-size:14px}@media (min-width:1360px){.view-exhibition.view-display-id-block_5>.view-content>.views-row h3{font-size:15px}}@media (min-width:1600px){.view-exhibition.view-display-id-block_5>.view-content>.views-row h3{font-size:17px}}@media (min-width:1780px){.view-exhibition.view-display-id-block_5>.view-content>.views-row h3{font-size:19px}}@media (min-width:2200px){.view-exhibition.view-display-id-block_5>.view-content>.views-row h3{font-size:21px}}@media (min-width:600px){.view-exhibition.view-display-id-block_5>.view-content>.views-row h3{top:-30px}}.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-title{font-size:18px;font-style:normal;text-transform:none}.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-title h2{margin-bottom:3px;font-size:18px}@media (min-width:1360px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-title h2{font-size:22px}}@media (min-width:1600px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-title h2{font-size:26px}}@media (min-width:1780px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-title h2{font-size:29px}}@media (min-width:2200px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-title h2{font-size:32px}}.view-exhibition.view-display-id-block_5>.view-content>.views-row span.field--label-hidden{display:inline}.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-field-subtitle{margin-bottom:3vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:18px}@media (min-width:1360px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-field-subtitle{font-size:22px}}@media (min-width:1600px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-field-subtitle{font-size:26px}}@media (min-width:1780px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-field-subtitle{font-size:29px}}@media (min-width:2200px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-field-subtitle{font-size:32px}}@media (min-width:1360px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-field-subtitle{overflow:visible;white-space:pre-wrap}}.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-field-date-and-time{font-size:14px}@media (min-width:1360px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-field-date-and-time{font-size:15px}}@media (min-width:1600px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-field-date-and-time{font-size:17px}}@media (min-width:1780px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-field-date-and-time{font-size:19px}}@media (min-width:2200px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .field--name-field-date-and-time{font-size:21px}}.view-exhibition.view-display-id-block_5>.view-content>.views-row .block-field-blocknodeexhibitionfield-date-and-time{margin-top:auto}.view-exhibition.view-display-id-block_5>.view-content>.views-row .block-field-blocknodeexhibitionfield-date-and-time:last-of-type{margin-top:0}.view-exhibition.view-display-id-block_5>.view-content>.views-row .block-field-blocknodeexhibitionfield-date-and-time:last-of-type .field--name-field-date-and-time{font-size:14px;font-weight:400}@media (min-width:1360px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .block-field-blocknodeexhibitionfield-date-and-time:last-of-type .field--name-field-date-and-time{font-size:15px}}@media (min-width:1600px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .block-field-blocknodeexhibitionfield-date-and-time:last-of-type .field--name-field-date-and-time{font-size:17px}}@media (min-width:1780px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .block-field-blocknodeexhibitionfield-date-and-time:last-of-type .field--name-field-date-and-time{font-size:19px}}@media (min-width:2200px){.view-exhibition.view-display-id-block_5>.view-content>.views-row .block-field-blocknodeexhibitionfield-date-and-time:last-of-type .field--name-field-date-and-time{font-size:21px}}.view-exhibition.view-display-id-block_5 .views-infinite-scroll-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.view-exhibition.view-display-id-block_5 .views-infinite-scroll-content-wrapper>.views-row{margin-right:20px;margin-bottom:40px;margin-left:20px;width:calc(100% - 40px)}@media (min-width:600px){.view-exhibition.view-display-id-block_5 .views-infinite-scroll-content-wrapper>.views-row{width:calc(33.33% - 40px)}}@media (min-width:1000px){.view-exhibition.view-display-id-block_5 .views-infinite-scroll-content-wrapper>.views-row{width:calc(20% - 40px)}}.view-exhibition.view-display-id-block_5 .field--name-field-poster{margin-bottom:15px}.view-exhibition.view-display-id-block_5 .field--name-title,.view-exhibition.view-display-id-block_5 .field--name-title h2{font-size:18px}@media (min-width:1360px){.view-exhibition.view-display-id-block_5 .field--name-title,.view-exhibition.view-display-id-block_5 .field--name-title h2{font-size:22px}}@media (min-width:1600px){.view-exhibition.view-display-id-block_5 .field--name-title,.view-exhibition.view-display-id-block_5 .field--name-title h2{font-size:26px}}@media (min-width:1780px){.view-exhibition.view-display-id-block_5 .field--name-title,.view-exhibition.view-display-id-block_5 .field--name-title h2{font-size:29px}}@media (min-width:2200px){.view-exhibition.view-display-id-block_5 .field--name-title,.view-exhibition.view-display-id-block_5 .field--name-title h2{font-size:32px}}.view-exhibition.view-display-id-block_5 article.node .field--name-field-media-image img{width:100%;height:auto}.view-exhibition .lazyload,.view-exhibition .lazyloading{opacity:0}.view-exhibition .lazyloaded{opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s}.view-calendar .view-top{padding-top:20px;padding-bottom:20px;border-top:1px solid #f2f2f2}@media (min-width:600px){.view-calendar .view-top{padding-top:40px;padding-bottom:40px}}.view-calendar .view-filters .form-composite{margin:0;display:block;width:100%}.view-calendar .view-filters .views-exposed-form .form--inline{display:-webkit-box;display:-ms-flexbox;display:flex}.view-calendar .view-filters .views-exposed-form .form--inline .form-item{margin-right:0;margin-left:0}.view-calendar .view-filters .views-exposed-form .fieldgroup{min-width:0}.view-calendar .view-filters .views-exposed-form .fieldgroup legend{display:none}.view-calendar .view-filters .views-exposed-form label{cursor:pointer}.view-calendar .view-filters .views-exposed-form .form-radios.form--inline{overflow:hidden;height:1.25em;position:relative}.view-calendar .view-filters .views-exposed-form .form-radios.form--inline:before{position:absolute;top:0;bottom:0;left:0;width:100px;pointer-events:none;content:"";background:-webkit-gradient(linear,right top,left top,from(rgba(26,26,26,0)),to(#1a1a1a));background:linear-gradient(270deg,rgba(26,26,26,0),#1a1a1a);-webkit-transition:.3s;transition:.3s}.view-calendar .view-filters .views-exposed-form .form-radios.form--inline:after{position:absolute;top:0;right:0;bottom:0;width:100px;pointer-events:none;content:"";background:-webkit-gradient(linear,right top,left top,from(#1a1a1a),to(rgba(26,26,26,0)));background:linear-gradient(270deg,#1a1a1a,rgba(26,26,26,0));-webkit-transition:.3s;transition:.3s}.view-calendar .view-filters .views-exposed-form .form-radios.form--inline.scroll-end:after,.view-calendar .view-filters .views-exposed-form .form-radios.form--inline.scroll-none:after,.view-calendar .view-filters .views-exposed-form .form-radios.form--inline.scroll-none:before,.view-calendar .view-filters .views-exposed-form .form-radios.form--inline.scroll-start:before{opacity:0}.view-calendar .view-filters .views-exposed-form .form-radios.form--inline ul{margin:0 0 -20px;padding:0 0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;overflow-y:hidden;width:100%;list-style-type:none;white-space:nowrap}.view-calendar .view-filters .views-exposed-form .form-radios.form--inline ul li{margin-right:20px;margin-left:20px}.view-calendar .view-filters .views-exposed-form .form-radios.form--inline ul li:first-of-type{margin-left:0}.view-calendar .view-filters .views-exposed-form .form-radios.form--inline ul li ul{display:none}.view-calendar .view-filters .views-exposed-form .form-type-radio{margin-bottom:0;padding:0}.view-calendar .view-filters .views-exposed-form .form-type-radio input{display:none}.view-calendar .view-filters .views-exposed-form .form-type-radio input:checked+label{white-space:nowrap;color:#f2f2f2}.view-calendar .view-filters .views-exposed-form .form-type-radio input+label{font-weight:700;color:hsla(0,0%,94.9%,.4)}.view-calendar .view-filters .views-exposed-form .form-type-radio input+label:after,.view-calendar .view-filters .views-exposed-form .form-type-radio input+label:before{content:none}.view-calendar .view-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:600px){.view-calendar .view-content{margin-right:-40px;margin-left:-40px}}.view-calendar .view-content>h3{margin-bottom:20px;padding-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #f2f2f2;font-size:18px}@media (min-width:1360px){.view-calendar .view-content>h3{font-size:22px}}@media (min-width:1600px){.view-calendar .view-content>h3{font-size:26px}}@media (min-width:1780px){.view-calendar .view-content>h3{font-size:29px}}@media (min-width:2200px){.view-calendar .view-content>h3{font-size:32px}}@media (min-width:600px){.view-calendar .view-content>h3{margin-right:40px;margin-bottom:40px;margin-left:40px;padding-top:40px}}.view-calendar .view-content>h3:before{margin-right:8px;display:inline-block;width:18px;height:18px;content:"";background-color:#f2f2f2;border-radius:50%}@media (min-width:600px){.view-calendar .view-content>h3:before{width:24px;height:24px}}.view-calendar .view-content h3:not(:first-of-type){margin-top:40px}@media (min-width:600px){.view-calendar .view-content h3:not(:first-of-type){margin-top:86px}}.view-calendar .view-content>.views-row{margin-bottom:20px;width:100%}@media (min-width:600px){.view-calendar .view-content>.views-row{margin-right:40px;margin-left:40px;width:calc(50% - 80px)}}@media (min-width:1000px){.view-calendar .view-content>.views-row{margin-right:40px;margin-bottom:0;margin-left:40px;width:calc(33.33% - 80px)}}@media (min-width:600px){.view-calendar .view-content .slick--view--calendar{margin-right:40px;margin-left:40px}}@media (min-width:1000px){.view-calendar .view-footer{margin-top:40px}}.view-calendar .view-footer a{display:inline-block;font-weight:700}.view-calendar .view-footer a:after{padding-left:.3em;display:inline-block;width:1.7em;height:1.2em;vertical-align:middle;content:"";background-image:url(/themes/custom/cob/dist/css/../images/link-right.svg);background-repeat:no-repeat;background-position:100%;background-size:contain}.inverted .view-calendar .view-footer a:after{-webkit-filter:invert(1);filter:invert(1)}.view-calendar .node--type-event{position:relative;padding-left:83px}@media (min-width:600px){.view-calendar .node--type-event{padding-left:0}}.view-calendar .node--type-event .layout--twocol-section.layout--twocol-section--33-67{-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (min-width:600px){.view-calendar .node--type-event .layout--twocol-section.layout--twocol-section--33-67{margin-bottom:20px}}.view-calendar .node--type-event .layout--twocol-section.layout--twocol-section--33-67 .layout__region--first,.view-calendar .node--type-event .layout--twocol-section.layout--twocol-section--33-67 .layout__region--second{width:auto;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.view-calendar .node--type-event .layout--twocol-section.layout--twocol-section--33-67 .layout__region--first{position:absolute;left:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media (min-width:600px){.view-calendar .node--type-event .layout--twocol-section.layout--twocol-section--33-67 .layout__region--first{position:relative;left:auto;padding-right:40px}}.view-calendar .node--type-event .field--name-title h2{margin-bottom:0;font-weight:900;font-style:italic;text-transform:uppercase;font-size:20px}@media (min-width:1600px){.view-calendar .node--type-event .field--name-title h2{font-size:31px}}@media (min-width:1780px){.view-calendar .node--type-event .field--name-title h2{font-size:35px}}@media (min-width:2200px){.view-calendar .node--type-event .field--name-title h2{font-size:38px}}.view-calendar .node--type-event .field--name-field-subtitle{margin-bottom:10px;font-weight:300}@media (min-width:600px){.view-calendar .node--type-event .field--name-field-subtitle{margin-bottom:20px}}.view-calendar .node--type-event .field--name-field-category{margin-bottom:10px;display:inline-block;font-weight:700;text-align:center;font-size:18px}@media (min-width:1360px){.view-calendar .node--type-event .field--name-field-category{font-size:22px}}@media (min-width:1600px){.view-calendar .node--type-event .field--name-field-category{font-size:26px}}@media (min-width:1780px){.view-calendar .node--type-event .field--name-field-category{font-size:29px}}@media (min-width:2200px){.view-calendar .node--type-event .field--name-field-category{font-size:32px}}@media (min-width:600px){.view-calendar .node--type-event .field--name-field-category{margin-bottom:20px}}.view-calendar .node--type-event .layout__region--first .field--name-field-date-and-time{font-size:48px;line-height:1;font-weight:700}@media (min-width:1000px){.view-calendar .node--type-event .layout__region--first .field--name-field-date-and-time{font-size:60px}}@media (min-width:1600px){.view-calendar .node--type-event .layout__region--first .field--name-field-date-and-time{font-size:71px}}@media (min-width:1780px){.view-calendar .node--type-event .layout__region--first .field--name-field-date-and-time{font-size:78px}}@media (min-width:2200px){.view-calendar .node--type-event .layout__region--first .field--name-field-date-and-time{font-size:87px}}.view-calendar .node--type-event .layout__region--second .field--name-field-date-and-time{margin-bottom:10px;font-weight:300}@media (min-width:600px){.view-calendar .node--type-event .layout__region--second .field--name-field-date-and-time{margin-bottom:15px}}.view-calendar .node--type-event .layout__region--second .field--name-field-date-and-time .datetime{word-spacing:1000px}.view-calendar.view-display-id-block_2{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:600px){.view-calendar.view-display-id-block_2{margin-bottom:86px}}@media (min-width:1000px){.view-calendar.view-display-id-block_2{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.view-calendar.view-display-id-block_2 .view-header{margin-bottom:20px;width:100%}@media (min-width:1000px){.view-calendar.view-display-id-block_2 .view-header{margin-bottom:0;width:auto}}.view-calendar.view-display-id-block_2 .view-header .view-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;font-size:18px}@media (min-width:1360px){.view-calendar.view-display-id-block_2 .view-header .view-title{font-size:22px}}@media (min-width:1600px){.view-calendar.view-display-id-block_2 .view-header .view-title{font-size:26px}}@media (min-width:1780px){.view-calendar.view-display-id-block_2 .view-header .view-title{font-size:29px}}@media (min-width:2200px){.view-calendar.view-display-id-block_2 .view-header .view-title{font-size:32px}}.view-calendar.view-display-id-block_2 .view-header .view-title:before{margin-right:8px;display:inline-block;width:18px;height:18px;content:"";background-color:#f2f2f2;border-radius:50%}@media (min-width:600px){.view-calendar.view-display-id-block_2 .view-header .view-title:before{width:24px;height:24px}}.view-calendar.view-display-id-block_2 .view-content{margin-right:0;margin-left:0;width:100%;max-width:720px}@media (min-width:600px){.view-calendar.view-display-id-block_2 .view-content{margin-right:auto;margin-left:auto}}@media (min-width:1000px){.view-calendar.view-display-id-block_2 .view-content{width:auto}}@media (min-width:1600px){.view-calendar.view-display-id-block_2 .view-content{max-width:60%}}.view-calendar.view-display-id-block_2 .view-content .slick--view--calendar{margin-right:0;margin-left:0}@media (min-width:600px){.view-calendar.view-display-id-block_2 .slick,.view-calendar.view-display-id-block_2 .slick-wrapper{position:static}}.view-calendar.view-display-id-block_2 .slick__arrow{top:-30px}@media (min-width:600px){.view-calendar.view-display-id-block_2 .slick__arrow{top:14px;right:0}}.view-calendar.view-display-id-block_2 .node--view-mode-highlight{padding:0}@media (min-width:600px){.view-calendar.view-display-id-block_2 .node--view-mode-highlight .layout--twocol-section.layout--twocol-section--50-50{margin-right:-20px;margin-left:-20px}}.view-calendar.view-display-id-block_2 .node--view-mode-highlight .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first,.view-calendar.view-display-id-block_2 .node--view-mode-highlight .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}@media (min-width:600px){.view-calendar.view-display-id-block_2 .node--view-mode-highlight .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first,.view-calendar.view-display-id-block_2 .node--view-mode-highlight .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{padding-right:20px;padding-left:20px}}.view-calendar.view-display-id-block_2 .node--view-mode-highlight .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first{margin-bottom:12px}@media (min-width:600px){.view-calendar.view-display-id-block_2 .node--view-mode-highlight .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 1 41%;flex:0 1 41%}}@media (min-width:600px){.view-calendar.view-display-id-block_2 .node--view-mode-highlight .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{-webkit-box-flex:0;-ms-flex:0 1 59%;flex:0 1 59%}}.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-field-date-and-time,.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-field-subtitle{font-size:18px;font-weight:300}@media (min-width:1360px){.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-field-date-and-time,.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-field-subtitle{font-size:22px}}@media (min-width:1600px){.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-field-date-and-time,.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-field-subtitle{font-size:26px}}@media (min-width:1780px){.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-field-date-and-time,.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-field-subtitle{font-size:29px}}@media (min-width:2200px){.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-field-date-and-time,.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-field-subtitle{font-size:32px}}.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-field-date-and-time{margin-bottom:15px}.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-title h2{margin-bottom:12px;font-size:30px;line-height:1;font-weight:900;font-style:italic;word-break:break-word}@media (min-width:600px){.view-calendar.view-display-id-block_2 .node--view-mode-highlight .field--name-title h2{font-size:40px}}.view-archive .views-exposed-form .form--inline{padding-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;overflow-y:hidden}.view-archive .views-exposed-form .form--inline .form-item{margin-right:0;margin-left:0}.view-archive .views-exposed-form .fieldgroup legend{display:none}.view-archive .views-exposed-form label{cursor:pointer}.view-archive .views-exposed-form .form-radios ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none}.view-archive .views-exposed-form .form-radios ul li{position:relative;margin-right:20px;margin-left:20px}.view-archive .views-exposed-form .form-radios ul li:first-of-type{margin-left:0}.view-archive .views-exposed-form .form-radios ul li.dropdown>.form-type-radio label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.view-archive .views-exposed-form .form-radios ul li.dropdown>.form-type-radio label:after{margin-left:7px;display:inline-block;width:20px;height:13px;opacity:.4;content:"";background:url(/themes/custom/cob/dist/css/../images/arrow--down.svg) 50%/cover no-repeat}.view-archive .views-exposed-form .form-radios ul li.dropdown>.form-type-radio input:checked+label:after,.view-archive .views-exposed-form .form-radios ul li.dropdown>.form-type-radio label.active:after{opacity:1;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.view-archive .views-exposed-form .form-radios ul.nesting-level-1{position:relative;bottom:0;left:0;padding-top:22px;padding-bottom:22px;overflow:hidden;width:0;max-height:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.view-archive .views-exposed-form .form-radios ul.nesting-level-1.active{overflow:visible;max-height:1000px}.view-archive .views-exposed-form .form-radios ul.nesting-level-1 li{margin-right:0;margin-bottom:21px;margin-left:0}.view-archive .views-exposed-form .form-radios ul.nesting-level-1 li:last-of-type{margin-bottom:0}.view-archive .views-exposed-form .form-type-radio input{display:none}.view-archive .views-exposed-form .form-type-radio label{font-weight:700;white-space:nowrap;color:hsla(0,0%,94.9%,.4)}.view-archive .views-exposed-form .form-type-radio input:checked+label,.view-archive .views-exposed-form .form-type-radio label.active,.view-archive .views-exposed-form .form-type-radio label:hover,.view-archive .views-exposed-form .nesting-level-1 .form-type-radio input:checked+label{color:#f2f2f2}.view-archive .views-exposed-form .nesting-level-1 .form-type-radio input+label{font-weight:400;white-space:nowrap;color:#f2f2f2}.view-archive .views-exposed-form .form-item-field-date-and-time-value-1{position:relative}.view-archive .views-exposed-form .form-item-field-date-and-time-value-1 input{position:absolute;z-index:-1;top:0;opacity:0}.view-archive .views-exposed-form .form-item-field-date-and-time-value-1 label{font-weight:700;color:hsla(0,0%,94.9%,.4)}.view-archive .view-filters{margin-bottom:20px}@media (min-width:600px){.view-archive .view-filters{margin-bottom:65px}}.view-archive .views-infinite-scroll-content-wrapper{margin-bottom:6vw;padding-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #f2f2f2}.view-archive .views-infinite-scroll-content-wrapper>h3{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px}@media (min-width:1360px){.view-archive .views-infinite-scroll-content-wrapper>h3{font-size:22px}}@media (min-width:1600px){.view-archive .views-infinite-scroll-content-wrapper>h3{font-size:26px}}@media (min-width:1780px){.view-archive .views-infinite-scroll-content-wrapper>h3{font-size:29px}}@media (min-width:2200px){.view-archive .views-infinite-scroll-content-wrapper>h3{font-size:32px}}.view-archive .views-infinite-scroll-content-wrapper>h3:before{margin-right:8px;display:inline-block;width:18px;height:18px;content:"";background-color:#f2f2f2;border-radius:50%}@media (min-width:600px){.view-archive .views-infinite-scroll-content-wrapper>h3:before{width:24px;height:24px}}@media (min-width:600px){.view-archive .views-infinite-scroll-content-wrapper>h3{margin-right:40px;margin-bottom:85px;margin-left:40px}}.view-archive .views-infinite-scroll-content-wrapper>.views-row{margin-bottom:40px;width:100%}@media (min-width:600px){.view-archive .views-infinite-scroll-content-wrapper>.views-row{margin-right:40px;margin-bottom:85px;margin-left:40px;width:calc(33.33% - 80px)}}@media (min-width:1000px){.view-archive .views-infinite-scroll-content-wrapper>.views-row{margin-right:40px;margin-left:40px;width:calc(20% - 80px)}}@media (min-width:600px){.view-archive .views-infinite-scroll-content-wrapper{margin-right:-40px;margin-left:-40px;padding-top:40px}}.view-archive .node--view-mode-archive .field--name-field-media-image{margin-bottom:10px}.view-archive .node--view-mode-archive .field--name-field-media-image img{width:100%;height:auto}.view-archive .node--view-mode-archive .field--name-title h2{margin-bottom:20px;font-size:18px;line-height:1.25;font-weight:700}@media (min-width:1360px){.view-archive .node--view-mode-archive .field--name-title h2{font-size:22px}}@media (min-width:1600px){.view-archive .node--view-mode-archive .field--name-title h2{font-size:26px}}@media (min-width:1780px){.view-archive .node--view-mode-archive .field--name-title h2{font-size:29px}}@media (min-width:2200px){.view-archive .node--view-mode-archive .field--name-title h2{font-size:32px}}.view-archive .node--view-mode-archive .field--name-field-category,.view-archive .node--view-mode-archive .field--name-field-date-and-time,.view-archive .node--view-mode-archive .field--name-field-subtitle{font-size:14px}@media (min-width:1360px){.view-archive .node--view-mode-archive .field--name-field-category,.view-archive .node--view-mode-archive .field--name-field-date-and-time,.view-archive .node--view-mode-archive .field--name-field-subtitle{font-size:15px}}@media (min-width:1600px){.view-archive .node--view-mode-archive .field--name-field-category,.view-archive .node--view-mode-archive .field--name-field-date-and-time,.view-archive .node--view-mode-archive .field--name-field-subtitle{font-size:17px}}@media (min-width:1780px){.view-archive .node--view-mode-archive .field--name-field-category,.view-archive .node--view-mode-archive .field--name-field-date-and-time,.view-archive .node--view-mode-archive .field--name-field-subtitle{font-size:19px}}@media (min-width:2200px){.view-archive .node--view-mode-archive .field--name-field-category,.view-archive .node--view-mode-archive .field--name-field-date-and-time,.view-archive .node--view-mode-archive .field--name-field-subtitle{font-size:21px}}.view-archive .node--view-mode-archive .field--name-field-category,.view-archive .node--view-mode-archive .field--name-field-subtitle{margin-bottom:18px}.view-alle-awards-im-uberblick .view-header h2{margin-bottom:20px;width:100%;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:600px){.view-alle-awards-im-uberblick .view-header h2{font-size:30px}}@media (min-width:1000px){.view-alle-awards-im-uberblick .view-header h2{font-size:48px}}@media (min-width:1360px){.view-alle-awards-im-uberblick .view-header h2{font-size:60px}}@media (min-width:1600px){.view-alle-awards-im-uberblick .view-header h2{font-size:71px}}@media (min-width:1780px){.view-alle-awards-im-uberblick .view-header h2{font-size:78px}}@media (min-width:2200px){.view-alle-awards-im-uberblick .view-header h2{font-size:87px}}@media (min-width:600px){.view-alle-awards-im-uberblick .view-header h2{margin-bottom:40px;max-width:560px}}@media (min-width:1000px){.view-alle-awards-im-uberblick .view-header h2{max-width:40%}}@media (min-width:600px){.view-alle-awards-im-uberblick .node--type-talent{padding-right:40px;max-width:280px}}.view-alle-awards-im-uberblick .node--type-talent .field{margin-bottom:10px;display:block;font-weight:300}@media (min-width:600px){.view-alle-awards-im-uberblick .node--type-talent .field{margin-bottom:20px}}.view-alle-awards-im-uberblick .node--type-talent .field .field__label{font-weight:700}.view-alle-awards-im-uberblick .node--type-talent .field a{display:inline-block;font-weight:700}.view-alle-awards-im-uberblick .node--type-talent .field a:after{padding-left:.3em;display:inline-block;width:1.7em;height:1.2em;vertical-align:middle;content:"";background-image:url(/themes/custom/cob/dist/css/../images/link-right.svg);background-repeat:no-repeat;background-position:100%;background-size:contain}.inverted .view-alle-awards-im-uberblick .node--type-talent .field a:after{-webkit-filter:invert(1);filter:invert(1)}.view-alle-awards-im-uberblick .node--type-talent .field.field--name-title{text-transform:none}.view-alle-awards-im-uberblick .node--type-talent .field--name-field-date-and-time{margin-bottom:12px;font-weight:700}@media (min-width:600px){.view-alle-awards-im-uberblick .node--type-talent .field--name-field-date-and-time{margin-bottom:24px}}.view-alle-awards-im-uberblick .slick,.view-alle-awards-im-uberblick .slick-wrapper{position:static}.view-alle-awards-im-uberblick .slick__arrow{top:-30px}@media (min-width:600px){.view-alle-awards-im-uberblick .slick__arrow{top:-55px}}@media (min-width:600px){.view-projects,.view-workshops{margin-right:-40px;margin-left:-40px}}.view-projects .node,.view-workshops .node{text-align:left}@media (min-width:600px){.view-projects .node,.view-workshops .node{margin-right:40px;margin-left:40px}}.view-projects .field--name-field-media-image,.view-projects .field--name-field-media-reference-single,.view-workshops .field--name-field-media-image,.view-workshops .field--name-field-media-reference-single{margin-bottom:20px}@media (min-width:1600px){.view-projects .field--name-field-media-image img,.view-projects .field--name-field-media-reference-single img,.view-workshops .field--name-field-media-image img,.view-workshops .field--name-field-media-reference-single img{width:100%;height:auto}}.view-projects .field--name-title,.view-workshops .field--name-title{font-size:30px;line-height:1}@media (min-width:600px){.view-projects .field--name-title,.view-workshops .field--name-title{font-size:40px}}.view-projects .field--name-title,.view-projects .field--name-title h2,.view-workshops .field--name-title,.view-workshops .field--name-title h2{margin-bottom:13px;font-weight:900;font-style:italic;text-transform:uppercase}.view-projects .field--name-field-category,.view-projects .field--name-field-subtitle,.view-workshops .field--name-field-category,.view-workshops .field--name-field-subtitle{margin-bottom:12px;font-weight:300}.view-projects .field--name-field-date-and-time,.view-workshops .field--name-field-date-and-time{font-weight:700}@media (min-width:600px){.view-projects .unslick .slick__slide,.view-workshops .unslick .slick__slide{width:33.33%}}.view-workshops .slick--less .slick-track{margin-left:0;margin-right:0}.view-press-kits .press-kits-overview-header{position:relative;margin-bottom:20px;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:600px){.view-press-kits .press-kits-overview-header{font-size:30px}}@media (min-width:1000px){.view-press-kits .press-kits-overview-header{font-size:48px}}@media (min-width:1360px){.view-press-kits .press-kits-overview-header{font-size:60px}}@media (min-width:1600px){.view-press-kits .press-kits-overview-header{font-size:71px}}@media (min-width:1780px){.view-press-kits .press-kits-overview-header{font-size:78px}}@media (min-width:2200px){.view-press-kits .press-kits-overview-header{font-size:87px}}@media (min-width:600px){.view-press-kits .press-kits-overview-header{margin-bottom:40px}}.view-press-kits>.view-content{margin-right:-20px;margin-left:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.view-press-kits>.view-content .press-kit-group-type{position:relative;margin:20px;padding-left:32px;width:100%;font-weight:700}.view-press-kits>.view-content .press-kit-group-type:before{position:absolute;top:50%;left:0;display:block;width:24px;height:24px;content:"";background-color:currentColor;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width:600px){.view-press-kits>.view-content .press-kit-group-type{margin-top:40px;margin-bottom:40px}}.view-press-kits.view-display-id-block_1>.view-content>.views-row{margin-right:20px;margin-bottom:40px;margin-left:20px;width:calc(100% - 40px)}@media (min-width:600px){.view-press-kits.view-display-id-block_1>.view-content>.views-row{width:calc(50% - 40px)}}@media (min-width:1000px){.view-press-kits.view-display-id-block_1>.view-content>.views-row{width:calc(33.33% - 40px)}}@media (min-width:1360px){.view-press-kits.view-display-id-block_1>.view-content>.views-row{width:calc(25% - 40px)}}.view-press-kits.view-display-id-block_2>.view-content>.views-row{margin-right:20px;margin-bottom:40px;margin-left:20px;width:calc(100% - 40px)}@media (min-width:600px){.view-press-kits.view-display-id-block_2>.view-content>.views-row{width:calc(50% - 40px)}}@media (min-width:1000px){.view-press-kits.view-display-id-block_2>.view-content>.views-row{width:calc(33.33% - 40px)}}.view-press-kits.view-display-id-block_2 .node__content .field--name-field-media-image img{width:100%;height:auto}.view-press-kits.view-display-id-block_2 .node__content .field--name-title{display:block;margin-top:20px;font-weight:700}.view-press-kits.view-display-id-block_2 .node__content .field--name-field-subtitle{font-weight:300}.view-press-kits .views-field-field-images,.view-press-kits .views-field-field-images>.field-content{height:100%}.view-press-kits .views-field-field-images>.field-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-height:310px}.view-press-kits .views-field-field-images img{width:100%}@media (min-width:600px){.view-press-kits .views-field-field-images img{width:auto}}.view-press-kits .press-kit-wrapper--upper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:auto;margin-bottom:auto}.view-press-kits .press-kit-wrapper--bottom,.view-press-kits .press-kit-wrapper--upper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.view-press-kits .press-kit-wrapper--bottom{padding-top:10px;padding-bottom:10px;font-size:14px;border-bottom:1px solid hsla(0,0%,94.9%,.4);cursor:pointer}.view-press-kits .press-kit-wrapper--bottom .checkbox-text--checked,.view-press-kits .press-kit-wrapper--bottom.checked .checkbox-text--unchecked{display:none}.view-press-kits .press-kit-wrapper--bottom.checked .checkbox-text--checked{display:block}.view-press-kits .download-checkbox{margin-right:10px}.view-press-kits .download-checkbox .checkbox{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:24px;height:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #f2f2f2;border-radius:50%;-webkit-transition:.2s;transition:.2s}.view-press-kits .download-checkbox .checkbox:after{position:absolute;top:3px;left:7px;width:8px;height:14px;content:"";border:solid #1a1a1a;border-width:0 3px 3px 0;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-transform:rotate(45deg) scale(0);transform:rotate(45deg) scale(0)}.view-press-kits .download-checkbox .checkbox.checked{background-color:#ff0;border-color:#ff0}.view-press-kits .download-checkbox .checkbox.checked:after{-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1)}.view-press-kits .source-info{color:hsla(0,0%,94.9%,.4)}.view-press-kits .source-info .placeholder{font-style:normal}.view-press-kits .view-footer{margin-top:40px}.view-press-kits .view-footer .press-kit-download{padding-right:16px;padding-left:16px;display:inline-block;min-height:40px;font-size:1em;line-height:1.8;font-weight:700;text-align:center;border:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#1a1a1a;background-color:#f2f2f2}.inverted .view-press-kits .view-footer .press-kit-download,.webform-submission-download-press-kits-form .view-press-kits .view-footer .press-kit-download{color:#f2f2f2;background-color:#1a1a1a}.view-press-kits .view-footer .press-kit-download.disabled{background-color:#3e3e3e;color:#222;pointer-events:none}.limit-exceeded-modal{position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;pointer-events:none;background-color:rgba(26,26,26,.8);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.limit-exceeded-modal.opened{z-index:999;opacity:1;pointer-events:all}.limit-exceeded-modal--body{padding:20px;width:92%;opacity:0;background-color:#f2f2f2;-webkit-transition:.3s ease-in-out .4s;transition:.3s ease-in-out .4s;-webkit-transform:translateY(-10%);transform:translateY(-10%)}@media (min-width:1000px){.limit-exceeded-modal--body{padding:40px;width:50%;min-width:720px}}.limit-exceeded-modal--body .button-abort,.limit-exceeded-modal--body .press-kit-download{margin-top:20px}.limit-exceeded-modal--body .press-kit-download{margin-right:20px}.limit-exceeded-modal.opened .limit-exceeded-modal--body{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.limit-exceeded-modal--text{margin-bottom:20px;color:#1a1a1a;font-weight:300}.limit-exceeded-modal--text p{font-weight:300}.limit-exceeded-modal--buttons .button-abort,.limit-exceeded-modal--buttons .press-kit-download{padding-right:16px;padding-left:16px;display:inline-block;min-height:40px;font-size:1em;line-height:1.8;font-weight:700;text-align:center;border:0;color:#f2f2f2;background-color:#1a1a1a;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.inverted .limit-exceeded-modal--buttons .button-abort,.inverted .limit-exceeded-modal--buttons .press-kit-download{color:#1a1a1a;background-color:#f2f2f2}.page-press-kits:not(.path-admin) .ui-widget{font-family:Helvetica Now,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.page-press-kits:not(.path-admin) .ui-widget-overlay{opacity:.8;background-color:#1a1a1a}.page-press-kits:not(.path-admin) .ui-widget.ui-widget-content{padding:20px 3vw;background-color:#f2f2f2;border:0;border-radius:0}@media (min-width:600px){.page-press-kits:not(.path-admin) .ui-widget.ui-widget-content{min-width:70%;padding:40px}}@media (min-width:1000px){.page-press-kits:not(.path-admin) .ui-widget.ui-widget-content{min-width:720px}}.page-press-kits:not(.path-admin) .ui-dialog .ui-dialog-buttonpane,.page-press-kits:not(.path-admin) .ui-dialog .ui-dialog-titlebar{padding:0;background:transparent;border:0}.page-press-kits:not(.path-admin) .ui-dialog .ui-dialog-title{display:none}.page-press-kits:not(.path-admin) .ui-dialog .ui-dialog-titlebar{font-weight:300}.page-press-kits:not(.path-admin) .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.page-press-kits:not(.path-admin) .ui-dialog .ui-dialog-buttonpane button{padding-right:16px;padding-left:16px;display:inline-block;min-height:40px;font-size:1em;line-height:1.8;font-weight:700;text-align:center;border:0;color:#1a1a1a;background-color:#f2f2f2;margin:20px 20px 0 0;border-radius:0}.inverted .page-press-kits:not(.path-admin) .ui-dialog .ui-dialog-buttonpane button,.webform-submission-download-press-kits-form .page-press-kits:not(.path-admin) .ui-dialog .ui-dialog-buttonpane button{color:#f2f2f2;background-color:#1a1a1a}.page-press-kits:not(.path-admin) .ui-dialog .ui-dialog-content{position:static;padding:0}.page-press-kits:not(.path-admin) .ui-dialog .ui-dialog-buttonpane,.page-press-kits:not(.path-admin) .ui-dialog .ui-dialog-titlebar-close{display:none}.page-press-kits:not(.path-admin) .ui-widget button,.page-press-kits:not(.path-admin) .ui-widget input,.page-press-kits:not(.path-admin) .ui-widget select,.page-press-kits:not(.path-admin) .ui-widget textarea{font-family:Helvetica Now,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.webform-submission-download-press-kits-form .form-wrapper>.form-type-processed-text:first-of-type{margin-bottom:40px}.webform-submission-download-press-kits-form .form-item{margin-bottom:20px}.webform-submission-download-press-kits-form .form-item:last-of-type{margin-bottom:0}.webform-submission-download-press-kits-form .form-item:not(.form-type-checkbox){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.webform-submission-download-press-kits-form label{font-weight:300}.webform-submission-download-press-kits-form input[type=email],.webform-submission-download-press-kits-form input[type=text]{width:100%;background-color:#f2f2f2;outline:none;font-size:18px}@media (min-width:1360px){.webform-submission-download-press-kits-form input[type=email],.webform-submission-download-press-kits-form input[type=text]{font-size:22px}}@media (min-width:1600px){.webform-submission-download-press-kits-form input[type=email],.webform-submission-download-press-kits-form input[type=text]{font-size:26px}}@media (min-width:1780px){.webform-submission-download-press-kits-form input[type=email],.webform-submission-download-press-kits-form input[type=text]{font-size:29px}}@media (min-width:2200px){.webform-submission-download-press-kits-form input[type=email],.webform-submission-download-press-kits-form input[type=text]{font-size:32px}}.webform-submission-download-press-kits-form input[type=email].error,.webform-submission-download-press-kits-form input[type=text].error{background-color:#ff0;-webkit-box-shadow:none;box-shadow:none;outline:0}.webform-submission-download-press-kits-form input[type=email]::-webkit-input-placeholder,.webform-submission-download-press-kits-form input[type=text]::-webkit-input-placeholder{color:currentColor;font-size:18px;font-weight:300}.webform-submission-download-press-kits-form input[type=email]:-ms-input-placeholder,.webform-submission-download-press-kits-form input[type=text]:-ms-input-placeholder{color:currentColor;font-size:18px;font-weight:300}.webform-submission-download-press-kits-form input[type=email]::-ms-input-placeholder,.webform-submission-download-press-kits-form input[type=text]::-ms-input-placeholder{color:currentColor;font-size:18px;font-weight:300}.webform-submission-download-press-kits-form input[type=email]::placeholder,.webform-submission-download-press-kits-form input[type=text]::placeholder{color:currentColor;font-size:18px;font-weight:300}@media (min-width:1360px){.webform-submission-download-press-kits-form input[type=email]::-webkit-input-placeholder,.webform-submission-download-press-kits-form input[type=text]::-webkit-input-placeholder{font-size:22px}.webform-submission-download-press-kits-form input[type=email]:-ms-input-placeholder,.webform-submission-download-press-kits-form input[type=text]:-ms-input-placeholder{font-size:22px}.webform-submission-download-press-kits-form input[type=email]::-ms-input-placeholder,.webform-submission-download-press-kits-form input[type=text]::-ms-input-placeholder{font-size:22px}.webform-submission-download-press-kits-form input[type=email]::placeholder,.webform-submission-download-press-kits-form input[type=text]::placeholder{font-size:22px}}@media (min-width:1600px){.webform-submission-download-press-kits-form input[type=email]::-webkit-input-placeholder,.webform-submission-download-press-kits-form input[type=text]::-webkit-input-placeholder{font-size:26px}.webform-submission-download-press-kits-form input[type=email]:-ms-input-placeholder,.webform-submission-download-press-kits-form input[type=text]:-ms-input-placeholder{font-size:26px}.webform-submission-download-press-kits-form input[type=email]::-ms-input-placeholder,.webform-submission-download-press-kits-form input[type=text]::-ms-input-placeholder{font-size:26px}.webform-submission-download-press-kits-form input[type=email]::placeholder,.webform-submission-download-press-kits-form input[type=text]::placeholder{font-size:26px}}@media (min-width:1780px){.webform-submission-download-press-kits-form input[type=email]::-webkit-input-placeholder,.webform-submission-download-press-kits-form input[type=text]::-webkit-input-placeholder{font-size:29px}.webform-submission-download-press-kits-form input[type=email]:-ms-input-placeholder,.webform-submission-download-press-kits-form input[type=text]:-ms-input-placeholder{font-size:29px}.webform-submission-download-press-kits-form input[type=email]::-ms-input-placeholder,.webform-submission-download-press-kits-form input[type=text]::-ms-input-placeholder{font-size:29px}.webform-submission-download-press-kits-form input[type=email]::placeholder,.webform-submission-download-press-kits-form input[type=text]::placeholder{font-size:29px}}@media (min-width:2200px){.webform-submission-download-press-kits-form input[type=email]::-webkit-input-placeholder,.webform-submission-download-press-kits-form input[type=text]::-webkit-input-placeholder{font-size:32px}.webform-submission-download-press-kits-form input[type=email]:-ms-input-placeholder,.webform-submission-download-press-kits-form input[type=text]:-ms-input-placeholder{font-size:32px}.webform-submission-download-press-kits-form input[type=email]::-ms-input-placeholder,.webform-submission-download-press-kits-form input[type=text]::-ms-input-placeholder{font-size:32px}.webform-submission-download-press-kits-form input[type=email]::placeholder,.webform-submission-download-press-kits-form input[type=text]::placeholder{font-size:32px}}.webform-submission-download-press-kits-form input[type=checkbox]:checked+label:before{background-color:#1a1a1a;border-color:#1a1a1a}.webform-submission-download-press-kits-form input[type=checkbox]+label:before{background-color:transparent;border-color:#1a1a1a}.webform-submission-download-press-kits-form input[type=checkbox]+label:after{content:"";border-color:#f2f2f2}.webform-submission-download-press-kits-form input[type=checkbox].error+label:before{background-color:#ff0}.webform-submission-download-press-kits-form input[type=checkbox].error:checked+label:before{background-color:#1a1a1a}.webform-submission-download-press-kits-form label.error{display:none!important}.webform-submission-download-press-kits-form .description{position:relative;font-size:14px;z-index:2}@media (min-width:1360px){.webform-submission-download-press-kits-form .description{font-size:15px}}@media (min-width:1600px){.webform-submission-download-press-kits-form .description{font-size:17px}}@media (min-width:1780px){.webform-submission-download-press-kits-form .description{font-size:19px}}@media (min-width:2200px){.webform-submission-download-press-kits-form .description{font-size:21px}}.webform-submission-download-press-kits-form .form-item-privacy{position:relative}.webform-submission-download-press-kits-form .form-item-privacy label{position:absolute;width:100%;height:100%;top:0;left:0;font-size:0}.ui-dialog .ui-dialog-content .webform-submission-download-press-kits-form .form-actions,.webform-submission-download-press-kits-form .form-actions{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;margin-right:20px}.webform-submission-download-press-kits-form .form-actions .button{margin:0}.webform-submission-download-press-kits-form .form-actions .webform-button--submit:not(.cancel){display:inline-block!important;background-image:url(/themes/custom/cob/dist/css/../images/download-icon.svg);background-position:calc(100% - 20px) 50%;background-repeat:no-repeat;padding-right:50px}.webform-submission-download-press-kits-form .form-item-validation-notice{position:absolute;display:none!important;top:0;right:0;left:0;width:100%;padding:20px;font-weight:700;background-color:#ff0}@media (min-width:600px){.webform-submission-download-press-kits-form .form-item-validation-notice{padding:22px 40px}}.webform-submission-download-press-kits-form .form-type-processed-text{font-weight:300}.webform-submission-download-press-kits-form .form-type-processed-text .slim-text{font-size:14px;font-weight:400}@media (min-width:1360px){.webform-submission-download-press-kits-form .form-type-processed-text .slim-text{font-size:15px}}@media (min-width:1600px){.webform-submission-download-press-kits-form .form-type-processed-text .slim-text{font-size:17px}}@media (min-width:1780px){.webform-submission-download-press-kits-form .form-type-processed-text .slim-text{font-size:19px}}@media (min-width:2200px){.webform-submission-download-press-kits-form .form-type-processed-text .slim-text{font-size:21px}}.webform-submission-download-press-kits-form .messages.messages--error{display:none}.show-validation-notice .webform-submission-download-press-kits-form .form-item-validation-notice{display:block!important}.confirmation-modal{position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;pointer-events:none;background-color:rgba(26,26,26,.8);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.confirmation-modal.opened{z-index:999;opacity:1;pointer-events:all}.confirmation-modal--body{padding:20px;width:92%;opacity:0;background-color:#f2f2f2;-webkit-transition:.3s ease-in-out .4s;transition:.3s ease-in-out .4s;-webkit-transform:translateY(-10%);transform:translateY(-10%)}@media (min-width:1000px){.confirmation-modal--body{padding:40px;width:50%;min-width:720px}}.confirmation-modal.opened .confirmation-modal--body{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.confirmation-modal--text{margin-bottom:20px;color:#1a1a1a;font-weight:300}.confirmation-modal--text p{font-weight:300}.confirmation-modal--buttons .confirmation-homepage,.confirmation-modal--buttons .confirmation-stay{padding-right:16px;padding-left:16px;display:inline-block;min-height:40px;font-size:1em;line-height:1.8;font-weight:700;text-align:center;border:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.confirmation-modal--buttons .confirmation-homepage{color:#f2f2f2;background-color:#1a1a1a}.inverted .confirmation-modal--buttons .confirmation-homepage{color:#1a1a1a;background-color:#f2f2f2}.confirmation-modal--buttons .confirmation-stay{color:#1a1a1a;background-color:transparent;border:1px solid #1a1a1a}.confirmation-modal .confirmation-homepage,.confirmation-modal .confirmation-stay{margin-top:20px}.confirmation-modal .confirmation-homepage{margin-right:20px}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67{margin-bottom:6vw;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67{margin-right:-20px;margin-left:-20px}}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{margin-right:20px;margin-left:20px}}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first{margin-bottom:20px}@media (min-width:600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first{margin-bottom:20px;width:calc(50% - 40px);max-width:480px}}@media (min-width:1000px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first{width:calc(36.75% - 40px)}}@media (min-width:1600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first{max-width:none}}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-title h1{font-size:30px}@media (min-width:600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-title h1{font-size:30px}}@media (min-width:1000px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-title h1{font-size:48px}}@media (min-width:1360px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-title h1{font-size:60px}}@media (min-width:1600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-title h1{font-size:71px}}@media (min-width:1780px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-title h1{font-size:78px}}@media (min-width:2200px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-title h1{font-size:87px}}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-field-subtitle{font-size:18px}@media (min-width:1360px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-field-subtitle{font-size:22px}}@media (min-width:1600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-field-subtitle{font-size:26px}}@media (min-width:1780px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-field-subtitle{font-size:29px}}@media (min-width:2200px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-field-subtitle{font-size:32px}}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-field-date-and-time{font-weight:700}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{padding-left:20px;width:calc(50% - 40px);max-width:840px}}@media (min-width:1000px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{width:calc(63.25% - 40px)}}@media (min-width:1600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{max-width:none}}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second .field--name-field-media-image{max-width:100%}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second .field--name-field-media-image img{width:100%}@media (min-width:600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second .field--name-field-media-image img{width:auto}}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{margin-bottom:5px;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{font-size:30px}}@media (min-width:1000px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{font-size:48px}}@media (min-width:1360px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{font-size:60px}}@media (min-width:1600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{font-size:71px}}@media (min-width:1780px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{font-size:78px}}@media (min-width:2200px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{font-size:87px}}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-subtitle{font-weight:300}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-event-date{font-weight:700}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-caption{margin-top:10px;margin-bottom:20px;color:hsla(0,0%,94.9%,.4)}@media (min-width:600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-caption{margin-top:20px;margin-bottom:0;max-width:320px}}@media (min-width:1000px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-header-image-video,.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-image-video{margin-right:20px;margin-left:20px;max-width:840px}}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .erd-list--pt-image-video-text-upright{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (min-width:600px){.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .erd-list--pt-image-video-text-upright .field--name-field-caption{margin-left:auto}}.page-node-type-exhibition .node__content>.layout--twocol-section.layout--twocol-section--33-67 .erd-list--pt-image-video-text-upleft{margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.page-node-type-exhibition .block-field-blocknodeexhibitionfield-header-image-video .slick--field-header-image-video:not(.unslick){padding-top:44px}@media (min-width:600px){.page-node-type-exhibition .block-field-blocknodeexhibitionfield-header-image-video .slick--field-header-image-video:not(.unslick){padding-top:60px}}.page-node-type-exhibition .block-field-blocknodeexhibitionfield-header-image-video .slick__arrow{z-index:98;top:15px}.page-node-type-exhibition .block-field-blocknodeexhibitionfield-header-image-video .slick-dots{z-index:98;top:-36px;bottom:auto;text-align:left}@media (min-width:600px){.page-node-type-exhibition .block-field-blocknodeexhibitionfield-header-image-video .slick-dots{top:-50px}}.page-node-type-exhibition .block-field-blocknodeexhibitionfield-header-image-video .slick-dots li,.page-node-type-exhibition .block-field-blocknodeexhibitionfield-header-image-video .slick-dots li button{width:10px;height:10px}.page-node-type-exhibition .block-field-blocknodeexhibitionfield-header-image-video .slick-dots li button:before{width:10px;height:10px;opacity:1;background-color:hsla(0,0%,94.9%,.4);border:0}.page-node-type-exhibition .block-field-blocknodeexhibitionfield-header-image-video .slick-dots li.slick-active button:before{background-color:#fafafa}.page-node-type-exhibition .block-field-blocknodeexhibitionfield-header-image-video .field--name-field-media-image{max-width:50%}@media (min-width:600px){.page-node-type-exhibition .block-field-blocknodeexhibitionfield-header-image-video .field--name-field-media-image{max-width:100%}}.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type{margin-bottom:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:600px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type{margin-right:-20px;margin-bottom:86px;margin-left:-20px}}.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type>.layout__region--first,.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type>.layout__region--second{margin-bottom:22px;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}@media (min-width:600px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type>.layout__region--first,.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type>.layout__region--second{margin-right:20px;margin-bottom:0;margin-left:20px;-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 40px);flex:0 1 calc(50% - 40px)}}.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-category{margin-top:18px;margin-bottom:18px;font-weight:700;letter-spacing:.3px;font-size:18px}@media (min-width:1360px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-category{font-size:22px}}@media (min-width:1600px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-category{font-size:26px}}@media (min-width:1780px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-category{font-size:29px}}@media (min-width:2200px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-category{font-size:32px}}@media (min-width:600px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-category{margin-top:22px;margin-bottom:22px}}.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-title h1{margin-bottom:0;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:600px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-title h1{font-size:30px}}@media (min-width:1000px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-title h1{font-size:48px}}@media (min-width:1360px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-title h1{font-size:60px}}@media (min-width:1600px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-title h1{font-size:71px}}@media (min-width:1780px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-title h1{font-size:78px}}@media (min-width:2200px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-title h1{font-size:87px}}.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-subtitle{margin-bottom:20px;font-weight:300;font-size:18px}@media (min-width:1360px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-subtitle{font-size:22px}}@media (min-width:1600px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-subtitle{font-size:26px}}@media (min-width:1780px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-subtitle{font-size:29px}}@media (min-width:2200px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-subtitle{font-size:32px}}@media (min-width:600px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-subtitle{margin-bottom:32px}}.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-date-and-time{margin-bottom:10px;font-weight:300;font-size:18px}@media (min-width:1360px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-date-and-time{font-size:22px}}@media (min-width:1600px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-date-and-time{font-size:26px}}@media (min-width:1780px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-date-and-time{font-size:29px}}@media (min-width:2200px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-date-and-time{font-size:32px}}@media (min-width:600px){.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-date-and-time{margin-bottom:20px}}.page-node-type-event .node--type-event .node__content>.layout--twocol-section.layout--twocol-section--50-50:first-of-type .field--name-field-media-image img{width:100%;height:auto}.page-node-type-event .block-field-blocknodeeventfield-columns{margin-bottom:6vw;padding-top:3vw;border-top:1px solid #f2f2f2}.page-node-type-event .block-field-blocknodeeventbody{margin-bottom:6vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.page-node-type-event .block-field-blocknodeeventbody .field--name-body{max-width:864px;font-weight:300}.page-node-type-event .block-field-blocknodeeventbody .field--name-body .text-grey{margin-top:6vw}.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple{margin-bottom:6vw;padding-top:3vw;border-top:1px solid #f2f2f2}.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple>h2{margin-bottom:3vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px}@media (min-width:1360px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple>h2{font-size:22px}}@media (min-width:1600px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple>h2{font-size:26px}}@media (min-width:1780px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple>h2{font-size:29px}}@media (min-width:2200px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple>h2{font-size:32px}}.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple>h2:before{margin-right:8px;display:inline-block;width:18px;height:18px;content:"";background-color:#f2f2f2;border-radius:50%}@media (min-width:600px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple>h2:before{width:24px;height:24px}}.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .field--name-field-media-image{margin-bottom:10px}@media (min-width:600px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .field--name-field-media-image{margin-bottom:20px}}.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .field--name-title h2{margin-bottom:10px;font-size:30px;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase}@media (min-width:600px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .field--name-title h2{margin-bottom:20px;font-size:40px}}.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .field--name-field-subtitle{font-weight:300}.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .field--name-field-date-and-time{font-weight:700}.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .slick__arrow{top:-30px}@media (min-width:600px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .slick__arrow{top:-52px}}@media (min-width:600px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .slick-list{margin-right:-40px;margin-left:-40px}}.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .slick-list .slick-track{text-align:start}@media (min-width:600px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .slick__slide{margin-right:40px;margin-left:40px}}.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .slick__slide .field--name-field-teaser-image img{width:100%}.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .slick--less .slick-track{margin-left:0}@media (min-width:600px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .unslick{margin-right:-20px;margin-left:-20px}}@media (min-width:1000px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .unslick{margin-right:-40px;margin-left:-40px}}@media (min-width:600px){.page-node-type-event .block-field-blocknodeeventfield-node-reference-multiple .unslick .slick__slide{width:33%;padding-right:0}}.page-node-type-event .block-field-blocknodeeventfield-additional-infos{margin-bottom:6vw;padding-top:3vw;border-top:1px solid #f2f2f2}.page-node-type-event .block-field-blocknodeeventfield-additional-infos .paragraph--type--video-slider{position:relative}.page-node-type-event .block-field-blocknodeeventfield-additional-infos .paragraph--type--video-slider .slick__slider{margin-top:0;padding-top:50px}@media (min-width:1000px){.page-node-type-event .block-field-blocknodeeventfield-additional-infos .paragraph--type--video-slider .slick__slider{padding-top:0}}.page-node-type-event .block-field-blocknodeeventfield-additional-infos .paragraph--type--video-slider .slick__arrow{position:absolute;top:0;-webkit-transform:none;transform:none}.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67{margin-bottom:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:600px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67{margin-bottom:100px}}@media (min-width:600px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region{padding-right:20px;padding-left:20px}}.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first{margin-bottom:20px;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}@media (min-width:600px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first{margin-bottom:0;padding-top:35px;max-width:520px;-webkit-box-flex:0;-ms-flex:0 1 38%;flex:0 1 38%}}@media screen and (min-width:1200px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first{padding-top:0}}@media (min-width:1600px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first{max-width:none}}.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}@media (min-width:600px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{max-width:880px;-webkit-box-flex:0;-ms-flex:0 1 62%;flex:0 1 62%;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media (min-width:1600px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{max-width:none}}.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-date-and-time,.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{line-height:1;font-weight:900;font-style:italic;font-size:30px}@media (min-width:600px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-date-and-time,.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{font-size:30px}}@media (min-width:1000px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-date-and-time,.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{font-size:48px}}@media (min-width:1360px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-date-and-time,.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{font-size:60px}}@media (min-width:1600px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-date-and-time,.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{font-size:71px}}@media (min-width:1780px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-date-and-time,.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{font-size:78px}}@media (min-width:2200px){.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-date-and-time,.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-title h1{font-size:87px}}.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-date-and-time{margin-bottom:10px}.node--type-talent .node__content>.layout--twocol-section.layout--twocol-section--33-67 .field--name-field-subtitle{font-weight:300}.node--type-talent .node__content .block-field-blockparagraphimage-video-textfield-image-video{width:100%}.node--type-talent .node__content .block-field-blockparagraphimage-video-textfield-image-video .field--name-field-media-oembed-video .media-oembed-content{height:calc((100vw - 40px)/16*9);min-height:158px;max-height:466px}@media (min-width:1000px){.node--type-talent .node__content .block-field-blockparagraphimage-video-textfield-image-video .field--name-field-media-oembed-video .media-oembed-content{height:37.6875vw}}@media (min-width:600px){.node--type-talent .node__content .block-field-blockparagraphimage-video-textfield-image-video{width:auto}}.node--type-talent .node__content .block-field-blocknodetalenttitle{margin-bottom:20px;text-transform:uppercase}.page-node-type-talent .dialog-off-canvas-main-canvas{position:relative;z-index:2}.page-node-type-talent .header .region-header .header-bg{z-index:-1}.page-node-type-talent .header .region-header .header-bg,.page-node-type-talent .talent-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-webkit-transition:.4s;transition:.4s}.page-node-type-talent .talent-bg{z-index:1;opacity:1}.page-node-type-talent .anchor-navigation:after{content:none}.page-node-type-talent .anchor-navigation .anchor-bg{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-webkit-transition:.4s;transition:.4s}.page-node-type-talent .anchor-navigation.sticky .anchor-bg{display:block}.node--type-talent .node__content>.layout--twocol-section--33-67 .field--name-field-media-image,.page-node-type-exhibition .node__content>.layout--twocol-section--33-67 .field--name-field-media-image{position:relative;z-index:95}.node--type-talent .paragraph--type--chapter-talent,.node--type-talent .paragraph--type--image-video-text,.page-node-type-landingpage .paragraph--type--chapter-talent,.page-node-type-landingpage .paragraph--type--image-video-text{margin-bottom:40px}@media (min-width:600px){.node--type-talent .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--67-33,.node--type-talent .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--67-33,.page-node-type-landingpage .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--67-33,.page-node-type-landingpage .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--67-33{padding-right:20px;padding-left:20px}}.node--type-talent .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.node--type-talent .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.page-node-type-landingpage .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.page-node-type-landingpage .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--first{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width:600px){.node--type-talent .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.node--type-talent .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.page-node-type-landingpage .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.page-node-type-landingpage .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--first{-webkit-box-flex:0;-ms-flex:0 1 62%;flex:0 1 62%;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.node--type-talent .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--second,.node--type-talent .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--second,.page-node-type-landingpage .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--second,.page-node-type-landingpage .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-bottom:20px;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}@media (min-width:600px){.node--type-talent .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--second,.node--type-talent .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--second,.page-node-type-landingpage .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--second,.page-node-type-landingpage .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 1 38%;flex:0 1 38%}}@media (min-width:600px){.node--type-talent .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--67-33 .field--name-field-caption,.node--type-talent .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--67-33 .field--name-field-caption,.page-node-type-landingpage .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--67-33 .field--name-field-caption,.page-node-type-landingpage .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--67-33 .field--name-field-caption{text-align:right}}@media (min-width:600px){.node--type-talent .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--33-67,.node--type-talent .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--33-67,.page-node-type-landingpage .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--33-67,.page-node-type-landingpage .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--33-67{padding-right:20px;padding-left:20px}}.node--type-talent .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.node--type-talent .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.page-node-type-landingpage .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.page-node-type-landingpage .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first{margin-bottom:20px;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}@media (min-width:600px){.node--type-talent .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.node--type-talent .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.page-node-type-landingpage .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.page-node-type-landingpage .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 1 38%;flex:0 1 38%}}.node--type-talent .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.node--type-talent .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.page-node-type-landingpage .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.page-node-type-landingpage .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width:600px){.node--type-talent .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.node--type-talent .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.page-node-type-landingpage .paragraph--type--chapter-talent>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.page-node-type-landingpage .paragraph--type--image-video-text>.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{-webkit-box-flex:0;-ms-flex:0 1 62%;flex:0 1 62%;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.node--type-talent .paragraph--type--chapter-talent .chapter-title,.node--type-talent .paragraph--type--image-video-text .chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .chapter-title{line-height:1;font-weight:900;font-size:30px}@media (min-width:600px){.node--type-talent .paragraph--type--chapter-talent .chapter-title,.node--type-talent .paragraph--type--image-video-text .chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .chapter-title{font-size:30px}}@media (min-width:1000px){.node--type-talent .paragraph--type--chapter-talent .chapter-title,.node--type-talent .paragraph--type--image-video-text .chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .chapter-title{font-size:48px}}@media (min-width:1360px){.node--type-talent .paragraph--type--chapter-talent .chapter-title,.node--type-talent .paragraph--type--image-video-text .chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .chapter-title{font-size:60px}}@media (min-width:1600px){.node--type-talent .paragraph--type--chapter-talent .chapter-title,.node--type-talent .paragraph--type--image-video-text .chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .chapter-title{font-size:71px}}@media (min-width:1780px){.node--type-talent .paragraph--type--chapter-talent .chapter-title,.node--type-talent .paragraph--type--image-video-text .chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .chapter-title{font-size:78px}}@media (min-width:2200px){.node--type-talent .paragraph--type--chapter-talent .chapter-title,.node--type-talent .paragraph--type--image-video-text .chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .chapter-title{font-size:87px}}.node--type-talent .paragraph--type--chapter-talent .field--name-field-chapter-title,.node--type-talent .paragraph--type--chapter-talent .field--name-field-title-big,.node--type-talent .paragraph--type--image-video-text .field--name-field-chapter-title,.node--type-talent .paragraph--type--image-video-text .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-title-big{margin-bottom:20px;padding-top:40px;width:100%;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;border-top:1px solid #f2f2f2;font-size:30px}@media (min-width:600px){.node--type-talent .paragraph--type--chapter-talent .field--name-field-chapter-title,.node--type-talent .paragraph--type--chapter-talent .field--name-field-title-big,.node--type-talent .paragraph--type--image-video-text .field--name-field-chapter-title,.node--type-talent .paragraph--type--image-video-text .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-title-big{font-size:30px}}@media (min-width:1000px){.node--type-talent .paragraph--type--chapter-talent .field--name-field-chapter-title,.node--type-talent .paragraph--type--chapter-talent .field--name-field-title-big,.node--type-talent .paragraph--type--image-video-text .field--name-field-chapter-title,.node--type-talent .paragraph--type--image-video-text .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-title-big{font-size:48px}}@media (min-width:1360px){.node--type-talent .paragraph--type--chapter-talent .field--name-field-chapter-title,.node--type-talent .paragraph--type--chapter-talent .field--name-field-title-big,.node--type-talent .paragraph--type--image-video-text .field--name-field-chapter-title,.node--type-talent .paragraph--type--image-video-text .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-title-big{font-size:60px}}@media (min-width:1600px){.node--type-talent .paragraph--type--chapter-talent .field--name-field-chapter-title,.node--type-talent .paragraph--type--chapter-talent .field--name-field-title-big,.node--type-talent .paragraph--type--image-video-text .field--name-field-chapter-title,.node--type-talent .paragraph--type--image-video-text .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-title-big{font-size:71px}}@media (min-width:1780px){.node--type-talent .paragraph--type--chapter-talent .field--name-field-chapter-title,.node--type-talent .paragraph--type--chapter-talent .field--name-field-title-big,.node--type-talent .paragraph--type--image-video-text .field--name-field-chapter-title,.node--type-talent .paragraph--type--image-video-text .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-title-big{font-size:78px}}@media (min-width:2200px){.node--type-talent .paragraph--type--chapter-talent .field--name-field-chapter-title,.node--type-talent .paragraph--type--chapter-talent .field--name-field-title-big,.node--type-talent .paragraph--type--image-video-text .field--name-field-chapter-title,.node--type-talent .paragraph--type--image-video-text .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-title-big{font-size:87px}}@media (min-width:600px){.node--type-talent .paragraph--type--chapter-talent .field--name-field-chapter-title,.node--type-talent .paragraph--type--chapter-talent .field--name-field-title-big,.node--type-talent .paragraph--type--image-video-text .field--name-field-chapter-title,.node--type-talent .paragraph--type--image-video-text .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-title-big,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-chapter-title,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-title-big{margin-right:20px;margin-bottom:40px;margin-left:20px;width:calc(100% - 40px)}}.node--type-talent .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-text,.node--type-talent .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-text,.page-node-type-landingpage .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-text,.page-node-type-landingpage .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-text{font-weight:300}.node--type-talent .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.node--type-talent .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2{margin-bottom:10px;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:600px){.node--type-talent .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.node--type-talent .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2{font-size:30px}}@media (min-width:1000px){.node--type-talent .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.node--type-talent .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2{font-size:48px}}@media (min-width:1360px){.node--type-talent .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.node--type-talent .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2{font-size:60px}}@media (min-width:1600px){.node--type-talent .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.node--type-talent .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2{font-size:71px}}@media (min-width:1780px){.node--type-talent .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.node--type-talent .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2{font-size:78px}}@media (min-width:2200px){.node--type-talent .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.node--type-talent .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2{font-size:87px}}@media (min-width:1000px){.node--type-talent .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.node--type-talent .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-title h2,.page-node-type-landingpage .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-title h2{margin-bottom:20px;line-height:1}}.node--type-talent .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-subtitle,.node--type-talent .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-subtitle,.page-node-type-landingpage .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-subtitle,.page-node-type-landingpage .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-subtitle{margin-bottom:20px;font-weight:300}@media (min-width:1000px){.node--type-talent .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-subtitle,.node--type-talent .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-subtitle,.page-node-type-landingpage .paragraph--type--chapter-talent .paragraph--type--talent .field--name-field-subtitle,.page-node-type-landingpage .paragraph--type--image-video-text .paragraph--type--talent .field--name-field-subtitle{margin-bottom:40px}}.node--type-talent .paragraph--type--chapter-talent .field--name-field-node-reference-single,.node--type-talent .paragraph--type--image-video-text .field--name-field-node-reference-single,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-node-reference-single,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-node-reference-single{margin-top:20px;font-weight:900;letter-spacing:.3px;font-size:18px;display:inline-block;font-weight:700}@media (min-width:1360px){.node--type-talent .paragraph--type--chapter-talent .field--name-field-node-reference-single,.node--type-talent .paragraph--type--image-video-text .field--name-field-node-reference-single,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-node-reference-single,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-node-reference-single{font-size:22px}}@media (min-width:1600px){.node--type-talent .paragraph--type--chapter-talent .field--name-field-node-reference-single,.node--type-talent .paragraph--type--image-video-text .field--name-field-node-reference-single,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-node-reference-single,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-node-reference-single{font-size:26px}}@media (min-width:1780px){.node--type-talent .paragraph--type--chapter-talent .field--name-field-node-reference-single,.node--type-talent .paragraph--type--image-video-text .field--name-field-node-reference-single,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-node-reference-single,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-node-reference-single{font-size:29px}}@media (min-width:2200px){.node--type-talent .paragraph--type--chapter-talent .field--name-field-node-reference-single,.node--type-talent .paragraph--type--image-video-text .field--name-field-node-reference-single,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-node-reference-single,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-node-reference-single{font-size:32px}}.node--type-talent .paragraph--type--chapter-talent .field--name-field-node-reference-single:after,.node--type-talent .paragraph--type--image-video-text .field--name-field-node-reference-single:after,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-node-reference-single:after,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-node-reference-single:after{padding-left:.3em;display:inline-block;width:1.7em;height:1.2em;vertical-align:middle;content:"";background-image:url(/themes/custom/cob/dist/css/../images/link-right.svg);background-repeat:no-repeat;background-position:100%;background-size:contain}.inverted .node--type-talent .paragraph--type--chapter-talent .field--name-field-node-reference-single:after,.inverted .node--type-talent .paragraph--type--image-video-text .field--name-field-node-reference-single:after,.inverted .page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-node-reference-single:after,.inverted .page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-node-reference-single:after{-webkit-filter:invert(1);filter:invert(1)}@media (min-width:1000px){.node--type-talent .paragraph--type--chapter-talent .field--name-field-node-reference-single,.node--type-talent .paragraph--type--image-video-text .field--name-field-node-reference-single,.page-node-type-landingpage .paragraph--type--chapter-talent .field--name-field-node-reference-single,.page-node-type-landingpage .paragraph--type--image-video-text .field--name-field-node-reference-single{margin-top:40px}}@media (min-width:600px){.node--type-talent .paragraph--type--chapter-talent,.node--type-talent .paragraph--type--image-video-text,.page-node-type-landingpage .paragraph--type--chapter-talent,.page-node-type-landingpage .paragraph--type--image-video-text{margin-bottom:100px}}.section-header{position:relative;background-color:transparent!important}.section-header .field--name-title,.section-header .field--name-title h1{margin-top:3vw;margin-bottom:6vw;display:block;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:600px){.section-header .field--name-title,.section-header .field--name-title h1{font-size:30px}}@media (min-width:1000px){.section-header .field--name-title,.section-header .field--name-title h1{font-size:48px}}@media (min-width:1360px){.section-header .field--name-title,.section-header .field--name-title h1{font-size:60px}}@media (min-width:1600px){.section-header .field--name-title,.section-header .field--name-title h1{font-size:71px}}@media (min-width:1780px){.section-header .field--name-title,.section-header .field--name-title h1{font-size:78px}}@media (min-width:2200px){.section-header .field--name-title,.section-header .field--name-title h1{font-size:87px}}.section-header .field--name-title.negative-margin-indent,.section-header .field--name-title h1.negative-margin-indent{margin-bottom:-38px}@media (min-width:1000px){.section-header .field--name-title.negative-margin-indent,.section-header .field--name-title h1.negative-margin-indent{margin-bottom:-54px}}.section-header .field--name-title.short-margin-indent,.section-header .field--name-title h1.short-margin-indent{margin-bottom:54px}@media (min-width:900px){.section-header .field--name-title.short-margin-indent,.section-header .field--name-title h1.short-margin-indent{margin-bottom:-40px}}@media (min-width:1000px){.section-header .field--name-title.short-margin-indent,.section-header .field--name-title h1.short-margin-indent{margin-bottom:-54px}}.section-header .field--name-field-subtitle{margin-top:12px;font-weight:300}.section-header .field--name-field-intro-text{font-weight:300}.section-header .field--name-field-intro-text a{text-decoration:underline}.section-header .block-field-blocknodelandingpagefield-header-image-video .slick--field-header-image-video:not(.unslick){padding-top:44px}@media (min-width:600px){.section-header .block-field-blocknodelandingpagefield-header-image-video .slick--field-header-image-video:not(.unslick){padding-top:60px}}.section-header .block-field-blocknodelandingpagefield-header-image-video .slick-dotted.slick-slider{margin-bottom:0}.section-header .block-field-blocknodelandingpagefield-header-image-video .slick__arrow{z-index:98;top:15px}.section-header .block-field-blocknodelandingpagefield-header-image-video .slick-dots{z-index:98;top:-36px;bottom:auto;text-align:left}@media (min-width:600px){.section-header .block-field-blocknodelandingpagefield-header-image-video .slick-dots{top:-50px}}.section-header .block-field-blocknodelandingpagefield-header-image-video .slick-dots li,.section-header .block-field-blocknodelandingpagefield-header-image-video .slick-dots li button{width:10px;height:10px}.section-header .block-field-blocknodelandingpagefield-header-image-video .slick-dots li button:before{width:10px;height:10px;opacity:1;background-color:hsla(0,0%,94.9%,.4);border:0}.inverted .section-header .block-field-blocknodelandingpagefield-header-image-video .slick-dots li button:before{background-color:rgba(26,26,26,.4)}.section-header .block-field-blocknodelandingpagefield-header-image-video .slick-dots li.slick-active button:before{background-color:#fafafa}.inverted .section-header .block-field-blocknodelandingpagefield-header-image-video .slick-dots li.slick-active button:before{background-color:#1a1a1a}@media (min-width:600px){.section-header .block-field-blocknodelandingpagefield-header-image-video .field--name-field-media-image{max-width:100%}}.section-header .block-field-blocknodelandingpagefield-header-image-video .field--name-field-media-image img{width:100%;height:auto}@media (min-width:600px){.section-header .block-field-blocknodelandingpagefield-header-image-video .field--name-field-media-image img{width:auto}}.section-header .field--name-field-anchor-link a{position:absolute;z-index:2;bottom:0;left:0;padding:12px 15px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;color:#1a1a1a;background-color:#f2f2f2;font-size:18px}@media (min-width:1360px){.section-header .field--name-field-anchor-link a{font-size:22px}}@media (min-width:1600px){.section-header .field--name-field-anchor-link a{font-size:26px}}@media (min-width:1780px){.section-header .field--name-field-anchor-link a{font-size:29px}}@media (min-width:2200px){.section-header .field--name-field-anchor-link a{font-size:32px}}.layout--twocol-section.layout--twocol-section--33-67.section-header{margin-top:3vw;margin-bottom:6vw}@media (min-width:600px){.layout--twocol-section.layout--twocol-section--33-67.section-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.layout--twocol-section.layout--twocol-section--33-67.section-header>.layout__region--first,.layout--twocol-section.layout--twocol-section--33-67.section-header>.layout__region--second{width:100%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.layout--twocol-section.layout--twocol-section--33-67.section-header>.layout__region--first{margin-bottom:22px}@media (min-width:600px){.layout--twocol-section.layout--twocol-section--33-67.section-header>.layout__region--first{margin-bottom:0;width:40%}}@media (min-width:600px){.layout--twocol-section.layout--twocol-section--33-67.section-header>.layout__region--second{width:60%}}@media (min-width:1600px){.layout--twocol-section.layout--twocol-section--33-67.section-header .field--name-field-media-image img{width:100%;height:auto}}.layout--twocol-section.layout--twocol-section--33-67.section-header .field--name-title,.layout--twocol-section.layout--twocol-section--33-67.section-header .field--name-title h1{margin:0}.layout--twocol-section.layout--twocol-section--33-67.section-header .block-field-blocknodelandingpagefield-intro-text{margin-top:6vw}.layout--twocol-section.layout--twocol-section--33-67.section-header .slick{margin-bottom:0}.layout--twocol-section.layout--twocol-section--33-67.section-header .slick .slick-dots{bottom:0}.layout--twocol-section.layout--twocol-section--33-67.section-header .slick .slick__arrow{top:20px}.layout--twocol-section.layout--twocol-section--50-50.section-header{margin-bottom:30px}@media (min-width:600px){.layout--twocol-section.layout--twocol-section--50-50.section-header{margin-right:-40px;margin-bottom:60px;margin-left:-40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.layout--twocol-section.layout--twocol-section--50-50.section-header>.layout__region--first,.layout--twocol-section.layout--twocol-section--50-50.section-header>.layout__region--second{width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:600px){.layout--twocol-section.layout--twocol-section--50-50.section-header>.layout__region--first,.layout--twocol-section.layout--twocol-section--50-50.section-header>.layout__region--second{margin-right:40px;margin-left:40px}}.layout--twocol-section.layout--twocol-section--50-50.section-header>.layout__region--first{margin-top:3vw;margin-bottom:3vw;width:100%}@media (min-width:600px){.layout--twocol-section.layout--twocol-section--50-50.section-header>.layout__region--first{margin-top:0;margin-bottom:0;width:calc(50% - 80px)}}.layout--twocol-section.layout--twocol-section--50-50.section-header>.layout__region--second{width:100%}@media (min-width:600px){.layout--twocol-section.layout--twocol-section--50-50.section-header>.layout__region--second{width:calc(50% - 80px)}}.layout--twocol-section.layout--twocol-section--50-50.section-header .field--name-title,.layout--twocol-section.layout--twocol-section--50-50.section-header .field--name-title h1{margin:0 0 12px}.header-fullwidth{position:relative;margin-bottom:6vw}.header-fullwidth .field--name-field-header-image-video{position:relative;right:50%;left:50%;margin-top:-60px;margin-right:-50vw;margin-left:-50vw;width:100vw;height:calc(var(--vh, 1vh)*100 - 30px)}@media (min-width:600px){.header-fullwidth .field--name-field-header-image-video{height:calc(100vh - 40px)}}@media (min-width:1000px){.header-fullwidth .field--name-field-header-image-video{margin-top:-80px}}.header-fullwidth .field--name-field-header-image-video:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;content:"";background-color:rgba(0,0,0,.65)}.header-fullwidth .field--name-field-header-image-video *{height:100%}.header-fullwidth .field--name-field-header-image-video>.field__item:first-of-type{display:none}@media (min-width:600px){.header-fullwidth .field--name-field-header-image-video>.field__item:first-of-type{display:block}}.header-fullwidth .field--name-field-header-image-video>.field__item:last-of-type{display:block}@media (min-width:600px){.header-fullwidth .field--name-field-header-image-video>.field__item:last-of-type{display:none}}.header-fullwidth .field--name-field-header-image-video>.field__item:last-of-type img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.header-fullwidth .field--name-field-header-image-video iframe,.header-fullwidth .field--name-field-header-image-video video{width:100%}.header-fullwidth .field--name-field-header-image-video video{-o-object-fit:cover;object-fit:cover}.header-fullwidth .field--name-title h1{position:absolute;z-index:2;top:50%;left:0;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:30px}@media (min-width:600px){.header-fullwidth .field--name-title h1{font-size:30px}}@media (min-width:1000px){.header-fullwidth .field--name-title h1{font-size:48px}}@media (min-width:1360px){.header-fullwidth .field--name-title h1{font-size:60px}}@media (min-width:1600px){.header-fullwidth .field--name-title h1{font-size:71px}}@media (min-width:1780px){.header-fullwidth .field--name-title h1{font-size:78px}}@media (min-width:2200px){.header-fullwidth .field--name-title h1{font-size:87px}}.header-fullwidth .anchor-next{position:absolute;z-index:5;bottom:0;left:calc(50% - 17px);margin:38px 0;display:inline-block;width:34px;height:34px;background-image:url(/themes/custom/cob/dist/css/../images/arrow--down.svg);background-repeat:no-repeat;background-position:50%;background-size:24px;-webkit-transition:.3s;transition:.3s}.header-fullwidth .anchor-next:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.header-fullwidth+.layout--twocol-section--33-67{margin-bottom:6vw;font-weight:300}@media (min-width:600px){.header-fullwidth+.layout--twocol-section--33-67{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.header-fullwidth+.layout--twocol-section--33-67>.layout__region--second{width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:600px){.header-fullwidth+.layout--twocol-section--33-67>.layout__region--second{width:60%;max-width:840px}}.node--view-mode-related-content .field--name-field-media-image{margin-bottom:3vw}.node--view-mode-related-content .field--name-title{text-align:left}.scrollify-section+.scrollify-section{margin-top:6vw}.scrollify-section+.under-slider-content{margin-top:120px}.layout--twocol-section.layout--twocol-section--33-67.header-intro-text{font-weight:300}.layout--twocol-section.layout--twocol-section--33-67.header-intro-text .field--name-field-intro-text{margin-bottom:6vw}@media (min-width:600px){.layout--twocol-section.layout--twocol-section--33-67.header-intro-text{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.layout--twocol-section.layout--twocol-section--33-67.header-intro-text>.layout__region--first,.layout--twocol-section.layout--twocol-section--33-67.header-intro-text>.layout__region--second{width:100%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.layout--twocol-section.layout--twocol-section--33-67.header-intro-text>.layout__region--first{margin-bottom:22px}@media (min-width:600px){.layout--twocol-section.layout--twocol-section--33-67.header-intro-text>.layout__region--first{margin-bottom:0;width:40%}}@media (min-width:1600px){.layout--twocol-section.layout--twocol-section--33-67.header-intro-text>.layout__region--first{max-width:100%}}@media (min-width:600px){.layout--twocol-section.layout--twocol-section--33-67.header-intro-text>.layout__region--second{margin-left:auto;width:60%}}@media (min-width:1600px){.layout--twocol-section.layout--twocol-section--33-67.header-intro-text>.layout__region--second{max-width:100%}}.page-node-type-page .field--name-title h1{margin-bottom:40px;padding:0;display:block;font-size:40px;line-height:38px;font-weight:900;font-style:italic;letter-spacing:.3px;text-transform:uppercase}@media (min-width:1000px){.page-node-type-page .field--name-title h1{padding:0 20px}}.page-node-type-page .field--name-body{padding:0;max-width:640px}@media (min-width:1000px){.page-node-type-page .field--name-body{padding:0 20px}}.page-node-type-page .field--name-body ol,.page-node-type-page .field--name-body p,.page-node-type-page .field--name-body ul{margin-bottom:40px;font-weight:300;letter-spacing:.1px;font-size:18px}@media (min-width:1360px){.page-node-type-page .field--name-body ol,.page-node-type-page .field--name-body p,.page-node-type-page .field--name-body ul{font-size:22px}}@media (min-width:1600px){.page-node-type-page .field--name-body ol,.page-node-type-page .field--name-body p,.page-node-type-page .field--name-body ul{font-size:26px}}@media (min-width:1780px){.page-node-type-page .field--name-body ol,.page-node-type-page .field--name-body p,.page-node-type-page .field--name-body ul{font-size:29px}}@media (min-width:2200px){.page-node-type-page .field--name-body ol,.page-node-type-page .field--name-body p,.page-node-type-page .field--name-body ul{font-size:32px}}.page-node-type-page .field--name-body a{display:inline-block}.page-node-type-page .field--name-body ul li{position:relative;margin-bottom:30px;list-style-type:square}.page-node-type-page .field--name-body ul li a{display:inline;word-break:break-word}.page-node-type-page .field--name-body ol li{margin-bottom:30px}.page-node-type-page .field--name-body ol li ul{margin-top:30px}.page-node-type-page .field--name-body ul{padding-left:26px}@media (min-width:600px){.page-node-type-page .field--name-body ul{padding-left:40px}}.page-node-type-project .node__content>.layout--twocol-section--33-67{margin-right:-20px;margin-bottom:50px;margin-left:-20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:600px){.page-node-type-project .node__content>.layout--twocol-section--33-67{margin-bottom:100px}}.page-node-type-project .node__content>.layout--twocol-section--33-67>.layout__region--first,.page-node-type-project .node__content>.layout--twocol-section--33-67>.layout__region--second{margin-right:20px;margin-left:20px}.page-node-type-project .node__content>.layout--twocol-section--33-67>.layout__region--first{width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:600px){.page-node-type-project .node__content>.layout--twocol-section--33-67>.layout__region--first{width:calc(50% - 40px)}}@media (min-width:1000px){.page-node-type-project .node__content>.layout--twocol-section--33-67>.layout__region--first{width:calc(36.5% - 40px)}}.page-node-type-project .node__content>.layout--twocol-section--33-67>.layout__region--second{margin-bottom:20px;width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width:600px){.page-node-type-project .node__content>.layout--twocol-section--33-67>.layout__region--second{margin-bottom:0;width:calc(50% - 40px);-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media (min-width:1000px){.page-node-type-project .node__content>.layout--twocol-section--33-67>.layout__region--second{width:calc(63.5% - 40px)}}.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-field-category,.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-field-subtitle{font-weight:300}.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-field-category{margin-bottom:12px}.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title,.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title h1{margin-bottom:12px;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:600px){.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title,.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title h1{font-size:30px}}@media (min-width:1000px){.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title,.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title h1{font-size:48px}}@media (min-width:1360px){.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title,.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title h1{font-size:60px}}@media (min-width:1600px){.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title,.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title h1{font-size:71px}}@media (min-width:1780px){.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title,.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title h1{font-size:78px}}@media (min-width:2200px){.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title,.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-title h1{font-size:87px}}.page-node-type-project .node__content>.layout--twocol-section--33-67 .field--name-field-media-image img{width:100%;height:auto}.node--type-press-kit .section-header .field--name-title{margin-bottom:12px}.node--type-press-kit .section-header .field--name-field-subtitle{font-weight:300}.node--type-press-kit .field--name-field-press-images-text,.node--type-press-kit .field--name-field-press-release{border-top:1px solid}.node--type-press-kit .field--name-field-press-images-text .field__label,.node--type-press-kit .field--name-field-press-release .field__label{position:relative;margin-top:40px;margin-bottom:20px;padding-left:28px;font-weight:700}@media (min-width:600px){.node--type-press-kit .field--name-field-press-images-text .field__label,.node--type-press-kit .field--name-field-press-release .field__label{padding-left:32px}}.node--type-press-kit .field--name-field-press-images-text .field__label:before,.node--type-press-kit .field--name-field-press-release .field__label:before{position:absolute;top:2px;left:0;display:block;width:18px;height:18px;content:"";background-color:currentColor;border-radius:50%}@media (min-width:1000px){.node--type-press-kit .field--name-field-press-images-text .field__label:before,.node--type-press-kit .field--name-field-press-release .field__label:before{width:24px;height:24px}}@media (min-width:1600px){.node--type-press-kit .field--name-field-press-images-text .field__label:before,.node--type-press-kit .field--name-field-press-release .field__label:before{top:6px}}@media (min-width:600px){.node--type-press-kit .field--name-field-press-images-text .field__label,.node--type-press-kit .field--name-field-press-release .field__label{margin-bottom:40px}}.node--type-press-kit .field--name-field-press-images-text>.field__item,.node--type-press-kit .field--name-field-press-release>.field__item{max-width:640px;font-weight:300}@media (min-width:1000px){.node--type-press-kit .field--name-field-press-images-text>.field__item,.node--type-press-kit .field--name-field-press-release>.field__item{max-width:47%}}.node--type-press-kit .field--name-field-press-images-text>.field__item p,.node--type-press-kit .field--name-field-press-release>.field__item p{font-weight:300}.node--type-press-kit .field--name-field-press-images-text{margin-top:6vw;margin-bottom:40px}.node--type-press-kit .field--name-field-documents{margin-top:40px}.node--type-press-kit .field--name-field-documents>.field__item+.field__item{margin-top:20px}.node--type-press-kit .view-press-kits{margin-bottom:6vw}.press-kit-document-download{display:inline-block;padding-left:34px;font-weight:700;background-image:url(/themes/custom/cob/dist/css/../images/doc.svg);background-size:24px;background-position:0 0;background-repeat:no-repeat;word-break:break-all}.press-kit-document-download:after{content:"";display:inline-block;width:.7em;height:.7em;background-image:url(/themes/custom/cob/dist/css/../images/download-icon.svg);background-size:contain;background-position:100%;background-repeat:no-repeat;margin-left:.4em}.section-header-wallpaper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100vh - 120px);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-header-wallpaper .field--name-title{position:relative;z-index:2;display:inline-block;pointer-events:none}.section-header-wallpaper .field--name-title h1{margin-bottom:20px;max-width:10em;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase}.section-header-wallpaper .field--name-field-ac-link{position:absolute;z-index:2;bottom:0;left:0;padding:12px 15px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#1a1a1a;font-size:18px}@media (min-width:1360px){.section-header-wallpaper .field--name-field-ac-link{font-size:22px}}@media (min-width:1600px){.section-header-wallpaper .field--name-field-ac-link{font-size:26px}}@media (min-width:1780px){.section-header-wallpaper .field--name-field-ac-link{font-size:29px}}@media (min-width:2200px){.section-header-wallpaper .field--name-field-ac-link{font-size:32px}}.section-header-wallpaper .field--name-field-link{position:relative;z-index:2}.section-header-wallpaper .field--name-field-link a{padding-right:16px;padding-left:16px;display:inline-block;min-height:40px;font-size:1em;line-height:1.8;font-weight:700;text-align:center;border:0;position:relative;color:#1a1a1a;background-color:#ff0}.section-header-wallpaper .field--name-field-link a:before{position:absolute;z-index:-1;top:50%;left:50%;width:100%;height:100%;content:"";background-color:#ff0;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.section-header-wallpaper .field--name-field-link a:hover:before{-webkit-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1)}.section-header-wallpaper .block-field-blocknodelandingpagefield-wallpaper-images{position:absolute;z-index:1;top:0;right:50%;left:50%;margin-top:-90px;margin-right:-50vw;margin-left:-50vw;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;overflow:scroll;width:100vw;height:calc(100% + 90px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-overflow-style:none;scrollbar-width:none}.section-header-wallpaper .block-field-blocknodelandingpagefield-wallpaper-images::-webkit-scrollbar{display:none}.section-header-wallpaper .field--name-field-wallpaper-images{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:120vw;min-height:120vh;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff;cursor:-webkit-grab;cursor:grab}.section-header-wallpaper .field--name-field-wallpaper-images:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;content:"";background-color:rgba(0,0,0,.4);cursor:-webkit-grab;cursor:grab}.section-header-wallpaper .field--name-field-wallpaper-images>.field__item{width:20%}.section-header-wallpaper .field--name-field-wallpaper-images img{width:100%}.field--name-field-chapters>.field__item:last-child .field--name-field-content{margin-bottom:5vw}.paragraph--type--chapter,.paragraph--type--chapter-landing-page,.paragraph--type--chapter-project{position:relative}.paragraph--type--chapter-landing-page.border,.paragraph--type--chapter-project.border,.paragraph--type--chapter.border{padding-top:3vw;border-top:1px solid}.paragraph--type--chapter-landing-page.inverted-chapter,.paragraph--type--chapter-project.inverted-chapter,.paragraph--type--chapter.inverted-chapter{margin-bottom:6vw;overflow:visible;color:#1a1a1a}.paragraph--type--chapter-landing-page.inverted-chapter:before,.paragraph--type--chapter-project.inverted-chapter:before,.paragraph--type--chapter.inverted-chapter:before{position:absolute;z-index:-1;top:0;right:50%;bottom:0;left:50%;margin-right:-50vw;margin-left:-50vw;width:100vw;height:calc(100% + 3vw);content:"";background-color:#f2f2f2}.inverted .paragraph--type--chapter-landing-page.inverted-chapter:before,.inverted .paragraph--type--chapter-project.inverted-chapter:before,.inverted .paragraph--type--chapter.inverted-chapter:before{background-color:#1a1a1a}.inverted .paragraph--type--chapter-landing-page.inverted-chapter,.inverted .paragraph--type--chapter-project.inverted-chapter,.inverted .paragraph--type--chapter.inverted-chapter{color:#f2f2f2}.paragraph--type--chapter-landing-page.no-border.inverted-chapter,.paragraph--type--chapter-project.no-border.inverted-chapter,.paragraph--type--chapter.no-border.inverted-chapter{padding-top:3vw}.paragraph--type--chapter-landing-page.border.inverted-chapter,.paragraph--type--chapter-project.border.inverted-chapter,.paragraph--type--chapter.border.inverted-chapter{border-top:0}.paragraph--type--chapter-landing-page>.field__item,.paragraph--type--chapter-project>.field__item,.paragraph--type--chapter>.field__item{position:relative}.paragraph--type--chapter-landing-page .chapter-title .field--name-field-chapter-title,.paragraph--type--chapter-landing-page .chapter-title .field--name-field-title,.paragraph--type--chapter-landing-page>.field--name-field-chapter-title,.paragraph--type--chapter-landing-page>.field--name-field-title,.paragraph--type--chapter-project .chapter-title .field--name-field-chapter-title,.paragraph--type--chapter-project .chapter-title .field--name-field-title,.paragraph--type--chapter-project>.field--name-field-chapter-title,.paragraph--type--chapter-project>.field--name-field-title,.paragraph--type--chapter .chapter-title .field--name-field-chapter-title,.paragraph--type--chapter .chapter-title .field--name-field-title,.paragraph--type--chapter>.field--name-field-chapter-title,.paragraph--type--chapter>.field--name-field-title{position:relative;margin-bottom:3vw;padding-left:28px;max-width:calc(100% - 80px);font-weight:700}@media (min-width:600px){.paragraph--type--chapter-landing-page .chapter-title .field--name-field-chapter-title,.paragraph--type--chapter-landing-page .chapter-title .field--name-field-title,.paragraph--type--chapter-landing-page>.field--name-field-chapter-title,.paragraph--type--chapter-landing-page>.field--name-field-title,.paragraph--type--chapter-project .chapter-title .field--name-field-chapter-title,.paragraph--type--chapter-project .chapter-title .field--name-field-title,.paragraph--type--chapter-project>.field--name-field-chapter-title,.paragraph--type--chapter-project>.field--name-field-title,.paragraph--type--chapter .chapter-title .field--name-field-chapter-title,.paragraph--type--chapter .chapter-title .field--name-field-title,.paragraph--type--chapter>.field--name-field-chapter-title,.paragraph--type--chapter>.field--name-field-title{padding-left:32px}}.paragraph--type--chapter-landing-page .chapter-title .field--name-field-chapter-title:before,.paragraph--type--chapter-landing-page .chapter-title .field--name-field-title:before,.paragraph--type--chapter-landing-page>.field--name-field-chapter-title:before,.paragraph--type--chapter-landing-page>.field--name-field-title:before,.paragraph--type--chapter-project .chapter-title .field--name-field-chapter-title:before,.paragraph--type--chapter-project .chapter-title .field--name-field-title:before,.paragraph--type--chapter-project>.field--name-field-chapter-title:before,.paragraph--type--chapter-project>.field--name-field-title:before,.paragraph--type--chapter .chapter-title .field--name-field-chapter-title:before,.paragraph--type--chapter .chapter-title .field--name-field-title:before,.paragraph--type--chapter>.field--name-field-chapter-title:before,.paragraph--type--chapter>.field--name-field-title:before{position:absolute;top:2px;left:0;display:block;width:18px;height:18px;content:"";background-color:currentColor;border-radius:50%}@media (min-width:1000px){.paragraph--type--chapter-landing-page .chapter-title .field--name-field-chapter-title:before,.paragraph--type--chapter-landing-page .chapter-title .field--name-field-title:before,.paragraph--type--chapter-landing-page>.field--name-field-chapter-title:before,.paragraph--type--chapter-landing-page>.field--name-field-title:before,.paragraph--type--chapter-project .chapter-title .field--name-field-chapter-title:before,.paragraph--type--chapter-project .chapter-title .field--name-field-title:before,.paragraph--type--chapter-project>.field--name-field-chapter-title:before,.paragraph--type--chapter-project>.field--name-field-title:before,.paragraph--type--chapter .chapter-title .field--name-field-chapter-title:before,.paragraph--type--chapter .chapter-title .field--name-field-title:before,.paragraph--type--chapter>.field--name-field-chapter-title:before,.paragraph--type--chapter>.field--name-field-title:before{width:24px;height:24px}}@media (min-width:1600px){.paragraph--type--chapter-landing-page .chapter-title .field--name-field-chapter-title:before,.paragraph--type--chapter-landing-page .chapter-title .field--name-field-title:before,.paragraph--type--chapter-landing-page>.field--name-field-chapter-title:before,.paragraph--type--chapter-landing-page>.field--name-field-title:before,.paragraph--type--chapter-project .chapter-title .field--name-field-chapter-title:before,.paragraph--type--chapter-project .chapter-title .field--name-field-title:before,.paragraph--type--chapter-project>.field--name-field-chapter-title:before,.paragraph--type--chapter-project>.field--name-field-title:before,.paragraph--type--chapter .chapter-title .field--name-field-chapter-title:before,.paragraph--type--chapter .chapter-title .field--name-field-title:before,.paragraph--type--chapter>.field--name-field-chapter-title:before,.paragraph--type--chapter>.field--name-field-title:before{top:6px}}.paragraph--type--chapter-landing-page .field--name-field-content,.paragraph--type--chapter-project .field--name-field-content,.paragraph--type--chapter .field--name-field-content{margin-bottom:12vw}@media (min-width:600px){.paragraph--type--chapter-landing-page .field--name-field-content,.paragraph--type--chapter-project .field--name-field-content,.paragraph--type--chapter .field--name-field-content{margin-bottom:6vw}}@media (min-width:600px){.paragraph--type--chapter-landing-page.paragraph--view-mode--title-right .chapter-title,.paragraph--type--chapter-project.paragraph--view-mode--title-right .chapter-title,.paragraph--type--chapter.paragraph--view-mode--title-right .chapter-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media (min-width:600px){.paragraph--type--chapter-landing-page.paragraph--view-mode--title-right .chapter-title .field--name-field-chapter-title,.paragraph--type--chapter-landing-page.paragraph--view-mode--title-right .chapter-title .field--name-field-title,.paragraph--type--chapter-landing-page.paragraph--view-mode--title-right>.field--name-field-chapter-title,.paragraph--type--chapter-landing-page.paragraph--view-mode--title-right>.field--name-field-title,.paragraph--type--chapter-project.paragraph--view-mode--title-right .chapter-title .field--name-field-chapter-title,.paragraph--type--chapter-project.paragraph--view-mode--title-right .chapter-title .field--name-field-title,.paragraph--type--chapter-project.paragraph--view-mode--title-right>.field--name-field-chapter-title,.paragraph--type--chapter-project.paragraph--view-mode--title-right>.field--name-field-title,.paragraph--type--chapter.paragraph--view-mode--title-right .chapter-title .field--name-field-chapter-title,.paragraph--type--chapter.paragraph--view-mode--title-right .chapter-title .field--name-field-title,.paragraph--type--chapter.paragraph--view-mode--title-right>.field--name-field-chapter-title,.paragraph--type--chapter.paragraph--view-mode--title-right>.field--name-field-title{display:inline-block}}.paragraph--type--chapter-landing-page .slick,.paragraph--type--chapter-landing-page .slick-wrapper,.paragraph--type--chapter-project .slick,.paragraph--type--chapter-project .slick-wrapper,.paragraph--type--chapter .slick,.paragraph--type--chapter .slick-wrapper{position:static}.paragraph--type--chapter-landing-page .slick__arrow,.paragraph--type--chapter-project .slick__arrow,.paragraph--type--chapter .slick__arrow{top:10px;-webkit-transform:translateY(0);transform:translateY(0)}@media (min-width:600px){.paragraph--type--chapter-landing-page .slick__arrow,.paragraph--type--chapter-project .slick__arrow,.paragraph--type--chapter .slick__arrow{top:3vw}}.paragraph--type--chapter-landing-page-visit{padding-top:3vw;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.paragraph--type--chapter-landing-page-visit.border{border-top:1px solid}.paragraph--type--chapter-landing-page-visit.chapter-icon .chapter-visit-wrapper--content{padding-left:43px}@media (min-width:1000px){.paragraph--type--chapter-landing-page-visit.chapter-icon .chapter-visit-wrapper--content{padding-left:0}}@media (min-width:600px){.paragraph--type--chapter-landing-page-visit .block-field-blockparagraphoriented-sliderfield-media-reference-multiple,.paragraph--type--chapter-landing-page-visit .media--view-mode-pt-oriented-slider-visit,.paragraph--type--chapter-landing-page-visit .slick-list,.paragraph--type--chapter-landing-page-visit .slick-track,.paragraph--type--chapter-landing-page-visit .slick__slider{height:100%}}.paragraph--type--chapter-landing-page-visit .paragraph--type--oriented-slider .slick{padding-top:0;margin-bottom:15px;padding-bottom:40px}@media (min-width:1000px){.paragraph--type--chapter-landing-page-visit .paragraph--type--oriented-slider .slick{padding-bottom:0}}.paragraph--type--chapter-landing-page-visit .paragraph--type--oriented-slider .slick .field--name-field-media-image{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (min-width:600px){.paragraph--type--chapter-landing-page-visit .paragraph--type--oriented-slider .slick .field--name-field-media-image{height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (min-width:600px){.paragraph--type--chapter-landing-page-visit .paragraph--type--oriented-slider .slick{height:100%}}@media (min-width:1000px){.paragraph--type--chapter-landing-page-visit .paragraph--type--oriented-slider .slick{margin-bottom:0}}@media (min-width:1000px){.paragraph--type--chapter-landing-page-visit .slick-slider{padding-top:80px}}.paragraph--type--chapter-landing-page-visit .slick-dots{text-align:left;bottom:-40px}@media (min-width:1000px){.paragraph--type--chapter-landing-page-visit .slick-dots{top:0;text-align:center;bottom:-25px}}.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--title{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--title .field--name-field-media-reference-single{margin-bottom:10px;margin-right:10px;max-width:40px;-ms-flex-negative:0;flex-shrink:0}@media (min-width:1000px){.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--title .field--name-field-media-reference-single{margin-bottom:20px}}.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--title .field--name-field-media-reference-single .field--name-field-media-image{position:relative;width:32px;height:32px;background:#fff;border:50px;border-radius:50px}@media (min-width:1000px){.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--title .field--name-field-media-reference-single .field--name-field-media-image{width:40px;height:40px}}.inverted .paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--title .field--name-field-media-reference-single .field--name-field-media-image{background:#1a1a1a}.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--title .field--name-field-media-reference-single .field--name-field-media-image svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:20px}@media (min-width:1000px){.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--title .field--name-field-media-reference-single .field--name-field-media-image svg{max-width:none}}.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--title .field--name-field-chapter-title{margin-bottom:15px;font-weight:700}@media (min-width:1000px){.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--title .field--name-field-chapter-title{padding-right:20px}}@media (min-width:1000px){.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--title{margin-bottom:0;padding-right:20px;width:26.5%}}.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--content{width:100%}@media (min-width:600px){.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--content{padding-top:.3em}}.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--content>.field--name-field-content>.field__item{margin-bottom:12vw}@media (min-width:600px){.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--content>.field--name-field-content>.field__item{margin-bottom:6vw}}@media (min-width:1000px){.paragraph--type--chapter-landing-page-visit .chapter-visit-wrapper--content{width:73.5%}}@media (min-width:600px){.paragraph--type--chapter-landing-page-visit.paragraph--view-mode--title-right .chapter-visit-wrapper--title .field--name-field-media-reference-single{margin-right:0;margin-left:10px}}@media (min-width:600px){.paragraph--type--chapter-landing-page-visit.paragraph--view-mode--title-right .chapter-visit-wrapper--title{padding-right:0;padding-left:20px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}}@media (min-width:1000px){.paragraph--type--chapter-landing-page-visit.paragraph--view-mode--title-right .chapter-visit-wrapper--title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:600px){.paragraph--type--chapter-landing-page-visit #map-mobile{display:none}}.paragraph--type--chapter-landing-page-visit #map-desktop{display:none}@media (min-width:600px){.paragraph--type--chapter-landing-page-visit #map-desktop{display:block}}.paragraph--type--related-events .field--name-field-media-reference-single{margin-bottom:20px}@media (min-width:1600px){.paragraph--type--related-events .field--name-field-media-reference-single img{width:100%}}.paragraph--type--related-events .field--name-title h2{margin-bottom:20px;font-size:30px;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase}@media (min-width:1000px){.paragraph--type--related-events .field--name-title h2{font-size:40px}}.paragraph--type--related-events .field--name-field-subtitle{font-weight:300}.paragraph--type--related-events .field--name-field-date-and-time{font-weight:700}.paragraph--type--related-events .field--name-field-media-image img{width:100%}@media (min-width:600px){.paragraph--type--related-events .slick-slider{margin-right:-20px;margin-left:-20px}}@media (min-width:1000px){.paragraph--type--related-events .slick-slider{margin-right:-40px;margin-left:-40px}}@media (min-width:600px){.paragraph--type--related-events .unslick{margin-right:-20px;margin-left:-20px}}@media (min-width:1000px){.paragraph--type--related-events .unslick{margin-right:-40px;margin-left:-40px}}@media (min-width:600px){.paragraph--type--related-events .unslick .slick__slide{width:33%;padding-right:0}}@media (min-width:600px){.paragraph--type--related-events .slick__slide{padding-right:20px;padding-left:20px}}@media (min-width:1000px){.paragraph--type--related-events .slick__slide{padding-right:40px;padding-left:40px}}.paragraph--type--related-events .slick--less .slick-track{margin-left:0;margin-right:0;text-align:left}@media (min-width:600px){.paragraph--type--shop-teaser .layout--twocol-section.layout--twocol-section--67-33{margin-left:-40px;margin-right:-40px}}.paragraph--type--shop-teaser .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.paragraph--type--shop-teaser .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{-webkit-box-flex:1;-ms-flex:auto;flex:auto;width:100%}@media (min-width:600px){.paragraph--type--shop-teaser .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.paragraph--type--shop-teaser .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-left:40px;margin-right:40px}}.paragraph--type--shop-teaser .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first{margin-bottom:10px}@media (min-width:600px){.paragraph--type--shop-teaser .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first{margin-bottom:0;width:calc(50% - 80px)}}@media (min-width:1000px){.paragraph--type--shop-teaser .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first{margin-bottom:0;width:calc(70% - 80px)}}@media (min-width:600px){.paragraph--type--shop-teaser .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{width:calc(50% - 80px)}}@media (min-width:1000px){.paragraph--type--shop-teaser .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{width:calc(30% - 80px)}}.paragraph--type--shop-teaser .field--name-field-title{margin-bottom:22px;font-size:30px;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase}@media (min-width:1360px){.paragraph--type--shop-teaser .field--name-field-title{font-size:40px}}@media (min-width:1600px){.paragraph--type--shop-teaser .field--name-field-title{font-size:47px}}@media (min-width:1780px){.paragraph--type--shop-teaser .field--name-field-title{font-size:52px}}@media (min-width:2200px){.paragraph--type--shop-teaser .field--name-field-title{font-size:58px}}.paragraph--type--shop-teaser .field--name-field-text{margin-bottom:20px;font-weight:300}.paragraph--type--shop-teaser .field--name-field-link a{display:inline-block;font-weight:700}.paragraph--type--shop-teaser .field--name-field-link a:after{padding-left:.3em;display:inline-block;width:1.7em;height:1.2em;vertical-align:middle;content:"";background-image:url(/themes/custom/cob/dist/css/../images/link-right.svg);background-repeat:no-repeat;background-position:100%;background-size:contain}.inverted .paragraph--type--shop-teaser .field--name-field-link a:after{-webkit-filter:invert(1);filter:invert(1)}.paragraph--type--shop-teaser .field--name-field-image{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:150px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (min-width:600px){.paragraph--type--shop-teaser .field--name-field-image{max-width:100%}}.paragraph--type--shop-teaser .field--name-field-image img{width:100%}@media (min-width:600px){.paragraph--type--shop-teaser .field--name-field-image img{width:auto}}.paragraph--type--single-link-big{margin-right:-3vw;margin-left:-3vw;padding:10px 3vw;line-height:1;font-weight:300;font-style:italic;letter-spacing:-4px;text-transform:uppercase;background-color:#ff0;font-size:30px}@media (min-width:600px){.paragraph--type--single-link-big{font-size:30px}}@media (min-width:1000px){.paragraph--type--single-link-big{font-size:48px}}@media (min-width:1360px){.paragraph--type--single-link-big{font-size:60px}}@media (min-width:1600px){.paragraph--type--single-link-big{font-size:71px}}@media (min-width:1780px){.paragraph--type--single-link-big{font-size:78px}}@media (min-width:2200px){.paragraph--type--single-link-big{font-size:87px}}.paragraph--type--single-link-big .field--name-field-text a{display:inline-block;width:100%;color:#1a1a1a;text-decoration:none;font-weight:300;letter-spacing:-.04em}.paragraph--type--single-link-big .field--name-field-text a:hover{text-decoration:none}.paragraph--type--single-link-big .field--name-field-text b,.paragraph--type--single-link-big .field--name-field-text b a,.paragraph--type--single-link-big .field--name-field-text strong,.paragraph--type--single-link-big .field--name-field-text strong a{font-weight:900;letter-spacing:-.01em}.paragraph--type--additional-infos{position:relative}.paragraph--type--additional-infos .field--name-field-info-blocks,.paragraph--type--additional-infos .field--name-field-info-blocks-cloned{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:600px){.paragraph--type--additional-infos .field--name-field-info-blocks,.paragraph--type--additional-infos .field--name-field-info-blocks-cloned{margin-right:-40px;margin-left:-40px}}.paragraph--type--additional-infos .field--name-field-info-blocks-cloned .col,.paragraph--type--additional-infos .field--name-field-info-blocks-cloned>.field__item,.paragraph--type--additional-infos .field--name-field-info-blocks .col,.paragraph--type--additional-infos .field--name-field-info-blocks>.field__item{-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width:600px){.paragraph--type--additional-infos .field--name-field-info-blocks-cloned .col,.paragraph--type--additional-infos .field--name-field-info-blocks-cloned>.field__item,.paragraph--type--additional-infos .field--name-field-info-blocks .col,.paragraph--type--additional-infos .field--name-field-info-blocks>.field__item{margin-right:40px;margin-left:40px}}.paragraph--type--additional-infos .field--name-field-info-blocks-cloned .col>.paragraph+.paragraph,.paragraph--type--additional-infos .field--name-field-info-blocks-cloned>.field__item>.paragraph+.paragraph,.paragraph--type--additional-infos .field--name-field-info-blocks .col>.paragraph+.paragraph,.paragraph--type--additional-infos .field--name-field-info-blocks>.field__item>.paragraph+.paragraph{margin-top:28px}.paragraph--type--info-block .field--name-field-title{margin-bottom:30px;font-weight:700}.paragraph--type--info-block .field--name-field-content>.field__item+.field__item,.paragraph--type--info-block .field--name-field-images>.field__item+.field__item{margin-top:28px}.paragraph--type--info-block .field--name-field-content .media--view-mode-pt-info-block-default-landscape-wide img,.paragraph--type--info-block .field--name-field-images .media--view-mode-pt-info-block-default-landscape-wide img{width:400px}.paragraph--type--info-block .field--name-field-content .media--view-mode-pt-info-block-default img,.paragraph--type--info-block .field--name-field-images .media--view-mode-pt-info-block-default img{width:210px}.paragraph--type--info-block .field--name-field-content .media--view-mode-pt-info-block-default-square img,.paragraph--type--info-block .field--name-field-images .media--view-mode-pt-info-block-default-square img{width:125px}.paragraph--type--info-block .field--name-field-content .media--view-mode-pt-info-block-default-portrait img,.paragraph--type--info-block .field--name-field-images .media--view-mode-pt-info-block-default-portrait img{width:105px}.paragraph--type--info-block .field--name-field-text+.field--name-field-images{margin-top:28px}.paragraph--type--info-block .field--name-field-content,.paragraph--type--info-block .field--name-field-images,.paragraph--type--info-block .field--name-field-text{opacity:.4}.field--name-field-additional-infos>.field__item{margin-bottom:6vw}.field--name-field-additional-infos>.field__item:last-of-type{margin-bottom:0}.paragraph--type--animation-teaser-slider{position:relative;right:50%;left:50%;margin-right:-50vw;margin-left:-50vw;padding-top:0;padding-right:0;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100vw;height:calc(100vh - 90px);height:calc(var(--vh, 1vh)*100 - 90px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:1s ease-in-out;transition:1s ease-in-out}@media (min-width:375px){.paragraph--type--animation-teaser-slider{padding-top:30px}}@media (min-width:600px){.paragraph--type--animation-teaser-slider{padding-top:50px;padding-right:3vw;padding-left:3vw}}@media (min-width:1000px){.paragraph--type--animation-teaser-slider{padding-top:20px;height:calc(100vh - 120px)}}.paragraph--type--animation-teaser-slider .field--name-field-animation-teaser{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:600px){.paragraph--type--animation-teaser-slider .field--name-field-animation-teaser{min-height:560px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.paragraph--type--animation-teaser-slider .field--name-field-animation-teaser>.field__item{position:absolute;z-index:2;top:0;width:100%;height:100%;background-color:#1a1a1a}@media (min-width:600px){.paragraph--type--animation-teaser-slider .field--name-field-animation-teaser>.field__item{background-color:inherit}}.paragraph--type--animation-teaser-slider .field--name-field-animation-teaser>.field__item.slide-active{z-index:5}.paragraph--type--animation-teaser-slider .anchor-next{position:relative;z-index:5;margin:10px 0;display:inline-block;width:34px;height:34px;background-image:url(/themes/custom/cob/dist/css/../images/arrow--down.svg);background-repeat:no-repeat;background-position:50%;background-size:24px;-webkit-transition:.3s;transition:.3s}@media (min-width:375px){.paragraph--type--animation-teaser-slider .anchor-next{margin:20px 0}}@media (min-width:600px){.paragraph--type--animation-teaser-slider .anchor-next{margin:38px 0}}.paragraph--type--animation-teaser-slider .anchor-next:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.paragraph--type--animation-teaser-slider.hide{overflow:hidden;opacity:0;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.paragraph--type--animation-teaser{position:relative;width:100%}.paragraph--type--animation-teaser .field--name-field-title{position:absolute;z-index:10;bottom:45px;left:3vw;max-width:480px;opacity:0;line-height:1;font-weight:900;font-style:italic;letter-spacing:-.4px;text-transform:uppercase;text-shadow:0 0 100px rgba(0,0,0,.5);word-wrap:normal;pointer-events:none;-webkit-transition:-webkit-transform .7s cubic-bezier(.3,0,.15,1) .7s;transition:-webkit-transform .7s cubic-bezier(.3,0,.15,1) .7s;transition:transform .7s cubic-bezier(.3,0,.15,1) .7s;transition:transform .7s cubic-bezier(.3,0,.15,1) .7s,-webkit-transform .7s cubic-bezier(.3,0,.15,1) .7s;-webkit-transform:rotate(-11deg) translate(350%);transform:rotate(-11deg) translate(350%);font-size:36px}@media (min-width:600px){.paragraph--type--animation-teaser .field--name-field-title{font-size:65px}}@media (min-width:1360px){.paragraph--type--animation-teaser .field--name-field-title{font-size:80px}}@media (min-width:1600px){.paragraph--type--animation-teaser .field--name-field-title{font-size:95px}}@media (min-width:1780px){.paragraph--type--animation-teaser .field--name-field-title{font-size:104px}}@media (min-width:2200px){.paragraph--type--animation-teaser .field--name-field-title{font-size:116px}}@media (min-width:600px){.paragraph--type--animation-teaser .field--name-field-title{bottom:25px;left:0;padding:0 20px}}@media (min-width:1360px){.paragraph--type--animation-teaser .field--name-field-title{max-width:540px}}.slide-active .paragraph--type--animation-teaser .field--name-field-title,.slide-next .paragraph--type--animation-teaser .field--name-field-title,.slide-prev .paragraph--type--animation-teaser .field--name-field-title{opacity:1;pointer-events:all}.paragraph--type--animation-teaser .field--name-field-image{margin-right:auto;margin-left:auto;width:100%;max-width:840px;opacity:0;text-align:center;-webkit-transition:opacity .3s cubic-bezier(.3,0,.15,1) .4s,-webkit-transform .3s cubic-bezier(.3,0,.15,1) .4s;transition:opacity .3s cubic-bezier(.3,0,.15,1) .4s,-webkit-transform .3s cubic-bezier(.3,0,.15,1) .4s;transition:opacity .3s cubic-bezier(.3,0,.15,1) .4s,transform .3s cubic-bezier(.3,0,.15,1) .4s;transition:opacity .3s cubic-bezier(.3,0,.15,1) .4s,transform .3s cubic-bezier(.3,0,.15,1) .4s,-webkit-transform .3s cubic-bezier(.3,0,.15,1) .4s;-webkit-transform:scale3d(1.33,1.33,0);transform:scale3d(1.33,1.33,0);-webkit-transform-origin:top;transform-origin:top}.slide-init .paragraph--type--animation-teaser .field--name-field-image{opacity:1;-webkit-transition:opacity .3s cubic-bezier(.3,0,.15,1),-webkit-transform .3s cubic-bezier(.3,0,.15,1);transition:opacity .3s cubic-bezier(.3,0,.15,1),-webkit-transform .3s cubic-bezier(.3,0,.15,1);transition:opacity .3s cubic-bezier(.3,0,.15,1),transform .3s cubic-bezier(.3,0,.15,1);transition:opacity .3s cubic-bezier(.3,0,.15,1),transform .3s cubic-bezier(.3,0,.15,1),-webkit-transform .3s cubic-bezier(.3,0,.15,1)}.slide-prev .paragraph--type--animation-teaser .field--name-field-image{-webkit-transform:scale3d(.8,.8,0);transform:scale3d(.8,.8,0)}.slide-next .paragraph--type--animation-teaser .field--name-field-image{z-index:8}.slide-active .paragraph--type--animation-teaser .field--name-field-image{z-index:2;opacity:1;-webkit-transition:opacity .3s,-webkit-transform .4s cubic-bezier(.3,0,.15,1);transition:opacity .3s,-webkit-transform .4s cubic-bezier(.3,0,.15,1);transition:opacity .3s,transform .4s cubic-bezier(.3,0,.15,1);transition:opacity .3s,transform .4s cubic-bezier(.3,0,.15,1),-webkit-transform .4s cubic-bezier(.3,0,.15,1);-webkit-transform:scaleX(1);transform:scaleX(1)}@media (min-width:1360px){.paragraph--type--animation-teaser .field--name-field-image{max-width:60%}}.paragraph--type--animation-teaser .field--name-field-image img{width:100%;height:calc(var(--vh, 1vh)*65);-o-object-fit:contain;object-fit:contain}@media (min-width:600px){.paragraph--type--animation-teaser .field--name-field-image img{width:auto;height:auto;-o-object-fit:initial;object-fit:fill}}.paragraph--type--animation-teaser.animation-slider--no-image .field--name-field-title{font-size:86px}@media (min-width:600px){.paragraph--type--animation-teaser.animation-slider--no-image .field--name-field-title{font-size:134px}}@media (min-width:1360px){.paragraph--type--animation-teaser.animation-slider--no-image .field--name-field-title{font-size:160px}}@media (min-width:1600px){.paragraph--type--animation-teaser.animation-slider--no-image .field--name-field-title{font-size:190px}}@media (min-width:1780px){.paragraph--type--animation-teaser.animation-slider--no-image .field--name-field-title{font-size:208px}}@media (min-width:2200px){.paragraph--type--animation-teaser.animation-slider--no-image .field--name-field-title{font-size:232px}}.paragraph--type--columns{overflow:hidden}.paragraph--type--columns .field--name-field-title-big{max-width:767px}.paragraph--type--columns .field--name-field-title-big h2{margin-bottom:20px;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:600px){.paragraph--type--columns .field--name-field-title-big h2{font-size:30px}}@media (min-width:1000px){.paragraph--type--columns .field--name-field-title-big h2{font-size:48px}}@media (min-width:1360px){.paragraph--type--columns .field--name-field-title-big h2{font-size:60px}}@media (min-width:1600px){.paragraph--type--columns .field--name-field-title-big h2{font-size:71px}}@media (min-width:1780px){.paragraph--type--columns .field--name-field-title-big h2{font-size:78px}}@media (min-width:2200px){.paragraph--type--columns .field--name-field-title-big h2{font-size:87px}}@media (min-width:600px){.paragraph--type--columns .field--name-field-title-big h2{margin-bottom:60px}}.paragraph--type--columns .field--name-field-column{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:600px){.paragraph--type--columns .field--name-field-column{margin-right:-40px;margin-left:-40px}}.paragraph--type--columns .field--name-field-column>.field__item{margin-bottom:20px;width:100%}@media (min-width:600px){.paragraph--type--columns .field--name-field-column>.field__item{margin-right:40px;margin-left:40px;width:calc(50% - 80px)}}@media (min-width:1000px){.paragraph--type--columns .field--name-field-column>.field__item{margin-right:40px;margin-bottom:0;margin-left:40px;width:calc(25% - 80px)}}.paragraph--type--columns .field--name-field-column>.field__item:last-of-type{margin-bottom:0}.paragraph--type--columns.columns-amount-1 .field--name-field-column>.field__item{width:100%}.paragraph--type--columns.columns-amount-2 .field--name-field-column{margin-right:-40px;margin-left:-40px}.paragraph--type--columns.columns-amount-2 .field--name-field-column>.field__item{margin-right:40px;margin-left:40px}.paragraph--type--columns.columns-amount-2 .field--name-field-column>.field__item:first-child{margin-bottom:20px}@media (min-width:600px){.paragraph--type--columns.columns-amount-2 .field--name-field-column>.field__item:first-child{margin-bottom:0;width:calc(50% - 80px)}}@media (min-width:1000px){.paragraph--type--columns.columns-amount-2 .field--name-field-column>.field__item:first-child{width:calc(36% - 80px)}}@media (min-width:600px){.paragraph--type--columns.columns-amount-2 .field--name-field-column>.field__item:nth-child(2){width:calc(50% - 80px)}}@media (min-width:1000px){.paragraph--type--columns.columns-amount-2 .field--name-field-column>.field__item:nth-child(2){width:calc(64% - 80px)}}.paragraph--type--column .field--name-field-title{margin-bottom:0;font-weight:700}.paragraph--type--chapter-landing-page-visit .paragraph--type--column .field--name-field-title{margin-bottom:0;cursor:default}.paragraph--type--chapter-landing-page-visit .paragraph--type--column .field--name-field-title:after{content:none}.paragraph--type--column .field--name-field-text{font-weight:300}.paragraph--type--column .field--name-field-text p{margin-bottom:1.5vw}.paragraph--type--column .field--name-field-text p:last-of-type{margin-bottom:0}.paragraph--type--column.accordion-init .field--name-field-title{position:relative;cursor:pointer}.paragraph--type--column.accordion-init .field--name-field-title:after{position:absolute;top:50%;right:0;width:16px;height:1em;content:"";background-image:url(/themes/custom/cob/dist/css/../images/arrow--down.svg);background-repeat:no-repeat;background-position:100%;-webkit-transition-duration:.25s;transition-duration:.25s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}.inverted .paragraph--type--column.accordion-init .field--name-field-title:after{-webkit-filter:invert(1);filter:invert(1)}@media (min-width:600px){.paragraph--type--column.accordion-init .field--name-field-title{margin-bottom:20px;cursor:default}.paragraph--type--column.accordion-init .field--name-field-title:after{content:none}}.paragraph--type--column.accordion-init .field--name-field-text{overflow:hidden;max-height:0;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-property:max-height,margin-top;transition-property:max-height,margin-top}@media (min-width:600px){.paragraph--type--column.accordion-init .field--name-field-text{max-height:2000px}}.paragraph--type--column.accordion-init .field--name-field-text p:first-of-type{padding-top:20px}@media (min-width:600px){.paragraph--type--column.accordion-init .field--name-field-text p:first-of-type{padding-top:0}}.paragraph--type--column.accordion-init.text--visible .field--name-field-title:after{-webkit-transform:translate(-10px,-50%) rotate(180deg);transform:translate(-10px,-50%) rotate(180deg)}.paragraph--type--column.accordion-init.text--visible .field--name-field-text{max-height:2000px;-webkit-transition-duration:.3s;transition-duration:.3s}@media (min-width:600px){.paragraph--type--column.accordion-init.text--visible .field--name-field-text{max-height:2000px}}.paragraph--type--column.paragraph--view-mode--align-right.column-narrow{margin-left:auto;font-size:14px}@media (min-width:1360px){.paragraph--type--column.paragraph--view-mode--align-right.column-narrow{font-size:15px}}@media (min-width:1600px){.paragraph--type--column.paragraph--view-mode--align-right.column-narrow{font-size:17px}}@media (min-width:1780px){.paragraph--type--column.paragraph--view-mode--align-right.column-narrow{font-size:19px}}@media (min-width:2200px){.paragraph--type--column.paragraph--view-mode--align-right.column-narrow{font-size:21px}}.paragraph--type--column.paragraph--view-mode--align-right.column-narrow .field--name-field-text{padding-left:20px}.paragraph--type--column.paragraph--view-mode--align-right.column-narrow .field--name-field-text p{margin-bottom:12px}.paragraph--type--column.paragraph--view-mode--align-right.column-narrow .field--name-field-text ul{margin-top:12px;margin-bottom:12px;padding-left:0;list-style-position:outside}@media (min-width:600px){.paragraph--type--columns.columns-amount-1 .paragraph--type--column.column-narrow{max-width:calc(50% - 40px)}}@media (min-width:1000px){.paragraph--type--columns.columns-amount-1 .paragraph--type--column.column-narrow{max-width:calc(36% - 40px)}}@media (min-width:1000px){.paragraph--type--columns.columns-amount-2 .field--name-field-column>.field__item:nth-child(2) .paragraph--type--column.column-narrow{max-width:calc(57% - 40px)}}@media (min-width:600px){.paragraph--type--columns.columns-amount-1 .paragraph--type--column.column-fullwidth{max-width:calc(50% - 40px)}}@media (min-width:1000px){.paragraph--type--columns.columns-amount-1 .paragraph--type--column.column-fullwidth{max-width:calc(64% - 40px)}}.paragraph--type--columns.columns-amount-1 .paragraph--type--column.paragraph--view-mode--align-right.column-fullwidth{max-width:100%}.paragraph--type--teaser-big .layout__region{display:-webkit-box;display:-ms-flexbox;display:flex}.paragraph--type--teaser-big .layouts__wrapper{position:relative}.paragraph--type--teaser-big .layout__region--top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:600px){.paragraph--type--teaser-big .layout__region--top{margin-bottom:1.5vw}}.paragraph--type--teaser-big .layout__image{width:100%;margin-bottom:3vw}@media (min-width:600px){.paragraph--type--teaser-big .layout__image{width:60%;margin-bottom:0}}.paragraph--type--teaser-big .layout__image>*{width:100%}@media (min-width:600px){.paragraph--type--teaser-big .layout__image>*{width:auto}}.paragraph--type--teaser-big .layout__title{width:100%;margin-bottom:3vw;z-index:1}@media (min-width:600px){.paragraph--type--teaser-big .layout__title{width:40%;margin-top:auto;margin-bottom:1.5vw}}.paragraph--type--teaser-big .layout__text{width:100%}@media (min-width:600px){.paragraph--type--teaser-big .layout__text{width:40%}}.paragraph--type--teaser-big .field--name-field-media-reference-single{position:relative}.paragraph--type--teaser-big .field--name-field-caption{margin-top:10px}@media (min-width:600px){.paragraph--type--teaser-big .field--name-field-caption{position:absolute;bottom:-1.5vw;max-width:20vw;width:100%;-webkit-transform:translateY(100%);transform:translateY(100%)}}@media (min-width:600px){.paragraph--type--teaser-big.paragraph--view-mode--media-left .layout__region--top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (min-width:600px){.paragraph--type--teaser-big.paragraph--view-mode--media-left .layout__image,.paragraph--type--teaser-big.paragraph--view-mode--media-left .layout__region--bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media (min-width:600px){.paragraph--type--teaser-big.paragraph--view-mode--media-left .layout__title{margin-left:-10%}}@media (min-width:600px){.paragraph--type--teaser-big.paragraph--view-mode--media-left .layout__text{margin-right:10%}}@media (min-width:600px){.paragraph--type--teaser-big.paragraph--view-mode--media-left .field--name-field-caption{left:0}}@media (min-width:600px){.paragraph--type--teaser-big.paragraph--view-mode--media-right .layout__region--top{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (min-width:600px){.paragraph--type--teaser-big.paragraph--view-mode--media-right .layout__image,.paragraph--type--teaser-big.paragraph--view-mode--media-right .layout__region--bottom{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (min-width:600px){.paragraph--type--teaser-big.paragraph--view-mode--media-right .layout__title{margin-right:-10%}}@media (min-width:600px){.paragraph--type--teaser-big.paragraph--view-mode--media-right .layout__text{margin-left:10%}}@media (min-width:600px){.paragraph--type--teaser-big.paragraph--view-mode--media-right .field--name-field-caption{right:0}}.paragraph--type--teaser-big .field--name-field-title{margin-bottom:0;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:600px){.paragraph--type--teaser-big .field--name-field-title{font-size:30px}}@media (min-width:1000px){.paragraph--type--teaser-big .field--name-field-title{font-size:48px}}@media (min-width:1360px){.paragraph--type--teaser-big .field--name-field-title{font-size:60px}}@media (min-width:1600px){.paragraph--type--teaser-big .field--name-field-title{font-size:71px}}@media (min-width:1780px){.paragraph--type--teaser-big .field--name-field-title{font-size:78px}}@media (min-width:2200px){.paragraph--type--teaser-big .field--name-field-title{font-size:87px}}.paragraph--type--teaser-big .field--name-field-text{margin-bottom:3vw;font-weight:300}.paragraph--type--teaser-big .field--name-field-link a{display:inline-block;font-weight:700}.paragraph--type--teaser-big .field--name-field-link a:after{padding-left:.3em;display:inline-block;width:1.7em;height:1.2em;vertical-align:middle;content:"";background-image:url(/themes/custom/cob/dist/css/../images/link-right.svg);background-repeat:no-repeat;background-position:100%;background-size:contain}.inverted .paragraph--type--teaser-big .field--name-field-link a:after{-webkit-filter:invert(1);filter:invert(1)}.paragraph--type--teaser-big .field--name-field-media-image img{width:100%}@media (min-width:600px){.paragraph--type--teaser-big .field--name-field-media-image img{width:auto}}.paragraph--type--slider{position:relative;color:#1a1a1a}.paragraph--type--slider:before{position:absolute;z-index:-1;top:0;right:50%;bottom:0;left:50%;margin-right:-50vw;margin-left:-50vw;width:100vw;height:calc(100% + 6vw);content:"";background-color:#f2f2f2}.inverted .paragraph--type--slider:before{background-color:#1a1a1a}.paragraph--type--slider:after{position:absolute;right:0;bottom:-3vw;left:0;width:100%;content:"";border-bottom:1px solid}.inverted .paragraph--type--slider{color:#f2f2f2}.paragraph--type--slider .field--name-field-title{margin-bottom:3vw;padding-top:3vw;font-weight:700}.paragraph--type--slider .field--name-field-media-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.paragraph--type--slider .field--name-field-media-image img{width:210px;height:auto!important}.paragraph--type--slider .media--view-mode-pt-slider-square .field--name-field-media-image img{width:125px}.paragraph--type--slider .media--view-mode-pt-slider-portrait .field--name-field-media-image img{width:105px}.paragraph--type--slider .slick-slide:not(.slick-current){pointer-events:none}.paragraph--type--colored-teaser-slider{position:relative;right:50%;left:50%;margin-top:-90px;margin-right:-50vw;margin-left:-50vw;padding:90px 10px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100vw;height:100vh;height:calc(var(--vh, 1vh)*100);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity 1s ease-in-out,background-color .4s ease-in-out,-webkit-transform 1s ease-in-out;transition:opacity 1s ease-in-out,background-color .4s ease-in-out,-webkit-transform 1s ease-in-out;transition:transform 1s ease-in-out,opacity 1s ease-in-out,background-color .4s ease-in-out;transition:transform 1s ease-in-out,opacity 1s ease-in-out,background-color .4s ease-in-out,-webkit-transform 1s ease-in-out}@media (min-width:375px){.paragraph--type--colored-teaser-slider{padding-top:120px}}@media (min-width:600px){.paragraph--type--colored-teaser-slider{padding-right:40px;padding-left:40px}}@media (min-width:1000px){.paragraph--type--colored-teaser-slider{margin-top:-120px;padding-top:140px}}.toolbar-fixed .paragraph--type--colored-teaser-slider{margin-top:-144px}@media (min-width:1000px){.toolbar-fixed .paragraph--type--colored-teaser-slider{margin-top:-160px}}.paragraph--type--colored-teaser-slider>.layout--onecol{position:relative;margin:0 auto;width:100%;max-width:1400px}@media screen and (min-width:1921px){.paragraph--type--colored-teaser-slider>.layout--onecol{max-width:1920px}}.paragraph--type--colored-teaser-slider .colored-teaser--image{display:block}.paragraph--type--colored-teaser-slider .colored-teaser--image .field--name-field-colored-teaser{display:-webkit-box;display:-ms-flexbox;display:flex}.paragraph--type--colored-teaser-slider .colored-teaser--image .field--name-field-colored-teaser>.field__item{position:absolute;z-index:3;top:0;left:200%;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-negative:0;flex-shrink:0}.paragraph--type--colored-teaser-slider .colored-teaser--image .field--name-field-colored-teaser>.field__item.slide-active,.paragraph--type--colored-teaser-slider .colored-teaser--image .field--name-field-colored-teaser>.field__item.slide-next,.paragraph--type--colored-teaser-slider .colored-teaser--image .field--name-field-colored-teaser>.field__item.slide-prev{-webkit-transition:.7s ease-in-out;transition:.7s ease-in-out}.paragraph--type--colored-teaser-slider .colored-teaser--image .field--name-field-colored-teaser>.field__item.slide-next{left:120%}@media (min-width:1000px){.paragraph--type--colored-teaser-slider .colored-teaser--image .field--name-field-colored-teaser>.field__item.slide-next{left:calc(100% - 60px)}}@media screen and (min-width:1921px){.paragraph--type--colored-teaser-slider .colored-teaser--image .field--name-field-colored-teaser>.field__item.slide-next{left:100%}}.paragraph--type--colored-teaser-slider .colored-teaser--image .field--name-field-colored-teaser>.field__item.slide-prev{left:-200%}.paragraph--type--colored-teaser-slider .colored-teaser--image .field--name-field-colored-teaser>.field__item.slide-active{position:relative;z-index:5;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.paragraph--type--colored-teaser-slider .colored-teaser--image .field--name-field-colored-teaser img{width:100%}@media (min-width:600px){.paragraph--type--colored-teaser-slider .colored-teaser--image .field--name-field-colored-teaser img{width:auto;height:auto}}.paragraph--type--colored-teaser-slider .colored-teaser--title{position:absolute;z-index:9;top:50%;left:0;display:block;width:100%;max-width:480px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.paragraph--type--colored-teaser-slider .colored-teaser--title .field--name-field-media-image{display:none}.paragraph--type--colored-teaser-slider .colored-teaser--title .field--name-field-colored-teaser>.field__item{position:absolute;z-index:-1;top:50%;left:0;opacity:0;pointer-events:none;-webkit-transition:opacity 0s ease 1s;transition:opacity 0s ease 1s;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.paragraph--type--colored-teaser-slider .colored-teaser--title .field--name-field-colored-teaser>.field__item.slide-active{z-index:1;opacity:1;pointer-events:all}.paragraph--type--colored-teaser-slider .anchor-next{position:relative;z-index:10;margin:10px 0 0;display:inline-block;width:34px;height:34px;min-height:34px;background-image:url(/themes/custom/cob/dist/css/../images/arrow--down.svg);background-repeat:no-repeat;background-position:50%;background-size:24px;-webkit-transition:.3s;transition:.3s}@media (min-width:375px){.paragraph--type--colored-teaser-slider .anchor-next{margin:38px 0}}.paragraph--type--colored-teaser-slider .anchor-next:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.paragraph--type--colored-teaser-slider.hide{overflow:hidden;opacity:0;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.paragraph--type--image-slider{position:relative;right:50%;left:50%;margin-top:-90px;margin-right:-50vw;margin-left:-50vw;padding:90px 10px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100vw;height:100vh;height:calc(var(--vh, 1vh)*100);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity 1s ease-in-out,background-color .4s ease-in-out,-webkit-transform 1s ease-in-out;transition:opacity 1s ease-in-out,background-color .4s ease-in-out,-webkit-transform 1s ease-in-out;transition:transform 1s ease-in-out,opacity 1s ease-in-out,background-color .4s ease-in-out;transition:transform 1s ease-in-out,opacity 1s ease-in-out,background-color .4s ease-in-out,-webkit-transform 1s ease-in-out}@media (min-width:375px){.paragraph--type--image-slider{padding-top:120px}}@media (min-width:600px){.paragraph--type--image-slider{padding-right:40px;padding-left:40px}}@media (min-width:1000px){.paragraph--type--image-slider{margin-top:-120px;padding-top:140px}}.toolbar-fixed .paragraph--type--image-slider{margin-top:-144px}@media (min-width:1000px){.toolbar-fixed .paragraph--type--image-slider{margin-top:-160px}}.paragraph--type--image-slider>.field--name-field-slides{position:relative;margin:0 auto;width:100%;max-width:1400px}@media screen and (min-width:1921px){.paragraph--type--image-slider>.field--name-field-slides{max-width:1920px}}.paragraph--type--image-slider .field--name-field-slides{display:-webkit-box;display:-ms-flexbox;display:flex}.paragraph--type--image-slider .field--name-field-slides>.field__item{position:absolute;z-index:3;top:0;left:200%;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-negative:0;flex-shrink:0}.paragraph--type--image-slider .field--name-field-slides>.field__item.slide-active,.paragraph--type--image-slider .field--name-field-slides>.field__item.slide-next,.paragraph--type--image-slider .field--name-field-slides>.field__item.slide-prev{-webkit-transition:.7s ease-in-out;transition:.7s ease-in-out}.paragraph--type--image-slider .field--name-field-slides>.field__item.slide-next{left:120%}@media (min-width:1000px){.paragraph--type--image-slider .field--name-field-slides>.field__item.slide-next{left:calc(100% - 60px)}}@media screen and (min-width:1921px){.paragraph--type--image-slider .field--name-field-slides>.field__item.slide-next{left:100%}}.paragraph--type--image-slider .field--name-field-slides>.field__item.slide-prev{left:-200%}.paragraph--type--image-slider .field--name-field-slides>.field__item.slide-active{position:relative;z-index:5;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.paragraph--type--image-slider .field--name-field-slides img{width:100%}@media (min-width:600px){.paragraph--type--image-slider .field--name-field-slides img{width:auto;height:auto}}.paragraph--type--image-slider .anchor-next{position:relative;z-index:10;margin:10px 0 0;display:inline-block;width:34px;height:34px;min-height:34px;background-image:url(/themes/custom/cob/dist/css/../images/arrow--down.svg);background-repeat:no-repeat;background-position:50%;background-size:24px;-webkit-transition:.3s;transition:.3s}@media (min-width:375px){.paragraph--type--image-slider .anchor-next{margin:38px 0}}.paragraph--type--image-slider .anchor-next:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.paragraph--type--image-slider.hide{overflow:hidden;opacity:0;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.paragraph--type--colored-teaser .field--name-title,.paragraph--type--colored-teaser .field--name-title h2{margin:0;display:block;width:100%;max-width:480px;line-height:1;font-weight:900;font-style:italic;letter-spacing:.1px;word-wrap:normal;font-size:30px}@media (min-width:600px){.paragraph--type--colored-teaser .field--name-title,.paragraph--type--colored-teaser .field--name-title h2{font-size:30px}}@media (min-width:1000px){.paragraph--type--colored-teaser .field--name-title,.paragraph--type--colored-teaser .field--name-title h2{font-size:48px}}@media (min-width:1360px){.paragraph--type--colored-teaser .field--name-title,.paragraph--type--colored-teaser .field--name-title h2{font-size:60px}}@media (min-width:1600px){.paragraph--type--colored-teaser .field--name-title,.paragraph--type--colored-teaser .field--name-title h2{font-size:71px}}@media (min-width:1780px){.paragraph--type--colored-teaser .field--name-title,.paragraph--type--colored-teaser .field--name-title h2{font-size:78px}}@media (min-width:2200px){.paragraph--type--colored-teaser .field--name-title,.paragraph--type--colored-teaser .field--name-title h2{font-size:87px}}@media (min-width:2000px){.paragraph--type--colored-teaser .field--name-title,.paragraph--type--colored-teaser .field--name-title h2{max-width:960px}}.paragraph--type--shortlist-segment{margin-right:auto;margin-bottom:6vw;margin-left:auto;max-width:1152px}.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--50-50{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:600px){.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--50-50{margin-right:-20px;margin-left:-20px}}.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:600px){.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{margin-right:20px;margin-left:20px;width:calc(50% - 40px)}}.paragraph--type--shortlist-segment .field--name-field-text{margin-bottom:6vw;font-weight:300}.paragraph--type--shortlist-segment .field--name-field-media-image img{width:100%}@media (min-width:600px){.paragraph--type--shortlist-segment .field--name-field-media-image img{width:auto}}.paragraph--type--shortlist-segment.paragraph--view-mode--media-right .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first{margin-bottom:3vw}@media (min-width:600px){.paragraph--type--shortlist-segment.paragraph--view-mode--media-right .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first{margin-bottom:0}}@media (min-width:600px){.paragraph--type--shortlist-segment.paragraph--view-mode--media-right .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first .field--name-field-media-image{text-align:right}}.paragraph--type--shortlist-segment.paragraph--view-mode--media-right .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{margin-bottom:3vw}@media (min-width:600px){.paragraph--type--shortlist-segment.paragraph--view-mode--media-right .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{margin-bottom:0}}.paragraph--type--shortlist-segment.paragraph--view-mode--media-left .layout--twocol-section.layout--twocol-section--50-50 .layout__region--first{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width:600px){.paragraph--type--shortlist-segment.paragraph--view-mode--media-left .layout--twocol-section.layout--twocol-section--50-50 .layout__region--first{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media (min-width:600px){.paragraph--type--shortlist-segment.paragraph--view-mode--media-left .layout--twocol-section.layout--twocol-section--50-50 .layout__region--first .field--name-field-media-image{text-align:right}}.paragraph--type--shortlist-segment.paragraph--view-mode--media-left .layout--twocol-section.layout--twocol-section--50-50 .layout__region--second{margin-bottom:3vw}@media (min-width:600px){.paragraph--type--shortlist-segment.paragraph--view-mode--media-left .layout--twocol-section.layout--twocol-section--50-50 .layout__region--second{margin-bottom:0}}@media (min-width:600px){.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--33-67,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--67-33{margin-right:-20px;margin-left:-20px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-bottom:3vw;width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:600px){.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-right:20px;margin-left:20px;margin-bottom:0}}@media (min-width:600px){.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first{width:calc(50% - 40px)}}@media (min-width:1000px){.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first{width:calc(60% - 40px)}}@media (min-width:1000px){.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second .field--name-field-text,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first .field--name-field-text{max-width:79.3%}}@media (min-width:600px){.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{width:calc(50% - 40px)}}@media (min-width:1000px){.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--shortlist-segment .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{width:calc(40% - 40px)}}@media (min-width:600px){.paragraph--type--shortlist-segment.paragraph--view-mode--media-left-33-67- .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first .field--name-field-media-image,.paragraph--type--shortlist-segment.paragraph--view-mode--media-left-33-67- .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second .field--name-field-media-image{text-align:right}}.paragraph--type--shortlist-segment.paragraph--view-mode--media-left-33-67- .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width:600px){.paragraph--type--shortlist-segment.paragraph--view-mode--media-left-33-67- .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media (min-width:600px){.paragraph--type--shortlist-segment.paragraph--view-mode--media-left-33-67- .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second .field--name-field-text,.paragraph--type--shortlist-segment.paragraph--view-mode--media-left-33-67- .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first .field--name-field-text{margin-left:auto}}@media (min-width:600px){.paragraph--type--shortlist-segment.paragraph--view-mode--media-left-33-67- .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second .field--name-field-media-image,.paragraph--type--shortlist-segment.paragraph--view-mode--media-left-33-67- .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first .field--name-field-media-image{text-align:left}}@media (min-width:600px){.paragraph--type--shortlist-segment.paragraph--view-mode--media-right-67-33- .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second .field--name-field-text,.paragraph--type--shortlist-segment.paragraph--view-mode--media-right-67-33- .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first .field--name-field-text{margin-right:auto}}@media (min-width:600px){.paragraph--type--shortlist-segment.paragraph--view-mode--media-right-67-33- .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second .field--name-field-image,.paragraph--type--shortlist-segment.paragraph--view-mode--media-right-67-33- .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first .field--name-field-image{text-align:right}}@media (min-width:600px){.paragraph--type--shortlist-segment .media--type-image{display:inline-table}}@media (min-width:600px){.paragraph--type--shortlist-segment .media--type-image .field--name-field-media-image{display:inline-block}}.paragraph--type--shortlist-segment .media--type-image .field--name-field-caption{text-align:left}@media (min-width:600px){.paragraph--type--shortlist-segment .media--type-image .field--name-field-caption{display:table-caption;caption-side:bottom}}.paragraph--type--pop-up-text{position:fixed;z-index:2;top:auto;right:auto;bottom:10px;left:20px;padding:15px 5px;display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 40px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;font-size:17px;font-weight:300;font-style:italic;text-align:center;letter-spacing:.2px;text-transform:uppercase;color:#1a1a1a;background-color:#ff0;border-radius:50px;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translateY(40px);transform:translateY(40px)}.paragraph--type--pop-up-text a{color:#1a1a1a}@media (min-width:600px){.paragraph--type--pop-up-text{top:50%;right:5%;bottom:auto;left:auto;width:170px;height:170px;border-radius:50%;-webkit-transform:translateY(10%);transform:translateY(10%)}}.paragraph--type--pop-up-text.show-up{opacity:1;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transform:translateY(0);transform:translateY(0)}@media (min-width:600px){.paragraph--type--pop-up-text.show-up{-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.paragraph--type--pop-up-text.fade-bottom{opacity:0}.paragraph--type--pop-up-text strong{font-size:18px;font-weight:900}.paragraph--type--oriented-slider{position:relative;margin-right:auto;margin-bottom:6vw;margin-left:auto;max-width:1120px;overflow:hidden}@media (min-width:1600px){.paragraph--type--oriented-slider{max-width:80%}}.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--33-67,.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--67-33{margin-right:-20px;margin-left:-20px}@media (min-width:600px){.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--33-67,.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--67-33{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-right:20px;margin-bottom:3vw;margin-left:20px;width:calc(100% - 40px);-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:600px){.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-bottom:0}}@media (min-width:600px){.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first{width:calc(59% - 40px)}}@media (min-width:600px){.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--oriented-slider .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-top:3vw;width:calc(41% - 40px)}}.paragraph--type--oriented-slider.paragraph--view-mode--left-oriented .slick__arrow,.paragraph--type--oriented-slider.paragraph--view-mode--right-oriented .slick__arrow{top:0;right:0;-webkit-transform:none;transform:none}@media (min-width:600px){.paragraph--type--oriented-slider.paragraph--view-mode--left-oriented .slick__arrow{right:0;left:auto}}.paragraph--type--oriented-slider.paragraph--view-mode--right-oriented .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width:600px){.paragraph--type--oriented-slider.paragraph--view-mode--right-oriented .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media (min-width:600px){.paragraph--type--oriented-slider.paragraph--view-mode--right-oriented .slick__arrow{right:auto;left:0}}.paragraph--type--oriented-slider .field--name-field-text{font-weight:300}.paragraph--type--oriented-slider .slick,.paragraph--type--oriented-slider .slick-wrapper{position:static;padding-top:40px}@media (min-width:600px){.paragraph--type--oriented-slider .slick,.paragraph--type--oriented-slider .slick-wrapper{padding-top:0}}.paragraph--type--oriented-slider.paragraph--view-mode--visit{margin-bottom:0;max-width:none}@media (min-width:600px){.paragraph--type--oriented-slider.paragraph--view-mode--visit .layout--twocol-section.layout--twocol-section--50-50{margin-right:-20px;margin-left:-20px}}.paragraph--type--oriented-slider.paragraph--view-mode--visit .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first,.paragraph--type--oriented-slider.paragraph--view-mode--visit .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{width:100%;max-width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:600px){.paragraph--type--oriented-slider.paragraph--view-mode--visit .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first,.paragraph--type--oriented-slider.paragraph--view-mode--visit .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{margin-right:20px;margin-left:20px}}.paragraph--type--oriented-slider.paragraph--view-mode--visit .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first{margin-bottom:3vw}@media (min-width:600px){.paragraph--type--oriented-slider.paragraph--view-mode--visit .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first{margin-bottom:0;width:calc(50% - 40px)}}@media (min-width:1000px){.paragraph--type--oriented-slider.paragraph--view-mode--visit .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first{width:calc(36% - 40px)}}@media (min-width:600px){.paragraph--type--oriented-slider.paragraph--view-mode--visit .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{width:calc(50% - 40px)}}@media (min-width:1000px){.paragraph--type--oriented-slider.paragraph--view-mode--visit .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second{width:calc(64% - 40px)}}.paragraph--type--oriented-slider.paragraph--view-mode--visit .field--name-field-media-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paragraph--type--oriented-slider.paragraph--view-mode--visit .slick-dotted.slick-slider{margin-bottom:0;padding-top:20px}@media (min-width:600px){.paragraph--type--oriented-slider.paragraph--view-mode--visit .slick-dots{top:0;right:0;left:auto;width:auto}}.paragraph--type--video-slider .slick__slider{margin-right:auto;margin-left:auto;max-width:840px}@media (min-width:1360px){.paragraph--type--video-slider .slick__slider{margin-top:-68px}}.paragraph--type--video-slider .slick__arrow{top:-40px;right:0;left:auto;-webkit-transform:none;transform:none}@media (min-width:600px){.paragraph--type--video-slider .slick__arrow{top:-65px}}@media (min-width:1360px){.paragraph--type--video-slider .slick__arrow{top:2px}}.paragraph--type--video-slider .unslick .slick__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.paragraph--type--teaser-small{margin-right:auto;margin-bottom:6vw;margin-left:auto;max-width:1130px}@media (min-width:1600px){.paragraph--type--teaser-small{max-width:60%}}.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--33-67,.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--67-33{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:600px){.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--33-67,.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--67-33{margin-right:-25px;margin-left:-25px}}.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-bottom:3vw;width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:600px){.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-right:25px;margin-bottom:0;margin-left:25px}}@media (min-width:600px){.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first{width:calc(56.7% - 50px)}}@media (min-width:600px){.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--teaser-small .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{width:calc(43.3% - 50px)}}.paragraph--type--teaser-small .field--name-field-media-image img{width:100%}@media (min-width:600px){.paragraph--type--teaser-small .field--name-field-media-image img{width:auto}}.paragraph--type--teaser-small .field--name-field-title{margin-bottom:3vw;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:600px){.paragraph--type--teaser-small .field--name-field-title{font-size:30px}}@media (min-width:1000px){.paragraph--type--teaser-small .field--name-field-title{font-size:48px}}@media (min-width:1360px){.paragraph--type--teaser-small .field--name-field-title{font-size:60px}}@media (min-width:1600px){.paragraph--type--teaser-small .field--name-field-title{font-size:71px}}@media (min-width:1780px){.paragraph--type--teaser-small .field--name-field-title{font-size:78px}}@media (min-width:2200px){.paragraph--type--teaser-small .field--name-field-title{font-size:87px}}.paragraph--type--teaser-small .field--name-field-text{font-weight:300}.paragraph--type--teaser-small .field--name-field-link{margin-top:3vw}.paragraph--type--teaser-small .field--name-field-link a{display:inline-block;font-weight:700}.paragraph--type--teaser-small .field--name-field-link a:after{padding-left:.3em;display:inline-block;width:1.7em;height:1.2em;vertical-align:middle;content:"";background-image:url(/themes/custom/cob/dist/css/../images/link-right.svg);background-repeat:no-repeat;background-position:100%;background-size:contain}.inverted .paragraph--type--teaser-small .field--name-field-link a:after{-webkit-filter:invert(1);filter:invert(1)}.paragraph--type--teaser-small.paragraph--view-mode--media-right .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width:600px){.paragraph--type--teaser-small.paragraph--view-mode--media-right .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.paragraph--type--image-video-text{margin-bottom:50px;overflow:hidden}@media (min-width:600px){.paragraph--type--image-video-text{margin-bottom:100px}}.paragraph--type--image-video-text .field--name-field-media-oembed-video{width:100%}@media (min-width:600px){.paragraph--type--image-video-text .layout__region--first .media--view-mode-pt-image-video-text-upright,.paragraph--type--image-video-text .layout__region--first .media--view-mode-pt-image-video-text-wide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (min-width:600px){.paragraph--type--image-video-text .layout__region--first .media--view-mode-pt-image-video-text-upright .field--name-field-caption,.paragraph--type--image-video-text .layout__region--first .media--view-mode-pt-image-video-text-wide .field--name-field-caption{max-width:320px}}@media (min-width:600px){.paragraph--type--image-video-text .layout__region--second .media--view-mode-pt-image-video-text-upright,.paragraph--type--image-video-text .layout__region--second .media--view-mode-pt-image-video-text-wide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (min-width:600px){.paragraph--type--image-video-text .layout__region--second .media--view-mode-pt-image-video-text-upright .field--name-field-caption,.paragraph--type--image-video-text .layout__region--second .media--view-mode-pt-image-video-text-wide .field--name-field-caption{max-width:320px}}.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--33-67,.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--67-33{margin-right:-20px;margin-left:-20px}@media (min-width:600px){.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--33-67,.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--67-33{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-right:20px;margin-bottom:20px;margin-left:20px;width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:600px){.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-bottom:0}}@media (min-width:600px){.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first{width:calc(50% - 40px)}}@media (min-width:1000px){.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first{width:calc(63.5% - 40px)}}@media (min-width:600px){.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{width:calc(50% - 40px)}}@media (min-width:1000px){.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--image-video-text .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{width:calc(36.5% - 40px)}}@media (min-width:600px){.paragraph--type--image-video-text.paragraph--view-mode--media-left .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.paragraph--type--image-video-text.paragraph--view-mode--media-right .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width:600px){.paragraph--type--image-video-text.paragraph--view-mode--media-right .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.paragraph--type--image-video-text .field--name-field-media-image img{width:100%;height:auto}@media (min-width:600px){.paragraph--type--image-video-text .field--name-field-media-image img{width:auto}}.paragraph--type--image-video-text .field--name-field-text{font-weight:300}.paragraph--type--text{margin-bottom:35px}.paragraph--type--text .field--name-field-text{max-width:865px;font-weight:300}@media (min-width:1600px){.paragraph--type--text .field--name-field-text{max-width:55%}}.paragraph--type--project-teaser{margin-right:-40px;margin-left:-40px}.paragraph--type--project-teaser .node{margin-right:40px;margin-left:40px;text-align:left}.paragraph--type--project-teaser .field--name-field-media-image,.paragraph--type--project-teaser .field--name-field-media-reference-single{margin-bottom:20px}@media (min-width:1600px){.paragraph--type--project-teaser .field--name-field-media-image img,.paragraph--type--project-teaser .field--name-field-media-reference-single img{width:100%;height:auto}}.paragraph--type--project-teaser .field--name-title{font-size:30px;line-height:1}@media (min-width:600px){.paragraph--type--project-teaser .field--name-title{font-size:40px}}.paragraph--type--project-teaser .field--name-title,.paragraph--type--project-teaser .field--name-title h2{margin-bottom:13px;font-weight:900;font-style:italic;text-transform:uppercase}.paragraph--type--project-teaser .field--name-field-subtitle{margin-bottom:12px;font-weight:300}.paragraph--type--project-teaser .field--name-field-date-and-time{font-weight:700}.paragraph--type--project-teaser .slick__arrow{top:-30px;right:40px}@media (min-width:600px){.paragraph--type--project-teaser .slick__arrow{top:-50px}}.paragraph--type--team{overflow:hidden}.paragraph--type--team .field--name-field-persons{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:600px){.paragraph--type--team .field--name-field-persons{margin-right:-40px;margin-left:-40px}}.paragraph--type--team .field--name-field-persons>.field__item{position:relative;margin-bottom:40px;width:100%;cursor:pointer}@media (min-width:600px){.paragraph--type--team .field--name-field-persons>.field__item{margin-right:40px;margin-left:40px;width:calc(50% - 80px)}}@media (min-width:1000px){.paragraph--type--team .field--name-field-persons>.field__item{width:calc(33.33333% - 80px)}}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .block-field-blocknodeteamtitle{font-weight:700}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser-wrapper{position:relative}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts>.layout__region--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .block-field-blocknodeteamfield-mail,.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .block-field-blocknodeteamfield-telefon{position:absolute;top:calc(50% + 40px);color:#1a1a1a;text-align:center;white-space:nowrap;opacity:0;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;pointer-events:none}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .block-field-blocknodeteamfield-mail a,.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .block-field-blocknodeteamfield-telefon a{color:#1a1a1a}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon.block-field-blocknodeteamfield-mail:hover~.block-field-blocknodeteamfield-mail,.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon.block-field-blocknodeteamfield-telefon:hover~.block-field-blocknodeteamfield-telefon{opacity:1;pointer-events:none}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon{position:relative;top:0;margin-right:10px;margin-left:10px;opacity:1}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon .field--name-field-mail a,.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon .field--name-field-telefon a{position:relative;display:block;width:40px;height:40px;background-color:#1a1a1a;font-size:0;border-radius:50%}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon .field--name-field-mail a:after,.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon .field--name-field-telefon a:after{content:"";position:absolute;top:0;left:0;width:40px;height:40px;background-color:transparent;background-repeat:no-repeat;background-position:50%}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon .field--name-field-mail a:hover,.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon .field--name-field-telefon a:hover{background-color:#ff0}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon .field--name-field-mail a:hover:after,.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon .field--name-field-telefon a:hover:after{-webkit-filter:invert(100%);filter:invert(100%)}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon .field--name-field-mail a:after{background-image:url(/themes/custom/cob/dist/css/../images/icon-email.svg);background-size:23px}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--contacts .team-contacts-icon .field--name-field-telefon a:after{background-image:url(/themes/custom/cob/dist/css/../images/icon-phone.svg);background-size:26px 42px}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team.show-info-team img{opacity:0}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team.show-info-team .team-teaser--contacts{opacity:1}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team.show-info-team .block-field-blocknodeteamfield-mail,.paragraph--type--team .field--name-field-persons>.field__item .node--type-team.show-info-team .block-field-blocknodeteamfield-telefon,.paragraph--type--team .field--name-field-persons>.field__item .node--type-team.show-info-team .team-contacts-icon.block-field-blocknodeteamfield-mail:hover~.block-field-blocknodeteamfield-mail,.paragraph--type--team .field--name-field-persons>.field__item .node--type-team.show-info-team .team-contacts-icon.block-field-blocknodeteamfield-telefon:hover~.block-field-blocknodeteamfield-telefon{pointer-events:auto}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--image{background-color:#f2f2f2;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;margin-bottom:20px}.paragraph--type--team .field--name-field-persons>.field__item .node--type-team .team-teaser--image img{width:100%;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.paragraph--type--autoplay-video video{width:100%;height:auto}.header-fullwidth--parallax{position:relative}.header-fullwidth--parallax .wrapper--image-title{position:absolute;z-index:-1;top:0;right:50%;left:50%;margin-top:-90px;margin-right:-50vw;margin-left:-50vw;display:-webkit-box;display:-ms-flexbox;display:flex;width:100vw;height:calc(100% + 90px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-fullwidth--parallax .wrapper--image-title>.block{height:100%}.header-fullwidth--parallax .wrapper--image-title .field--name-field-header-image-video{position:-webkit-sticky;position:sticky;top:0;overflow:hidden;width:100vw;height:100vh}.header-fullwidth--parallax .wrapper--image-title .field--name-field-header-image-video>.field__item{position:absolute;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.header-fullwidth--parallax .wrapper--image-title .field--name-field-header-image-video>.field__item:last-of-type{z-index:1;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.header-fullwidth--parallax .wrapper--image-title .field--name-field-header-image-video>.field__item:last-of-type .field--name-field-media-image:before{background:-webkit-gradient(linear,left top,left bottom,from(#1a1a1a),color-stop(50%,rgba(26,26,26,0)),to(#1a1a1a));background:linear-gradient(180deg,#1a1a1a,rgba(26,26,26,0) 50%,#1a1a1a)}.header-fullwidth--parallax .wrapper--image-title .field--name-field-header-image-video>.field__item *{width:100%;height:100%}.header-fullwidth--parallax .wrapper--image-title .field--name-field-header-image-video>.field__item .field--name-field-media-image{position:relative}.header-fullwidth--parallax .wrapper--image-title .field--name-field-header-image-video>.field__item .field--name-field-media-image img{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-o-object-fit:cover;object-fit:cover}.header-fullwidth--parallax .wrapper--image-title .field--name-field-header-image-video>.field__item .field--name-field-media-image:before{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;content:"";background:-webkit-gradient(linear,left top,left bottom,from(rgba(26,26,26,0)),to(#1a1a1a));background:linear-gradient(180deg,rgba(26,26,26,0),#1a1a1a)}.header-fullwidth--parallax .wrapper--image-title .field--name-field-header-image-video img{width:100%;height:auto}@media (min-width:600px){.header-fullwidth--parallax .wrapper--image-title{margin-top:-120px;height:calc(100% + 120px)}}@media (min-width:600px){.header-fullwidth--parallax .wrapper--scroll-text{max-width:75%}}.header-fullwidth--parallax .field--name-title h1{margin-bottom:20px;padding-top:calc(50vh - 90px);display:block;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:600px){.header-fullwidth--parallax .field--name-title h1{font-size:30px}}@media (min-width:1000px){.header-fullwidth--parallax .field--name-title h1{font-size:48px}}@media (min-width:1360px){.header-fullwidth--parallax .field--name-title h1{font-size:60px}}@media (min-width:1600px){.header-fullwidth--parallax .field--name-title h1{font-size:71px}}@media (min-width:1780px){.header-fullwidth--parallax .field--name-title h1{font-size:78px}}@media (min-width:2200px){.header-fullwidth--parallax .field--name-title h1{font-size:87px}}@media (min-width:600px){.header-fullwidth--parallax .field--name-title h1{margin-bottom:40px;padding-top:calc(50vh - 120px)}}.header-fullwidth--parallax .slim-text{font-weight:300}.paragraph--type--scroll-text{font-family:Helvetica Now,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.2;font-weight:300;color:#f2f2f2;font-size:24px}@media (min-width:1000px){.paragraph--type--scroll-text{font-size:30px}}@media (min-width:1360px){.paragraph--type--scroll-text{font-size:38px}}@media (min-width:1600px){.paragraph--type--scroll-text{font-size:42px}}@media (min-width:1780px){.paragraph--type--scroll-text{font-size:48px}}@media (min-width:2200px){.paragraph--type--scroll-text{font-size:54px}}.paragraph--type--scroll-text .parallax-bottom-line{display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transition:.3s;transition:.3s;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.paragraph--type--scroll-text .parallax-bottom-line.show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.paragraph--type--exhibitions{overflow:hidden}@media (min-width:600px){.paragraph--type--exhibitions .slick__slider{margin-right:-20px;margin-left:-20px}}.paragraph--type--exhibitions .field--name-field-poster{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:600px){.paragraph--type--exhibitions .field--name-field-poster{padding-right:20px;padding-left:20px}}.paragraph--type--exhibitions .field--name-field-media-image img,.paragraph--type--exhibitions .media--type-image{width:100%}.paragraph--type--reverted-text .field--name-field-text p{font-weight:700}.paragraph--type--reverted-text .field--name-field-text .reverted-text{margin-bottom:20px;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;font-size:30px}@media (min-width:600px){.paragraph--type--reverted-text .field--name-field-text .reverted-text{font-size:30px}}@media (min-width:1000px){.paragraph--type--reverted-text .field--name-field-text .reverted-text{font-size:48px}}@media (min-width:1360px){.paragraph--type--reverted-text .field--name-field-text .reverted-text{font-size:60px}}@media (min-width:1600px){.paragraph--type--reverted-text .field--name-field-text .reverted-text{font-size:71px}}@media (min-width:1780px){.paragraph--type--reverted-text .field--name-field-text .reverted-text{font-size:78px}}@media (min-width:2200px){.paragraph--type--reverted-text .field--name-field-text .reverted-text{font-size:87px}}@media (min-width:600px){.paragraph--type--reverted-text .field--name-field-text .reverted-text{margin-bottom:40px}}.paragraph--type--reverted-text .field--name-field-text .reverted-text:last-of-type{margin-bottom:0}.paragraph--type--reverted-text .field--name-field-text .reverted-text sup{top:.5em;line-height:1;font-weight:700;font-style:normal;vertical-align:top;text-transform:none;font-size:14px}@media (min-width:1360px){.paragraph--type--reverted-text .field--name-field-text .reverted-text sup{font-size:15px}}@media (min-width:1600px){.paragraph--type--reverted-text .field--name-field-text .reverted-text sup{font-size:17px}}@media (min-width:1780px){.paragraph--type--reverted-text .field--name-field-text .reverted-text sup{font-size:19px}}@media (min-width:2200px){.paragraph--type--reverted-text .field--name-field-text .reverted-text sup{font-size:21px}}.paragraph--type--reverted-text .field--name-field-text .trustees-text{margin-bottom:20px;font-size:20px;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase}@media (min-width:600px){.paragraph--type--reverted-text .field--name-field-text .trustees-text{margin-bottom:40px;font-size:40px}}.paragraph--type--reverted-text .field--name-field-text .trustees-text:last-of-type{margin-bottom:0}.paragraph--type--reverted-text .field--name-field-text .slim-text{display:block;font-weight:300}@media (min-width:600px){.paragraph--type--reverted-text .field--name-field-text .slim-text{display:inline}}.paragraph--type--reverted-text .field--name-field-text .separator{font-weight:300}.paragraph--type--talent{margin-right:auto;margin-left:auto;margin-bottom:6vw;max-width:1160px;overflow:hidden}.paragraph--type--talent .layout--twocol-section.layout--twocol-section--33-67,.paragraph--type--talent .layout--twocol-section.layout--twocol-section--67-33{margin-right:-20px;margin-left:-20px}.paragraph--type--talent .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--talent .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--talent .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.paragraph--type--talent .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{margin-right:20px;margin-left:20px;width:calc(100% - 40px);-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:600px){.paragraph--type--talent .layout--twocol-section.layout--twocol-section--33-67>.layout__region--first,.paragraph--type--talent .layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,.paragraph--type--talent .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first,.paragraph--type--talent .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second{width:calc(50% - 40px)}}.paragraph--type--talent .field--name-field-media-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:600px){.paragraph--type--talent.paragraph--view-mode--media-right .layout--twocol-section{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.paragraph--type--talent.paragraph--view-mode--media-right .layout__region--second{margin-top:3vw}@media (min-width:600px){.paragraph--type--talent.paragraph--view-mode--media-right .layout__region--second{margin-top:0}}@media (min-width:600px){.paragraph--type--talent.paragraph--view-mode--media-right .field--name-field-media-image{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.paragraph--type--talent.paragraph--view-mode--media-left .layout__region--first{margin-top:3vw;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width:600px){.paragraph--type--talent.paragraph--view-mode--media-left .layout__region--first{margin-top:0;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media (min-width:600px){.paragraph--type--talent.paragraph--view-mode--media-left .field--name-field-media-image{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}
/*# sourceMappingURL=main.css.map */