.page-template-page-lp .container,
.page-template-page-lp .site-header-clear .container {
  max-width: 1260px !important;
}
@media (max-width: 600px) {
  .page-template-page-lp .logo {
    padding-left: 0;
  }
}
.page-template-page-lp .logo img {
  height: 45px;
}
@media (min-width: 600px) {
  .page-template-page-lp .logo img {
    height: 89px;
  }
}
@media (max-width: 600px) {
  .page-template-page-lp .logo-lp {
    padding-left: 0;
    padding-right: 5px;
  }
}
.page-template-page-lp .logo-lp img {
  height: 50px;
}
@media (min-width: 600px) {
  .page-template-page-lp .logo-lp img {
    height: 80px;
  }
}
.page-template-page-lp .calendar-btn-wrapper {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  position: relative;
  top: 10px;
}
@media (max-width: 540px) {
  .page-template-page-lp .calendar-btn-wrapper {
    width: 30px;
  }
}
.page-template-page-lp .user-area {
  margin-right: 0;
  top: 0;
}
@media (min-width: 600px) {
  .page-template-page-lp .user-area {
    margin-right: 10px;
  }
}
.page-template-page-lp .user-area a {
  background: #519714;
  border-radius: 0;
  padding: 0 5px;
  font-size: 16px;
  line-height: 34px;
}
@media (min-width: 600px) {
  .page-template-page-lp .user-area a {
    padding: 0 10px;
    font-size: 22px;
    line-height: 41px;
  }
}
.page-template-page-lp .swiper .swiper-button-prev,
.page-template-page-lp .swiper .swiper-button-next {
  width: 20px;
  height: 34px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-template-page-lp .swiper .swiper-button-prev::after,
.page-template-page-lp .swiper .swiper-button-next::after {
  content: "";
  display: none;
}
.page-template-page-lp .swiper .swiper-button-prev {
  background-image: url(../img/slide-right.svg?1);
  right: 15px;
  left: auto;
}
.page-template-page-lp .swiper .swiper-button-next {
  background-image: url(../img/slide-left.svg?1);
  left: 15px;
  right: auto;
}
.page-template-page-lp .lpSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 640px) {
  .page-template-page-lp .lpSwiper {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .page-template-page-lp .lpSwiper {
    margin-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp .lpSwiper {
    margin-bottom: 114px;
  }
}
.page-template-page-lp .lpSwiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  min-height: 300px;
}
@media (min-width: 640px) {
  .page-template-page-lp .lpSwiper .swiper-wrapper .swiper-slide {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .page-template-page-lp .lpSwiper .swiper-wrapper .swiper-slide {
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp .lpSwiper .swiper-wrapper .swiper-slide {
    min-height: 520px;
  }
}
.page-template-page-lp .lpSwiper .swiper-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/bg-slide.svg);
  background-size: cover;
  transition: 0.3s ease-in-out;
  opacity: 50%;
}
.page-template-page-lp .lpSwiper .swiper-wrapper .swiper-slide .center-abs {
  position: absolute;
  z-index: 2;
}
.page-template-page-lp .lpSwiper .swiper-wrapper .swiper-slide .center-abs * {
  color: #fff;
}
.page-template-page-lp
  .lpSwiper
  .swiper-wrapper
  .swiper-slide
  .center-abs
  .title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .page-template-page-lp
    .lpSwiper
    .swiper-wrapper
    .swiper-slide
    .center-abs
    .title {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .page-template-page-lp
    .lpSwiper
    .swiper-wrapper
    .swiper-slide
    .center-abs
    .title {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp
    .lpSwiper
    .swiper-wrapper
    .swiper-slide
    .center-abs
    .title {
    font-size: 70px;
    line-height: 92px;
    margin-bottom: 29px;
  }
}
.page-template-page-lp
  .lpSwiper
  .swiper-wrapper
  .swiper-slide
  .center-abs
  .btn-slide {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 8px;
  padding: 8px 12px 10px;
  /* background-color: rgba(128, 128, 128, 0.5); */
  text-shadow: 2px 1px 8px rgba(0, 0, 0, 0.8);
}
@media (min-width: 640px) {
  .page-template-page-lp
    .lpSwiper
    .swiper-wrapper
    .swiper-slide
    .center-abs
    .btn-slide {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .page-template-page-lp
    .lpSwiper
    .swiper-wrapper
    .swiper-slide
    .center-abs
    .btn-slide {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp
    .lpSwiper
    .swiper-wrapper
    .swiper-slide
    .center-abs
    .btn-slide {
    font-size: 58px;
    line-height: 78px;
    margin-bottom: 15px;
  }
}
.page-template-page-lp
  .lpSwiper
  .swiper-wrapper
  .swiper-slide
  .center-abs
  .text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}
@media (min-width: 640px) {
  .page-template-page-lp
    .lpSwiper
    .swiper-wrapper
    .swiper-slide
    .center-abs
    .text {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .page-template-page-lp
    .lpSwiper
    .swiper-wrapper
    .swiper-slide
    .center-abs
    .text {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp
    .lpSwiper
    .swiper-wrapper
    .swiper-slide
    .center-abs
    .text {
    font-size: 33px;
    line-height: 44px;
  }
}
.page-template-page-lp .lpSwiper .swiper-wrapper .swiper-slide:hover:after {
  top: 10%;
}
@media (min-width: 640px) {
  .page-template-page-lp .lpSwiper .swiper-button-prev {
    right: 25px;
  }
}
@media (min-width: 992px) {
  .page-template-page-lp .lpSwiper .swiper-button-prev {
    right: 40px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp .lpSwiper .swiper-button-prev {
    right: 90px;
  }
}
@media (min-width: 640px) {
  .page-template-page-lp .lpSwiper .swiper-button-next {
    left: 25px;
  }
}
@media (min-width: 992px) {
  .page-template-page-lp .lpSwiper .swiper-button-next {
    left: 40px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp .lpSwiper .swiper-button-next {
    left: 90px;
  }
}
.page-template-page-lp .lpSwiper .swiper-pagination {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .page-template-page-lp .lpSwiper .swiper-pagination {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .page-template-page-lp .lpSwiper .swiper-pagination {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp .lpSwiper .swiper-pagination {
    margin-bottom: 30px;
  }
}
.page-template-page-lp .lpSwiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.18;
  width: 8px;
  height: 8px;
  margin: 5px;
}
.page-template-page-lp
  .lpSwiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.page-template-page-lp .about,
.page-template-page-lp .search-events {
  margin-bottom: 50px;
}
@media (min-width: 640px) {
  .page-template-page-lp .about,
  .page-template-page-lp .search-events {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .page-template-page-lp .about,
  .page-template-page-lp .search-events {
    margin-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp .about,
  .page-template-page-lp .search-events {
    margin-bottom: 110px;
  }
}
.page-template-page-lp .title,
.page-template-page-lp .header__title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  color: #164551;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
@media (min-width: 640px) {
  .page-template-page-lp .title,
  .page-template-page-lp .header__title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .page-template-page-lp .title,
  .page-template-page-lp .header__title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp .title,
  .page-template-page-lp .header__title {
    font-size: 38px;
    line-height: 51px;
  }
}
.page-template-page-lp .sub-title,
.page-template-page-lp .header__subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 30px;
  height: auto;
}
@media (min-width: 640px) {
  .page-template-page-lp .sub-title,
  .page-template-page-lp .header__subtitle {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .page-template-page-lp .sub-title,
  .page-template-page-lp .header__subtitle {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp .sub-title,
  .page-template-page-lp .header__subtitle {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 50px;
  }
}
.page-template-page-lp .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .page-template-page-lp .text {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp .text {
    font-size: 20px;
  }
}
.page-template-page-lp .about .aboutSwiper {
  overflow: hidden;
}
.page-template-page-lp .about .aboutSwiper .swiper-slide {
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 640px) {
  .page-template-page-lp .about .aboutSwiper .swiper-slide {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .page-template-page-lp .about .aboutSwiper .swiper-slide {
    height: 270px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp .about .aboutSwiper .swiper-slide {
    height: 300px;
  }
}
.page-template-page-lp .about #video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-template-page-lp .about #video-thumbnail {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.page-template-page-lp .about #myVideo {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  padding-bottom: 56.25%;
}
.page-template-page-lp .about #myVideo iframe {
  width: 100%;
  height: 340px;
}
.page-template-page-lp .about .about-main-img .overly.video {
  background-color: rgba(0, 94, 62, 0.54);
  background-image: url(../img/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.page-template-page-lp .section-header {
  display: block;
  margin: auto auto 35px;
}
.page-template-page-lp .block-events-slider .block-container {
  max-width: 100%;
}
.page-template-page-lp
  .block-events-slider
  .section-header
  .header__buttons
  .btn.selected {
  background: #0a6848;
  border-color: #0a6848;
  opacity: 1;
  color: #fff;
}
.page-template-page-lp .block-events-slider .slider-container {
  position: relative;
  max-width: 1760px;
  padding: 0;
  margin: auto;
}
.page-template-page-lp .block-events-slider .slider-container .swiper-slide {
  max-width: 390px;
}
.page-template-page-lp
  .block-events-slider
  .slider-container.disabled
  .swiper-arrow {
  display: none;
}
.page-template-page-lp .block-events-slider .swiper-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 5;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.page-template-page-lp .block-events-slider .swiper-arrow:hover {
  background: #337da3;
}
.page-template-page-lp .block-events-slider .swiper-arrow:hover:after {
  color: #fff;
}
.page-template-page-lp .block-events-slider .swiper-arrow.swiper-button-prev {
  right: -60px;
}
.page-template-page-lp .block-events-slider .swiper-arrow.swiper-button-next {
  left: -60px;
}
.page-template-page-lp .block-events-slider .event {
  display: flex;
  height: 580px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-template-page-lp .block-events-slider .event:hover {
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.page-template-page-lp .block-events-slider .event__image {
  position: relative;
  border-bottom: 2px solid #c19e2c;
}
.page-template-page-lp .block-events-slider .event__image img {
  display: block;
  height: 285px;
  object-fit: cover;
  width: 100%;
}
.page-template-page-lp .block-events-slider .event__image .tag {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(#225b6a 0%, #164551 100%);
  border-radius: 15px;
  display: none !important;
}
.page-template-page-lp .block-events-slider .event__image .date {
  position: absolute;
  top: 0;
  left: 10px;
  width: 90px;
  height: 60px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 0 0 6px 6px;
}
.page-template-page-lp .block-events-slider .event__image .date__day {
  display: block;
  font-size: 16px;
}
.page-template-page-lp .block-events-slider .event__image .date__date {
  font-size: 30px;
  font-weight: 600;
  color: #0a6848;
}
.page-template-page-lp .block-events-slider .event__title {
  padding: 15px 25px 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: #24241e;
  min-height: 75px;
}
.page-template-page-lp .block-events-slider .event__info {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.page-template-page-lp .block-events-slider .event__info .info__item {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.page-template-page-lp
  .block-events-slider
  .event__info
  .info__item:last-child {
  margin-left: 0;
}
.page-template-page-lp .block-events-slider .event__info .info__item .icomoon {
  margin-left: 10px;
  color: #519714;
}
.page-template-page-lp .block-events-slider .event__text {
  padding: 15px 25px 25px;
  font-weight: 300;
  line-height: 1.3;
}
.page-template-page-lp .block-events-slider .event__link {
  margin-top: auto;
}
.page-template-page-lp .block-events-slider .event__link .btn {
  width: 100%;
  background: #0a6848;
  border-radius: 0 0 6px 6px;
}
.page-template-page-lp .block-events-slider .event__link .btn .btn-text {
  font-size: 16px;
}
.page-template-page-lp .block-events-slider .event__link .btn:after {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-family: "Icomoon";
  font-size: 8px;
  content: "\e906";
}
.page-template-page-lp .block-events-slider .button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.page-template-page-lp .block-events-slider .button-wrap .btn-arrow:after {
  margin-right: 20px;
}
.page-template-page-lp .block-events-slider .button-wrap .btn-arrow:hover {
  background: #519714;
  color: #fff;
  border: 1px solid #519714;
}
@media only screen and (max-width: 1650px) {
  .page-template-page-lp .block-events-slider .swiper-arrow.swiper-button-prev {
    right: -5px;
  }
  .page-template-page-lp .block-events-slider .swiper-arrow.swiper-button-next {
    left: -5px;
  }
}
@media only screen and (max-width: 1460px) {
  .page-template-page-lp .block-events-slider .event__info {
    height: -webkit-fill-available;
    min-height: 80px;
  }
  .page-template-page-lp .block-events-slider .event__text {
    height: auto;
    min-height: 90px;
    padding-bottom: 10px;
  }
}
.page-template-page-lp .search-events select,
.page-template-page-lp .search-events input,
.page-template-page-lp .search-events .btn-search {
  border-radius: 0;
  border: 2px solid #005e3e;
  height: 58px;
  padding: 0 30px;
  font-size: 22px;
  margin-bottom: 35px;
}
.page-template-page-lp .search-events .btn-search {
  background-color: #005e3e;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-search.svg);
  border-radius: 0;
  width: 104px;
}
.page-template-page-lp .search-events .meta-item .icon img {
  object-fit: contain;
}
@media (min-width: 900px) {
  .page-template-page-lp .search-events .meta-wrap {
    width: 320px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-lp .search-events .meta-wrap {
    width: 50%;
  }
}
.page-template-page-lp .send-images-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-lp .send-images-btn > * {
  text-align: center;
  height: 75px;
}
.page-template-page-lp .send-images-btn .text {
  border: 1px solid #005e3e;
  padding: 0 45px;
  color: #000;
  font-size: 22px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 680px) {
  .page-template-page-lp .send-images-btn .text {
    padding: 0 6px;
    font-size: 18px;
    line-height: 1.3;
  }
}
.page-template-page-lp .send-images-btn .btn-icon {
  width: 120px;
  background-color: #005e3e;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/envelope.png);
  background-size: auto 30px;
}
.page-template-page-lp .footer-top-green .logo {
  height: 125px;
}
.page-template-page-lp .footer-top-green .entry-content p {
  font-weight: 300;
}
.page-template-page-lp .footer-top-green .entry-content.newsletter {
  color: #005e3e;
  text-align: center;
  font-size: 24px;
}
.page-template-page-lp .footer-top-green .entry-content.newsletter p {
  margin-bottom: 5px;
}
.page-template-page-lp .footer-top-green .entry-content.newsletter form {
  margin-top: 20px;
  text-align: center;
}
.page-template-page-lp .footer-top-green .entry-content.newsletter form * {
  text-align: center !important;
  margin-bottom: 0;
  border-radius: 0;
}
.page-template-page-lp .footer-top-green .entry-content.newsletter form input {
  border: 2px solid #519714;
}
.page-template-page-lp .footer-top-green .socials {
  text-align: center;
  justify-content: center;
  display: flex;
}
.page-template-page-lp .footer-top-green .socials > a {
  flex: 0 0 auto;
  margin: 0 8px !important;
  padding: 8px 0 !important;
  border: 1px solid #322110;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: block;
}
.page-template-page-lp .footer-top-green .socials > a span {
  color: #322110;
  text-align: center;
  background-position: center;
  display: inline-block;
}
.page-template-page-lp .footer-top-green .menu {
  display: block;
  width: 100%;
  text-align: center;
}
.page-template-page-lp .footer-top-green .menu li.menu-item {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.page-template-page-lp .footer-top-green .menu li.menu-item:last-of-type {
  margin-bottom: 0;
}
.page-template-page-lp .footer-top-green .menu li.menu-item a {
  color: #005e3e;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 900px) {
  .page-template-page-lp .search-event-item .meta-wrap .event-title {
    font-size: 22px;
    line-height: 1.2;
    margin: 10px 0 14px;
  }
  .page-template-page-lp .search-event-item .dep-wrap.display-assign {
    left: 0;
    top: 10px;
    position: absolute;
  }
  .page-template-page-lp .search-event-item .search-event-inner {
    display: block;
  }
  .page-template-page-lp .search-event-item .event-meta .meta-item {
    display: block;
  }
  .page-template-page-lp .search-event-item .meta-wrap {
    margin-bottom: 30px;
  }
  .page-template-page-lp .search-event-item .button-wrap {
    left: -20px;
    top: 50%;
  }
}
.page-template-page-lp .display-status {
  border-radius: 25px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  padding: 4px 15px 6px;
  font-size: 18px;
  display: none;
}
@media (max-width: 899px) {
  .page-template-page-lp .display-status {
    position: relative;
    top: -15px;
    text-align: center;
  }
}
@media (min-width: 900px) {
  .page-template-page-lp .display-status {
    padding: 6px 24px 8px;
  }
}
.page-template-page-lp .display-status.class-0,
.page-template-page-lp .display-status.class-1,
.page-template-page-lp .display-status.class-2,
.page-template-page-lp .display-status.class-3,
.page-template-page-lp .display-status.class-4,
.page-template-page-lp .display-status.class-5,
.page-template-page-lp .display-status.class-6,
.page-template-page-lp .display-status.class-7,
.page-template-page-lp .display-status.class-8,
.page-template-page-lp .display-status.class-9,
.page-template-page-lp .display-status.class-10 {
  display: block;
}
@media (min-width: 992px) {
  .page-template-page-lp .display-status.class-0,
  .page-template-page-lp .display-status.class-1,
  .page-template-page-lp .display-status.class-2,
  .page-template-page-lp .display-status.class-3,
  .page-template-page-lp .display-status.class-4,
  .page-template-page-lp .display-status.class-5,
  .page-template-page-lp .display-status.class-6,
  .page-template-page-lp .display-status.class-7,
  .page-template-page-lp .display-status.class-8,
  .page-template-page-lp .display-status.class-9,
  .page-template-page-lp .display-status.class-10 {
    display: inline;
  }
}
.page-template-page-lp .display-status.class-0 {
  background-color: #9f9f9f;
}
.page-template-page-lp .display-status.class-1,
.page-template-page-lp .display-status.class-2,
.page-template-page-lp .display-status.class-3,
.page-template-page-lp .display-status.class-4,
.page-template-page-lp .display-status.class-5,
.page-template-page-lp .display-status.class-6,
.page-template-page-lp .display-status.class-7,
.page-template-page-lp .display-status.class-8,
.page-template-page-lp .display-status.class-9,
.page-template-page-lp .display-status.class-10 {
  background-color: #164551;
}

.max-w-1600 {
  max-width: 1600px;
}

/*# sourceMappingURL=lp.css.map */
