body{margin:0;font-family:Jost,sans-serif;color:#000;background-color:#fcfcfc;font-size:1rem}h1,h2,h3,h4,h5,h6{font-family:Jost,sans-serif;font-weight:bold;color:#701b09}h1{font-size:2.25rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.375rem}h5{font-size:1.25rem}h6{font-size:1.125rem}a{text-decoration:underline;color:inherit}button{cursor:pointer}hr{border:.05rem solid #ccc;width:100%}table{border:0}table tbody,table thead{border:#333 solid .1rem}table td{box-sizing:border-box;padding:.75rem}nav{width:100%;position:sticky;top:0;z-index:10000}.nav-link--desktop{font-size:1.25rem;color:#fff;font-weight:bold;text-decoration:none;white-space:nowrap;display:none;height:100%;align-items:center}@media screen and (min-width: 1280px){.nav-link--desktop{display:flex}}.nav-link--mobile{font-size:1.75rem;color:#fff;font-weight:bold;text-decoration:none;white-space:nowrap;text-align:center;width:100%}.nav-bar{width:100%;height:5rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem;background-color:#701b09;padding:0 .8rem;box-sizing:border-box}.nav-bar-section{display:flex;align-items:center;gap:1rem;height:100%;color:#fff}.nav-bar-section.agenda{display:none;white-space:nowrap;gap:.3rem}@media screen and (min-width: 1280px){.nav-bar-section.agenda{display:flex}}.nav-bar-section.links{overflow-x:auto}.nav-menu{position:fixed;width:100%;height:calc(100vh - 4.9rem);left:0;top:4.9rem;background-color:#701b09;clip-path:inset(0 0 100% 0);display:none;flex-direction:column;justify-content:space-between;align-items:center;color:#fff;padding-bottom:10rem;box-sizing:border-box;z-index:100}.nav-menu-section{display:flex;flex-direction:column;align-items:center;width:100%;gap:1.5rem}.nav-menu-section.agenda{flex-direction:row;gap:.5rem;width:max-content}@media screen and (min-width: 1280px){.nav-menu{display:none !important}}.nav-menu-btn{font-size:2rem;padding:.3rem 1rem;color:#fff;border-color:#fff;border-width:.2rem;border-style:solid;border-radius:.625rem;background-color:rgba(0,0,0,0);transition:background-color .5s ease-out,color .5s ease-out}.nav-menu-btn--expanded{color:#000;background-color:#fff}@media screen and (min-width: 1280px){.nav-menu-btn{display:none}}footer{width:100%;height:11.7rem;padding:1rem;box-sizing:border-box;background:#701b09;display:flex;flex-direction:column;color:#fff;text-align:center;align-items:center}@media screen and (min-width: 1024px){footer{height:7.25rem;flex-direction:row-reverse;justify-content:center;gap:1rem}footer img{width:5rem;height:5rem}}main{width:100%;max-width:75rem;min-height:calc(100vh - 5rem - 11.7rem);margin:auto;display:flex;flex-direction:column;gap:2rem;align-items:center}@media screen and (min-width: 1024px){main{min-height:calc(100vh - 5rem - 7.25rem)}}.news-search{width:100%;display:grid;grid-template-columns:3fr 1fr}@media screen and (min-width: 1024px){.news-search{grid-template-columns:9fr 1fr}}.news-search input{border:0;background-color:#e3e3e3;font-size:1rem;padding:.6rem .5rem;font-family:inherit}.news-search input:focus{outline:none}.news-search button{border:0;background-color:#8d493a;color:#fff;font-size:1rem}.news-results{width:100%;display:flex;flex-direction:column;gap:1rem}.news-results h1{margin:0}.news-articles{display:grid;grid-auto-flow:row;width:100%}@media screen and (min-width: 1024px){.news-articles{gap:1rem;grid-template-columns:repeat(2, 1fr)}}.news-articles-item{text-decoration:none;width:100%;display:flex;flex-direction:column}.news-articles-item img{object-fit:cover;aspect-ratio:16/9}.news-articles-item .info .time{display:flex;align-items:center;gap:.3rem;color:#ccc}.news-articles-item .info .time p{margin:0}.news-articles-item .info strong{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-articles-item img{width:100%}.news-articles-item .info{width:100%;color:#fff;background-color:#9b5f53;padding:1.3rem 1rem 1rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;height:10rem}.news-articles-item .info strong{font-size:1.5rem;font-weight:bold;margin:0;line-height:1.4}@media screen and (min-width: 1024px){.news-articles-item{text-decoration:none;position:relative}.news-articles-item img{object-fit:cover;aspect-ratio:16/9}.news-articles-item .info .time{display:flex;align-items:center;gap:.3rem;color:#ccc}.news-articles-item .info .time p{margin:0}.news-articles-item .info strong{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-articles-item img{height:100%}.news-articles-item .info{position:absolute;bottom:1rem;left:1rem;width:calc(100% - 2rem);background-color:#9b5f53;color:#fff;padding:1.5rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;height:9rem}.news-articles-item .info strong{font-size:1.5rem;font-weight:bold;margin:0;width:100%}}.news-trigger{width:100%;padding-bottom:2rem;display:grid;place-items:center}.news-trigger--hidden div{display:none}.article{width:100%;padding-bottom:2rem}.article-top{width:100%}@media screen and (min-width: 1024px){.article-top{display:grid;grid-template-columns:1fr 1.25fr;margin-top:2rem;gap:1rem}}.article-top-cover{width:100%;object-fit:cover;aspect-ratio:16/9;grid-area:1/1/2/2}.article-top-details{display:flex;flex-direction:column;width:100%;gap:.5rem;padding:0 .5rem;box-sizing:border-box}.article-top-details h1{margin:.7rem 0}.article-top-details-item{display:flex;align-items:center;gap:.5rem;color:#8d493a}.article-top-details-item i{font-size:1.4rem}.article-top-details-item p{font-size:1.2rem;margin:0}.article-content{padding:0 .5rem;box-sizing:border-box;margin:2rem 0}.article-content iframe,.article-content video,.article-content img,.article-content svg,.article-content audio,.article-content embed,.article-content canvas{max-width:100% !important;height:auto !important}.article-content iframe{aspect-ratio:16/9}.article-content *:not(h1,h2,h3,h4,h5,h6){font-family:Roboto,Arial,Helvetica,sans-serif}.article-content table{display:block !important;height:100% !important;overflow-x:auto;overflow-y:hidden}.article-content a,.article-content a *{overflow-wrap:anywhere}.article-gallery{display:flex;flex-direction:column;width:100%;gap:.5rem;padding:0 .5rem;box-sizing:border-box}.article-gallery-items{display:grid;grid-template-columns:repeat(3, 1fr);gap:.5rem}@media screen and (min-width: 1024px){.article-gallery-items{grid-template-columns:repeat(4, 1fr)}}.article-gallery-items img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}.article-gallery h3{margin:0}.article-attachments{display:flex;flex-direction:column;gap:.5rem;color:#7e3222;padding:0 .5rem;box-sizing:border-box;margin:1.5rem 0}.article-attachments-items{display:flex;flex-direction:column;gap:1rem}.article-attachments-items i{font-size:1.3rem}.article-attachments-items a{font-size:1.2rem}.article-attachments h3{margin:0}.calendar{display:grid;grid-template-columns:repeat(7, 1fr);grid-template-rows:3rem 2rem repeat(5, 1fr);min-height:8rem}.calendar-month{font-weight:bold;text-align:center;font-size:1.3rem;grid-area:1/1/2/8;margin:0;display:grid;place-items:center;background-color:#9b5f53;color:#fff}.calendar-weekday{width:100%;height:100%;display:grid;place-items:center;text-align:center;place-self:center;background-color:#8d493a;color:#fff}.calendar-cell{display:grid;place-items:center;text-align:center;background-color:#cacaca;font-size:1.3rem;font-weight:bold;margin:0;border:0;cursor:default;color:#000;padding:1rem;box-sizing:border-box}.calendar-cell--highlighted{background-color:#9b5f53}.calendar-cell--other{color:#777}.events-items{width:100%;display:grid;grid-auto-flow:row;grid-auto-rows:minmax(0, 1fr);gap:.5rem;padding-bottom:2rem}.events-items h4{text-align:center}.events-results{width:100%;padding:1rem;box-sizing:border-box}.events-results h1{margin:.75rem 0;text-align:left}.events-search{display:grid;grid-template-rows:repeat(4, 1fr);width:100%}@media screen and (min-width: 1024px){.events-search{grid-template-columns:1fr 1fr 1fr 8rem;grid-template-rows:1fr}}.events-search label{display:grid;grid-template-columns:.25fr 1fr;place-items:center;background-color:#a9766b;color:#fff;gap:.5rem;padding-left:.5rem}.events-search input,.events-search select{width:100%;height:100%;border:0;border-radius:0;padding:.5rem;box-sizing:border-box;font-family:inherit;font-size:1rem;background-color:#e3e3e3;color:#000}.events-search input[type=date],.events-search select[type=date]{min-width:96%}.events-search input:focus,.events-search select:focus{outline:none}.events-search button{border:0;padding:.75rem 0;background-color:#8d493a;color:#fff;font-size:1rem}.events-search button:focus{outline:none}.events-month{width:100%;display:grid;grid-template-columns:auto 1fr auto}.events-month a{text-decoration:none}.events-month button{border:0;font-size:1rem;color:#fff;display:flex;align-items:center;gap:.5rem;background-color:#701b09;padding:1rem 1.5rem}.events-month button p{margin:0;display:none}@media screen and (min-width: 1024px){.events-month button p{display:block}}.events-month h3{width:100%;height:100%;display:grid;place-items:center;margin:0;text-align:center}.event{display:flex;flex-direction:column;width:100%;gap:1rem;box-sizing:border-box;padding:0 .5rem 2rem}.event-detail{display:flex;align-items:center;gap:.3rem;color:#7e3222}.event-detail i{font-size:1.2rem}.event-map{border:0;width:100%;min-height:30rem;padding:.5rem 0}.event-tags{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.event-tags-tag{color:#fff;background-color:#701b09;padding:.5rem .8rem;border:0;font-size:.9rem}.event-description{width:100%}.event-description iframe,.event-description video,.event-description img,.event-description svg,.event-description audio,.event-description embed,.event-description canvas{max-width:100% !important;height:auto !important}.event-description iframe{aspect-ratio:16/9}.event-description *:not(h1,h2,h3,h4,h5,h6){font-family:Roboto,Arial,Helvetica,sans-serif}.event-description table{display:block !important;height:100% !important;overflow-x:auto;overflow-y:hidden}.event-description a,.event-description a *{overflow-wrap:anywhere}.event h1:first-child{margin-bottom:0}.homepage-articles{width:100%;display:flex;flex-direction:column;gap:0;box-sizing:border-box}@media screen and (min-width: 1024px){.homepage-articles{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:repeat(3, 1fr);gap:1rem;padding-top:2rem}}.homepage-articles-tile{text-decoration:none;width:100%;display:flex;flex-direction:column}.homepage-articles-tile img{object-fit:cover;aspect-ratio:16/9}.homepage-articles-tile .info .time{display:flex;align-items:center;gap:.3rem;color:#ccc}.homepage-articles-tile .info .time p{margin:0}.homepage-articles-tile .info strong{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.homepage-articles-tile img{width:100%}.homepage-articles-tile .info{width:100%;color:#fff;background-color:#9b5f53;padding:1.3rem 1rem 1rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;height:10rem}.homepage-articles-tile .info strong{font-size:1.5rem;font-weight:bold;margin:0;line-height:1.4}@media screen and (min-width: 1024px){.homepage-articles-tile:first-child{grid-area:1/1/4/2;text-decoration:none;position:relative}.homepage-articles-tile:first-child img{object-fit:cover;aspect-ratio:16/9}.homepage-articles-tile:first-child .info .time{display:flex;align-items:center;gap:.3rem;color:#ccc}.homepage-articles-tile:first-child .info .time p{margin:0}.homepage-articles-tile:first-child .info strong{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.homepage-articles-tile:first-child img{height:100%}.homepage-articles-tile:first-child .info{position:absolute;bottom:1rem;left:1rem;width:calc(100% - 2rem);background-color:#9b5f53;color:#fff;padding:1.5rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;height:9rem}.homepage-articles-tile:first-child .info strong{font-size:1.5rem;font-weight:bold;margin:0;width:100%}.homepage-articles-tile:nth-child(n+2):nth-child(-n+4){text-decoration:none;width:100%;display:grid;grid-template-columns:1fr 1.5fr;background-color:#7e3222}.homepage-articles-tile:nth-child(n+2):nth-child(-n+4) img{object-fit:cover;aspect-ratio:16/9}.homepage-articles-tile:nth-child(n+2):nth-child(-n+4) .info .time{display:flex;align-items:center;gap:.3rem;color:#ccc}.homepage-articles-tile:nth-child(n+2):nth-child(-n+4) .info .time p{margin:0}.homepage-articles-tile:nth-child(n+2):nth-child(-n+4) .info strong{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.homepage-articles-tile:nth-child(n+2):nth-child(-n+4) img{height:100%}.homepage-articles-tile:nth-child(n+2):nth-child(-n+4) .info{width:100%;height:100%;padding:1.2rem;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.homepage-articles-tile:nth-child(n+2):nth-child(-n+4) .info .time{font-size:.8rem}.homepage-articles-tile:nth-child(n+2):nth-child(-n+4) .info strong{font-weight:bold;font-size:1rem;width:100%;color:#fff;margin:0}}.homepage-events{display:grid;grid-template-rows:1fr 1fr;width:100%;gap:1rem}@media screen and (min-width: 1024px){.homepage-events{grid-template-columns:1fr 1fr;grid-template-rows:1fr;min-height:23.75rem}}.homepage-events-list{display:grid;grid-template-rows:repeat(3, minmax(0, 1fr));gap:1rem}.homepage-events-list-empty{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem;grid-area:1/1/4/2;background-color:#cacaca}.homepage-events-list-empty h3{margin:0}.homepage-events-list-empty button{border:0;color:#fff;background-color:#701b09;padding:.5rem 1rem;font-size:1rem}.homepage-events-list-item{background-color:#b0b0b0;text-decoration:none;padding:1rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;gap:.3rem;min-height:7.25rem}.homepage-events-list-item .labels{display:flex;flex-direction:column;gap:.5rem}.homepage-events-list-item .labels .label{display:flex;align-items:center;gap:.5rem;color:#333}.homepage-events-list-item strong{font-size:1.5rem;margin:.3rem 0;color:#701b09;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.homepage-links{display:grid;grid-auto-flow:row;gap:.5rem;width:100%}@media screen and (min-width: 1024px){.homepage-links{grid-template-columns:repeat(3, 1fr)}}.homepage-links-tile{position:relative;text-align:center;background-color:#701b09;color:#fff;text-decoration:none;font-size:1.2rem;font-weight:bold;padding:2rem;box-sizing:border-box}.homepage-links-tile i.bi{position:absolute;top:50%;transform:translateY(-50%);right:1rem;font-size:1.5rem}.homepage-partners{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding-bottom:2rem}.homepage-partners-grid{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%}.homepage-partners-grid img{height:8rem}@media screen and (min-width: 1024px){.homepage-partners-grid{flex-direction:row;flex-wrap:wrap}}.spinner{width:3rem;height:3rem;border-radius:50%;background:none;border:.4rem solid rgba(0,0,0,0);border-top-color:#701b09;animation:spin .8s linear infinite}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-layout{width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:1rem;box-sizing:border-box}.contact-layout h1,.contact-layout h3{margin:.5rem 0}.flashes{position:fixed;pointer-events:none;width:100%;bottom:.5rem;display:flex;flex-direction:column-reverse;gap:.5rem;box-sizing:border-box;padding:.5rem;z-index:100}@media screen and (min-width: 1024px){.flashes{right:.5rem;width:15vw;min-width:25rem}}.flashes .flash{width:100%;border-radius:.25rem;background-color:#651808;color:#fff;padding:.75rem;font-size:1.2rem;box-sizing:border-box;animation:flash-anim 5s ease both}.flashes .flash--error{background-color:#b84444}.flashes .flash--success{background-color:#198754}@keyframes flash-anim{0%{opacity:0}10%,90%{opacity:1}100%{opacity:0;display:none}}.error{display:flex;flex-direction:column;text-align:center;align-items:center;gap:1rem;padding:2rem}.error h1{margin:0}.error a{font-size:1.2rem}.page{width:100%;margin-top:1rem;padding:0 1rem;box-sizing:border-box}.page iframe,.page video,.page img,.page svg,.page audio,.page embed,.page canvas{max-width:100% !important;height:auto !important}.page iframe{aspect-ratio:16/9}.page *:not(h1,h2,h3,h4,h5,h6){font-family:Roboto,Arial,Helvetica,sans-serif}.page table{display:block !important;height:100% !important;overflow-x:auto;overflow-y:hidden}.page a,.page a *{overflow-wrap:anywhere}.page-attachments{display:flex;flex-direction:column;gap:.5rem;width:100%;color:#701b09;font-size:1.2rem;margin-bottom:2.5rem}.page-attachments h3{margin-bottom:.5rem}.page-attachments-file i{font-size:1.3rem}.branding-welding--white{filter:grayscale(100%) brightness(100)}.registration-form{padding:0 .5rem;width:100%;box-sizing:border-box}.registration-form small{margin-left:.5rem}.registration-form_description{margin:1.5rem 0}.registration-form_description iframe,.registration-form_description video,.registration-form_description img,.registration-form_description svg,.registration-form_description audio,.registration-form_description embed,.registration-form_description canvas{max-width:100% !important;height:auto !important}.registration-form_description iframe{aspect-ratio:16/9}.registration-form_description *:not(h1,h2,h3,h4,h5,h6){font-family:Roboto,Arial,Helvetica,sans-serif}.registration-form_description table{display:block !important;height:100% !important;overflow-x:auto;overflow-y:hidden}.registration-form_description a,.registration-form_description a *{overflow-wrap:anywhere}.registration-form_form h2{margin:1.5rem 0 1rem;font-size:1.5rem}.registration-form_form_name{width:100%}@media screen and (min-width: 1024px){.registration-form_form_name{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:-1.3rem}}.registration-form_form_clause-accept input[type=checkbox]{display:inline}.registration-form_form_clause-accept label{margin:0;display:inline}.registration-form_form_nip-row{width:100%}@media screen and (min-width: 1024px){.registration-form_form_nip-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;align-items:end}}.registration-form_form_fetch-white-list{padding:.7rem 1.2rem;font-size:1rem;border:0;font-weight:700;background-color:#701b09;color:#fff;cursor:pointer;margin-bottom:.5rem}.registration-form_form_submit{padding:.7rem 1.2rem;font-size:1rem;border:0;font-weight:700;background-color:#701b09;color:#fff;margin-bottom:3rem;margin-top:1rem}.form_row{margin:.5rem 0;width:100%}.form_row_label{display:block;margin-bottom:.5rem;margin-top:1rem;font-weight:bold}.form_row_label small{color:#333}.form_row_label__radio{font-weight:normal}.form_row_label__radio:after{content:"" !important}.form_row_label--required:after{content:" *";color:#701b09}.form_row_control{padding:.5rem;font-family:inherit;width:100%;border:.15rem solid #777;font-size:1rem;box-sizing:border-box}.form_row_control__radio{display:flex;gap:.4rem;align-items:center;margin:.2rem 0}.form_row_control__radio label{margin:0}.form_row_control__radio input[type=radio]{accent-color:#701b09}.form_row_control:focus{outline:none;border-color:#701b09}.form_row__choice__expanded{display:flex;flex-direction:column;margin-top:.5rem}.form_row_errors{width:100%;color:#b84444}.form_row_errors_entry{margin:.4rem 0}/*# sourceMappingURL=main-b28b7af693.output.css.map */
