@import url("../external.html?link=https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800");
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #59b300;
  line-height: 1.625rem;
  outline: none;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.125rem;
  padding: 7px 40px;
  white-space: nowrap;
  opacity: 0.9;
  text-decoration: none;
}
.btn:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .btn--fullsized {
    white-space: normal;
    text-align: center;
    padding: 7px 40px;
    width: 100%;
  }
}
.btn--fullsized-container {
  text-align: center;
  width: 100%;
}
@media (min-width: 480px) {
  .btn--fullsized-container {
    width: auto;
  }
}
.btn--outlined {
  color: #59b300;
}
.btn--filled {
  opacity: 1;
  background: #59b300;
}
.btn--filled:hover {
  background: #264d00;
  border-color: #264d00;
}
.btn--like-link {
  border: none;
  background: transparent;
  color: #59b300;
  padding: 0;
}
.btn--min-size {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.btn--table-size {
  padding: 5px 16px;
  line-height: 1.5rem;
  font-size: 1rem;
}
.btn--description {
  margin-bottom: 16px;
}
.prs-table-container {
  border-radius: 5px;
  overflow-x: auto;
  display: block;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .prs-table-container {
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 1.5rem;
  }
}
.prs-table-container > table {
  color: rgba(0, 0, 0, 0.65);
  font-family: inherit;
  font-weight: 400;
  width: 100%;
  font-size: 1rem;
}
.prs-table-container > table th {
  border: 1px solid transparent;
  text-align: left;
  height: 40px;
  padding: 5px;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .prs-table-container > table th {
    padding: 10px;
  }
}
.prs-table-container > table td {
  border: 1px solid transparent;
  text-align: left;
  height: 40px;
  padding: 5px;
}
@media (min-width: 768px) {
  .prs-table-container > table td {
    padding: 6px 10px;
  }
}
.prs-table-container > table > thead {
  font-weight: 600;
}
.prs-table-container > table > tbody tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0.04);
}
.prs-table-container > table > tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.025);
}
.prs-table-container > table > tbody th {
  color: #59b300;
  font-weight: 400;
}
.prm-table {
  font-family: unset;
  border-collapse: collapse;
  font-size: 1rem;
}
.prm-table > thead {
  color: #515151;
  font-weight: 700;
  text-align: left;
}
.prm-table > thead th {
  height: 40px;
  padding: 5px;
}
@media (min-width: 768px) {
  .prm-table > thead th {
    padding: 10px;
  }
}
.prm-table > tbody {
  color: rgba(0, 0, 0, 0.65);
}
.prm-table > tbody tr:nth-child(2n) {
  background: #f6f6f6;
}
.prm-table > tbody th {
  height: 40px;
  color: #51afed;
  font-weight: 400;
  text-align: left;
  padding: 5px;
}
@media (min-width: 768px) {
  .prm-table > tbody th {
    padding: 10px;
  }
}
.prm-table > tbody td {
  height: 40px;
  font-weight: 400;
  padding: 5px;
}
@media (min-width: 768px) {
  .prm-table > tbody td {
    padding: 10px;
  }
}
.prs-container {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .prs-container {
    padding: 0 24px;
  }
}
@media (min-width: 1328px) {
  .prs-container {
    padding: 0 calc((100% - 1264px) / 2);
  }
}
.prs-container--dark-bg {
  background-color: #c0c0c0;
}
.prs-title {
  font-family: inherit;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .prs-title {
    font-size: 2.75rem;
    line-height: 3.75rem;
    margin-bottom: 48px;
  }
}
.prs-title--secondary {
  color: #fff;
}
.prs-text,
.prs-text > p {
  font-family: inherit;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  font-size: 1rem;
  text-align: left;
  font-weight: 300;
  margin: 0;
}
.prs-text--secondary,
.prs-text > p--secondary {
  color: #fff;
}
.prs-text > p a,
.prs-text a {
  color: #59b300;
  text-decoration: none;
}
.prs-text > p a:hover,
.prs-text a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .prs-text,
  .prs-text > p {
    font-size: 1.1875rem;
  }
}
.prs-text-comment {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}
@media (min-width: 480px) {
  .prs-text-comment {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.prs-text-bullet {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .prs-hide-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
@use "sass:map";
.prm-link,
.prs-link {
  color: #59b300;
  cursor: pointer;
  text-decoration: none;
}
.prs-link {
  font-weight: 400;
  display: block;
  font-size: 1rem;
}
.prs-link:hover {
  text-decoration: underline;
}
.prs-link:after {
  content: "";
  display: inline-block;
  margin-left: 0.313rem;
  width: 6px;
  height: 10px;
  background: url(assets/images/arrow6553.svg) no-repeat 0 0;
}
button.prs-link {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
.press-title {
  margin-bottom: 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .press-title {
    margin-bottom: 48px;
  }
}
.press-container {
  padding-bottom: 50px;
  padding-top: 50px;
}
.press-text {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .press-text {
    margin-bottom: 0;
  }
}
.media-kit .media-kit__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: 1fr 32px 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 32px;
  justify-content: center;
}
.media-kit .media-kit__items > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.media-kit .media-kit__items > :nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media (min-width: 768px) {
  .media-kit .media-kit__items {
    -ms-grid-columns: 276px 50px 276px;
    grid-template-columns: 276px 276px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 50px;
  }
  .media-kit .media-kit__items > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .media-kit .media-kit__items > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.media-kit .media-kit__item {
  display: block;
  text-decoration: none;
  width: 100%;
}
.media-kit .media-kit__item-content {
  margin: 0;
  padding: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  grid-gap: 16px;
  justify-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.media-kit .media-kit__item-content > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.media-kit .media-kit__item-content > :nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.media-kit .media-kit__item-content img {
  width: 211px;
  height: 161px;
}
.media-kit .media-kit__item-title {
  margin: 0;
  color: #59b300;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
}
.media-kit__item-text {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .media-kit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 70px;
  }
  .media-kit > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .media-kit > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.in-news .in-news__title {
  text-align: center;
}
@media (min-width: 768px) {
  .in-news .in-news__title {
    text-align: left;
  }
}
@supports (display: grid) {
  .in-news .in-news__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 50px;
  }
  .in-news .in-news__items > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  @media (min-width: 768px) {
    .in-news .in-news__items {
      -ms-grid-columns: 1fr 64px 1fr;
      grid-template-columns: 1fr 1fr;
      grid-gap: 50px 64px;
    }
  }
  @media (min-width: 1200px) {
    .in-news .in-news__items {
      -ms-grid-columns: 1fr 89px 1fr 89px 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 50px 89px;
    }
  }
  .in-news .in-news__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 80px 32px auto 32px auto;
    grid-template-rows: 80px auto auto;
    grid-gap: 32px;
    justify-items: center;
    align-items: center;
  }
  .in-news .in-news__item > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .in-news .in-news__item > :nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .in-news .in-news__item > :nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  @media (min-width: 768px) {
    .in-news .in-news__item {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto 32px auto 32px auto;
      grid-template-rows: auto auto auto;
      align-content: start;
    }
    .in-news .in-news__item > :first-child {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
    .in-news .in-news__item > :nth-child(2) {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }
    .in-news .in-news__item > :nth-child(3) {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
    }
  }
}
@supports not (display: grid) {
  .in-news .in-news__items {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: -72px;
  }
  @media (min-width: 768px) {
    .in-news .in-news__items {
      align-items: flex-start;
      flex-direction: row;
      flex-wrap: wrap;
      margin-right: -32px;
    }
  }
  @media (min-width: 1200px) {
    .in-news .in-news__items {
      margin-right: -32px;
    }
  }
  .in-news .in-news__items .in-news__item {
    margin-bottom: 72px;
  }
  @media (min-width: 768px) {
    .in-news .in-news__items .in-news__item {
      flex: 0 0 calc(50% - 64px);
      margin-right: 64px;
    }
  }
  @media (min-width: 1200px) {
    .in-news .in-news__items .in-news__item {
      flex: 0 0 calc(33% - 89px);
      margin-right: 89px;
    }
  }
  .in-news .in-news__items .in-news__text {
    margin-bottom: 30px;
  }
}
.in-news .in-news__item-img-container {
  height: 80px;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.in-news .in-news__item-img {
  max-width: 50%;
  height: auto;
  max-height: 80px;
}
.in-news .in-news__item-title {
  margin: 0 0 16px;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
}
@media (min-width: 768px) {
  .in-news .in-news__item-title {
    text-align: left;
  }
}
.in-news .in-news__item-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #bbc4c9;
  text-align: center;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .in-news .in-news__item-date {
    text-align: left;
  }
}
.in-news .in-news__text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .in-news .in-news__text {
    text-align: left;
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}
.in-news .in-news__link {
  line-height: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .in-news .in-news__link {
    -ms-grid-column-align: start;
    justify-self: start;
    text-align: left;
  }
}
.inquiries {
  background: #c0c0c0;
  color: rgba(0, 0, 0, 0.9);
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
}
.inquiries-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquiries-wrapper .inquiries__description {
  text-align: center;
  font-size: 1.1875rem;
  line-height: 1.75rem;
}
.inquiries-wrapper .inquiries__action {
  color: #59b300;
  text-decoration: none;
}
