@charset "UTF-8";
/* --------------------
  News
-------------------- */
.news {
    margin: 0 0 120px;
}

@media (min-width: 768px) {
    .news {
        margin-bottom: 180px;
    }
}

@media (min-width: 992px) {
    .news {
        margin-bottom: 250px;
    }
}

.news .com-page-head {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .news .com-page-head {
        margin-bottom: 120px;
    }
}

.news-layout {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 80px 0;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1340px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 992px) {
    .news-layout {
        flex-direction: row;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news-layout__main {
    padding: 0;
}

@media (min-width: 992px) {
    .news-layout__main {
        flex-grow: 1;
        flex-shrink: 1;
        padding-right: 50px;
        width: calc(100% - 300px);
    }
}

.news-layout__main-inner {
    max-width: 810px;
}

.news-layout__side {
    padding: 0;
}

@media (min-width: 992px) {
    .news-layout__side {
        flex-grow: 0;
        flex-shrink: 0;
        width: 300px;
    }
}

.news__list {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .news__list {
        margin-bottom: 100px;
    }
}

.news__list__item {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .news__list__item {
        margin-bottom: 40px;
    }
}

.news__list__item__link {
    align-items: stretch;
    border: 1px solid #1A5A33;
    border-radius: 12px;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 0;
    justify-content: stretch;
    padding: 20px;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .news__list__item__link {
        flex-direction: row;
    }
}

.news__list__item__link__fig {
    text-align: center;
}

@media (min-width: 768px) {
    .news__list__item__link__fig {
        flex-grow: 0;
        flex-shrink: 0;
        width: 235px;
    }
}

.news__list__item__link__fig img {
    border-radius: 12px;
}

@media (max-width: 767px) {
    .news__list__item__link__fig img {
        width: 100%;
    }
}

.news__list__item__link__main {
    padding: 0;
}

@media (min-width: 768px) {
    .news__list__item__link__main {
        flex-grow: 1;
        flex-shrink: 1;
        padding-left: 25px;
        width: calc(100% - 235px);
    }
}

.news__list__item__link__main__meta {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    justify-content: flex-start;
    margin: 0 0 12px;
}

.news__list__item__link__main__meta__category {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 8px 15px;
    justify-content: flex-start;
}

.news__list__item__link__main__meta__category span {
    background-color: #1A5A33;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    min-width: 60px;
    padding: 0.4em 0.5em;
    text-align: center;
}

@media (min-width: 768px) {
    .news__list__item__link__main__meta__category span {
        font-size: 1.6rem;
        min-width: 120px;
    }
}

.news__list__item__link__main__meta__date {
    color: #1A5A33;
    font-size: 1.4rem;
    line-height: 1.2;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .news__list__item__link__main__meta__date {
        font-size: 1.6rem;
    }
}

.news__list__item__link__main__title {
    color: #222222;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .news__list__item__link__main__title {
        font-size: 1.8rem;
    }
}

.news__list__item__link__main__content p {
    color: #222222;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0;
}

@media (min-width: 768px) {
    .news__list__item__link__main__content p {
        font-size: 1.6rem;
    }
}

.news__list__item__link:focus {
    background-color: rgba(26, 90, 51, 0.1);
}

@media (hover: hover) and (pointer: fine) {
    .news__list__item__link:hover {
        background-color: rgba(26, 90, 51, 0.1);
    }
}

.news__nav {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 30px;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .news__nav {
        display: none;
    }
}

.news__nav__item {
    width: calc(50% - 15px);
}

.news__nav__item__button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #fff;
    border: 1px solid #347E43;
    border-radius: 50px;
    color: #347E43;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.6rem;
    font-weight: 400;
    height: 50px;
    justify-content: center;
    margin: 0;
    max-width: 300px;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

.news__nav__item__button:before, .news__nav__item__button:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px 15px;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: auto;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 9px;
}

@media (min-width: 768px) {
    .news__nav__item__button:before, .news__nav__item__button:after {
        background-size: 12px 20px;
        height: 20px;
        width: 12px;
    }
}

.news__nav__item__button:focus:before {
    opacity: 0;
}

.news__nav__item__button:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .news__nav__item__button:hover:before {
        opacity: 0;
    }

    .news__nav__item__button:hover:after {
        opacity: 1;
    }
}

