html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,tt,var,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font:inherit;margin:0;padding:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:none}table{border-collapse:collapse;border-spacing:0}*:focus{outline:0}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}a{color:inherit;cursor:pointer;text-decoration:none;transition:all .25s}a:hover{color:#006838}body{background:#f8f5e3;color:#062125;display:flex;flex-direction:column;font:1rem/1.5 "filson-pro",sans-serif;display:flex;flex-direction:column;min-height:100vh}body.no-scroll{overflow:hidden}button{color:inherit;cursor:pointer;font-family:"filson-pro",sans-serif;transition:all .25s}h1,.h1{font:700 3rem/1.25 "filson-pro",sans-serif}h2,.h2{font:700 2rem/1.25 "filson-pro",sans-serif;letter-spacing:-0.02rem}h3,.h3{font:700 1.5rem/1.35 "filson-pro",sans-serif}h4,.h4{font:700 1.125rem/1.5 "filson-pro",sans-serif}h5,.h5{font:700 1.0625rem/1.5 "filson-pro",sans-serif}html{scroll-behavior:smooth}img{max-width:100%}iframe{max-width:100%}input{color:#062125;font:1rem/1 "filson-pro",sans-serif}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}label{cursor:pointer}p{color:rgba(6,33,37,.8)}select{color:#062125;font:1rem/1 "filson-pro",sans-serif}small{font-size:.85rem}textarea{color:#062125;font:1rem/1 "filson-pro",sans-serif}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background-color:rgba(6,33,37,.5);border-radius:2px;border:rgba(0,0,0,0)}@media(max-width: 1199px){h1,.h1{font-size:2.5rem}}@media(max-width: 991px){html{font-size:14px}}@media(max-width: 767px){h1,.h1{font-size:2rem}h2,.h2{font-size:1.5rem}h3,.h3{font-size:1.25rem}h4,.h4{font-size:1rem}h5,.h5{font-size:1rem}}@media(max-width: 575px){h1,.h1{font-size:1.5rem}}.header{margin:0 auto;max-width:1390px;width:90%;align-items:center;background:#fff;border-radius:0 0 .625rem .625rem;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);display:flex;gap:1.75rem;left:0;padding:2rem 2.5rem;position:absolute;right:0;text-align:center;top:0;transition:transform .25s;z-index:10}.header--lg{max-width:1230px}.header--sm{max-width:970px}.header--xl{max-width:1390px}.header--xs{max-width:800px}.header.fixed{background:#fff;min-height:4rem;padding:0 1rem;position:fixed;top:-100px;transform:translateY(-100%)}.header.fixed .header__button{padding-left:1rem;padding-right:1rem}.header.fixed .header__logo{width:12rem}.header.top{top:0;transform:translateY(0)}.header__button{align-items:center;background:#006838;border-radius:.375rem;border:.125rem solid #006838;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#fff;display:flex;font:700 1.0625rem "filson-pro",sans-serif;gap:1.125rem;justify-content:center;min-height:3.375rem;padding:.5rem 2.5rem;position:relative;text-align:center;font-size:1rem;font-weight:600;min-height:2.875rem}.header__button:hover{background:#c02550;border-color:#c02550;color:#fff}.header__button--outline{background:rgba(0,0,0,0) !important;color:#062125 !important}@media(max-width: 1199px){.header__button{font-size:1rem;min-height:3rem;padding-left:1.75rem;padding-right:1.75rem}}@media(max-width: 399px){.header__button{font-size:.875rem;min-height:2.5rem;padding-left:1rem;padding-right:1rem}}.header__logo{display:flex;margin-right:auto;position:relative;width:14.8125rem;z-index:1}.header__nav{align-items:center;display:flex;font-size:.9375rem;gap:1.875rem}.header__nav-item{padding:.875rem 0;position:relative}.header__nav-item.active{background:url("../img/header__nav-underline.svg") repeat-x left bottom;color:#006838;font-weight:bold}.header__toggler{align-items:flex-end;background:rgba(0,0,0,0);border:0;color:#006838;cursor:pointer;display:none;height:2.5rem;justify-content:center;padding:0;position:relative;text-align:center;width:2.5rem;z-index:1}.header__toggler::after{border:1px solid;content:"";display:block;left:0;margin:0 auto;position:absolute;right:0;top:.75rem;transition:all .45s;width:1.5rem}.header__toggler::before{border:1px solid;bottom:.75rem;content:"";display:block;left:0;margin:0 auto;position:absolute;right:0;transition:all .45s;width:1.5rem}.header__toggler span{border:1px solid;bottom:0;display:block;height:0;left:0;margin:auto;position:absolute;right:0;top:0;transition:all .45s;width:1.5rem}.header__toggler.active::after{transform:rotate(-45deg) translate(-0.3rem, 0.3rem)}.header__toggler.active::before{transform:rotate(45deg) translate(-0.3rem, -0.3rem)}.header__toggler.active span{opacity:0}@media(max-width: 1199px){.header{padding-bottom:1rem;padding-top:1rem}.header__button{min-height:2.5rem}.header__collapse{background:#fff;display:none;height:100svh;left:0;padding:2rem;position:absolute;right:0;top:0}.header__nav{flex-direction:column;gap:.5rem;height:100%;justify-content:center}.header__toggler{display:block}}@media(max-width: 767px){.header{gap:1rem;min-height:4rem;padding:0 1rem}.header__container{gap:.5rem}.header__logo{width:12rem}}@media(max-width: 399px){.header{width:100%}}.intro{display:flex;min-height:100svh;position:relative}.intro+.navigation{background:rgba(0,0,0,0);transform:translateY(-50%)}.intro+.navigation::before{content:none}.intro__buttons{display:flex;gap:1rem}.intro__buttons-item{align-items:center;background:#006838;border-radius:.375rem;border:.125rem solid #006838;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#fff;display:flex;font:700 1.0625rem "filson-pro",sans-serif;gap:1.125rem;justify-content:center;min-height:3.375rem;padding:.5rem 2.5rem;position:relative;text-align:center}.intro__buttons-item:hover{background:#c02550;border-color:#c02550;color:#fff}.intro__buttons-item--outline{background:rgba(0,0,0,0) !important;color:#062125 !important}@media(max-width: 1199px){.intro__buttons-item{font-size:1rem;min-height:3rem;padding-left:1.75rem;padding-right:1.75rem}}@media(max-width: 399px){.intro__buttons-item{font-size:.875rem;min-height:2.5rem;padding-left:1rem;padding-right:1rem}}.intro__container{margin:0 auto;max-width:1170px;width:90%;display:grid;grid-template-columns:minmax(0, calc(1170px / 2 - 3.75rem));position:relative;z-index:1}.intro__container--lg{max-width:1230px}.intro__container--sm{max-width:970px}.intro__container--xl{max-width:1390px}.intro__container--xs{max-width:800px}.intro__image{display:flex;bottom:0;height:100%;position:absolute;right:0;top:0;width:50%}.intro__image>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.intro__ornament{bottom:0;fill:#d3bd40;left:50%;position:absolute;top:0}.intro__slider{width:100%}.intro__slider .slick-dots{margin:0 auto;max-width:1170px;width:90%;bottom:5rem;display:flex;gap:.3125rem;left:0;position:absolute;right:0}.intro__slider .slick-dots--lg{max-width:1230px}.intro__slider .slick-dots--sm{max-width:970px}.intro__slider .slick-dots--xl{max-width:1390px}.intro__slider .slick-dots--xs{max-width:800px}.intro__slider .slick-dots button{background:rgba(0,0,0,0);border:1px solid rgba(192,37,80,.4);border-radius:.3125rem;font-size:0;height:.625rem;padding:0;width:1.5625rem}.intro__slider .slick-active button{background:#c02550}.intro__slider .slick-list{display:flex;height:100%}.intro__slider .slick-slide{align-items:center;background:#d3bd40;display:flex;position:relative}.intro__slider .slick-slide::after{background:url("../img/intro__bg.svg") 100% center no-repeat;content:"";height:100%;left:0;position:absolute;top:0;width:50%}.intro__slider .slick-track{display:flex;height:auto}.intro__slider .slick-slide:nth-child(3n-1){background:#5b879e}.intro__slider .slick-slide:nth-child(3n-1) .intro__ornament{fill:#5b879e}.intro__slider .slick-slide:nth-child(3n-1) .intro__buttons-item{background:#d3bd40;border-color:#d3bd40}.intro__slider .slick-slide:nth-child(3n){background:#006838}.intro__slider .slick-slide:nth-child(3n) .intro__ornament{fill:#006838}.intro__slider .slick-slide:nth-child(3n) .intro__buttons-item{background:#5b879e;border-color:#5b879e}.intro__text{display:flex;flex-direction:column;gap:3rem}.intro__text p{color:rgba(6,33,37,.9);font-size:1.3125rem;letter-spacing:-0.0131rem;line-height:1.45}.intro__title u{position:relative;text-decoration:none}.intro__title u::after{background:url("../img/intro__title-underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 1199px){.intro__container{grid-template-columns:minmax(0, 50%)}.intro__text{gap:2.5rem}.intro__text p{font-size:1.25rem}}@media(max-width: 767px){.intro__container{align-items:center;grid-template-columns:1fr;height:50%;padding:5rem 0}.intro__image{height:50%;left:0;top:auto;width:100%}.intro__ornament{bottom:auto;left:0;right:0;top:auto;transform:rotate(90deg) translate(100%, -50%);transform-origin:0 50%;height:100vw}.intro__slider .slick-slide{align-items:start}.intro__text{gap:2rem}.intro__text p{font-size:1.125rem}}@media(max-width: 575px){.intro__buttons{gap:.5rem}.intro__text{gap:1rem}}.application{position:relative;padding-bottom:6.25rem}.application::after{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;content:"";height:.5rem;left:0;position:absolute;right:0;top:100%;z-index:1}.application__container{margin:0 auto;max-width:1230px;width:90%}.application__container--lg{max-width:1230px}.application__container--sm{max-width:970px}.application__container--xl{max-width:1390px}.application__container--xs{max-width:800px}.application__grid{display:grid;gap:1.875rem;grid-template-columns:repeat(4, 1fr);margin-top:2.5rem}.application__icon{align-items:center;display:flex;justify-content:center;text-align:center;height:5.375rem;margin-bottom:1rem}.application__item{align-items:center;background:#fff;border-radius:.25rem;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;text-align:center}.application__link{color:#d3bd40;font-size:.9375rem;font-weight:bold}@media(max-width: 767px){.application{padding-bottom:4rem}.application__icon{height:4rem;margin-bottom:.5rem}.application__icon img{transform:scale(0.75)}.application__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575px){.application__grid{gap:1rem;grid-template-columns:minmax(0, 17rem);justify-content:center}}.article h2{line-height:1.25;font-size:1.5rem;margin-bottom:1.5rem;text-transform:uppercase}.article h2 strong{position:relative}.article h2 strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.article h2 strong::after{height:.5rem}}.article h3{color:#062125;font-size:inherit}.article ol{counter-reset:section;display:flex;flex-direction:column;font-weight:350;gap:.5rem}.article ol li{padding-left:1.25rem;position:relative}.article ol li::before{border-radius:50%;color:#c02550;content:counter(section) ".";counter-increment:section;font-weight:700;left:0;position:absolute;top:0}.article p{font-weight:350}.article p a{color:#006838;font-weight:400;text-decoration:underline}.article p a:hover{text-decoration:none}.article ul{display:flex;flex-direction:column;font-weight:350;gap:.5rem}.article ul li{padding-left:1.25rem;position:relative}.article ul li::before{background:#c02550;border-radius:50%;content:"";height:.5rem;left:0;position:absolute;top:.5rem;width:.5rem}.article ul ul{margin:1rem 0}.article ul ul li::before{background:#d3bd40}.article__box{align-items:start;background:rgba(0,104,56,.15);border-radius:.75rem;display:flex;flex-direction:column;gap:.5rem;padding:1.875rem}.article__box--blue{background:rgba(91,135,158,.15)}.article__box--red{background:rgba(192,37,80,.15)}.article__box--yellow{background:rgba(211,189,64,.15)}.article__container{margin:0 auto;max-width:1170px;width:90%}.article__container--lg{max-width:1230px}.article__container--sm{max-width:970px}.article__container--xl{max-width:1390px}.article__container--xs{max-width:800px}.article__grid{display:grid;gap:1.25rem;grid-template-columns:1fr 2fr}.article__grid-column{display:flex;flex-direction:column;gap:1.25rem}.article__image{display:flex;align-self:stretch;border:1px solid #d3bd40;border-radius:.25rem;margin:2.75rem 0;overflow:hidden}.article__image>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.article__image:last-child{margin-bottom:0}.article__meta{align-items:center;color:rgba(6,33,37,.5);display:flex;font-size:.875rem;gap:.875rem;margin-bottom:1.5rem}.article__meta-date{background:rgba(6,33,37,.05);border-radius:.25rem;color:rgba(6,33,37,.5);padding:.375rem 1rem}.article__sheet{background:#fff;border-radius:.75rem;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);display:grid;gap:3.75rem;grid-template-columns:repeat(2, 1fr);padding:3.375rem 3.75rem}.article__sheet-box{background:rgba(91,135,158,.15);border-radius:.75rem;padding:2.5rem}.article__text{display:flex;flex-direction:column;font-size:1.0625rem;gap:1rem}.article__wrapper{position:relative;padding-bottom:6.25rem;padding-top:6.25rem;position:relative}.article__wrapper::before{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;bottom:100%;content:"";height:.5rem;left:0;position:absolute;right:0;transform:scaleY(-1)}.article__wrapper--white{position:relative;background:#fff}.article__wrapper--white::before{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;bottom:100%;content:"";height:.5rem;left:0;position:absolute;right:0;transform:scaleY(-1)}.article__wrapper--white::before{background-image:url("../img/torn--white.svg")}@media(max-width: 1199px){.article__sheet{gap:2rem;padding:2rem}.article__sheet-box{padding:2rem}.article__text{font-size:1rem}}@media(max-width: 767px){.article h2{font-size:1.25rem}.article__grid{grid-template-columns:none}.article__sheet{grid-template-columns:none}.article__wrapper{padding-bottom:4rem;padding-top:4rem}}@media(max-width: 399px){.article__sheet{gap:1rem;padding:2rem 1rem 1rem}.article__sheet-box{padding:1rem}}.blueimp-gallery{background:rgba(30,30,30,.9)}.blueimp-gallery>.close{background:url("../img/gallery__close.svg") no-repeat center center;background-size:contain;height:4rem;opacity:1;width:4rem}.blueimp-gallery:not(#blueimp-gallery-video)>.slides{padding-bottom:8rem}.blueimp-gallery-controls>.next{align-items:center;background:url("../img/arrow-bg-right.svg") no-repeat center center;background-size:contain;border:0;border-radius:0;display:flex;height:4rem;opacity:1;padding:0;width:4rem}.blueimp-gallery-controls>.prev{align-items:center;background:url("../img/arrow-bg-left.svg") no-repeat center center;background-size:contain;border:0;border-radius:0;display:flex;height:4rem;opacity:1;padding:0;width:4rem}.blueimp-gallery-single .prev,.blueimp-gallery-single .next{display:none}.blueimp-gallery>.slides>.slide>.slide-content{border:.125rem solid #d3bd40;border-radius:.375rem}.blueimp-gallery>.title{margin:0 auto;max-width:1170px;width:90%;bottom:1rem;display:flex;font-size:1.125rem;font-weight:700;gap:.5rem 1rem;left:0;opacity:1;padding:0 2rem;right:0;top:auto}.blueimp-gallery>.title--lg{max-width:1230px}.blueimp-gallery>.title--sm{max-width:970px}.blueimp-gallery>.title--xl{max-width:1390px}.blueimp-gallery>.title--xs{max-width:800px}.blueimp-gallery>.title h3{color:#d3bd40;font-size:3rem;margin-right:auto}@media(max-width: 1199px){.blueimp-gallery>.title{font-size:1rem}.blueimp-gallery>.title h3{font-size:2rem}}@media(max-width: 991px){.blueimp-gallery-controls>.next{display:none}.blueimp-gallery-controls>.prev{display:none}.blueimp-gallery>.title{padding-left:0;padding-right:4rem}}@media(max-width: 991px){.blueimp-gallery>.title{flex-direction:column}.blueimp-gallery>.title h3{font-size:1.5rem}}.buildings{position:relative;padding-top:6.25rem}.buildings::before{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;bottom:100%;content:"";height:.5rem;left:0;position:absolute;right:0;transform:scaleY(-1)}.buildings__container{margin:0 auto;max-width:1170px;width:90%}.buildings__container--lg{max-width:1230px}.buildings__container--sm{max-width:970px}.buildings__container--xl{max-width:1390px}.buildings__container--xs{max-width:800px}.buildings__grid{display:grid;gap:1.875rem;grid-template-columns:repeat(3, 1fr)}.buildings__heading{color:#d3bd40;font-size:1.0625rem;margin-bottom:.75rem}.buildings__image{display:flex;align-self:stretch;background:rgba(0,104,56,.5) url("../img/buildings__image.svg") no-repeat center center;background-size:auto 45%;position:relative}.buildings__image>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.buildings__image img{position:absolute}.buildings__item{align-items:center;background:#fff;border-radius:.25rem;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);display:grid;font-weight:350;gap:0 1.875rem;grid-template-columns:repeat(2, 1fr);height:13.75rem;overflow:hidden}.buildings__text{padding:1.875rem;padding-left:0}.buildings__title{line-height:1.25;margin-bottom:2.25rem}.buildings__title strong{position:relative}.buildings__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.buildings__title strong::after{height:.5rem}}@media(max-width: 1199px){.buildings__image{height:13.75rem}.buildings__item{grid-template-columns:none;height:auto}.buildings__text{padding-left:1.875rem}}@media(max-width: 767px){.buildings{padding-top:4rem}.buildings__grid{grid-template-columns:none}.buildings__image{height:auto}.buildings__item{grid-template-columns:repeat(2, 1fr);height:13.75rem}.buildings__text{padding-left:0}}@media(max-width: 399px){.buildings__image{height:13.75rem}.buildings__item{grid-template-columns:none;height:auto}.buildings__text{padding-left:1.875rem}}.caption{background-color:#d3bd40;background-image:url("../img/caption__bg.svg");background-repeat:no-repeat;padding-bottom:3.5rem;padding-top:10.5rem;position:relative}@media(min-width: 767px){.caption--bg-bird{background-image:url("../img/caption__bg--bird.svg"),url("../img/caption__bg.svg");background-position:right 3.1875rem,left center}}.caption__breadcrumb{align-items:center;display:flex;flex-wrap:wrap;gap:.25rem 1rem;margin-bottom:1rem}.caption__breadcrumb-item{color:rgba(0,104,56,.9);display:flex;font-size:.9375rem;text-decoration:underline}.caption__breadcrumb-item:first-child{text-decoration:none}.caption__breadcrumb-item+.caption__breadcrumb-item{background:url("../img/caption__breadcrumb.svg") left center no-repeat;padding-left:2rem}.caption__button{align-items:center;background:#006838;border-radius:.375rem;border:.125rem solid #006838;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#fff;display:flex;font:700 1.0625rem "filson-pro",sans-serif;gap:1.125rem;justify-content:center;min-height:3.375rem;padding:.5rem 2.5rem;position:relative;text-align:center}.caption__button:hover{background:#c02550;border-color:#c02550;color:#fff}.caption__button--outline{background:rgba(0,0,0,0) !important;color:#062125 !important}@media(max-width: 1199px){.caption__button{font-size:1rem;min-height:3rem;padding-left:1.75rem;padding-right:1.75rem}}@media(max-width: 399px){.caption__button{font-size:.875rem;min-height:2.5rem;padding-left:1rem;padding-right:1rem}}.caption__container{margin:0 auto;max-width:1170px;width:90%;display:flex;flex-direction:column;gap:1.5rem}.caption__container--lg{max-width:1230px}.caption__container--sm{max-width:970px}.caption__container--xl{max-width:1390px}.caption__container--xs{max-width:800px}.caption__container--xs{max-width:800px}.caption__grid{display:grid;gap:6rem;grid-template-columns:23fr 25fr}.caption__icon{padding-left:4.375rem;position:relative}.caption__icon>img{left:0;position:absolute;top:-0.875rem;width:2.5625rem}.caption__image{display:flex;border-radius:.25rem;overflow:hidden;position:relative}.caption__image>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.caption__image img{position:absolute}.caption__row{display:flex;gap:1.25rem;margin-top:1.5rem}.caption__text{align-items:start;display:flex;flex-direction:column;font-size:1.3125rem;gap:1rem}.caption__title{line-height:1.25;margin-bottom:2rem}.caption__title strong{position:relative}.caption__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.caption__title strong::after{height:.5rem}}@media(max-width: 1199px){.caption{padding-top:8.5rem}.caption__container{gap:1.5rem}.caption__text{font-size:1rem}}@media(max-width: 767px){.caption{padding-top:7rem}.caption__grid{gap:2rem}}@media(max-width: 575px){.caption__grid{grid-template-columns:none}.caption__image{height:50vw}.caption__text{gap:1.5rem}}.celebrations{background:#006838 url("../img/celebrations__bg.svg") no-repeat 100% 100%;color:#fff;padding-bottom:6.25rem;padding-top:6.25rem}.celebrations__container{margin:0 auto;max-width:1170px;width:90%}.celebrations__container--lg{max-width:1230px}.celebrations__container--sm{max-width:970px}.celebrations__container--xl{max-width:1390px}.celebrations__container--xs{max-width:800px}.celebrations__grid{display:grid;gap:2rem .625rem;grid-template-columns:repeat(6, 1fr)}.celebrations__heading{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.celebrations__icon{align-items:center;display:flex;justify-content:center;text-align:center;background:url("../img/celebrations__icon.svg") no-repeat;background-size:100% 100%;height:7.5rem;margin-bottom:.75rem;width:7.375rem}.celebrations__item{align-items:center;border-radius:.25rem;color:rgba(255,255,255,.5);display:flex;flex-direction:column;font-size:.9375rem;font-weight:350;text-align:center}.celebrations__title{line-height:1.25;margin-bottom:2.5rem}.celebrations__title strong{position:relative}.celebrations__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.celebrations__title strong::after{height:.5rem}}.celebrations__title strong::after{background-image:url("../img/underline--yellow.svg")}@media(max-width: 991px){.celebrations__heading{font-size:1.125rem}.celebrations__icon{height:6rem;width:6rem}.celebrations__icon img{transform:scale(0.75)}}@media(max-width: 767px){.celebrations{padding-bottom:4rem;padding-top:4rem}.celebrations__grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 399px){.celebrations__grid{grid-template-columns:repeat(2, 1fr)}}.consultation{position:relative;background:#fff;background:#fff;padding-bottom:5rem;padding-top:4.5rem;position:relative}.consultation::after{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;content:"";height:.5rem;left:0;position:absolute;right:0;top:100%;z-index:1}.consultation::after{background-image:url("../img/torn--white.svg")}.consultation__box{background:rgba(0,104,56,.15);border-radius:.75rem;padding:1.25rem 1.25rem 2rem}.consultation__box strong{font-size:.9375rem;font-weight:700}.consultation__container{margin:0 auto;max-width:1170px;width:90%}.consultation__container--lg{max-width:1230px}.consultation__container--sm{max-width:970px}.consultation__container--xl{max-width:1390px}.consultation__container--xs{max-width:800px}.consultation__grid{align-items:start;display:grid;gap:1rem 1.875rem;grid-template-columns:repeat(3, 1fr)}.consultation__heading{background:#c02550;border-radius:.375rem;color:#fff;font-size:.9375rem;margin-bottom:2rem;padding:.75rem 2.5rem;text-align:center}.consultation__row{display:flex;flex-wrap:wrap;gap:.5rem 2rem;justify-content:space-between}.consultation__title{line-height:1.25;margin-bottom:2.5rem;text-transform:uppercase}.consultation__title strong{position:relative}.consultation__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.consultation__title strong::after{height:.5rem}}@media(max-width: 767px){.consultation{padding-bottom:4rem;padding-top:4rem}.consultation__grid{grid-template-columns:minmax(0, 25rem);justify-content:center}.consultation__heading{margin-bottom:1rem}.consultation__title{text-align:center}}@media(max-width: 399px){.consultation__box{padding:1rem}.consultation__row{gap:.5rem 1rem}}.download{background:#fff;font-size:1.3125rem;padding-bottom:5.25rem;padding-top:7.5rem;position:relative}.download p a{color:#006838;text-decoration:underline}.download p a:hover{text-decoration:none}.download--bg-green{background:#006838 url("../img/download__bg.svg") no-repeat 1rem 0;color:#fff}.download--bg-green p{color:inherit}.download--bg-green p a{color:#d3bd40}.download--bg-green .download__title strong::after{background-image:url("../img/underline--yellow.svg")}.download__container{margin:0 auto;max-width:1170px;width:90%}.download__container--lg{max-width:1230px}.download__container--sm{max-width:970px}.download__container--xl{max-width:1390px}.download__container--xs{max-width:800px}.download__grid{display:grid;gap:2rem 1.875rem;grid-template-columns:37fr 77fr}.download__item{align-items:center;background:#f8f5e3 url("../img/download__item.svg") no-repeat calc(100% - 1.5rem) 50%;background-size:2.5rem;border-radius:.25rem;display:flex;font-size:1.0625rem;font-weight:700;min-height:5rem;padding:.5rem 5rem .5rem 1.875rem}.download__list{color:#062125;display:flex;flex-direction:column;gap:.3125rem}.download__title{line-height:1.25;margin-bottom:2.5rem}.download__title strong{position:relative}.download__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.download__title strong::after{height:.5rem}}@media(max-width: 1199px){.download{font-size:1.125rem}}@media(max-width: 767px){.download{font-size:1rem;padding-bottom:4rem;padding-top:4rem}.download__grid{grid-template-columns:none}.download__item{background-size:1.5rem;font-size:1rem;min-height:3rem;padding-left:1rem;padding-right:4rem}}.enrolment{background:#fff;padding-top:5.5rem;position:relative}.enrolment__container{margin:0 auto;max-width:1170px;width:90%}.enrolment__container--lg{max-width:1230px}.enrolment__container--sm{max-width:970px}.enrolment__container--xl{max-width:1390px}.enrolment__container--xs{max-width:800px}.enrolment__date{color:#d3bd40;font-size:.9375rem;font-weight:bold;margin-bottom:1rem}.enrolment__grid{display:grid;gap:1.875rem;grid-template-columns:repeat(3, 1fr);position:relative}.enrolment__grid::before{border-top:.1875rem dotted rgba(91,135,158,.5);content:"";left:0;position:absolute;right:0;top:14.875rem;width:100%}.enrolment__image{display:flex;border-radius:.25rem;height:12.5rem;order:-1;overflow:hidden;position:relative}.enrolment__image>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.enrolment__item{display:flex;flex-direction:column;position:relative}.enrolment__item::before{background:#d3bd40;border-radius:50%;content:"";height:.875rem;margin:2rem 0;width:.875rem}.enrolment__item:nth-child(2)::before{background:#006838}.enrolment__item:nth-child(3)::before{background:#c02550}.enrolment__item p{font-size:1.0625rem}.enrolment__subtitle{color:rgba(6,33,37,.33);font-size:.875rem;font-weight:bold;margin-bottom:2rem;text-transform:uppercase}.enrolment__title{line-height:1.25;margin-bottom:2rem;margin-top:-8rem;padding-right:36rem}.enrolment__title strong{position:relative}.enrolment__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.enrolment__title strong::after{height:.5rem}}@media(max-width: 991px){.enrolment{padding-bottom:4rem;padding-top:4rem}.enrolment__title{padding-right:29rem}}@media(max-width: 767px){.enrolment__title{margin-top:0;padding-right:0}}@media(max-width: 575px){.enrolment__grid{grid-template-columns:minmax(0, 22rem);padding-left:3rem}.enrolment__grid::before{border-left:.1875rem dotted rgba(91,135,158,.5);border-top:0;bottom:0;height:100%;left:.4375rem;right:auto;top:0;width:auto}.enrolment__item::before{margin-bottom:-1.25rem;margin-left:-3rem}}.finance{background:#006838 url("../img/finance__bg.svg") no-repeat 100% 100%;color:#fff;font-size:1.0625rem;padding-bottom:6.25rem;padding-top:6.25rem}.finance p{color:inherit;font-weight:350}.finance p strong{font-weight:700}.finance__container{margin:0 auto;max-width:1170px;width:90%;display:grid;gap:1.875rem;grid-template-columns:repeat(2, 1fr)}.finance__container--lg{max-width:1230px}.finance__container--sm{max-width:970px}.finance__container--xl{max-width:1390px}.finance__container--xs{max-width:800px}.finance__grid{display:grid;gap:.625rem;grid-template-columns:21fr 35fr}.finance__grid-column{display:flex;flex-direction:column;gap:.625rem}.finance__heading{color:#d3bd40;font-size:inherit;margin-bottom:.5rem}.finance__item{background:#fff;border-radius:.25rem;color:rgba(6,33,37,.8);display:flex;flex-direction:column;flex-grow:1;font-size:.9375rem;justify-content:space-between;padding:1.5rem 1.875rem}.finance__perex{font-size:1.3125rem}.finance__text{align-items:start;display:flex;flex-direction:column;gap:1.5rem}.finance__title{line-height:1.25;margin-bottom:.5rem}.finance__title strong{position:relative}.finance__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.finance__title strong::after{height:.5rem}}.finance__title strong::after{background-image:url("../img/underline--yellow.svg")}@media(max-width: 1199px){.finance{font-size:1rem}.finance__item{padding:1.25rem}.finance__perex{font-size:1.125rem}}@media(max-width: 767px){.finance{padding-bottom:4rem;padding-top:4rem}.finance__container{grid-template-columns:none}}@media(max-width: 399px){.finance__grid{grid-template-columns:none}}.footer{border-top:1px solid #d3bd40;padding-bottom:4rem;padding-top:5rem}.footer__bottom{margin:0 auto;max-width:1230px;width:90%;align-items:center;color:rgba(6,33,37,.7);display:flex;font-size:.8125rem;gap:1rem;margin-top:3.75rem}.footer__bottom--lg{max-width:1230px}.footer__bottom--sm{max-width:970px}.footer__bottom--xl{max-width:1390px}.footer__bottom--xs{max-width:800px}.footer__bottom-copyright{text-align:right}.footer__bottom-row{display:flex;flex-grow:1;flex-wrap:wrap;gap:.5rem .9375rem}.footer__container{margin:0 auto;max-width:1230px;width:90%;align-items:center;display:flex;gap:3rem}.footer__container--lg{max-width:1230px}.footer__container--sm{max-width:970px}.footer__container--xl{max-width:1390px}.footer__container--xs{max-width:800px}.footer__ico{background:url("../img/footer__dot-yellow.svg") no-repeat left center;padding-left:24px}.footer__ico+.footer__ico{background-image:url("../img/footer__dot-blue.svg")}.footer__logo{display:flex;width:14.8125rem}.footer__nav{align-items:center;display:flex;flex-wrap:wrap;gap:.25rem 1.875rem;justify-content:end;margin-left:auto}.footer__nav-item{background:url("../img/arrow-right-small.svg") no-repeat left center;font-size:.9375rem;padding-left:1.5rem}@media(max-width: 991px){.footer__bottom{flex-direction:column;text-align:center}.footer__bottom-row{justify-content:center}.footer__bottom-copyright{text-align:center}}@media(max-width: 767px){.footer{padding-top:4rem}.footer__container{flex-direction:column;gap:2rem}.footer__nav{justify-content:center;margin-left:0}}.gallery{padding-bottom:5rem;padding-top:5.5rem;position:relative}.gallery--bg{background-image:url("../img/gallery__bg.svg"),url("../img/gallery__bg--2.svg");background-position:100% 50%,0 100%;background-repeat:no-repeat}.gallery--white{position:relative;background:#fff}.gallery--white::before{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;bottom:100%;content:"";height:.5rem;left:0;position:absolute;right:0;transform:scaleY(-1)}.gallery--white::before{background-image:url("../img/torn--white.svg")}.gallery__button{align-items:center;background:#006838;border-radius:.375rem;border:.125rem solid #006838;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#fff;display:flex;font:700 1.0625rem "filson-pro",sans-serif;gap:1.125rem;justify-content:center;min-height:3.375rem;padding:.5rem 2.5rem;position:relative;text-align:center}.gallery__button:hover{background:#c02550;border-color:#c02550;color:#fff}.gallery__button--outline{background:rgba(0,0,0,0) !important;color:#062125 !important}@media(max-width: 1199px){.gallery__button{font-size:1rem;min-height:3rem;padding-left:1.75rem;padding-right:1.75rem}}@media(max-width: 399px){.gallery__button{font-size:.875rem;min-height:2.5rem;padding-left:1rem;padding-right:1rem}}.gallery__container{margin:0 auto;max-width:1170px;width:90%}.gallery__container--lg{max-width:1230px}.gallery__container--sm{max-width:970px}.gallery__container--xl{max-width:1390px}.gallery__container--xs{max-width:800px}.gallery__date{color:#006838;font-size:.875rem}.gallery__footer{display:flex;justify-content:center;margin-top:3.75rem}.gallery__grid{display:grid;gap:2rem 4rem;grid-template-columns:repeat(3, 1fr)}.gallery__header{display:flex;gap:2rem;justify-content:space-between;margin-bottom:3rem}.gallery__heading{font-size:1.25rem;text-decoration:underline}.gallery__item{display:flex;flex-direction:column;gap:.5rem}.gallery__image{display:flex;margin-bottom:.75rem;padding-bottom:70%;position:relative}.gallery__image>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.gallery__image img{border:2px solid #d3bd40;border-radius:.375rem;position:absolute;z-index:1}.gallery__image::after{background:#f8f5e3;border:.125rem solid #d3bd40;border-radius:.375rem;bottom:.5rem;content:"";left:-0.5rem;position:absolute;right:-0.5rem;top:.5rem}.gallery__image::before{background:#f8f5e3;border:.125rem solid #d3bd40;border-radius:.375rem;bottom:1rem;content:"";left:-1rem;position:absolute;right:-1rem;top:1rem}.gallery__label{align-items:center;background:url("../img/gallery__label.svg");background-size:100% 100%;color:#fff;display:flex;font-size:.9375rem;font-weight:bold;padding:1.25rem 1rem 1rem;text-align:center;transform:rotate(2deg)}.gallery__title{line-height:1.25}.gallery__title strong{position:relative}.gallery__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.gallery__title strong::after{height:.5rem}}@media(max-width: 767px){.gallery{padding-bottom:4rem;padding-top:4rem}.gallery__grid{grid-template-columns:minmax(0, 25rem);justify-content:center}.gallery__header{align-items:center;flex-direction:column}}.hero{background:#f8f5e3;position:relative}.hero--bg-green{position:relative;background-color:#006838;color:#fff}.hero--bg-green::before{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;bottom:100%;content:"";height:.5rem;left:0;position:absolute;right:0;transform:scaleY(-1)}.hero--bg-green::before{background-image:url("../img/torn--green.svg")}.hero--bg-green::before{bottom:5rem;z-index:1}.hero--bg-white{background:#fff}.hero__bg{display:block;height:33.75rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center 85%;object-position:center 85%;width:100%}.hero__bottom{margin:0 auto;max-width:1170px;width:90%;margin-bottom:5.25rem;margin-top:2.5rem}.hero__bottom--lg{max-width:1230px}.hero__bottom--sm{max-width:970px}.hero__bottom--xl{max-width:1390px}.hero__bottom--xs{max-width:800px}.hero__bottom-grid{align-items:start;display:grid;gap:1.875rem;grid-template-columns:repeat(4, 1fr);margin-top:2.5rem}.hero__bottom-item{border:.125rem solid #d3bd40;border-radius:.75rem;display:flex;flex-direction:column;font-size:1.0625rem;gap:1rem;padding:1.875rem}.hero__box{align-items:start;background:#fff;border-radius:.75rem;bottom:-5rem;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#062125;display:flex;flex-direction:column;gap:1.75rem;max-width:36rem;padding:2.5rem;position:absolute;right:calc(50vw - 585px);width:90%;z-index:1}.hero__box--lg{max-width:48rem}.hero__box--about{background:#fff url("../img/about__box-deco.svg") no-repeat right calc(100% - 2.5rem);max-width:23rem}.hero__box p a{color:#006838;text-decoration:underline}.hero__box p a:hover{text-decoration:none}.hero__button{align-items:center;background:#006838;border-radius:.375rem;border:.125rem solid #006838;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#fff;display:flex;font:700 1.0625rem "filson-pro",sans-serif;gap:1.125rem;justify-content:center;min-height:3.375rem;padding:.5rem 2.5rem;position:relative;text-align:center;margin-top:.625rem}.hero__button:hover{background:#c02550;border-color:#c02550;color:#fff}.hero__button--outline{background:rgba(0,0,0,0) !important;color:#062125 !important}@media(max-width: 1199px){.hero__button{font-size:1rem;min-height:3rem;padding-left:1.75rem;padding-right:1.75rem}}@media(max-width: 399px){.hero__button{font-size:.875rem;min-height:2.5rem;padding-left:1rem;padding-right:1rem}}.hero__info{margin:0 auto;max-width:1170px;width:90%;display:grid;grid-template-columns:36rem;justify-content:end;padding-top:2rem;text-align:center}.hero__info--lg{max-width:1230px}.hero__info--sm{max-width:970px}.hero__info--xl{max-width:1390px}.hero__info--xs{max-width:800px}.hero__info-text{color:rgba(6,33,37,.6);padding:0 2.5rem}.hero__logo-roztoc{width:9.5rem}.hero__main{margin-bottom:5rem;position:relative}.hero__meetings{align-self:stretch;display:grid;gap:1rem .625rem;grid-template-columns:repeat(4, 1fr);text-align:center}.hero__meetings-heading{background:#d3bd40;border-radius:.375rem;color:#fff;font-size:.875rem;margin-bottom:1rem;padding:.9375rem;text-align:left}.hero__table{border-collapse:collapse;text-align:left;width:100%}.hero__table td{font-size:.9375rem;font-weight:500;padding:.5rem 0 .5rem .5rem;width:8rem}.hero__table th{padding:.5rem 0}.hero__table tr+tr{border-top:1px solid #d5d5d5}.hero__table-no{background:url("../img/conditions__table-no.svg");background-size:100% 100%;color:#fff;font-size:1.0625rem;font-weight:700;margin-right:.25rem;padding:.125rem .5625rem}.hero__table-yes{background:url("../img/conditions__table-yes.svg");background-size:100% 100%;color:#fff;font-size:1.0625rem;font-weight:700;margin-right:.25rem;padding:.125rem .5625rem}.hero__title{line-height:1.25}.hero__title strong{position:relative}.hero__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.hero__title strong::after{height:.5rem}}@media(max-width: 1199px){.hero__bottom-grid{grid-template-columns:repeat(2, 1fr)}.hero__bottom-item{font-size:1rem}.hero__box{padding:1.5rem;right:5vw}}@media(max-width: 991px){.hero__box{background:#fff;gap:1rem;max-width:29rem}.hero__box--lg{max-width:46rem}.hero__info{grid-template-columns:29rem}.hero__table td:last-child{display:none}}@media(max-width: 767px){.hero__bg{height:50vw}.hero__box{bottom:0;position:relative;margin-left:auto;margin-top:-5rem}.hero__box--lg{max-width:29rem}.hero__bottom{margin-bottom:4rem}.hero__main{margin-bottom:0}.hero__meetings{grid-template-columns:repeat(2, 1fr)}.hero__meetings-heading{margin-bottom:.25rem;padding-bottom:.75rem;padding-top:.75rem}}@media(max-width: 575px){.hero__bottom-grid{grid-template-columns:none}.hero__box{gap:1rem;max-width:20.5rem;padding:1rem}.hero__box--lg{max-width:24rem}.hero__info{grid-template-columns:none}.hero__table td{padding-left:0;padding-top:0}.hero__table th{font-size:.875rem}.hero__table tr{display:flex;flex-direction:column}}@media(max-width: 399px){.hero__bottom-grid{gap:.5rem}.hero__bottom-item{padding:1rem}.hero__info-text{font-size:.875rem;padding:0}.hero__logo-roztoc{width:8rem}.hero__meetings-heading{display:flex;flex-direction:column}}.list{position:relative;background:#fff;padding-bottom:6.25rem;padding-top:6.25rem}.list::before{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;bottom:100%;content:"";height:.5rem;left:0;position:absolute;right:0;transform:scaleY(-1)}.list::before{background-image:url("../img/torn--white.svg")}.list__article{align-items:start;display:flex;flex-direction:column;gap:.875rem}.list__article h3{color:#006838;font-size:1.125rem;text-decoration:underline}.list__button{align-items:center;background:#006838;border-radius:.375rem;border:.125rem solid #006838;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#fff;display:flex;font:700 1.0625rem "filson-pro",sans-serif;gap:1.125rem;justify-content:center;min-height:3.375rem;padding:.5rem 2.5rem;position:relative;text-align:center}.list__button:hover{background:#c02550;border-color:#c02550;color:#fff}.list__button--outline{background:rgba(0,0,0,0) !important;color:#062125 !important}@media(max-width: 1199px){.list__button{font-size:1rem;min-height:3rem;padding-left:1.75rem;padding-right:1.75rem}}@media(max-width: 399px){.list__button{font-size:.875rem;min-height:2.5rem;padding-left:1rem;padding-right:1rem}}.list__container{margin:0 auto;max-width:800px;width:90%}.list__container--lg{max-width:1230px}.list__container--sm{max-width:970px}.list__container--xl{max-width:1390px}.list__container--xs{max-width:800px}.list__date{background:rgba(6,33,37,.05);border-radius:.25rem;color:rgba(6,33,37,.5);font-size:.8125rem;padding:.5rem}.list__footer{display:flex;justify-content:center;margin-top:6rem}.list__grid{display:grid;gap:1rem 3.75rem;grid-template-columns:repeat(2, 1fr);margin-left:auto;margin-right:auto;max-width:50rem}.list__grid .list__article:nth-child(2n){margin-top:2rem}.list__image{display:flex;align-self:stretch;border-radius:.25rem;height:11.25rem;margin-bottom:.5rem;overflow:hidden;padding-bottom:70%;position:relative}.list__image>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.list__image img{position:absolute}.list__item{background:#fff;border-radius:.75rem;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem}.list__item p{color:rgba(6,33,37,.8);font-size:1rem}.list__list{display:grid;gap:2rem;grid-template-columns:repeat(2, 1fr);padding-top:4rem}.list__list h3{font-size:1.25rem}.list__row{align-items:center;color:rgba(6,33,37,.5);display:flex;font-size:.875rem;gap:.5rem}@media(max-width: 767px){.list{padding-bottom:4rem;padding-top:4rem}.list__list{grid-template-columns:none}}@media(max-width: 575px){.list__grid{grid-template-columns:minmax(0, 20rem);justify-content:center}.list__list{padding-top:2rem}}.list-2{position:relative;background:#fff;padding-bottom:6.25rem;padding-top:6.25rem}.list-2::before{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;bottom:100%;content:"";height:.5rem;left:0;position:absolute;right:0;transform:scaleY(-1)}.list-2::before{background-image:url("../img/torn--white.svg")}.list-2__button{align-items:center;background:#006838;border-radius:.375rem;border:.125rem solid #006838;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#fff;display:flex;font:700 1.0625rem "filson-pro",sans-serif;gap:1.125rem;justify-content:center;min-height:3.375rem;padding:.5rem 2.5rem;position:relative;text-align:center}.list-2__button:hover{background:#c02550;border-color:#c02550;color:#fff}.list-2__button--outline{background:rgba(0,0,0,0) !important;color:#062125 !important}@media(max-width: 1199px){.list-2__button{font-size:1rem;min-height:3rem;padding-left:1.75rem;padding-right:1.75rem}}@media(max-width: 399px){.list-2__button{font-size:.875rem;min-height:2.5rem;padding-left:1rem;padding-right:1rem}}.list-2__container{margin:0 auto;max-width:1170px;width:90%}.list-2__container--lg{max-width:1230px}.list-2__container--sm{max-width:970px}.list-2__container--xl{max-width:1390px}.list-2__container--xs{max-width:800px}.list-2__grid{display:grid;gap:1.875rem;grid-template-columns:repeat(3, 1fr)}.list-2__image{display:flex;border-bottom:.1875rem solid #c02550;height:12.5rem;position:relative}.list-2__image>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.list-2__item{background:#f8f5e3;border-radius:.25rem;display:flex;flex-direction:column;overflow:hidden}.list-2__item h3{font-size:1.1875rem}.list-2__item p{font-weight:350}.list-2__item:nth-child(2) .list-2__image{border-color:#d3bd40}.list-2__item:nth-child(3) .list-2__image{border-color:#006838}.list-2__link{background:url("../img/list-2__link.svg") no-repeat 0 50%;color:#006838;margin-top:auto;padding-left:2.25rem;text-decoration:underline}.list-2__link:hover{text-decoration:none}.list-2__text{align-items:start;display:flex;flex-direction:column;flex-grow:1;gap:1.375rem;padding:1.875rem}.list-2__title{color:rgba(6,33,37,.33);font-size:.875rem;font-weight:bold;margin-bottom:2rem;text-transform:uppercase}@media(max-width: 767px){.list-2{padding-bottom:4rem;padding-top:4rem}.list-2__grid{grid-template-columns:minmax(0, 24rem);justify-content:center}.list-2__title{text-align:center}}@media(max-width: 399px){.list-2__text{padding:1.5rem 1rem}}.list-3{position:relative;background:#fff;padding-top:6.25rem}.list-3::before{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;bottom:100%;content:"";height:.5rem;left:0;position:absolute;right:0;transform:scaleY(-1)}.list-3::before{background-image:url("../img/torn--white.svg")}.list-3__button{align-items:center;background:#006838;border-radius:.375rem;border:.125rem solid #006838;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#fff;display:flex;font:700 1.0625rem "filson-pro",sans-serif;gap:1.125rem;justify-content:center;min-height:3.375rem;padding:.5rem 2.5rem;position:relative;text-align:center}.list-3__button:hover{background:#c02550;border-color:#c02550;color:#fff}.list-3__button--outline{background:rgba(0,0,0,0) !important;color:#062125 !important}@media(max-width: 1199px){.list-3__button{font-size:1rem;min-height:3rem;padding-left:1.75rem;padding-right:1.75rem}}@media(max-width: 399px){.list-3__button{font-size:.875rem;min-height:2.5rem;padding-left:1rem;padding-right:1rem}}.list-3__container{margin:0 auto;max-width:1230px;width:90%;background:rgba(0,104,56,.15);border-radius:.75rem;padding:3.4375rem 3.75rem}.list-3__container--lg{max-width:1230px}.list-3__container--sm{max-width:970px}.list-3__container--xl{max-width:1390px}.list-3__container--xs{max-width:800px}.list-3__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(3, 1fr)}.list-3__header{display:grid;font-size:1.0625rem;gap:2.5rem;grid-template-columns:2fr 1fr;margin-bottom:3.75rem}.list-3__header-box{background:rgba(0,104,56,.15);border-radius:.75rem;padding:2rem 2.5rem}.list-3__header-box a{color:#006838;text-decoration:underline}.list-3__header-box a:hover{text-decoration:none}.list-3__header-perex{font-size:1.3125rem}.list-3__header-text{display:flex;flex-direction:column;gap:1rem}.list-3__image{display:flex;height:11.25rem;position:relative}.list-3__image>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.list-3__item{background:#fff;border-radius:.75rem;display:flex;flex-direction:column;overflow:hidden}.list-3__item h3{font-size:1.1875rem}.list-3__item p{font-weight:350}.list-3__link{color:#006838;margin-top:auto;text-decoration:underline}.list-3__link:hover{text-decoration:none}.list-3__text{align-items:start;display:flex;flex-direction:column;flex-grow:1;gap:1.375rem;padding:1.875rem}.list-3__title{line-height:1.25;text-transform:uppercase}.list-3__title strong{position:relative}.list-3__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.list-3__title strong::after{height:.5rem}}@media(max-width: 1199px){.list-3__container{padding-left:5vw;padding-right:5vw}.list-3__header{font-size:1rem}.list-3__header-perex{font-size:1.125rem}}@media(max-width: 767px){.list-3{padding-top:4rem}.list-3__grid{grid-template-columns:minmax(0, 24rem);justify-content:center}.list-3__header{grid-template-columns:none;justify-content:center}}@media(max-width: 399px){.list-3__container{padding-bottom:2rem;padding-top:2rem}.list-3__header{gap:2rem}.list-3__header-box{padding:1.5rem 1rem}.list-3__text{padding:1.5rem 1rem}}.list-4{position:relative;background:#fff;position:relative;background:#fff;padding-bottom:6.25rem;padding-top:6.25rem}.list-4::before{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;bottom:100%;content:"";height:.5rem;left:0;position:absolute;right:0;transform:scaleY(-1)}.list-4::before{background-image:url("../img/torn--white.svg")}.list-4::after{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;content:"";height:.5rem;left:0;position:absolute;right:0;top:100%;z-index:1}.list-4::after{background-image:url("../img/torn--white.svg")}.list-4__button{align-items:center;background:#006838;border-radius:.375rem;border:.125rem solid #006838;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#fff;display:flex;font:700 1.0625rem "filson-pro",sans-serif;gap:1.125rem;justify-content:center;min-height:3.375rem;padding:.5rem 2.5rem;position:relative;text-align:center}.list-4__button:hover{background:#c02550;border-color:#c02550;color:#fff}.list-4__button--outline{background:rgba(0,0,0,0) !important;color:#062125 !important}@media(max-width: 1199px){.list-4__button{font-size:1rem;min-height:3rem;padding-left:1.75rem;padding-right:1.75rem}}@media(max-width: 399px){.list-4__button{font-size:.875rem;min-height:2.5rem;padding-left:1rem;padding-right:1rem}}.list-4__container{margin:0 auto;max-width:1170px;width:90%}.list-4__container--lg{max-width:1230px}.list-4__container--sm{max-width:970px}.list-4__container--xl{max-width:1390px}.list-4__container--xs{max-width:800px}.list-4__grid{display:grid;gap:1.875rem;grid-template-columns:repeat(3, 1fr)}.list-4__image{display:flex;height:11.25rem;position:relative}.list-4__image>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.list-4__item{border:.125rem solid #d3bd40;border-radius:.75rem;display:flex;flex-direction:column;overflow:hidden}.list-4__item h3{font-size:1.1875rem}.list-4__item p{font-weight:350}.list-4__link{color:#006838;margin-top:auto;text-decoration:underline}.list-4__link:hover{text-decoration:none}.list-4__logo{align-items:center;display:flex;height:3.3125rem;margin-bottom:.625rem}.list-4__text{align-items:start;display:flex;flex-direction:column;flex-grow:1;gap:.625rem;padding:2rem 1.625rem 1.375rem}.list-4__title{line-height:1.25;margin-bottom:2.5rem;text-transform:uppercase}.list-4__title strong{position:relative}.list-4__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.list-4__title strong::after{height:.5rem}}@media(max-width: 767px){.list-4{padding-bottom:4rem;padding-top:4rem}.list-4__grid{grid-template-columns:minmax(0, 24rem);justify-content:center}.list-4__title{text-align:center}}@media(max-width: 399px){.list-4__text{padding:1.5rem 1rem 1rem}}.message{background:#fff;font-size:1.3125rem;padding-bottom:6rem}.message__box{margin:0 auto;max-width:1170px;width:90%;background:rgba(0,104,56,.15);border-radius:.75rem;display:grid;gap:5rem;grid-template-columns:37fr 61fr;padding:6.25rem 5rem 4.5rem}.message__box--lg{max-width:1230px}.message__box--sm{max-width:970px}.message__box--xl{max-width:1390px}.message__box--xs{max-width:800px}.message__form{display:flex;flex-direction:column;gap:1.875rem}.message__form textarea{background:#fff;border:1px solid rgba(0,104,56,.33);border-radius:.25rem;box-shadow:.3125rem .3125rem 1rem 0 rgba(0,0,0,.15) inset;padding:2rem;width:100%}.message__form textarea::-moz-placeholder{color:rgba(6,33,37,.5);opacity:1}.message__form textarea::placeholder{color:rgba(6,33,37,.5);opacity:1}.message__form-submit{align-items:center;background:#006838;border-radius:.375rem;border:.125rem solid #006838;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#fff;display:flex;font:700 1.0625rem "filson-pro",sans-serif;gap:1.125rem;justify-content:center;min-height:3.375rem;padding:.5rem 2.5rem;position:relative;text-align:center;align-self:end}.message__form-submit:hover{background:#c02550;border-color:#c02550;color:#fff}.message__form-submit--outline{background:rgba(0,0,0,0) !important;color:#062125 !important}@media(max-width: 1199px){.message__form-submit{font-size:1rem;min-height:3rem;padding-left:1.75rem;padding-right:1.75rem}}@media(max-width: 399px){.message__form-submit{font-size:.875rem;min-height:2.5rem;padding-left:1rem;padding-right:1rem}}.message__title{line-height:1.25;margin-bottom:2rem}.message__title strong{position:relative}.message__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.message__title strong::after{height:.5rem}}@media(max-width: 1199px){.message{font-size:1.125rem}.message__box{gap:2rem;padding:3rem}}@media(max-width: 767px){.message{font-size:1rem;padding-bottom:4rem}.message__box{grid-template-columns:none}.message__title{margin-bottom:1rem}}@media(max-width: 575px){.message__box{padding:2rem}.message__form textarea{padding:1rem}}@media(max-width: 399px){.message__box{padding:1rem}}.navigation{position:relative;background:linear-gradient(#D3BD40 3rem, #F8F5E3 3rem);position:relative}.navigation::before{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;bottom:100%;content:"";height:.5rem;left:0;position:absolute;right:0;transform:scaleY(-1)}.navigation::before{bottom:auto;top:2.5625rem}.navigation__container{margin:0 auto;max-width:1230px;width:90%;background:#fff;border-radius:.625rem;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);display:flex;position:relative}.navigation__container--lg{max-width:1230px}.navigation__container--sm{max-width:970px}.navigation__container--xl{max-width:1390px}.navigation__container--xs{max-width:800px}.navigation__item{align-items:center;display:flex;flex:1 0 0;font-size:1.1875rem;font-weight:bold;gap:1.875rem;padding:1.75rem 1.875rem}.navigation__item img{width:4rem}.navigation__item svg{flex-shrink:0;fill:#006838;margin-left:auto}.navigation__item+.navigation__item{border-left:1px solid #d5d5d5}.navigation__item:nth-child(2) svg{fill:#d3bd40}.navigation__item:nth-child(3) svg{fill:#5b879e}.navigation__item:nth-child(4) svg{fill:#c02550}@media(max-width: 1199px){.navigation__item{font-size:1rem;gap:1rem;padding:1rem}.navigation__item img{width:3rem}}@media(max-width: 767px){.navigation__container{flex-direction:column;max-width:25rem}.navigation__item+.navigation__item{border-left:0;border-top:1px solid #d5d5d5}}.news{padding-bottom:6.25rem;padding-top:6.25rem}.news--bg-white{background:#fff}.news__article{align-items:start;display:flex;flex-direction:column;gap:.875rem}.news__article h3{color:#006838;font-size:1.125rem;text-decoration:underline}.news__button{align-items:center;background:#006838;border-radius:.375rem;border:.125rem solid #006838;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#fff;display:flex;font:700 1.0625rem "filson-pro",sans-serif;gap:1.125rem;justify-content:center;min-height:3.375rem;padding:.5rem 2.5rem;position:relative;text-align:center}.news__button:hover{background:#c02550;border-color:#c02550;color:#fff}.news__button--outline{background:rgba(0,0,0,0) !important;color:#062125 !important}@media(max-width: 1199px){.news__button{font-size:1rem;min-height:3rem;padding-left:1.75rem;padding-right:1.75rem}}@media(max-width: 399px){.news__button{font-size:.875rem;min-height:2.5rem;padding-left:1rem;padding-right:1rem}}.news__container{margin:0 auto;max-width:970px;width:90%;display:grid;gap:1rem 3rem;grid-template-columns:1.25fr 2fr}.news__container--lg{max-width:1230px}.news__container--sm{max-width:970px}.news__container--xl{max-width:1390px}.news__container--xs{max-width:800px}.news__date{background:rgba(6,33,37,.05);border-radius:.25rem;color:rgba(6,33,37,.5);font-size:.8125rem;padding:.5rem}.news__grid{display:grid;gap:1rem 3.75rem;grid-template-columns:repeat(2, 1fr);margin-left:auto;margin-right:auto;max-width:50rem}.news__grid .news__article:nth-child(2n){margin-top:2rem}.news__header{align-items:start;display:flex;flex-direction:column;gap:2rem}.news__image{display:flex;align-self:stretch;border-radius:.25rem;margin-bottom:.5rem;overflow:hidden;padding-bottom:70%;position:relative}.news__image>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.news__image img{position:absolute}.news__item{background:#fff;border-radius:.75rem;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem}.news__item p{color:rgba(6,33,37,.8);font-size:1rem}.news__list{display:grid;gap:2rem;grid-template-columns:repeat(2, 1fr);padding-top:4rem}.news__list h3{font-size:1.25rem}.news__row{align-items:center;color:rgba(6,33,37,.5);display:flex;font-size:.875rem;gap:.5rem}@media(max-width: 767px){.news{padding-bottom:4rem;padding-top:4rem}.news__list{grid-template-columns:none}}@media(max-width: 575px){.news__grid{grid-template-columns:minmax(0, 20rem);justify-content:center}.news__hp{grid-template-columns:minmax(0, 20rem);justify-content:center}.news__list{padding-top:2rem}}.partners{position:relative;padding-bottom:5rem;padding-top:5rem}.partners::before{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;bottom:100%;content:"";height:.5rem;left:0;position:absolute;right:0;transform:scaleY(-1)}.partners__container{margin:0 auto;max-width:1170px;width:90%;display:flex;gap:1.875rem}.partners__container--lg{max-width:1230px}.partners__container--sm{max-width:970px}.partners__container--xl{max-width:1390px}.partners__container--xs{max-width:800px}.partners__item{align-items:start;display:flex;flex-direction:column;font-size:.875rem;gap:1.25rem}.partners__logo{align-items:center;display:flex;height:4.0625rem;justify-content:center}.partners__title{align-items:start;display:flex;flex-direction:column;font-size:1.5rem;gap:1.5rem;margin-right:3rem;margin-top:.6875rem;text-transform:uppercase}@media(max-width: 991px){.partners__container{display:grid;grid-template-columns:repeat(5, 1fr)}.partners__title{align-items:center;grid-column:span 5;flex-direction:row;margin-right:0}}@media(max-width: 767px){.partners{padding-bottom:4rem;padding-top:4rem}.partners__container{display:flex;flex-wrap:wrap}.partners__item{flex-basis:12rem}.partners__title{flex-basis:100%}}.pillar{position:relative;padding-bottom:5rem;padding-top:5.5rem}.pillar::after{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;content:"";height:.5rem;left:0;position:absolute;right:0;top:100%;z-index:1}.pillar--bg{background:url("../img/pillar__bg.svg") repeat-x}.pillar__button{align-items:center;background:#006838;border-radius:.375rem;border:.125rem solid #006838;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);color:#fff;display:flex;font:700 1.0625rem "filson-pro",sans-serif;gap:1.125rem;justify-content:center;min-height:3.375rem;padding:.5rem 2.5rem;position:relative;text-align:center;position:relative;z-index:1}.pillar__button:hover{background:#c02550;border-color:#c02550;color:#fff}.pillar__button--outline{background:rgba(0,0,0,0) !important;color:#062125 !important}@media(max-width: 1199px){.pillar__button{font-size:1rem;min-height:3rem;padding-left:1.75rem;padding-right:1.75rem}}@media(max-width: 399px){.pillar__button{font-size:.875rem;min-height:2.5rem;padding-left:1rem;padding-right:1rem}}.pillar__container{margin:0 auto;max-width:1170px;width:90%;align-items:start;display:grid;gap:1.75rem;grid-template-columns:2fr 1fr}.pillar__container--lg{max-width:1230px}.pillar__container--sm{max-width:970px}.pillar__container--xl{max-width:1390px}.pillar__container--xs{max-width:800px}.pillar__image{align-items:start;color:#fff;display:flex;flex-direction:column;gap:1rem;height:22.8125rem;justify-content:space-between;padding:3.875rem 2.5rem 2.5rem;position:relative}.pillar__image h3{position:relative;z-index:1}.pillar__image img{border-radius:.75rem;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.pillar__image::after{background:url("../img/content/pillar__image--deco.svg") no-repeat;background-size:contain;bottom:0;content:"";height:7.1875rem;position:absolute;right:-3rem;width:5rem}.pillar__image::before{background:linear-gradient(112deg, rgba(27, 55, 64, 0.9) 18.23%, rgba(27, 55, 64, 0) 83.25%);border-radius:.75rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.pillar__image:hover{color:#d3bd40}.pillar__list{display:grid;gap:1.75rem;grid-template-columns:repeat(2, 1fr);margin-top:1rem}.pillar__list-heading{font-size:1.0625rem;margin-bottom:1rem;text-decoration:underline}.pillar__list li{margin-bottom:1rem;padding-left:3.5rem;position:relative}.pillar__list li::before{background:url("../img/pillar__steps--1.svg") no-repeat;background-size:contain;content:"";height:3rem;left:0;position:absolute;top:0;width:2.5rem}.pillar__list li:nth-child(2)::before{background-image:url("../img/pillar__steps--2.svg")}.pillar__list li:nth-child(3)::before{background-image:url("../img/pillar__steps--3.svg")}.pillar__list li:nth-child(4)::before{background-image:url("../img/pillar__steps--4.svg")}.pillar__list li:nth-child(5)::before{background-image:url("../img/pillar__steps--5.svg")}.pillar__list li:nth-child(6)::before{background-image:url("../img/pillar__steps--6.svg")}.pillar__text{align-items:start;display:flex;flex-direction:column;gap:1rem}.pillar__text p{font-size:1.0625rem}.pillar__title{line-height:1.25;margin-bottom:2rem}.pillar__title strong{position:relative}.pillar__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.pillar__title strong::after{height:.5rem}}@media(max-width: 991px){.pillar{grid-template-columns:none}.pillar__image{margin-left:auto;margin-right:auto;max-width:24rem;width:100%}.pillar__list{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 767px){.pillar{padding-bottom:4rem;padding-top:4rem}.pillar--bg{padding-top:8rem}.pillar__image::after{content:none}.pillar__list{gap:1rem;grid-template-columns:repeat(2, 1fr)}}@media(max-width: 399px){.pillar__list{grid-template-columns:none}.pillar__title{margin-bottom:1rem}}.schedule{padding-bottom:8rem;padding-top:6.25rem;position:relative}.schedule--bg{background:#d3bd40 url("../img/schedule__bg.svg");background-size:100% 100%}.schedule--white{background:#fff}.schedule__box{background:#fff;border:.125rem solid #d3bd40;border-radius:.75rem;padding:2.5rem 2rem 1.375rem;text-align:center}.schedule__box-date{background:#5b879e;border-radius:.375rem;color:#fff;font-size:.9375rem;margin-bottom:.625rem;margin-top:1.5rem;padding:.75rem 2.5rem}.schedule__box-row{display:grid;gap:2rem;grid-template-columns:6.5rem 1fr;margin:0 -2rem;padding:.625rem 2rem;text-align:left}.schedule__box-row+.schedule__box-row{border-top:1px solid #d3bd40}.schedule__box strong{font-size:.9375rem;font-weight:700}.schedule__box--yellow{background:#f8f5e3}.schedule__container{margin:0 auto;max-width:1170px;width:90%}.schedule__container--lg{max-width:1230px}.schedule__container--sm{max-width:970px}.schedule__container--xl{max-width:1390px}.schedule__container--xs{max-width:800px}.schedule__grid{align-items:start;display:grid;gap:1.875rem;grid-template-columns:repeat(2, 1fr)}.schedule__grid--columns-3{grid-template-columns:repeat(3, 1fr)}.schedule__grid--columns-3 .schedule__box{padding-left:1.25rem;padding-right:1.25rem}.schedule__grid--columns-3 .schedule__box-row{gap:1rem;margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem}.schedule__title{line-height:1.25;margin-bottom:4rem}.schedule__title strong{position:relative}.schedule__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.schedule__title strong::after{height:.5rem}}.schedule__title--center{text-align:center;text-transform:uppercase}@media(max-width: 991px){.schedule__grid--columns-3 .schedule__box{padding-left:1rem;padding-right:1rem}.schedule__grid--columns-3 .schedule__box-row{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}}@media(max-width: 767px){.schedule{padding-bottom:4rem;padding-top:4rem}.schedule__grid{grid-template-columns:minmax(0, 25rem);justify-content:center}.schedule__title{text-align:center}}@media(max-width: 399px){.schedule__box{padding:2rem 1rem 1rem}.schedule__box-row{margin:0 -1rem;padding:.625rem 1rem}}.sponsor{background:#fff;font-size:1.0625rem;padding-bottom:6.25rem;padding-top:6.25rem}.sponsor--torn{position:relative;background:#fff}.sponsor--torn::after{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;content:"";height:.5rem;left:0;position:absolute;right:0;top:100%;z-index:1}.sponsor--torn::after{background-image:url("../img/torn--white.svg")}.sponsor__box{background:rgba(211,189,64,.15);border-radius:.75rem;color:rgba(6,33,37,.9);display:flex;flex-direction:column;gap:1rem;padding:2.5rem}.sponsor__box--red{background:rgba(192,37,80,.15)}.sponsor__container{margin:0 auto;max-width:1170px;width:90%;display:flex;flex-direction:column;gap:2.5rem}.sponsor__container--lg{max-width:1230px}.sponsor__container--sm{max-width:970px}.sponsor__container--xl{max-width:1390px}.sponsor__container--xs{max-width:800px}.sponsor__grid{align-items:start;display:grid;gap:1.875rem;grid-template-columns:repeat(2, 1fr)}.sponsor__grid--columns-2-1{grid-template-columns:2fr 1fr}.sponsor__grid--columns-3{grid-template-columns:repeat(3, 1fr)}.sponsor__info{background:#d3bd40;border-radius:.25rem;display:flex;flex-direction:column;gap:1rem;padding:1.875rem 1.25rem 1.875rem 1.875rem}.sponsor__item{align-items:center;border:.125rem solid #d3bd40;border-radius:.75rem;display:flex;gap:.5rem 1.875rem;justify-content:center;padding:1.875rem 1rem}.sponsor__link{background:url("../img/sponsor__link.svg") no-repeat 0 50%;color:#006838;margin-top:auto;padding-left:2.25rem;text-decoration:underline}.sponsor__link:hover{text-decoration:none}.sponsor__text{display:flex;flex-direction:column;gap:1rem}.sponsor__title{line-height:1.25}.sponsor__title strong{position:relative}.sponsor__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.sponsor__title strong::after{height:.5rem}}@media(max-width: 1199px){.sponsor{font-size:1rem}.sponsor__item{flex-direction:column;text-align:center}}@media(max-width: 767px){.sponsor{padding-bottom:4rem;padding-top:4rem}.sponsor__box{padding:1.5rem}.sponsor__grid{grid-template-columns:none}.sponsor__info{padding:1.5rem}.sponsor__item{flex-direction:row;padding:1rem;text-align:left}}@media(max-width: 399px){.sponsor__item{gap:0;padding-left:0}.sponsor__item img{transform:scale(0.75)}}.tabs{position:relative;background:linear-gradient(#D3BD40 10rem, #F8F5E3 10rem)}.tabs::before{background:url("../img/torn.svg") repeat-x;background-size:auto 100%;bottom:100%;content:"";height:.5rem;left:0;position:absolute;right:0;transform:scaleY(-1)}.tabs::before{bottom:auto;top:9.5625rem}.tabs__buttons{margin:0 auto;max-width:1170px;width:90%;display:flex;gap:.125rem;overflow-x:auto}.tabs__buttons--lg{max-width:1230px}.tabs__buttons--sm{max-width:970px}.tabs__buttons--xl{max-width:1390px}.tabs__buttons--xs{max-width:800px}.tabs__buttons-item{background:#c02550;border-radius:.375rem .375rem 0 0;color:#fff;display:flex;font-size:.9375rem;font-weight:700;padding:1.125rem 1.125rem;white-space:nowrap}.tabs__buttons-item.active{background:#fff;color:#062125}.tabs__buttons-item:hover{background:#006838;color:#fff}.tabs__buttons::-webkit-scrollbar{background-color:#fff;height:.25rem}.tabs__buttons::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:.125rem;-webkit-transition:all .25s;transition:all .25s}.tabs__buttons:hover::-webkit-scrollbar-thumb{background:#c02550}.tabs__contents{margin:0 auto;max-width:calc(1170px + 3rem);width:90%;position:relative;width:calc(90% + 1.25rem)}.tabs__contents--lg{max-width:1230px}.tabs__contents--sm{max-width:970px}.tabs__contents--xl{max-width:1390px}.tabs__contents--xs{max-width:800px}.tabs__contents-item+.tabs__contents-item{display:none}.team{padding-bottom:5rem;padding-top:5rem;position:relative}.team__box{background:#fff;border-radius:.75rem;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);display:flex;flex-direction:column}.team__box-title{background:#5b879e;border-radius:.375rem;color:#fff;font-size:.9375rem;margin:1.875rem 1.875rem 0;padding:1.125rem 2.5rem;text-align:center}.team__box .team__contact--bg{margin:1.875rem 1.875rem 0}.team__contact{align-items:center;border-bottom:1px solid #f3edce;display:flex;gap:1.25rem;padding:1.875rem;-moz-text-align-last:left;text-align-last:left}.team__contact:last-child{border-bottom:0}.team__contact--address{align-items:start}.team__contact--address .team__contact-photo{background:rgba(0,104,56,.25) url("../img/team__icon--home.svg") no-repeat center center}.team__contact--bg{background:#f3edce;border-radius:.75rem;padding-bottom:1rem;padding-top:1rem}.team__contact--bg .team__contact-photo{background:rgba(255,255,255,.5) url("../img/team__icon--envelope.svg") no-repeat center center}.team__contact-info{display:flex;flex-direction:column;overflow:hidden}.team__contact-photo{display:flex;background:#f3edce;border-radius:50%;flex-shrink:0;height:7.5rem;overflow:hidden;width:7.5rem}.team__contact-photo>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.team__container{margin:0 auto;max-width:1170px;width:90%}.team__container--lg{max-width:1230px}.team__container--sm{max-width:970px}.team__container--xl{max-width:1390px}.team__container--xs{max-width:800px}.team__grid{align-items:start;display:grid;gap:1.875rem;grid-template-columns:repeat(2, minmax(0, 1fr))}.team__grid-column{display:flex;flex-direction:column;gap:1.875rem}.team__heading{color:#d3bd40;font-size:.9375rem;font-weight:bold}.team__item{align-items:center;background:#fff;border-radius:.25rem;box-shadow:0 1rem 2rem 0 rgba(0,0,0,.15);display:flex;flex-direction:column;margin-top:.625rem;padding:0 1rem 2rem;text-align:center;width:calc((1170px - 10rem)/4)}.team__link{color:#006838;display:block;font-size:.9375rem;font-weight:bold;margin-top:auto;overflow:hidden;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}.team__link:hover{text-decoration:none}.team__name{font-size:1.0625rem}.team__photo{display:flex;background:#f3edce;border-radius:50%;flex-shrink:0;height:8.75rem;margin-bottom:1.5rem;margin-top:-0.625rem;overflow:hidden;width:8.75rem}.team__photo>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.team__slider .slick-arrow{align-items:center;background:url("../img/arrow-bg-right.svg") no-repeat center center;background-size:contain;border:0;bottom:4rem;display:flex;font-size:0;height:4rem;margin:auto;padding:0;position:absolute;right:calc(50% - 1170px/2 - 5.25rem);top:0;width:4rem;z-index:1}.team__slider .slick-dots{margin:0 auto;max-width:1170px;width:90%;background:rgba(91,135,158,.15);border-radius:.125rem;bottom:0;display:flex;height:.25rem;left:0;position:absolute;right:0}.team__slider .slick-dots--lg{max-width:1230px}.team__slider .slick-dots--sm{max-width:970px}.team__slider .slick-dots--xl{max-width:1390px}.team__slider .slick-dots--xs{max-width:800px}.team__slider .slick-dots button{background:#006838;border:0;font-size:0;margin:0 auto;padding:0;transition:all .25s;width:0}.team__slider .slick-dots li{display:flex;flex:1 0 0}.team__slider .slick-dots .slick-active button{width:100%}.team__slider .slick-list{padding:0 calc((100vw - 1170px)/2 - .9375rem)}.team__slider .slick-prev{left:calc(50% - 1170px/2 - 5.25rem);right:auto;transform:rotate(180deg)}.team__slider .slick-slide{display:flex;flex-direction:column;height:inherit;padding:0 .9375rem 4rem}.team__slider .slick-track{display:flex}.team__title{line-height:1.25;margin-bottom:3.75rem}.team__title strong{position:relative}.team__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.team__title strong::after{height:.5rem}}@media(max-width: 1399px){.team__slider .slick-arrow{height:2rem;right:calc(5vw - 2rem);width:2rem}.team__slider .slick-list{padding:0 calc(5vw - .9375rem)}.team__slider .slick-prev{left:calc(5vw - 2rem);right:auto}}@media(max-width: 767px){.team{padding-bottom:4rem;padding-top:4rem}.team__grid{grid-template-columns:minmax(0, 1fr)}}@media(max-width: 575px){.team__item{width:14rem}.team__photo{height:5rem;margin-bottom:1rem;width:5rem}.team__slider .slick-arrow{right:1vw}.team__slider .slick-prev{left:1vw;right:auto}.team__slider .slick-slide{padding-bottom:3rem}}@media(max-width: 399px){.team__box .team__contact--bg,.team__box-title{margin-left:1rem;margin-right:1rem;margin-top:1rem}.team__contact{align-items:start;display:grid;grid-template-columns:minmax(0, 1fr);padding-left:1rem;padding-right:1rem}}.transfer{background:linear-gradient(#fff 50%, #006838 50%);font-size:1.0625rem;padding-top:5.5rem}.transfer p{font-weight:350}.transfer__container{margin:0 auto;max-width:1170px;width:90%;background:#f8f5e3 url("../img/transfer__bg.svg") no-repeat right center;background-size:50% auto;border-radius:.75rem;display:grid;gap:1.25rem;grid-template-columns:50%;justify-items:start;padding:4rem 5rem}.transfer__container--lg{max-width:1230px}.transfer__container--sm{max-width:970px}.transfer__container--xl{max-width:1390px}.transfer__container--xs{max-width:800px}.transfer__link{background:url("../img/transfer__link.svg") no-repeat 0 100%;color:#006838;padding-left:3rem;text-decoration:underline}.transfer__link:hover{text-decoration:none}.transfer__perex{font-size:1.3125rem}.transfer__title{line-height:1.25;margin-bottom:2rem}.transfer__title strong{position:relative}.transfer__title strong::after{background:url("../img/underline.svg") repeat-x;background-size:auto 100%;bottom:-0.5rem;content:"";height:.6875rem;left:0;position:absolute;width:100%}@media(max-width: 575px){.transfer__title strong::after{height:.5rem}}@media(max-width: 1199px){.transfer{font-size:1rem}.transfer__container{padding:3rem}.transfer__perex{font-size:1.125rem}}@media(max-width: 767px){.transfer{padding-top:4rem}.transfer__container{background-position:right -3rem bottom;background-size:calc(30% + 3rem) auto;grid-template-columns:70%;padding:2rem}.transfer__title{margin-bottom:1rem}}@media(max-width: 399px){.transfer__container{background:#f8f5e3;grid-template-columns:100%;padding:1.5rem 5vw}}.bg-color--blue{background-color:#5b879e}.bg-color--green{background-color:#006838}.bg-color--red{background-color:#c02550}.bg-color--text{background-color:#062125}.bg-color--text-light{background-color:rgba(6,33,37,.8)}.bg-color--yellow{background-color:#d3bd40}.text-color--blue{color:#5b879e}.text-color--green{color:#006838}.text-color--red{color:#c02550}.text-color--text{color:#062125}.text-color--text-light{color:rgba(6,33,37,.8)}.text-color--yellow{color:#d3bd40}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}.nowrap{white-space:nowrap}.pad-0{padding:0rem}.pad-1{padding:.5rem}.pad-2{padding:1rem}.pad-3{padding:1.5rem}.pad-4{padding:2rem}.pad-5{padding:2.5rem}.pad-6{padding:3rem}.pad-7{padding:3.5rem}.pad-8{padding:4rem}.pad-9{padding:4.5rem}.pad-10{padding:5rem}.padx-0{padding-left:0rem;padding-right:0rem}.padx-1{padding-left:.5rem;padding-right:.5rem}.padx-2{padding-left:1rem;padding-right:1rem}.padx-3{padding-left:1.5rem;padding-right:1.5rem}.padx-4{padding-left:2rem;padding-right:2rem}.padx-5{padding-left:2.5rem;padding-right:2.5rem}.padx-6{padding-left:3rem;padding-right:3rem}.padx-7{padding-left:3.5rem;padding-right:3.5rem}.padx-8{padding-left:4rem;padding-right:4rem}.padx-9{padding-left:4.5rem;padding-right:4.5rem}.padx-10{padding-left:5rem;padding-right:5rem}.pady-0{padding-top:0rem;padding-bottom:0rem}.pady-1{padding-top:.5rem;padding-bottom:.5rem}.pady-2{padding-top:1rem;padding-bottom:1rem}.pady-3{padding-top:1.5rem;padding-bottom:1.5rem}.pady-4{padding-top:2rem;padding-bottom:2rem}.pady-5{padding-top:2.5rem;padding-bottom:2.5rem}.pady-6{padding-top:3rem;padding-bottom:3rem}.pady-7{padding-top:3.5rem;padding-bottom:3.5rem}.pady-8{padding-top:4rem;padding-bottom:4rem}.pady-9{padding-top:4.5rem;padding-bottom:4.5rem}.pady-10{padding-top:5rem;padding-bottom:5rem}.padb-0{padding-bottom:0rem}.padb-1{padding-bottom:.5rem}.padb-2{padding-bottom:1rem}.padb-3{padding-bottom:1.5rem}.padb-4{padding-bottom:2rem}.padb-5{padding-bottom:2.5rem}.padb-6{padding-bottom:3rem}.padb-7{padding-bottom:3.5rem}.padb-8{padding-bottom:4rem}.padb-9{padding-bottom:4.5rem}.padb-10{padding-bottom:5rem}.padt-0{padding-top:0rem}.padt-1{padding-top:.5rem}.padt-2{padding-top:1rem}.padt-3{padding-top:1.5rem}.padt-4{padding-top:2rem}.padt-5{padding-top:2.5rem}.padt-6{padding-top:3rem}.padt-7{padding-top:3.5rem}.padt-8{padding-top:4rem}.padt-9{padding-top:4.5rem}.padt-10{padding-top:5rem}.padl-0{padding-left:0rem}.padl-1{padding-left:.5rem}.padl-2{padding-left:1rem}.padl-3{padding-left:1.5rem}.padl-4{padding-left:2rem}.padl-5{padding-left:2.5rem}.padl-6{padding-left:3rem}.padl-7{padding-left:3.5rem}.padl-8{padding-left:4rem}.padl-9{padding-left:4.5rem}.padl-10{padding-left:5rem}.padr-0{padding-right:0rem}.padr-1{padding-right:.5rem}.padr-2{padding-right:1rem}.padr-3{padding-right:1.5rem}.padr-4{padding-right:2rem}.padr-5{padding-right:2.5rem}.padr-6{padding-right:3rem}.padr-7{padding-right:3.5rem}.padr-8{padding-right:4rem}.padr-9{padding-right:4.5rem}.padr-10{padding-right:5rem}@media(max-width: 991px){.pad-0-mob{padding:0rem}}@media(max-width: 991px){.pad-1-mob{padding:.5rem}}@media(max-width: 991px){.pad-2-mob{padding:1rem}}@media(max-width: 991px){.pad-3-mob{padding:1.5rem}}@media(max-width: 991px){.pad-4-mob{padding:2rem}}@media(max-width: 991px){.pad-5-mob{padding:2.5rem}}@media(max-width: 991px){.pad-6-mob{padding:3rem}}@media(max-width: 991px){.pad-7-mob{padding:3.5rem}}@media(max-width: 991px){.pad-8-mob{padding:4rem}}@media(max-width: 991px){.pad-9-mob{padding:4.5rem}}@media(max-width: 991px){.pad-10-mob{padding:5rem}}@media(max-width: 991px){.padx-0-mob{padding-left:0rem;padding-right:0rem}}@media(max-width: 991px){.padx-1-mob{padding-left:.5rem;padding-right:.5rem}}@media(max-width: 991px){.padx-2-mob{padding-left:1rem;padding-right:1rem}}@media(max-width: 991px){.padx-3-mob{padding-left:1.5rem;padding-right:1.5rem}}@media(max-width: 991px){.padx-4-mob{padding-left:2rem;padding-right:2rem}}@media(max-width: 991px){.padx-5-mob{padding-left:2.5rem;padding-right:2.5rem}}@media(max-width: 991px){.padx-6-mob{padding-left:3rem;padding-right:3rem}}@media(max-width: 991px){.padx-7-mob{padding-left:3.5rem;padding-right:3.5rem}}@media(max-width: 991px){.padx-8-mob{padding-left:4rem;padding-right:4rem}}@media(max-width: 991px){.padx-9-mob{padding-left:4.5rem;padding-right:4.5rem}}@media(max-width: 991px){.padx-10-mob{padding-left:5rem;padding-right:5rem}}@media(max-width: 991px){.pady-0-mob{padding-top:0rem;padding-bottom:0rem}}@media(max-width: 991px){.pady-1-mob{padding-top:.5rem;padding-bottom:.5rem}}@media(max-width: 991px){.pady-2-mob{padding-top:1rem;padding-bottom:1rem}}@media(max-width: 991px){.pady-3-mob{padding-top:1.5rem;padding-bottom:1.5rem}}@media(max-width: 991px){.pady-4-mob{padding-top:2rem;padding-bottom:2rem}}@media(max-width: 991px){.pady-5-mob{padding-top:2.5rem;padding-bottom:2.5rem}}@media(max-width: 991px){.pady-6-mob{padding-top:3rem;padding-bottom:3rem}}@media(max-width: 991px){.pady-7-mob{padding-top:3.5rem;padding-bottom:3.5rem}}@media(max-width: 991px){.pady-8-mob{padding-top:4rem;padding-bottom:4rem}}@media(max-width: 991px){.pady-9-mob{padding-top:4.5rem;padding-bottom:4.5rem}}@media(max-width: 991px){.pady-10-mob{padding-top:5rem;padding-bottom:5rem}}@media(max-width: 991px){.padb-0-mob{padding-bottom:0rem}}@media(max-width: 991px){.padb-1-mob{padding-bottom:.5rem}}@media(max-width: 991px){.padb-2-mob{padding-bottom:1rem}}@media(max-width: 991px){.padb-3-mob{padding-bottom:1.5rem}}@media(max-width: 991px){.padb-4-mob{padding-bottom:2rem}}@media(max-width: 991px){.padb-5-mob{padding-bottom:2.5rem}}@media(max-width: 991px){.padb-6-mob{padding-bottom:3rem}}@media(max-width: 991px){.padb-7-mob{padding-bottom:3.5rem}}@media(max-width: 991px){.padb-8-mob{padding-bottom:4rem}}@media(max-width: 991px){.padb-9-mob{padding-bottom:4.5rem}}@media(max-width: 991px){.padb-10-mob{padding-bottom:5rem}}@media(max-width: 991px){.padt-0-mob{padding-top:0rem}}@media(max-width: 991px){.padt-1-mob{padding-top:.5rem}}@media(max-width: 991px){.padt-2-mob{padding-top:1rem}}@media(max-width: 991px){.padt-3-mob{padding-top:1.5rem}}@media(max-width: 991px){.padt-4-mob{padding-top:2rem}}@media(max-width: 991px){.padt-5-mob{padding-top:2.5rem}}@media(max-width: 991px){.padt-6-mob{padding-top:3rem}}@media(max-width: 991px){.padt-7-mob{padding-top:3.5rem}}@media(max-width: 991px){.padt-8-mob{padding-top:4rem}}@media(max-width: 991px){.padt-9-mob{padding-top:4.5rem}}@media(max-width: 991px){.padt-10-mob{padding-top:5rem}}@media(max-width: 991px){.padl-0-mob{padding-left:0rem}}@media(max-width: 991px){.padl-1-mob{padding-left:.5rem}}@media(max-width: 991px){.padl-2-mob{padding-left:1rem}}@media(max-width: 991px){.padl-3-mob{padding-left:1.5rem}}@media(max-width: 991px){.padl-4-mob{padding-left:2rem}}@media(max-width: 991px){.padl-5-mob{padding-left:2.5rem}}@media(max-width: 991px){.padl-6-mob{padding-left:3rem}}@media(max-width: 991px){.padl-7-mob{padding-left:3.5rem}}@media(max-width: 991px){.padl-8-mob{padding-left:4rem}}@media(max-width: 991px){.padl-9-mob{padding-left:4.5rem}}@media(max-width: 991px){.padl-10-mob{padding-left:5rem}}@media(max-width: 991px){.padr-0-mob{padding-right:0rem}}@media(max-width: 991px){.padr-1-mob{padding-right:.5rem}}@media(max-width: 991px){.padr-2-mob{padding-right:1rem}}@media(max-width: 991px){.padr-3-mob{padding-right:1.5rem}}@media(max-width: 991px){.padr-4-mob{padding-right:2rem}}@media(max-width: 991px){.padr-5-mob{padding-right:2.5rem}}@media(max-width: 991px){.padr-6-mob{padding-right:3rem}}@media(max-width: 991px){.padr-7-mob{padding-right:3.5rem}}@media(max-width: 991px){.padr-8-mob{padding-right:4rem}}@media(max-width: 991px){.padr-9-mob{padding-right:4.5rem}}@media(max-width: 991px){.padr-10-mob{padding-right:5rem}}.mar-0{margin:0rem}.mar-1{margin:.5rem}.mar-2{margin:1rem}.mar-3{margin:1.5rem}.mar-4{margin:2rem}.mar-5{margin:2.5rem}.mar-6{margin:3rem}.mar-7{margin:3.5rem}.mar-8{margin:4rem}.mar-9{margin:4.5rem}.mar-10{margin:5rem}.marx-0{margin-left:0rem;margin-right:0rem}.marx-1{margin-left:.5rem;margin-right:.5rem}.marx-2{margin-left:1rem;margin-right:1rem}.marx-3{margin-left:1.5rem;margin-right:1.5rem}.marx-4{margin-left:2rem;margin-right:2rem}.marx-5{margin-left:2.5rem;margin-right:2.5rem}.marx-6{margin-left:3rem;margin-right:3rem}.marx-7{margin-left:3.5rem;margin-right:3.5rem}.marx-8{margin-left:4rem;margin-right:4rem}.marx-9{margin-left:4.5rem;margin-right:4.5rem}.marx-10{margin-left:5rem;margin-right:5rem}.mary-0{margin-top:0rem;margin-bottom:0rem}.mary-1{margin-top:.5rem;margin-bottom:.5rem}.mary-2{margin-top:1rem;margin-bottom:1rem}.mary-3{margin-top:1.5rem;margin-bottom:1.5rem}.mary-4{margin-top:2rem;margin-bottom:2rem}.mary-5{margin-top:2.5rem;margin-bottom:2.5rem}.mary-6{margin-top:3rem;margin-bottom:3rem}.mary-7{margin-top:3.5rem;margin-bottom:3.5rem}.mary-8{margin-top:4rem;margin-bottom:4rem}.mary-9{margin-top:4.5rem;margin-bottom:4.5rem}.mary-10{margin-top:5rem;margin-bottom:5rem}.marb-0{margin-bottom:0rem}.marb-1{margin-bottom:.5rem}.marb-2{margin-bottom:1rem}.marb-3{margin-bottom:1.5rem}.marb-4{margin-bottom:2rem}.marb-5{margin-bottom:2.5rem}.marb-6{margin-bottom:3rem}.marb-7{margin-bottom:3.5rem}.marb-8{margin-bottom:4rem}.marb-9{margin-bottom:4.5rem}.marb-10{margin-bottom:5rem}.mart-0{margin-top:0rem}.mart-1{margin-top:.5rem}.mart-2{margin-top:1rem}.mart-3{margin-top:1.5rem}.mart-4{margin-top:2rem}.mart-5{margin-top:2.5rem}.mart-6{margin-top:3rem}.mart-7{margin-top:3.5rem}.mart-8{margin-top:4rem}.mart-9{margin-top:4.5rem}.mart-10{margin-top:5rem}.marl-0{margin-left:0rem}.marl-1{margin-left:.5rem}.marl-2{margin-left:1rem}.marl-3{margin-left:1.5rem}.marl-4{margin-left:2rem}.marl-5{margin-left:2.5rem}.marl-6{margin-left:3rem}.marl-7{margin-left:3.5rem}.marl-8{margin-left:4rem}.marl-9{margin-left:4.5rem}.marl-10{margin-left:5rem}.marr-0{margin-right:0rem}.marr-1{margin-right:.5rem}.marr-2{margin-right:1rem}.marr-3{margin-right:1.5rem}.marr-4{margin-right:2rem}.marr-5{margin-right:2.5rem}.marr-6{margin-right:3rem}.marr-7{margin-right:3.5rem}.marr-8{margin-right:4rem}.marr-9{margin-right:4.5rem}.marr-10{margin-right:5rem}.mart-1-minus{margin-top:-0.5rem}.mart-2-minus{margin-top:-1rem}.mart-3-minus{margin-top:-1.5rem}.mart-4-minus{margin-top:-2rem}.mart-5-minus{margin-top:-2.5rem}.mart-6-minus{margin-top:-3rem}.mart-7-minus{margin-top:-3.5rem}.mart-8-minus{margin-top:-4rem}.mart-9-minus{margin-top:-4.5rem}.mart-10-minus{margin-top:-5rem}.marr-1-minus{margin-right:-0.5rem}.marr-2-minus{margin-right:-1rem}.marr-3-minus{margin-right:-1.5rem}.marr-4-minus{margin-right:-2rem}.marr-5-minus{margin-right:-2.5rem}.marr-6-minus{margin-right:-3rem}.marr-7-minus{margin-right:-3.5rem}.marr-8-minus{margin-right:-4rem}.marr-9-minus{margin-right:-4.5rem}.marr-10-minus{margin-right:-5rem}.marb-1-minus{margin-bottom:-0.5rem}.marb-2-minus{margin-bottom:-1rem}.marb-3-minus{margin-bottom:-1.5rem}.marb-4-minus{margin-bottom:-2rem}.marb-5-minus{margin-bottom:-2.5rem}.marb-6-minus{margin-bottom:-3rem}.marb-7-minus{margin-bottom:-3.5rem}.marb-8-minus{margin-bottom:-4rem}.marb-9-minus{margin-bottom:-4.5rem}.marb-10-minus{margin-bottom:-5rem}.marl-1-minus{margin-left:-0.5rem}.marl-2-minus{margin-left:-1rem}.marl-3-minus{margin-left:-1.5rem}.marl-4-minus{margin-left:-2rem}.marl-5-minus{margin-left:-2.5rem}.marl-6-minus{margin-left:-3rem}.marl-7-minus{margin-left:-3.5rem}.marl-8-minus{margin-left:-4rem}.marl-9-minus{margin-left:-4.5rem}.marl-10-minus{margin-left:-5rem}@media(max-width: 991px){.mar-0-mob{margin:0rem}}@media(max-width: 991px){.mar-1-mob{margin:.5rem}}@media(max-width: 991px){.mar-2-mob{margin:1rem}}@media(max-width: 991px){.mar-3-mob{margin:1.5rem}}@media(max-width: 991px){.mar-4-mob{margin:2rem}}@media(max-width: 991px){.mar-5-mob{margin:2.5rem}}@media(max-width: 991px){.mar-6-mob{margin:3rem}}@media(max-width: 991px){.mar-7-mob{margin:3.5rem}}@media(max-width: 991px){.mar-8-mob{margin:4rem}}@media(max-width: 991px){.mar-9-mob{margin:4.5rem}}@media(max-width: 991px){.mar-10-mob{margin:5rem}}@media(max-width: 991px){.marx-0-mob{margin-left:0rem;margin-right:0rem}}@media(max-width: 991px){.marx-1-mob{margin-left:.5rem;margin-right:.5rem}}@media(max-width: 991px){.marx-2-mob{margin-left:1rem;margin-right:1rem}}@media(max-width: 991px){.marx-3-mob{margin-left:1.5rem;margin-right:1.5rem}}@media(max-width: 991px){.marx-4-mob{margin-left:2rem;margin-right:2rem}}@media(max-width: 991px){.marx-5-mob{margin-left:2.5rem;margin-right:2.5rem}}@media(max-width: 991px){.marx-6-mob{margin-left:3rem;margin-right:3rem}}@media(max-width: 991px){.marx-7-mob{margin-left:3.5rem;margin-right:3.5rem}}@media(max-width: 991px){.marx-8-mob{margin-left:4rem;margin-right:4rem}}@media(max-width: 991px){.marx-9-mob{margin-left:4.5rem;margin-right:4.5rem}}@media(max-width: 991px){.marx-10-mob{margin-left:5rem;margin-right:5rem}}@media(max-width: 991px){.mary-0-mob{margin-top:0rem;margin-bottom:0rem}}@media(max-width: 991px){.mary-1-mob{margin-top:.5rem;margin-bottom:.5rem}}@media(max-width: 991px){.mary-2-mob{margin-top:1rem;margin-bottom:1rem}}@media(max-width: 991px){.mary-3-mob{margin-top:1.5rem;margin-bottom:1.5rem}}@media(max-width: 991px){.mary-4-mob{margin-top:2rem;margin-bottom:2rem}}@media(max-width: 991px){.mary-5-mob{margin-top:2.5rem;margin-bottom:2.5rem}}@media(max-width: 991px){.mary-6-mob{margin-top:3rem;margin-bottom:3rem}}@media(max-width: 991px){.mary-7-mob{margin-top:3.5rem;margin-bottom:3.5rem}}@media(max-width: 991px){.mary-8-mob{margin-top:4rem;margin-bottom:4rem}}@media(max-width: 991px){.mary-9-mob{margin-top:4.5rem;margin-bottom:4.5rem}}@media(max-width: 991px){.mary-10-mob{margin-top:5rem;margin-bottom:5rem}}@media(max-width: 991px){.marb-0-mob{margin-bottom:0rem}}@media(max-width: 991px){.marb-1-mob{margin-bottom:.5rem}}@media(max-width: 991px){.marb-2-mob{margin-bottom:1rem}}@media(max-width: 991px){.marb-3-mob{margin-bottom:1.5rem}}@media(max-width: 991px){.marb-4-mob{margin-bottom:2rem}}@media(max-width: 991px){.marb-5-mob{margin-bottom:2.5rem}}@media(max-width: 991px){.marb-6-mob{margin-bottom:3rem}}@media(max-width: 991px){.marb-7-mob{margin-bottom:3.5rem}}@media(max-width: 991px){.marb-8-mob{margin-bottom:4rem}}@media(max-width: 991px){.marb-9-mob{margin-bottom:4.5rem}}@media(max-width: 991px){.marb-10-mob{margin-bottom:5rem}}@media(max-width: 991px){.mart-0-mob{margin-top:0rem}}@media(max-width: 991px){.mart-1-mob{margin-top:.5rem}}@media(max-width: 991px){.mart-2-mob{margin-top:1rem}}@media(max-width: 991px){.mart-3-mob{margin-top:1.5rem}}@media(max-width: 991px){.mart-4-mob{margin-top:2rem}}@media(max-width: 991px){.mart-5-mob{margin-top:2.5rem}}@media(max-width: 991px){.mart-6-mob{margin-top:3rem}}@media(max-width: 991px){.mart-7-mob{margin-top:3.5rem}}@media(max-width: 991px){.mart-8-mob{margin-top:4rem}}@media(max-width: 991px){.mart-9-mob{margin-top:4.5rem}}@media(max-width: 991px){.mart-10-mob{margin-top:5rem}}@media(max-width: 991px){.marl-0-mob{margin-left:0rem}}@media(max-width: 991px){.marl-1-mob{margin-left:.5rem}}@media(max-width: 991px){.marl-2-mob{margin-left:1rem}}@media(max-width: 991px){.marl-3-mob{margin-left:1.5rem}}@media(max-width: 991px){.marl-4-mob{margin-left:2rem}}@media(max-width: 991px){.marl-5-mob{margin-left:2.5rem}}@media(max-width: 991px){.marl-6-mob{margin-left:3rem}}@media(max-width: 991px){.marl-7-mob{margin-left:3.5rem}}@media(max-width: 991px){.marl-8-mob{margin-left:4rem}}@media(max-width: 991px){.marl-9-mob{margin-left:4.5rem}}@media(max-width: 991px){.marl-10-mob{margin-left:5rem}}@media(max-width: 991px){.marr-0-mob{margin-right:0rem}}@media(max-width: 991px){.marr-1-mob{margin-right:.5rem}}@media(max-width: 991px){.marr-2-mob{margin-right:1rem}}@media(max-width: 991px){.marr-3-mob{margin-right:1.5rem}}@media(max-width: 991px){.marr-4-mob{margin-right:2rem}}@media(max-width: 991px){.marr-5-mob{margin-right:2.5rem}}@media(max-width: 991px){.marr-6-mob{margin-right:3rem}}@media(max-width: 991px){.marr-7-mob{margin-right:3.5rem}}@media(max-width: 991px){.marr-8-mob{margin-right:4rem}}@media(max-width: 991px){.marr-9-mob{margin-right:4.5rem}}@media(max-width: 991px){.marr-10-mob{margin-right:5rem}}@media(max-width: 991px){.mart-1-mob-minus{margin-top:-0.5rem}}@media(max-width: 991px){.mart-2-mob-minus{margin-top:-1rem}}@media(max-width: 991px){.mart-3-mob-minus{margin-top:-1.5rem}}@media(max-width: 991px){.mart-4-mob-minus{margin-top:-2rem}}@media(max-width: 991px){.mart-5-mob-minus{margin-top:-2.5rem}}@media(max-width: 991px){.mart-6-mob-minus{margin-top:-3rem}}@media(max-width: 991px){.mart-7-mob-minus{margin-top:-3.5rem}}@media(max-width: 991px){.mart-8-mob-minus{margin-top:-4rem}}@media(max-width: 991px){.mart-9-mob-minus{margin-top:-4.5rem}}@media(max-width: 991px){.mart-10-mob-minus{margin-top:-5rem}}@media(max-width: 991px){.marr-1-mob-minus{margin-right:-0.5rem}}@media(max-width: 991px){.marr-2-mob-minus{margin-right:-1rem}}@media(max-width: 991px){.marr-3-mob-minus{margin-right:-1.5rem}}@media(max-width: 991px){.marr-4-mob-minus{margin-right:-2rem}}@media(max-width: 991px){.marr-5-mob-minus{margin-right:-2.5rem}}@media(max-width: 991px){.marr-6-mob-minus{margin-right:-3rem}}@media(max-width: 991px){.marr-7-mob-minus{margin-right:-3.5rem}}@media(max-width: 991px){.marr-8-mob-minus{margin-right:-4rem}}@media(max-width: 991px){.marr-9-mob-minus{margin-right:-4.5rem}}@media(max-width: 991px){.marr-10-mob-minus{margin-right:-5rem}}@media(max-width: 991px){.marb-1-mob-minus{margin-bottom:-0.5rem}}@media(max-width: 991px){.marb-2-mob-minus{margin-bottom:-1rem}}@media(max-width: 991px){.marb-3-mob-minus{margin-bottom:-1.5rem}}@media(max-width: 991px){.marb-4-mob-minus{margin-bottom:-2rem}}@media(max-width: 991px){.marb-5-mob-minus{margin-bottom:-2.5rem}}@media(max-width: 991px){.marb-6-mob-minus{margin-bottom:-3rem}}@media(max-width: 991px){.marb-7-mob-minus{margin-bottom:-3.5rem}}@media(max-width: 991px){.marb-8-mob-minus{margin-bottom:-4rem}}@media(max-width: 991px){.marb-9-mob-minus{margin-bottom:-4.5rem}}@media(max-width: 991px){.marb-10-mob-minus{margin-bottom:-5rem}}@media(max-width: 991px){.marl-1-mob-minus{margin-left:-0.5rem}}@media(max-width: 991px){.marl-2-mob-minus{margin-left:-1rem}}@media(max-width: 991px){.marl-3-mob-minus{margin-left:-1.5rem}}@media(max-width: 991px){.marl-4-mob-minus{margin-left:-2rem}}@media(max-width: 991px){.marl-5-mob-minus{margin-left:-2.5rem}}@media(max-width: 991px){.marl-6-mob-minus{margin-left:-3rem}}@media(max-width: 991px){.marl-7-mob-minus{margin-left:-3.5rem}}@media(max-width: 991px){.marl-8-mob-minus{margin-left:-4rem}}@media(max-width: 991px){.marl-9-mob-minus{margin-left:-4.5rem}}@media(max-width: 991px){.marl-10-mob-minus{margin-left:-5rem}}