body {
  background: #fff;
  color: #003E95;
  font-family: "Signika", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "GRAD" 0; }

h1, .h1 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem; }
  h1:after, .h1:after {
    content: "";
    display: block;
    background: #99CE34;
    width: 50px;
    height: 3px;
    margin: 0 auto;
    margin-top: 8px; }

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem; }
  h2:after, .h2:after {
    content: "";
    display: block;
    background: #99CE34;
    width: 50px;
    height: 3px;
    margin: 0 auto;
    margin-top: 8px; }

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.75rem; }
  h3:after, .h3:after {
    content: "";
    display: block;
    background: #99CE34;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    margin-top: 6px; }

a {
  color: #6ba300; }

p {
  font-size: 1.125rem;
  line-height: 2rem; }

p:first-letter {
  margin-left: 20px; }

.anchor {
  scroll-margin-top: 30px; }

.btn {
  display: inline-block;
  background: #7aba00;
  padding: 5px 20px;
  color: #fff; }
  .btn.btn-sm {
    font-size: 0.85rem;
    font-weight: 400;
    padding: 1px 5px; }
  .btn:hover {
    background: #558201;
    color: #fff; }

header {
  position: relative;
  min-height: 90px; }
  header .logo-area {
    padding: 0 50px;
    background: #ffffff; }
    header .logo-area .logo {
      display: inline-block; }
      header .logo-area .logo img {
        max-width: 100%;
        padding: 1rem;
        max-height: 120px; }
  header .menu-area {
    background: #7aba00;
    background: linear-gradient(180deg, #7aba00 0%, #73af00 43%); }
    header .menu-area .fa-bars {
      color: #fff;
      font-size: 25px;
      cursor: pointer; }
    header .menu-area nav {
      height: 100%;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: end; }
      header .menu-area nav ul {
        display: flex;
        justify-content: flex-end;
        gap: 30px;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%; }
        header .menu-area nav ul li {
          padding: 10px 20px;
          text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); }
          header .menu-area nav ul li a {
            color: #fff;
            font-size: 1.125rem;
            font-weight: 500;
            text-decoration: none; }
            header .menu-area nav ul li a:hover {
              text-decoration: underline; }
      header .menu-area nav .btn {
        display: inline-block;
        padding: 10px 20px;
        background: #649900;
        border-radius: 5px;
        white-space: nowrap; }
        header .menu-area nav .btn:hover {
          background: #558201;
          text-decoration: none; }
  header .mobile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1000;
    width: auto;
    background: #7aba00;
    padding: 0;
    min-width: 35%;
    border-left: 5px solid #649900; }
    header .mobile-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      header .mobile-menu ul li a {
        display: block;
        border-top: 1px solid #649900;
        padding: 0.5rem 2rem;
        text-align: right;
        white-space: nowrap;
        color: #fff;
        font-size: 1.125rem;
        text-decoration: none;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); }
        header .mobile-menu ul li a:hover {
          background: #649900; }

main.subpage > .container {
  position: relative;
  margin-top: 0; }
main.homepage > .container {
  position: relative;
  margin-top: 0; }

section.homepage-slider {
  height: 35vw; }
  section.homepage-slider .owl-stage-outer {
    height: 100%; }
  section.homepage-slider .owl-stage {
    height: 100%; }
  section.homepage-slider .owl-item {
    height: 100%; }
  section.homepage-slider .slider {
    height: 100%; }
    section.homepage-slider .slider .slide {
      height: 100%;
      background-size: cover;
      background-position: center; }

section.subpage-slider {
  height: 12vw; }
  section.subpage-slider .owl-stage-outer {
    height: 100%; }
  section.subpage-slider .owl-stage {
    height: 100%; }
  section.subpage-slider .owl-item {
    height: 100%; }
  section.subpage-slider .slider {
    height: 100%; }
    section.subpage-slider .slider .slide {
      height: 100%;
      background-size: cover;
      ackground-position: center; }

section.homepage-top-content {
  position: relative;
  z-index: 2;
  margin-top: -7vw;
  margin-bottom: 2rem;
  padding-top: 11vw;
  background: url(../images/hp-slider-overlay.webp) no-repeat top center, linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #e3fdd2 300px);
  background-size: cover; }
  section.homepage-top-content h2 {
    margin-bottom: 3rem; }
  section.homepage-top-content .blocks {
    row-gap: 1.5rem; }
    section.homepage-top-content .blocks div.block a {
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      padding: 1rem;
      border-bottom: 7px solid #FF0000;
      color: #003E95;
      text-decoration: none; }
      section.homepage-top-content .blocks div.block a strong {
        display: block;
        font-size: 1.125rem;
        text-transform: uppercase;
        margin-bottom: 0.5rem; }
      section.homepage-top-content .blocks div.block a span {
        display: block;
        font-size: 0.85rem;
        font-weight: 500; }
    section.homepage-top-content .blocks div.block:nth-child(4n + 1) a {
      border-bottom-color: #F9C42F; }
    section.homepage-top-content .blocks div.block:nth-child(4n + 2) a {
      border-bottom-color: #1EC7DB; }
    section.homepage-top-content .blocks div.block:nth-child(4n + 3) a {
      border-bottom-color: #004096; }
    section.homepage-top-content .blocks div.block:nth-child(4n + 4) a {
      border-bottom-color: #FF0000; }
    section.homepage-top-content .blocks div.block:nth-child(4n + 5) a {
      border-bottom-color: #228414; }
    section.homepage-top-content .blocks div.block:nth-child(4n + 6) a {
      border-bottom-color: #E27B00; }
    section.homepage-top-content .blocks div.block:nth-child(4n + 7) a {
      border-bottom-color: #45A952; }
    section.homepage-top-content .blocks div.block:nth-child(4n + 8) a {
      border-bottom-color: #D864D9; }
  section.homepage-top-content .arrow {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    padding: 10px 14px;
    background: #7aba00;
    position: absolute;
    top: 4.3vw;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 20px;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 62, 149, 0.6);
    -moz-box-shadow: 5px 5px 20px 0px rgba(0, 62, 149, 0.6);
    box-shadow: 5px 5px 20px 0px rgba(0, 62, 149, 0.6); }
    section.homepage-top-content .arrow:hover {
      -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 62, 149, 0.75);
      -moz-box-shadow: 5px 5px 20px 0px rgba(0, 62, 149, 0.75);
      box-shadow: 5px 5px 20px 0px rgba(0, 62, 149, 0.75); }

section.top-content {
  position: relative;
  z-index: 2;
  margin-top: -7vw;
  padding-top: 7vw;
  background: url(../images/slider-overlay.webp) no-repeat top center;
  background-size: contain; }

.section-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .section-menu ul li {
    margin-bottom: 10px; }
  .section-menu ul a {
    display: block;
    color: #6ba300;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid #7aba00;
    border-radius: 5px; }
    .section-menu ul a:hover {
      color: #fff;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
      background: #7aba00; }
    .section-menu ul a.active {
      color: #fff;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
      background: #003E95;
      border-color: #003E95; }

.articles .article img {
  width: 100%; }
.articles .article > a {
  width: 100%; }
.articles .article a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1rem; }
  .articles .article a strong {
    color: #003E95;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
.articles .article p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #5f5f5f;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.article-detail img {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
  max-width: 50%;
  max-height: 288px; }
.article-detail time {
  display: block;
  color: #6ba300;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem; }
.article-detail .perex {
  font-weight: 500; }
.article-detail p {
  font-size: 1.125rem;
  line-height: 2rem; }
.article-detail p:first-letter {
  margin-left: 20px; }
.article-detail .links {
  text-align: left;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ebebeb; }
  .article-detail .links h3 {
    text-align: left; }
    .article-detail .links h3:after {
      margin: 0; }
  .article-detail .links svg {
    width: 30px;
    height: 30px;
    margin-right: 10px; }
  .article-detail .links a {
    color: #003E95;
    text-decoration: none; }
    .article-detail .links a:hover {
      text-decoration: underline; }
.article-detail .author {
  text-align: left;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ebebeb; }
  .article-detail .author h3 {
    text-align: left; }
    .article-detail .author h3:after {
      margin: 0; }
  .article-detail .author .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 0.5rem;
    padding-left: calc(var(--bs-gutter-x)* .5);
    padding-right: calc(var(--bs-gutter-x)* .5); }
  .article-detail .author .name {
    font-weight: 500;
    font-size: 1.25rem; }
  .article-detail .author .job {
    color: #6ba300; }
  .article-detail .author .description p {
    color: #6e6e6e;
    font-size: 0.9rem;
    margin-top: 0.5rem; }
    .article-detail .author .description p:first-letter {
      margin-left: 0; }
  .article-detail .author img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 0 !important;
    padding: 0 !important; }
.article-detail .gallery {
  text-align: left;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ebebeb; }
  .article-detail .gallery h3 {
    text-align: left; }
    .article-detail .gallery h3:after {
      margin: 0; }
.article-detail .info {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  margin-bottom: 2rem;
  background: #fcfcfc;
  border: 1px solid #ebebeb;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #f5f5f5 100%); }
  .article-detail .info > div {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    width: 100%; }
    .article-detail .info > div:last-child {
      margin-bottom: 0; }
    .article-detail .info > div i {
      width: 30px; }
    .article-detail .info > div a {
      text-decoration: none; }
      .article-detail .info > div a:hover {
        text-decoration: underline; }

.gallery img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%; }

.quick-links {
  margin: 3rem 0; }
  .quick-links .link {
    position: relative;
    padding: 1rem 0;
    min-height: 70px;
    align-content: center;
    overflow: hidden; }
    .quick-links .link img {
      max-width: 70px;
      max-height: 30px;
      margin-right: 20px; }
    .quick-links .link a {
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none; }
      .quick-links .link a:hover {
        text-decoration: underline; }
    .quick-links .link:nth-child(3n + 1) {
      background: #E3FDD2; }
      .quick-links .link:nth-child(3n + 1) a {
        color: #003E95; }
      .quick-links .link:nth-child(3n + 1)::after {
        content: "";
        position: absolute;
        background: #7aba00;
        width: 200px;
        height: 100%;
        transform: rotate(125deg);
        top: 0px;
        right: -115px; }
    .quick-links .link:nth-child(3n + 2) {
      background: #7aba00;
      padding-right: 50px; }
      .quick-links .link:nth-child(3n + 2) a {
        color: #fff; }
      .quick-links .link:nth-child(3n + 2)::after {
        content: "";
        position: absolute;
        background: #003E95;
        width: 200px;
        height: 100%;
        transform: rotate(125deg);
        top: 0px;
        right: -115px; }
    .quick-links .link:nth-child(3n + 3) {
      background: #003E95;
      padding-right: 50px; }
      .quick-links .link:nth-child(3n + 3) a {
        color: #fff; }

.contacts i.fa {
  color: #99CE34;
  margin-right: 5px; }
.contacts a {
  color: #003E95;
  text-decoration: none; }
  .contacts a:hover {
    text-decoration: underline; }
.contacts .person {
  margin-top: 10px; }

.breadcrumbs {
  text-align: right;
  margin-top: -4rem;
  margin-bottom: 3rem; }
  .breadcrumbs a {
    text-decoration: none; }
    .breadcrumbs a::after {
      content: "\00BB";
      color: #6e6e6e;
      text-decoration: none;
      margin-left: 8px;
      margin-right: 4px; }
    .breadcrumbs a:hover span {
      text-decoration: underline; }

.paging {
  margin-top: 2rem;
  text-align: center; }
  .paging span {
    color: #99CE34;
    margin: 0 10px; }
  .paging a {
    display: inline-block;
    padding: 5px 10px;
    color: #6ba300;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #99CE34;
    border-radius: 5px;
    background: #fff }
    .paging a:hover {
      color: #fff;
      background: #99CE34;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); }
    .paging a.active {
      color: #fff;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
      background: #003E95;
      border-color: #003E95; }

.board h2 {
  font-size: 1.5rem;
  text-align: left; }
  .board h2:after {
    margin: unset;
  }
.board-items .board-item {
  padding: 1rem;
  border-bottom: 1px solid #ebebeb; }
  .board-items .board-item:first-child {
    margin-top: -1rem; }
  .board-items .board-item:hover {
    background: #fcfcfc;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #f5f5f5 100%); }
  .board-items .board-item > a {
    display: block;
    color: #003E95;
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: none; }
    .board-items .board-item > a:hover {
      text-decoration: underline; }
  .board-items .board-item time {
    display: block;
    color: #6ba300;
    font-weight: 500; }
  .board-items .board-item small {
    display: block;
    color: #003E95; }
    .board-items .board-item small i {
      margin-right: 3px; }
    .board-items .board-item small a {
      color: #003E95; }
      .board-items .board-item small a:hover {
        text-decoration: none; }
    .board-items .board-item small span {
      color: #6e6e6e;
      font-style: italic; }

.calendar-container h2::after {
  display: none; }

.calendar-items .calendar-item {
  padding: 1rem;
  border-bottom: 1px solid #ebebeb; }
  .calendar-items .calendar-item:first-child {
    margin-top: -1rem; }
  .calendar-items .calendar-item:hover {
    background: #fcfcfc;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #f5f5f5 100%); }
  .calendar-items .calendar-item a.image {
    display: inline-block; }
    .calendar-items .calendar-item a.image img {
      max-width: 100%; }
  .calendar-items .calendar-item .desc > a {
    display: block;
    color: #003E95;
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: none; }
    .calendar-items .calendar-item .desc > a:hover {
      text-decoration: underline; }
  .calendar-items .calendar-item .desc p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #5f5f5f;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0; }
    .calendar-items .calendar-item .desc p:first-letter {
      margin-left: 0; }
  .calendar-items .calendar-item .desc time {
    display: block;
    color: #6ba300;
    font-weight: 500; }

.companies-list .word {
  font-size: 1.75rem;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 0.5rem; }
.companies-list ul {
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0; }
  .companies-list ul li {
    line-height: 1.25rem;
    margin-bottom: 1rem; }
    .companies-list ul li a {
      display: block;
      color: #003E95;
      font-size: 1.125rem;
      font-weight: 500;
      text-decoration: none; }
      .companies-list ul li a:hover {
        text-decoration: underline; }
    .companies-list ul li small {
      color: #6ba300; }

footer {
  background: #7aba00;
  background-image: url(../images/footer.webp), linear-gradient(180deg, #7aba00 0%, #93ce20 420px);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 3.5rem 0;
  margin-top: 3rem; }
  footer h2 {
    color: #fff;
    font-size: 1.625rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    text-align: unset; }
    footer h2::after {
      display: none; }
  footer .event {
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    margin-bottom: 10px; }
    footer .event time {
      display: block;
      font-style: italic; }
    footer .event a {
      color: #fff;
      text-decoration: none; }
      footer .event a:hover {
        text-decoration: underline; }
    footer .event:after {
      content: "";
      display: block;
      background: #dbdbdb;
      width: 40px;
      height: 1px;
      margin-top: 8px; }
    footer .event:last-child {
      margin-bottom: 0; }
      footer .event:last-child:after {
        display: none; }
  footer .weather {
    margin-top: -22px; }
  footer nav ul {
    list-style: none; }
    footer nav ul li {
      margin-bottom: 0.425rem; }
      footer nav ul li a {
        color: #fff;
        font-size: 1.125rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
        text-decoration: none; }

.footer-links {
  border-bottom: 1px solid #7aba00; }
  .footer-links h2 {
    color: #7aba00;
    font-size: 0.8rem;
    margin-bottom: 0.5rem; }
    .footer-links h2:after {
      display: none; }
  .footer-links img {
    max-height: 50px; }

.footer-nav {
  padding: 1rem 0; }
  .footer-nav nav ul {
    list-style: none;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .footer-nav nav ul li a {
      color: #003E95;
      text-decoration: none; }
      .footer-nav nav ul li a:hover {
        text-decoration: underline; }
  .footer-nav .copy a {
    color: #003E95;
    text-decoration: none;}
  .footer-nav .copy a:hover {
    text-decoration: underline; }

main.subpage. block-area[data-id=page-main] .block.module {
  padding: 1.5rem 0;
}

#flexi-cookiebar {
  background: #fff !important;
  border-top: 2px solid #7aba00; }
  #flexi-cookiebar .btn {
    padding: 7px 10px !important; }

#flexi-cookiebar-popup {
  border: 3px solid #7aba00 !important; }
  #flexi-cookiebar-popup p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.75rem; }
  #flexi-cookiebar-popup p:first-letter {
    margin-left: 0;
  }
  #flexi-cookiebar-close {
    fill: #7aba00 !important; }

#flexi-cookiebar-settings-popup {
  border: 3px solid #7aba00 !important; }
#flexi-cookiebar-settings-popup p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem; }
#flexi-cookiebar-settings-popup p:first-letter {
  margin-left: 0;
}
#flexi-cookiebar-settings-popup label input:checked ~ .checkmark {
  background-color: #7aba00;
}
#flexi-cookiebar-link {
  background: #fff;
  border: 1px solid #7aba00;
  border-bottom: none;
  fill: #000;
}
#flexi-cookiebar-link a {
  color: #000;
}

#flexi-cookiebar-close {
  fill: #7aba00 !important; }

@media (max-width: 1780px) {
  footer {
    background-size: contain; } }
@media (max-width: 1600px) {
  section.homepage-top-content .arrow {
    top: 3.8vw; }

  .breadcrumbs {
    margin-top: -3.5rem;
    margin-bottom: 3rem; } }
@media (max-width: 1500px) {
  .breadcrumbs {
    margin-top: -3rem;
    margin-bottom: 3rem; } }
@media (max-width: 1400px) {
  section.homepage-top-content .arrow {
    top: 3.6vw; }

  .calendar-items .calendar-item .desc p {
    -webkit-line-clamp: 2; } }
@media (max-width: 1300px) {
  .breadcrumbs {
    margin-top: -2.5rem;
    margin-bottom: 3rem; }

  .quick-links .link img {
    max-width: 60px;
    margin-right: 10px; } }
@media (max-width: 650px) {
  section.homepage-top-content .arrow {
    top: 3.2vw; } }
@media (max-width: 992px) {
  header .mobile-menu {
    min-width: 55%; }

  section.homepage-top-content {
    padding-top: 12vw; }
    section.homepage-top-content .arrow {
      top: 2.8vw; }

  section.top-content {
    padding-top: 5vw; }

  .breadcrumbs {
    margin-top: -1rem;
    margin-bottom: 3rem; } }
@media (max-width: 767px) {
  header .logo-area {
    padding: 0;
    text-align: center; }

  section.homepage-top-content {
    padding-top: 14vw; }
    section.homepage-top-content .arrow {
      top: 1.7vw; }

  section.top-content {
    padding-top: 4vw; }

  .quick-links .link:nth-child(3n + 1) {
    padding-right: 0 !important; }
    .quick-links .link:nth-child(3n + 1)::after {
      right: -118px; }
  .quick-links .link:nth-child(3n + 2) {
    padding-right: 0 !important; }
    .quick-links .link:nth-child(3n + 2)::after {
      right: -128px; }
  .quick-links .link:nth-child(3n + 3) {
    padding-right: 0 !important; }
    .quick-links .link:nth-child(3n + 3)::after {
      content: "";
      position: absolute;
      background: #fff;
      width: 200px;
      height: 100%;
      transform: rotate(125deg);
      top: 0px;
      right: -138px; }

  footer .event:after {
    margin: 0 auto;
    margin-top: 8px; } }
@media (max-width: 650px) {
  section.homepage-top-content .arrow {
    top: 1vw; }

  .breadcrumbs {
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 3rem; } }
@media (max-width: 576px) {
  h2, .h2 {
    font-size: 1.75rem;
    margin-bottom: 1.75rem; }
    h2:after, .h2:after {
      width: 45px;
      height: 3px;
      margin-top: 7px; }

  h3, .h3 {
    font-size: 1.325rem;
    margin-bottom: 1.325rem; }
    h3:after, .h3:after {
      width: 37px;
      height: 2px;
      margin-top: 5px; }

  header .mobile-menu {
    min-width: 80%; }

  section.homepage-top-content {
    padding-top: 18vw;
    background: url(../images/hp-slider-overlay.webp) no-repeat top center, linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #e3fdd2 100px);
    background-size: contain; }
    section.homepage-top-content .arrow {
      top: 0vw; }

  section.top-content {
    padding-top: 6vw; }

  .articles {
    padding: 0 3rem; } }
@media (max-width: 450px) {
  h2, .h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem; }
    h2:after, .h2:after {
      width: 40px;
      height: 2px;
      margin-top: 7px; }

  h3, .h3 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem; }
    h3:after, .h3:after {
      width: 35px;
      height: 2px;
      margin-top: 5px; }

  header .mobile-menu {
    min-width: 90%; }

  .articles {
    padding: 0; } }

/*# sourceMappingURL=styles.css.map */
