body.front-page main{background-color:rgba(0,0,0,0)}body.front-page .presentation{display:flex;margin-bottom:2rem}body.front-page .presentation h3{text-align:center;color:#333}body.front-page .presentation-image{flex:0 1 auto;width:60%}body.front-page .presentation-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body.front-page .presentation-text{flex:1 1 auto;width:40%;padding:2rem 4rem;background-color:#eee}body.front-page .link-blocks{width:100%;display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;margin-top:30px}body.front-page a.link-block{display:flex;flex-direction:column;align-items:center;text-decoration:none}body.front-page a.link-block .link-photo{width:100%}body.front-page a.link-block .link-photo>div{width:100%;height:200px;overflow:hidden}body.front-page a.link-block .link-photo>div img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;transform:scale(1);transition:transform .6s ease-out}body.front-page a.link-block .link-text{position:relative;background-color:#01553b;height:90px;width:100%;display:flex;align-items:center;justify-content:center}body.front-page a.link-block .link-text h2{color:#fff}body.front-page a.link-block .link-text:before{content:"";position:absolute;bottom:20px;right:10px;width:21px;height:21px;border-bottom:1px solid #000}body.front-page a.link-block .link-text:after{content:"";position:absolute;bottom:10px;right:20px;width:21px;height:21px;border-right:1px solid #000}body.front-page a.link-block:hover .link-photo img{transform:scale(1.05)}body.front-page a.link-block:after{content:"";display:table;clear:both;background-color:#01553b;width:100%;height:20px;margin-top:10px}body.front-page a.link-block:first-child .link-text{background-color:#01553b;color:#fff}body.front-page a.link-block:first-child .link-text:before,body.front-page a.link-block:first-child .link-text:after{border-color:#fff}body.front-page a.link-block:first-child:after{background-color:#358845}body.front-page a.link-block:nth-child(2) .link-text{background-color:#999;color:#01553b}body.front-page a.link-block:nth-child(2):after{background-color:#666}body.front-page a.link-block:last-child .link-text{background-color:#358845;color:#fff}body.front-page a.link-block:last-child:after{background-color:#01553b}@media(min-width: 768px)and (max-width: 1199px){body.front-page .presentation-image{width:40%}body.front-page .presentation-text{width:60%}}@media(min-width: 0)and (max-width: 767px){body.front-page .link-blocks{grid-template-columns:1fr}body.front-page .presentation{flex-direction:column}body.front-page .presentation-image{width:100%}body.front-page .presentation-text{width:100%}}