.news__nav__item__button--prev {
    margin-left: 0;
    margin-right: 0;
}

.news__nav__item__button--prev:before, .news__nav__item__button--prev:after {
    left: 20px;
}

.news__nav__item__button--prev:before {
    background-image: url(../../assets/images/icons/icon-double-angle-left-green.svg);
}

.news__nav__item__button--prev:after {
    background-image: url(../../assets/images/icons/icon-double-angle-left-white.svg);
    opacity: 0;
}

.news__nav__item__button--next {
    margin-left: auto;
    margin-right: 0;
}

.news__nav__item__button--next:before, .news__nav__item__button--next:after {
    right: 20px;
}

.news__nav__item__button--next:before {
    background-image: url(../../assets/images/icons/icon-double-angle-right-green.svg);
}

.news__nav__item__button--next:after {
    background-image: url(../../assets/images/icons/icon-double-angle-right-white.svg);
    opacity: 0;
}

.news__nav__item__button:focus {
    background-color: #347E43;
    color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .news__nav__item__button:hover {
        background-color: #347E43;
        color: #fff;
    }
}

.news__result {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .news__result {
        margin-bottom: 60px;
    }
}

.news__result__content p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 0.75em;
}

@media (min-width: 768px) {
    .news__result__content p {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .news__result__content p {
        font-size: 1.8rem;
    }
}

@media (min-width: 1240px) {
    .news__result__content p {
        font-size: 2rem;
    }
}

.news__result__content p:last-child {
    margin-bottom: 0;
}

.news__detail__title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .news__detail__title {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .news__detail__title {
        font-size: 3rem;
    }
}

.news__detail__meta {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    justify-content: flex-start;
    margin: 0 0 30px;
}

.news__detail__meta__category {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 15px;
    justify-content: flex-start;
}

.news__detail__meta__category span {
    background-color: #1A5A33;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    min-width: 60px;
    padding: 0.4em 0.5em;
    text-align: center;
}

@media (min-width: 768px) {
    .news__detail__meta__category span {
        font-size: 1.6rem;
        min-width: 120px;
    }
}

.news__detail__meta__date {
    color: #1A5A33;
    font-size: 1.4rem;
    line-height: 1.2;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .news__detail__meta__date {
        font-size: 1.6rem;
    }
}

.news__detail__fig {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .news__detail__fig {
        margin-bottom: 40px;
    }
}

.news__detail__fig img {
    border-radius: 10px;
    width: 100%;
}

.news__detail__content {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .news__detail__content {
        margin-bottom: 100px;
    }
}

.news__detail__nav {
    align-items: center;
    display: none;
    flex-flow: column nowrap;
    gap: 0;
    justify-content: space-between;
    position: relative;
}

@media (min-width: 768px) {
    .news__detail__nav {
        display: flex;
        flex-direction: row;
    }
}

.news__detail__nav:before {
    background-color: #1A5A33;
    bottom: 0;
    content: "";
    display: none;
    height: auto;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

@media (min-width: 768px) {
    .news__detail__nav:before {
        display: block;
    }
}

.news__detail__nav__item {
    border-bottom: 1px solid #1A5A33;
    width: 100%;
}

.news__detail__nav__item:last-child {
    border-bottom: none;
}

@media (min-width: 768px) {
    .news__detail__nav__item {
        border-bottom: none;
        width: 40%;
    }
}

.news__detail__nav__item__link {
    align-items: center;
    color: #222222;
    display: flex;
    flex-flow: row nowrap;
    gap: 15px;
    padding: 2px;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.news__detail__nav__item__link__fig {
    flex-grow: 0;
    flex-shrink: 0;
    width: 90px;
}

.news__detail__nav__item__link__fig img {
    border-radius: 12px;
}

.news__detail__nav__item__link__main {
    flex-grow: 1;
    flex-shrink: 1;
    width: calc(100% - 105px);
}

.news__detail__nav__item__link__main__title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

.news__detail__nav__item__link:focus {
    background-color: rgba(26, 90, 51, 0.1);
}

@media (hover: hover) and (pointer: fine) {
    .news__detail__nav__item__link:hover {
        background-color: rgba(26, 90, 51, 0.1);
    }
}

@media (max-width: 767px) {
    .news__detail__nav__item:last-child .news__detail__nav__item__link {
        flex-direction: row-reverse;
    }
}