.News__entry{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 3rem}@media (min-width: 48em){.News__entry{margin-bottom: 6rem}}.News__image{width: 100%;margin-bottom: 1.5rem;position: relative}@media (min-width: 48em){.News__image{margin-bottom: 0;width: 40%;max-width: 495px}}@media (min-width: 75em){.News__image{max-width: 495px}}.News__image img{width: 100%;-o-object-fit: cover;object-fit: cover}.News__image:hover .News__imageoverlay{opacity: 0.6}.News__imageoverlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #f7f7f7;opacity: 0;-webkit-transition: opacity .4s;transition: opacity .4s}.News__content{width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}@media (min-width: 48em){.News__content{width: 60%;padding-left: 2rem;max-width: 770px}}@media (min-width: 62em){.News__content{padding-left: 2.5rem}}@media (min-width: 75em){.News__content{padding-left: 3rem}}.News__line{width: 100%;height: 3px;background: #f7f7f7;margin-top: 3rem;-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6}@media (min-width: 48em){.News__line{width: 150px;margin-bottom: 1.25rem;margin-top: 0;-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0}}.News__title{font-size: 22px;font-weight: 500}@media (min-width: 62em){.News__title{font-size: 25px}}.News__date{margin-bottom: 1.5rem}.News__link{margin-top: 1.5rem}.News__navigation{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}.News__backArrow,.News__nextArrow{width: 48px;height: 44px;border: 3px solid #f7f7f7;cursor: pointer;-webkit-transition: .25s ease;transition: .25s ease}@media (min-width: 48em){.News__backArrow,.News__nextArrow{width: 54px;height: 50px}}.News__backArrow::before,.News__nextArrow::before{content: "";display: inline-block;background-repeat: no-repeat;background-size: 18px 14px;background-position: center;width: 18px;height: 14px;margin-top: 11px;margin-left: 11px}@media (min-width: 48em){.News__backArrow::before,.News__nextArrow::before{background-size: 24px 20px;width: 24px;height: 20px;margin-top: 12px;margin-left: 12px}}.News__backArrow:hover,.News__nextArrow:hover{background: #f7f7f7}.News__backArrow--disabled,.News__nextArrow--disabled{opacity: 0.8;-webkit-filter: grayscale(100%);filter: grayscale(100%);background: #f7f7f7;cursor: auto}.News__backArrow::before{background-image: url("/assets/icons/arrow_left.svg")}.News__nextArrow::before{background-image: url("/assets/icons/arrow_right.svg")}.News__leftArrow--disabled,.News__rightArrow--disabled{pointer-events: none}.News__pagination{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}.News__pageNumber{height: 100%;text-decoration: none;font-weight: 500;color: #037e47;-webkit-transition: .25s ease;transition: .25s ease;padding: 11px 12px}@media (min-width: 48em){.News__pageNumber{padding: 13px 15px;margin-right: .5rem}}.News__pageNumber:last-child{margin-right: 0}.News__pageNumber:hover{color: #000000}.News__pageNumber--active{border: 3px solid #f7f7f7;padding: 8px 12px}@media (min-width: 48em){.News__pageNumber--active{padding: 10px 15px}}.News__pageNumber--active:hover{text-decoration: none;color: #037e47;background: #f7f7f7}.News__pageNumber--more{display: none}@media (min-width: 31em){.News__pageNumber--more{display: block}}