@charset "UTF-8";
:root {
  scroll-behavior: auto !important;
}

.banner_placeholder {
  width: 100%;
  height: 1000px;
  padding-bottom: 1000px;
  background-color: #09A4B2;
}

.dots_title {
  position: relative;
  margin-bottom: 2.8rem !important;
}
.dots_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.4rem;
  background: transparent url(images/title_dots.svg) no-repeat scroll left top;
  background-size: contain;
  width: 50px;
  height: 8px;
}
.dots_title.center:after {
  left: calc(50% - 25px);
}

.arrow_link {
  font-family: "Figtree", sans-serif;
  color: #5CBA99;
  text-decoration: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
  font-weight: 400 !important;
  font-size: 1em;
}
@media only screen and (max-width: 767.98px) {
  .arrow_link {
    font-size: 1em;
  }
}
.arrow_link.white .text {
  color: #fff;
}
.arrow_link.white:visited .text {
  color: #fff;
}
.arrow_link.arrow_link_reverse .text {
  margin-left: 10px;
}
.arrow_link.arrow_link_reverse:hover .icon, .arrow_link.arrow_link_reverse:focus .icon, .arrow_link.arrow_link_reverse:active .icon {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
.arrow_link .text {
  margin-right: 10px;
}
.arrow_link .icon {
  color: #CA9E67;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.arrow_link:hover .icon, .arrow_link:focus .icon, .arrow_link:active .icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.arrow_link:visited {
  color: #5CBA99;
}

.contact_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.contact_row .icon, .contact_row .text {
  display: block;
}
.contact_row .icon {
  margin-right: 10px;
  color: #fff;
  background-color: #5CBA99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 0.9em;
}
.contact_row .text {
  font-size: 1.1em;
}
.contact_row.email:hover .text {
  color: #5CBA99;
}
.contact_row.email .text {
  color: #404040;
  font-weight: 400;
}
.contact_row.address {
  margin-bottom: 1.5rem;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .pagination {
    margin-top: 0;
  }
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .page-numbers {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-radius: 100%;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background-color: #CA9E67;
  color: #fff;
}
.pagination .page-numbers.current:hover {
  background-color: #CA9E67;
  color: #fff;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  background-color: transparent;
  font-size: 1em;
  width: auto;
  color: #000;
}
.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
  color: #73BA62;
  background-color: transparent;
}
.pagination .page-numbers.prev .icon_link {
  margin-right: 0;
}
.pagination .page-numbers.prev .link_text {
  margin: 0 0 0 10px;
}
.pagination .page-numbers.dots {
  background-color: transparent;
  width: auto;
}
.pagination .page-numbers.dots:hover {
  background-color: transparent;
  color: #000;
}
.pagination .page-numbers:hover {
  background-color: #73BA62;
  color: #fff;
}

.resili_button {
  background-color: #CA9E67;
  color: #fff !important;
  font-family: "Figtree", sans-serif;
  padding: 12px 25px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 400 !important;
  letter-spacing: 1px;
  border-radius: 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.resili_button .label {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.resili_button:hover, .resili_button:focus, .resili_button:active {
  color: #fff;
  background-color: #73BA62;
}
.resili_button:visited {
  color: #fff !important;
}
.resili_button.icon_reverse .icon {
  margin-right: 6px;
}

.icon_button {
  background-color: #fff !important;
  color: #5CBA99 !important;
  border: 1px solid #5CBA99 !important;
  border-radius: 100% !important;
  min-width: unset !important;
  width: 45px !important;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
  padding: 0 !important;
}
.icon_button:hover {
  background-color: #5CBA99 !important;
  color: #fff !important;
}

.custom_block .slider_nav_button {
  border-radius: 100%;
  font-size: 1.2em;
  padding: 0;
  width: 45px;
  height: 45px;
  opacity: 0.6;
  min-width: unset;
}
@media only screen and (max-width: 767.98px) {
  .custom_block .slider_nav_button {
    width: 40px;
    height: 40px;
  }
}
.custom_block .slider_nav_button:hover, .custom_block .slider_nav_button:focus, .custom_block .slider_nav_button:active {
  opacity: 1;
}

.green_banner {
  background-color: #002113;
  color: #fff;
  padding-top: 160px;
  position: relative;
  background-image: url(images/dots_pattern.svg);
  background-repeat: repeat;
  background-size: 20px;
  border-radius: 0 0 80px 80px;
}
@media only screen and (max-width: 991.98px) {
  .green_banner {
    padding-top: 140px;
    border-radius: 0 0 40px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .green_banner {
    padding-top: 110px;
    border-radius: 0 0 30px 30px;
  }
}
.green_banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 33, 19)), to(rgba(0, 33, 19, 0)));
  background-image: linear-gradient(to bottom, rgb(0, 33, 19), rgba(0, 33, 19, 0));
  z-index: 1;
}
.green_banner.bottom_offset:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 991.98px) {
  .green_banner.bottom_offset:after {
    display: none !important;
  }
}
.green_banner .content_col {
  padding-bottom: 70px;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 991.98px) {
  .green_banner .content_col {
    padding-bottom: 30px;
  }
}
.green_banner h1 {
  color: #fff !important;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767.98px) {
  .green_banner h1 {
    font-size: 1.8rem;
  }
}
.green_banner .banner_text {
  padding-right: 40px;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 991.98px) {
  .green_banner .banner_text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .green_banner .banner_text {
    padding-bottom: 0;
  }
}
.green_banner .banner_image,
.green_banner .banner_text,
.green_banner .breadcrumb_wrapper {
  position: relative;
  z-index: 3;
}
.green_banner .banner_image {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  max-height: 430px;
}
@media only screen and (max-width: 1199.98px) {
  .green_banner .banner_image {
    max-height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .green_banner .banner_image {
    border-radius: 10px;
    max-height: 220px;
  }
}
.green_banner .banner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.green_banner .category_bubble {
  margin-right: 10px;
}
.green_banner .share_listen_wrapper {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .green_banner .share_listen_wrapper {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .green_banner .share_listen_wrapper {
    display: block;
  }
}
.green_banner .share_title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 10px;
  font-weight: 600;
}
.green_banner .share_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.green_banner .share_post .shared-counts-wrap {
  margin-bottom: 0;
}
.green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button {
  background-color: #5CBA99;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:hover, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:focus, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:active {
  background-color: rgb(67.5129310345, 159.4870689655, 127.1982758621);
}
.green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:focus .shared-counts-icon, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:active .shared-counts-icon {
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
}
.green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg:hover, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg:focus, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg:active, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:focus .shared-counts-icon svg:hover, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:focus .shared-counts-icon svg:focus, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:focus .shared-counts-icon svg:active, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:active .shared-counts-icon svg:hover, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:active .shared-counts-icon svg:focus, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button:active .shared-counts-icon svg:active {
  fill: #fff !important;
}
.green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
  fill: #fff !important;
}
.green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg:hover, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg:focus, .green_banner .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg:active {
  fill: #fff !important;
}
.green_banner .addtoany_list a:not(.addtoany_special_service) > span {
  border-radius: 100%;
}
.green_banner .a2a_svg {
  padding: 4px;
}
.green_banner .listen_on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
@media only screen and (max-width: 767.98px) {
  .green_banner .listen_on {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.green_banner .listen_on .channel_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.green_banner .listen_on .channel_icon {
  width: 32px;
  height: 32px;
  background-color: #CA9E67;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.green_banner .listen_on .channel_icon:hover {
  background-color: rgb(188.3317073171, 133.8146341463, 65.6682926829);
}
.green_banner .listen_on .channel_icon.image_icon {
  padding: 6px;
}
.green_banner .listen_on .channel_icon.image_icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.post_banner {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199.98px) {
  .post_banner {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .post_banner {
    margin-bottom: 10px;
  }
}
.post_banner .image_col {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991.98px) {
  .post_banner .image_col {
    margin-bottom: 0;
  }
}
.post_banner .content_col {
  padding-left: 30px;
}
@media only screen and (max-width: 991.98px) {
  .post_banner .content_col {
    padding-top: 30px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .post_banner .content_col {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .post_banner .image_col,
  .post_banner .content_col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .post_banner .image_col,
  .post_banner .content_col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .post_banner .banner_text {
    padding-bottom: 0;
  }
}
.post_banner .embed_wrapper {
  width: 100%;
  position: relative;
  z-index: 4;
}
.post_banner .embed_wrapper iframe {
  width: 100%;
}

.resili_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  width: 100%;
  overflow: scroll;
  font-size: 0.9em;
}
.resili_breadcrumb::-webkit-scrollbar {
  display: none;
}
.resili_breadcrumb .breadcrumb_sep {
  width: 6px;
  margin: 0 0.5rem;
  color: #CA9E67;
}
.resili_breadcrumb a {
  color: #fff;
  text-decoration: none;
  font-weight: 400 !important;
}
.resili_breadcrumb a:hover, .resili_breadcrumb a:focus {
  color: #CA9E67;
}
.resili_breadcrumb .breadcrumb_last {
  color: #fff;
}

.slick-dots {
  margin: 0.5rem 0 0 0 !important;
  display: block;
  width: 100%;
  padding: 0 !important;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  min-width: unset;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent !important;
}
.slick-dots li button:before {
  font-family: "Figtree", sans-serif;
  font-size: 36px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #BEBEBE;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.slick-dots li.slick-active button:before {
  color: #CA9E67;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.post_date_author {
  margin-bottom: 20px;
}
.post_date_author .post_date {
  display: inline-block;
  color: #9E9E9E;
  font-weight: 300 !important;
  text-transform: uppercase;
}
.post_date_author .sep {
  display: inline-block;
  color: #9E9E9E;
  font-weight: 300 !important;
}
.post_date_author .author {
  display: inline-block;
  color: #52BEC7;
  font-weight: 400 !important;
}

.category_bubble {
  padding: 5px 8px;
  border-radius: 50px;
  background-color: #73BA62;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  margin-right: 10px;
}
@media only screen and (max-width: 767.98px) {
  .category_bubble {
    font-size: 0.7em;
    padding: 4px 6px;
  }
}
.category_bubble .text {
  text-transform: uppercase;
  padding-left: 4px;
  letter-spacing: 1px;
  font-weight: 600;
}

.page-template-basic-page .site-header,
.error404 .site-header,
.page-template-investor-login-page .site-header {
  background-color: #002113 !important;
}

.simple_page {
  padding: 180px 0 60px 0;
}
@media only screen and (max-width: 991.98px) {
  .simple_page {
    padding: 130px 0 40px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .simple_page {
    padding: 100px 0 20px 0;
  }
}
.simple_page h1 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767.98px) {
  .simple_page h1 {
    font-size: 2rem;
  }
}

.error-404 .entry-title {
  padding-top: 80px;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
}
@media only screen and (max-width: 767.98px) {
  .error-404 .entry-title {
    font-size: 2rem;
  }
}
.error-404 .page_blocks {
  margin-bottom: 80px;
}

.section_anchor {
  position: absolute;
  left: 0;
  top: -150px;
}

.modal .modal-content {
  position: relative;
}
.modal .modal-content .icon_button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
}
@media only screen and (max-width: 767.98px) {
  .modal .modal-content .icon_button {
    right: 0.5rem;
    top: 0.5rem;
  }
}
.modal .company_logo {
  display: block;
  position: relative;
  height: 90px;
  max-width: 180px;
}
.modal .company_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.modal h3 {
  margin-bottom: 0.5rem;
  color: #002113;
}
@media only screen and (max-width: 991.98px) {
  .modal h3 {
    font-size: 1.5rem !important;
    margin-bottom: 0;
  }
}
.modal .modal-body {
  padding: 2rem;
}
@media only screen and (max-width: 991.98px) {
  .modal .modal-body {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal .modal-body {
    padding: 1rem;
  }
}
.modal .modal-body p:last-of-type {
  margin-bottom: 0;
}

.fancybox__container button {
  min-width: unset;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border-color: #5CBA99;
}

.grecaptcha-badge {
  display: none;
}

.home_banner_block .banner_dots {
  -webkit-transform: rotate(45deg) scale(0.9);
          transform: rotate(45deg) scale(0.9);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home_banner_block .home_banner_image img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.home_banner_block.active .banner_dots {
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
  opacity: 1;
}
.home_banner_block.active .home_banner_image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.subpage_banner .page_banner_image,
.subpage_banner .banner_image,
.cta_banner .page_banner_image,
.cta_banner .banner_image {
  overflow: hidden;
}
.subpage_banner .banner_image img,
.cta_banner .banner_image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.subpage_banner.active .page_banner,
.subpage_banner.active .banner_image img,
.cta_banner.active .page_banner,
.cta_banner.active .banner_image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-animation-name: imagePanOut;
          animation-name: imagePanOut;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes imagePanOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes imagePanOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.site {
  overflow: hidden;
}

.custom_block .entry_left,
.custom_block .entry_right,
.custom_block .entry_bottom,
.custom_block .entry_top {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.custom_block .entry_left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.custom_block .entry_right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.custom_block .entry_bottom {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.custom_block .entry_top {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.custom_block .entry_grow {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.custom_block.active .entry_left,
.custom_block.active .entry_right,
.custom_block.active .entry_bottom,
.custom_block.active .entry_top {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.custom_block.active .entry_grow {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.custom_block.is_admin .entry_left,
.custom_block.is_admin .entry_right,
.custom_block.is_admin .entry_bottom,
.custom_block.is_admin .entry_top {
  opacity: 1 !important;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.custom_block.is_admin .entry_grow {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.custom_block.is_admin .banner_dots {
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
  opacity: 1;
}
.custom_block.is_admin .home_banner_image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  padding: 12px 20px;
  border-radius: 40px;
}

textarea {
  width: 100%;
  border-radius: 10px;
}

.contact_form .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_form .form_row.onecol {
  display: block;
}
.contact_form .form_row.twocol .form_field {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 767.98px) {
  .contact_form .form_row.twocol .form_field {
    padding-right: 0;
    width: 100%;
  }
}
.contact_form .form_field p {
  margin-top: 0;
}
.contact_form .form_field.phone p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_form .form_field.phone p label:first-child {
  width: 240px;
  padding-right: 10px;
}
.contact_form select, .contact_form textarea, .contact_form input {
  margin-top: 0.5rem;
  width: 100%;
}
.contact_form label {
  width: 100%;
  font-size: 0.8em;
  font-weight: 700;
  color: #002113;
}
.contact_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(images/select_chevron.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 21px;
  background-size: 12px;
}
.contact_form .wpcf7-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
}
.contact_form .wpcf7-checkbox input[type=checkbox] {
  width: auto;
}
.contact_form .wpcf7-checkbox .wpcf7-list-item-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}

.newsletter_form .form_wrapper {
  position: relative;
}
.newsletter_form .field_label {
  display: none;
}
.newsletter_form label {
  width: 100%;
}
.newsletter_form input[type=email] {
  width: 100%;
  padding-right: 150px;
}
.newsletter_form input[type=submit] {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 130px !important;
}
.newsletter_form .mc4wp-success p {
  color: #5CBA99;
}

.custom_block {
  font-family: "Figtree", sans-serif;
}
.custom_block h1, .custom_block h2, .custom_block h3, .custom_block h4, .custom_block h5, .custom_block h6 {
  font-weight: 600;
  color: #002113;
}
.custom_block p, .custom_block h1, .custom_block h2, .custom_block h3, .custom_block h4, .custom_block h5, .custom_block h6, .custom_block ul, .custom_block ol, .custom_block blockquote {
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
}
.custom_block p {
  font-weight: 300;
}
.custom_block strong {
  font-weight: 800;
}
.custom_block p, .custom_block ul {
  font-size: 1.1em;
}
@media only screen and (max-width: 767.98px) {
  .custom_block p, .custom_block ul {
    font-size: 1em;
  }
}
.custom_block ul {
  font-weight: 300;
  padding-left: 1em;
  list-style: none;
}
.custom_block ul li {
  margin-bottom: 0.5rem;
}
.custom_block ul li:before {
  content: "•";
  color: #5CBA99;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.custom_block h2 {
  font-size: 2.5em;
}
@media only screen and (max-width: 1399.98px) {
  .custom_block h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767.98px) {
  .custom_block h2 {
    font-size: 1.8em;
  }
}
.custom_block h3 {
  font-size: 1.75rem;
}
.custom_block a {
  font-weight: bold;
  text-decoration: none;
}
.custom_block.spacing_both {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991.98px) {
  .custom_block.spacing_both {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .custom_block.spacing_both {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.custom_block.spacing_below {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991.98px) {
  .custom_block.spacing_below {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .custom_block.spacing_below {
    margin-bottom: 30px;
  }
}
.custom_block.spacing_above {
  margin-top: 80px;
}
@media only screen and (max-width: 991.98px) {
  .custom_block.spacing_above {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .custom_block.spacing_above {
    margin-top: 30px;
  }
}
.custom_block.has_background {
  padding: 60px 0;
}
@media only screen and (max-width: 991.98px) {
  .custom_block.has_background {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .custom_block.has_background {
    padding: 30px 15px;
  }
}
.custom_block .container-fluid {
  padding: 0;
}
.custom_block input[type=button],
.custom_block input[type=reset],
.custom_block input[type=submit] {
  border: 0;
  background-color: #CA9E67;
  color: #fff;
  font-family: "Figtree", sans-serif;
  padding: 12px 25px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 400 !important;
  letter-spacing: 1px;
  border-radius: 100px;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700 !important;
}
.custom_block input[type=button]:hover, .custom_block input[type=button]:focus, .custom_block input[type=button]:active,
.custom_block input[type=reset]:hover,
.custom_block input[type=reset]:focus,
.custom_block input[type=reset]:active,
.custom_block input[type=submit]:hover,
.custom_block input[type=submit]:focus,
.custom_block input[type=submit]:active {
  color: #fff;
  background-color: #73BA62;
}
.custom_block .arrow_link:visited {
  color: #5CBA99;
}
.custom_block .arrow_link.white:visited {
  color: #fff;
}

.home_banner_block .container {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .home_banner_block .container {
    padding-bottom: 0;
  }
}
.home_banner_block .banner_text {
  padding-right: 40px;
}
@media only screen and (max-width: 991.98px) {
  .home_banner_block .banner_text {
    padding-right: 0;
    padding-bottom: 40px;
    text-align: center;
  }
}
.home_banner_block .banner_title {
  font-size: 4rem;
  color: #fff;
}
@media only screen and (max-width: 1399.98px) {
  .home_banner_block .banner_title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .home_banner_block .banner_title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .home_banner_block .banner_title.dots_title:after {
    left: calc(50% - 25px);
  }
}
@media only screen and (max-width: 767.98px) {
  .home_banner_block .banner_title {
    font-size: 1.8rem;
  }
}
.home_banner_block p {
  font-size: 1.3rem;
}
@media only screen and (max-width: 1399.98px) {
  .home_banner_block p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .home_banner_block p {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .home_banner_block p {
    font-size: 1rem;
  }
}
.home_banner_block .banner_image_wrapper {
  position: relative;
  width: 600px;
  height: 600px;
}
@media only screen and (max-width: 1399.98px) {
  .home_banner_block .banner_image_wrapper {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .home_banner_block .banner_image_wrapper {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .home_banner_block .banner_image_wrapper {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .home_banner_block .banner_image_wrapper {
    width: 170px;
    height: 170px;
  }
}
.home_banner_block .home_banner_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 21%;
}
.home_banner_block .home_banner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.home_banner_block .banner_dots {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home_banner_block.is_admin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.benefits_block.has_leader p:first-of-type {
  font-weight: 500;
  font-size: 1.2em;
  color: #002113;
}
@media only screen and (max-width: 767.98px) {
  .benefits_block.has_leader p:first-of-type {
    font-size: 1.1em;
  }
}
.benefits_block .text_col {
  padding-right: 40px;
}
.benefits_block h2 {
  position: relative;
  margin-bottom: 2.8rem !important;
}
.benefits_block h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.4rem;
  background: transparent url(images/title_dots.svg) no-repeat scroll left top;
  background-size: contain;
  width: 50px;
  height: 8px;
}
.benefits_block .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .benefits_block .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.benefits_block .buttons .resili_button {
  margin-right: 0.5rem;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .benefits_block .buttons .resili_button {
    margin: 0 0 0.5rem 0;
  }
}
.benefits_block .boxes_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.benefits_block .benefit_box_wrapper {
  padding: 0.75rem;
  width: 50%;
}
.benefits_block .benefit_box {
  position: relative;
  width: 100%;
  border-radius: 20px;
  background-color: #002113;
  overflow: hidden;
}
.benefits_block .benefit_box:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.benefits_block .benefit_box .box_content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.benefits_block .benefit_box .box_image,
.benefits_block .benefit_box .box_text_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.benefits_block .benefit_box .box_text_wrapper {
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.benefits_block .benefit_box .box_para {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.benefits_block .benefit_box h3 {
  margin: 0 0 2rem 0;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .benefits_block .benefit_box h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .benefits_block .benefit_box h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .benefits_block .benefit_box h3 {
    font-size: 1.4rem;
  }
}
.benefits_block .benefit_box h3:after {
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  bottom: -1.4rem;
  background: transparent url(images/title_dots.svg) no-repeat scroll left top;
  background-size: contain;
  width: 40px;
  height: 8px;
}
.benefits_block .benefit_box p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 1199.98px) {
  .benefits_block .benefit_box p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .benefits_block .benefit_box p {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .benefits_block .benefit_box p {
    font-size: 1rem;
  }
}
.benefits_block .benefit_box .box_image {
  z-index: 0;
  opacity: 0.6;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.benefits_block .benefit_box .box_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefits_block .benefit_box:hover .box_para, .benefits_block .benefit_box:focus .box_para {
  max-height: 200px;
  opacity: 1;
}
.benefits_block .benefit_box:hover .box_image, .benefits_block .benefit_box:focus .box_image {
  opacity: 0.3;
}
.benefits_block .boxes_col.slick-slider .slick-list {
  padding: 0 20px;
}
.benefits_block .boxes_col.slick-slider .slick-track {
  height: 370px;
}
.benefits_block .boxes_col.slick-slider .benefit_box_wrapper {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefits_block .boxes_col.slick-slider .benefit_box {
  height: 300px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.benefits_block .boxes_col.slick-slider .benefit_box:after {
  display: none;
}
.benefits_block .boxes_col.slick-slider .slick-current .benefit_box {
  height: 350px;
}
.benefits_block .boxes_col.slick-slider .slick-current .box_para {
  max-height: 200px;
  opacity: 1;
}
.benefits_block .boxes_col.slick-slider .slick-current .box_image {
  opacity: 0.3;
}
.benefits_block.is_admin {
  position: relative;
}
.benefits_block.is_admin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.our_story_block {
  position: relative;
}
.our_story_block.has_leader .intro_text p:first-of-type {
  font-weight: 500;
  font-size: 1.2em;
  color: #002113;
}
@media only screen and (max-width: 767.98px) {
  .our_story_block.has_leader .intro_text p:first-of-type {
    font-size: 1.1em;
  }
}
.our_story_block .intro_text {
  padding-right: 40px;
}
@media only screen and (max-width: 991.98px) {
  .our_story_block .intro_text {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
}
.our_story_block .intro_text h2 {
  position: relative;
  margin-bottom: 2.8rem;
}
.our_story_block .intro_text h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.4rem;
  background: transparent url(images/title_dots.svg) no-repeat scroll left top;
  background-size: contain;
  width: 50px;
  height: 8px;
}
.our_story_block .story_col {
  padding-left: 60px;
}
@media only screen and (max-width: 1199.98px) {
  .our_story_block .story_col {
    padding-left: 0;
  }
}
.our_story_block .story_box {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 40px 44px rgba(202, 158, 103, 0.2);
          box-shadow: 0 40px 44px rgba(202, 158, 103, 0.2);
}
@media only screen and (max-width: 991.98px) {
  .our_story_block .story_box {
    -webkit-box-shadow: 0 20px 24px rgba(202, 158, 103, 0.2);
            box-shadow: 0 20px 24px rgba(202, 158, 103, 0.2);
  }
}
@media only screen and (max-width: 767.98px) {
  .our_story_block .story_box {
    -webkit-box-shadow: 0 20px 24px rgba(202, 158, 103, 0.2);
            box-shadow: 0 20px 24px rgba(202, 158, 103, 0.2);
    border-radius: 10px;
  }
}
.our_story_block .story_box .image_wrapper {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 767.98px) {
  .our_story_block .story_box .image_wrapper {
    height: 200px;
  }
}
.our_story_block .story_box .image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (max-width: 767.98px) {
  .our_story_block .story_box h3 {
    font-size: 1.5rem;
  }
}
.our_story_block .story_box .text_wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 767.98px) {
  .our_story_block .story_box .text_wrapper {
    padding: 0 15px;
  }
}
.our_story_block.is_admin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.our_story_block.is_admin .story_slide {
  display: none;
}
.our_story_block.is_admin .story_slide:first-child {
  display: block;
}

.image_boxes_block {
  position: relative;
  padding: 80px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 238, 221)), to(rgba(224, 238, 221, 0)));
  background-image: linear-gradient(to bottom, rgb(224, 238, 221), rgba(224, 238, 221, 0));
  border-radius: 80px 80px 0 0;
}
@media only screen and (max-width: 767.98px) {
  .image_boxes_block {
    border-radius: 30px 30px 0 0;
    padding: 30px 0;
  }
}
.image_boxes_block.has_leader .intro_text p:first-of-type {
  font-weight: 500;
  font-size: 1.2em;
  color: #002113;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .image_boxes_block.has_leader .intro_text p:first-of-type {
    font-size: 1.1em;
  }
}
.image_boxes_block .intro_row {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 991.98px) {
  .image_boxes_block .intro_row {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .image_boxes_block .intro_row {
    margin-bottom: 1.5rem;
  }
}
.image_boxes_block .intro_text {
  padding-right: 40px;
}
@media only screen and (max-width: 991.98px) {
  .image_boxes_block .intro_text {
    padding-right: 0;
  }
}
.image_boxes_block .intro_text h2 {
  position: relative;
  margin-bottom: 2.8rem;
}
.image_boxes_block .intro_text h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.4rem;
  background: transparent url(images/title_dots.svg) no-repeat scroll left top;
  background-size: contain;
  width: 50px;
  height: 8px;
}
@media only screen and (max-width: 991.98px) {
  .image_boxes_block .box_col {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767.98px) {
  .image_boxes_block .box_col {
    margin-bottom: 1.5rem;
    display: block;
  }
}
.image_boxes_block .image_wrapper {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991.98px) {
  .image_boxes_block .image_wrapper {
    width: 250px;
    height: 160px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .image_boxes_block .image_wrapper {
    width: 100%;
    height: auto;
    margin-right: 0;
    border-radius: 10px;
    margin-bottom: 1.5rem;
  }
}
.image_boxes_block .image_wrapper:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.image_boxes_block .image_wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .image_boxes_block .box_info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.image_boxes_block .box_info h3 {
  margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
  .image_boxes_block .box_info h3 {
    font-size: 1.3rem;
  }
}
.image_boxes_block.is_admin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.image_boxes_block.is_admin .story_slide {
  display: none;
}
.image_boxes_block.is_admin .story_slide:first-child {
  display: block;
}

.figures_block {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .figures_block .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.figures_block.has_leader .intro_text p:first-of-type {
  font-weight: 500;
  font-size: 1.2em;
  color: #002113;
}
@media only screen and (max-width: 991.98px) {
  .figures_block.has_leader .intro_text p:first-of-type {
    font-size: 1.1em;
  }
}
.figures_block .intro_text {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 767.98px) {
  .figures_block .intro_text {
    text-align: left !important;
    margin-bottom: 1.5rem;
  }
}
.figures_block .intro_text h2 {
  position: relative;
  margin-bottom: 2.8rem !important;
  margin-top: 0;
}
.figures_block .intro_text h2:after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  bottom: -1.4rem;
  background: transparent url(images/title_dots.svg) no-repeat scroll left top;
  background-size: contain;
  width: 50px;
  height: 8px;
}
@media only screen and (max-width: 767.98px) {
  .figures_block .intro_text h2:after {
    left: 0;
  }
}
.figures_block .fig_col {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .figures_block .fig_col {
    text-align: left;
  }
}
.figures_block .figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #73BA62;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .figures_block .figure {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 3.2rem;
  }
}
.figures_block .fig_subtitle {
  font-weight: 700;
  color: #002113;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .figures_block .fig_subtitle {
    font-size: 1.1rem;
  }
}
.figures_block .fig_text p:first-of-type {
  margin-top: 0;
}
.figures_block.is_admin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.image_banner_block {
  position: relative;
}
.image_banner_block.has_leader .text_col p:first-of-type {
  font-weight: 500;
  font-size: 1.2em;
}
@media only screen and (max-width: 767.98px) {
  .image_banner_block.has_leader .text_col p:first-of-type {
    font-size: 1.1em;
  }
}
.image_banner_block .content {
  background-color: #002113;
  border-radius: 20px;
  overflow: hidden;
}
.image_banner_block .text_col {
  padding: 60px;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .image_banner_block .text_col {
    padding: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .image_banner_block .text_col {
    padding: 30px 15px;
  }
}
.image_banner_block .text_col h2, .image_banner_block .text_col h3, .image_banner_block .text_col h4, .image_banner_block .text_col h5 {
  color: #73BA62 !important;
  margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
  .image_banner_block .text_col h2, .image_banner_block .text_col h3, .image_banner_block .text_col h4, .image_banner_block .text_col h5 {
    font-size: 1.5rem;
  }
}
.image_banner_block .text_col p:last-of-type {
  margin-bottom: 0;
}
.image_banner_block .image_col {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .image_banner_block .image_col {
    height: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .image_banner_block .image_col {
    height: 200px;
  }
}
.image_banner_block .image_col img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_banner_block.is_admin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.image_banner_block.is_admin .story_slide {
  display: none;
}
.image_banner_block.is_admin .story_slide:first-child {
  display: block;
}

.image_pills_block {
  position: relative;
}
.image_pills_block.has_leader .intro_text p:first-of-type {
  font-weight: 500;
  font-size: 1.2em;
  color: #002113;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .image_pills_block.has_leader .intro_text p:first-of-type {
    font-size: 1.1em;
  }
}
.image_pills_block .intro_row {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 991.98px) {
  .image_pills_block .intro_row {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .image_pills_block .intro_row {
    margin-bottom: 1.5rem;
  }
}
.image_pills_block .intro_text {
  padding-right: 40px;
}
@media only screen and (max-width: 991.98px) {
  .image_pills_block .intro_text {
    padding-right: 0;
  }
}
.image_pills_block .intro_text h2 {
  position: relative;
  margin-bottom: 2.8rem;
}
.image_pills_block .intro_text h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.4rem;
  background: transparent url(images/title_dots.svg) no-repeat scroll left top;
  background-size: contain;
  width: 50px;
  height: 8px;
}
.image_pills_block .box_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .image_pills_block .box_col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid lightgrey;
  }
}
@media only screen and (max-width: 767.98px) {
  .image_pills_block .box_col {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }
}
.image_pills_block .image_wrapper {
  width: 170px;
  height: 270px;
  position: relative;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991.98px) {
  .image_pills_block .image_wrapper {
    width: 100px;
    height: 160px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .image_pills_block .image_wrapper {
    width: 60px;
    height: 100px;
    margin-right: 20px;
  }
}
.image_pills_block .image_wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_pills_block .box_info {
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .image_pills_block .box_info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
}
.image_pills_block .box_info h3 {
  margin-top: 0;
}
@media only screen and (max-width: 1199.98px) {
  .image_pills_block .box_info h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .image_pills_block .box_info h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .image_pills_block .box_info h3 {
    font-size: 1.3rem;
  }
}
.image_pills_block .box_info p:last-of-type {
  margin-bottom: 0;
}
.image_pills_block.is_admin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.image_pills_block.is_admin .story_slide {
  display: none;
}
.image_pills_block.is_admin .story_slide:first-child {
  display: block;
}

.faq_block .text_col h2 {
  margin-top: 0;
}
.faq_block .accordion_item {
  background-color: #EAF4E8;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}
.faq_block .accordion_button {
  text-decoration: none;
  font-size: 1.1em;
  padding: 18px 80px 18px 20px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .faq_block .accordion_button {
    padding: 14px 60px 14px 14px;
  }
}
.faq_block .accordion_button .title {
  color: #002113;
  font-size: 1.1em;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .faq_block .accordion_button .title {
    font-size: 1em;
  }
}
.faq_block .accordion_button .icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #CA9E67;
  border-radius: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 767.98px) {
  .faq_block .accordion_button .icon {
    width: 20px;
    height: 20px;
    font-size: 0.7rem;
    right: 15px;
  }
}
.faq_block .accordion_button:hover .title {
  color: black;
}
.faq_block .accordion_button:hover .icon {
  color: #fff;
}
.faq_block .accordion_button.collapsed .icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq_block .accordion_body {
  padding: 1px 20px;
  font-family: "Figtree", sans-serif;
}
@media only screen and (max-width: 767.98px) {
  .faq_block .accordion_body {
    padding: 1px 14px;
  }
}
.faq_block .accordion_body p {
  margin-top: 0;
}
.faq_block.is_admin:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media only screen and (max-width: 767.98px) {
  .contact_block .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact_block .logo {
  margin-bottom: 2.5rem;
}
.contact_block .logo img {
  width: 220px;
}
@media only screen and (max-width: 991.98px) {
  .contact_block .info_col {
    margin-bottom: 1.5rem;
  }
}
.contact_block.is_admin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.post_list_block .no_filter {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767.98px) {
  .post_list_block .no_filter {
    margin-top: 1rem;
  }
}
.post_list_block .filter_section {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991.98px) {
  .post_list_block .filter_section {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .post_list_block .filter_section {
    margin-bottom: 1rem;
  }
}
.post_list_block .filter_section .filter_wrapper {
  background-color: #E0EEDD;
  border-radius: 999px;
  padding: 6px;
}
@media only screen and (max-width: 767.98px) {
  .post_list_block .filter_section .filter_wrapper {
    padding: 4px;
  }
}
.post_list_block .filter_section .search-filter-input-button {
  background-color: transparent;
  border-radius: 999px;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  border: 1px solid #002113;
  color: #002113;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 16px;
  outline: 0;
}
.post_list_block .filter_section .search-filter-input-button--is-selected {
  border: 1px solid #73BA62;
  background-color: #73BA62;
  color: #fff;
  outline: 0;
}
.post_list_block .filter_section .search-filter-input-button--is-selected:focus, .post_list_block .filter_section .search-filter-input-button--is-selected:active {
  border: 1px solid #73BA62 !important;
  outline: 0;
}
.post_list_block .filter_section .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected) {
  border: 1px solid #73BA62;
  background-color: #73BA62;
  color: #fff;
}
.post_list_block .filter_section .search-filter-input-button:focus, .post_list_block .filter_section .search-filter-input-button:active {
  border: 1px solid #73BA62 !important;
  outline: 0;
}
@media only screen and (max-width: 767.98px) {
  .post_list_block .filter_section .search-filter-input-button {
    font-size: 0.8rem;
    padding: 6px 10px;
  }
}
.post_list_block .filter_section .search-filter-checkable-button__input:focus + .search-filter-input-button {
  outline: none;
}
.post_list_block.is_admin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media only screen and (max-width: 767.98px) {
  .post_list_wrapper {
    margin-bottom: 1.5rem;
  }
}

.post_list_item {
  display: block;
  margin-bottom: 2.5rem;
  padding-top: 14px;
}
@media only screen and (max-width: 767.98px) {
  .post_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem;
  }
}
.post_list_item:hover .post_thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.post_list_item .post_thumbnail {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 16px rgba(202, 158, 103, 0.2);
          box-shadow: 0 0 16px rgba(202, 158, 103, 0.2);
  width: 100%;
  height: 270px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1399.98px) {
  .post_list_item .post_thumbnail {
    height: 230px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .post_list_item .post_thumbnail {
    height: 190px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post_list_item .post_thumbnail {
    width: 100px;
    height: 70px;
    border-radius: 8px;
  }
}
.post_list_item .post_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media only screen and (max-width: 767.98px) {
  .post_list_item .post_info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 15px;
  }
}
.post_list_item .post_date_author {
  margin-bottom: 0.5rem;
  font-size: 0.95em;
}
@media only screen and (max-width: 767.98px) {
  .post_list_item .post_date_author {
    font-size: 0.8em;
  }
}
.post_list_item .post_name {
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 991.98px) {
  .post_list_item .post_name {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .post_list_item .post_name {
    font-size: 1.2rem;
  }
}

.home_posts_block {
  position: relative;
  padding: 80px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 238, 221)), to(rgba(224, 238, 221, 0)));
  background-image: linear-gradient(to bottom, rgb(224, 238, 221), rgba(224, 238, 221, 0));
  border-radius: 80px 80px 0 0;
}
@media only screen and (max-width: 767.98px) {
  .home_posts_block {
    border-radius: 30px 30px 0 0;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .home_posts_block .home_posts {
    margin-bottom: 1.5rem;
  }
}
.home_posts_block .post_item_col:nth-child(4) {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .home_posts_block .post_item_col:nth-child(4) {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .home_posts_block .post_item_col:nth-child(4) {
    display: none;
  }
}
.home_posts_block h2 {
  position: relative;
  margin-bottom: 2.8rem !important;
}
.home_posts_block h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.4rem;
  background: transparent url(images/title_dots.svg) no-repeat scroll left top;
  background-size: contain;
  width: 50px;
  height: 8px;
}
.home_posts_block.is_admin:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}