@charset "UTF-8";
.anim {
  opacity: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  padding: 5px 10px 2px;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  padding: 5px 10px 2px;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
}

.grecaptcha-badge {
  display: none !important;
}

#responsive-menu-button {
  display: none !important;
}

iframe {
  max-width: 100%;
}

@media (max-width: 991px) {
  .invert .wp-block-column:first-child {
    order: 2;
  }
  .invert .wp-block-column:last-child {
    order: 1;
  }
}

.noclick > a {
  pointer-events: none;
  position: relative;
}
.noclick > a .responsive-menu-subarrow {
  pointer-events: auto;
  position: absolute;
  left: 0;
  right: 15px !important;
  width: auto !important;
  background: none !important;
  text-align: right !important;
}

.single-item {
  margin-bottom: 40px;
}
.single-item .img {
  padding-bottom: 56%;
  background-size: contain;
  background-position: center;
  margin: 0 0 15px;
  display: block;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
}
.single-item h3 {
  font-size: 18px !important;
  text-align: center;
}
.single-item:hover .img {
  opacity: 0.7;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0d0e0e;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

.page:after,
.page > figure,
.page:before {
  display: none;
}

.wrap {
  overflow: hidden;
}

a {
  color: #132639;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: #132639;
  text-decoration: underline;
}

.wpcf7-list-item-label {
  font-size: 15px !important;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  width: auto;
}

.row {
  margin: 0 -10px;
}

.row [class*=col-] {
  padding: 0 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  color: #fff;
}

.container {
  position: relative;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 11;
}
.header .col-lg-12 {
  position: relative;
  height: 212px;
}
.header__bar {
  position: absolute;
  z-index: 1;
  top: 60px;
  height: 124px;
  left: 456px;
  right: calc((1200px - 100vw) / 2);
  pointer-events: none;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}
.header__bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #FFFFFF 0%, #F6F6F7 60%, #E9E9EB 100%);
  clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%);
}
.header .logo {
  position: absolute;
  z-index: 3;
  top: 28px;
  height: 180px;
  left: calc((1200px - 100vw) / 2);
  width: calc(482px + (100vw - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 82px;
  filter: drop-shadow(0px 7px 14px rgba(0, 0, 0, 0.35));
}
.header .logo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #243547 0%, #132639 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 37px) 100%, 0 100%);
}
.header .logo img {
  position: relative;
  z-index: 2;
  height: auto;
}
.header ul.navigation {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  z-index: 2;
  top: 60px;
  height: 128px;
  left: 552px;
  right: 0;
  font-size: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header ul.navigation span {
  display: none;
}
.header ul.navigation li {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.header ul.navigation li.nowrap a {
  white-space: nowrap;
}
.header ul.navigation li > a {
  font-size: 16px;
  line-height: 128px;
  display: block;
  color: #132639;
  font-family: "Poppins", sans-serif;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.2s;
  position: relative;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  z-index: 3;
}
.header ul.navigation li.current-menu-parent > a, .header ul.navigation li.current-page-ancestor > a, .header ul.navigation li.current_page_item > a {
  color: #68B022;
  text-decoration: none;
}
.header ul.navigation li:hover > a {
  text-decoration: none;
  color: #68B022;
}
.header ul.navigation li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 220px;
  background: #fff;
  padding: 15px;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  display: block;
  border-radius: 6px;
  margin: 0;
  transform: translate(-50%, 10px);
  transition-duration: 0.3s;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.header ul.navigation li ul span {
  display: none;
}
.header ul.navigation li ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  content: "";
  position: absolute;
  box-shadow: none !important;
}
.header ul.navigation li ul li {
  float: none;
  display: block;
  width: auto;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  text-align: left;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: none !important;
}
.header ul.navigation li ul li:last-child {
  border: 0 !important;
}
.header ul.navigation li ul li:after, .header ul.navigation li ul li:before {
  display: none !important;
}
.header ul.navigation li ul li a {
  line-height: 20px;
  font-size: 15px;
  font-weight: 300;
  padding: 8px 0 !important;
  background: none;
  display: block;
  color: #979797;
  white-space: normal;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
}
.header ul.navigation li ul li a:after {
  display: none;
}
.header ul.navigation li ul li a:hover {
  box-shadow: none;
  background: none;
  color: #1C2430;
  text-decoration: none;
}
.header ul.navigation li ul li.current-menu-parent > a, .header ul.navigation li ul li.current-page-ancestor > a, .header ul.navigation li ul li.current_page_item > a, .header ul.navigation li ul li:hover > a {
  color: #1C2430 !important;
  text-decoration: none;
  background: none;
  box-shadow: none;
}
.header ul.navigation li ul li.current-menu-parent > a:hover, .header ul.navigation li ul li.current-page-ancestor > a:hover, .header ul.navigation li ul li.current_page_item > a:hover, .header ul.navigation li ul li:hover > a:hover {
  color: #1C2430;
}
.header ul.navigation li:hover ul {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.header .menu-trigger {
  display: none;
}
@media (max-width: 1229px) {
  .header__bar {
    right: -15px;
  }
  .header .logo {
    left: -15px;
    width: 497px;
  }
}
@media (max-width: 991px) {
  .header .col-lg-12 {
    height: 90px;
  }
  .header__bar {
    top: 0;
    height: 90px;
    left: -15px;
    right: -15px;
  }
  .header__bar:before {
    clip-path: none;
  }
  .header .logo {
    top: 0;
    height: 90px;
    left: -15px;
    width: auto;
    padding: 0 40px 0 25px;
    justify-content: flex-start;
  }
  .header .logo:before {
    clip-path: polygon(0 0, 100% 0, calc(100% - 22px) 100%, 0 100%);
  }
  .header .logo:after {
    right: 25px;
    bottom: -12px;
    height: 24px;
  }
  .header .logo img {
    width: 180px;
  }
  .header ul.navigation {
    display: none;
  }
  .header .menu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #8CC63F;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 20px;
  }
  .header .menu-trigger svg {
    height: 30px;
    width: auto;
  }
}

.hero {
  position: relative;
  z-index: 5;
  height: 1060px;
  background: radial-gradient(ellipse at center, rgb(237, 245, 249) 0%, rgb(145, 165, 177) 100%);
}
.hero figure {
  margin: 0;
}
.hero__family {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 230px;
  pointer-events: none;
  filter: grayscale(100%);
}
.hero__leaves {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  pointer-events: none;
}
.hero__man {
  position: absolute;
  z-index: 7;
  bottom: -1px;
  left: calc(50% + 27px);
  pointer-events: none;
}
.hero__info {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 0;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.3));
}
.hero__info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: calc(50% - 672px);
  background: linear-gradient(to bottom, #243547 0%, #132639 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 77px) 100%, 0 100%);
}
.hero__info .container {
  z-index: 2;
}
.hero__info-txt {
  max-width: 530px;
  padding: 45px 0;
}
.hero__info-txt h3 {
  color: #8DBF4B;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.hero__info-txt p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 25px;
}
.hero__info-txt p:last-child {
  margin-bottom: 0;
}
.hero__cta-wrap {
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.hero__cta-wrap .container {
  height: 100%;
}
.hero__cta {
  pointer-events: auto;
  position: absolute;
  left: 705px;
  bottom: -50px;
  width: 600px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 6px 64px 0 0;
  text-align: right;
}
.hero__cta:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #93CB49 0%, #82BB35 100%);
  clip-path: polygon(30px 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
}
.hero__cta:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -46px;
  bottom: -44px;
  width: 576px;
  height: 125px;
  background: url("img/shadow-cta.png") no-repeat center;
  background-size: 100% 100%;
  pointer-events: none;
}
.hero__cta .label {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
}
.hero__cta .phone {
  position: relative;
  z-index: 2;
  margin: 0;
}
.hero__cta .phone a {
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.hero__cta .phone a span {
  font-weight: 300;
}
.hero__cta .phone a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .hero {
    height: 1020px;
  }
  .hero__family {
    top: 200px;
  }
  .hero__family img {
    width: 620px;
  }
  .hero__leaves img {
    width: 760px;
  }
  .hero__man {
    left: auto;
    right: 0;
    top: 300px;
  }
  .hero__man img {
    width: 560px;
  }
  .hero__info {
    height: 350px;
  }
  .hero__info:before {
    right: -90px;
  }
  .hero__info-txt {
    padding-top: 55px;
    max-width: 520px;
  }
  .hero__cta {
    left: auto;
    right: 15px;
    bottom: 55px;
    width: 520px;
    height: 132px;
    padding-right: 50px;
  }
  .hero__cta .phone a {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 90px 0 0;
  }
  .hero__family {
    top: 0;
  }
  .hero__family img {
    height: 300px;
  }
  .hero__leaves img {
    width: 400px;
  }
  .hero figure.hero__man {
    display: none;
  }
  .hero__info {
    position: relative;
    height: auto;
    margin-top: 200px;
    padding: 50px 0 20px;
  }
  .hero__info:before {
    right: -60px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  }
  .hero__info-txt {
    padding-top: 0;
    max-width: none;
  }
  .hero__info-txt h3 {
    font-size: 18px;
    margin: 0 0 12px;
  }
  .hero__info-txt p {
    font-size: 15px;
    margin: 0 0 30px;
    max-width: none;
  }
  .hero__cta-wrap {
    position: relative;
    top: auto;
    bottom: auto;
    pointer-events: auto;
    margin: -30px 0 0;
    padding: 0;
    background: #132639;
  }
  .hero__cta-wrap .container {
    height: auto;
  }
  .hero__cta {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    transform: translateY(20px);
    padding: 22px 32px 24px 20px;
  }
  .hero__cta:before {
    clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  }
  .hero__cta:after {
    left: -15px;
    bottom: -30px;
    width: 100%;
    height: 80px;
  }
  .hero__cta .label {
    font-size: 15px;
  }
  .hero__cta .phone a {
    font-size: 26px;
  }
}

.stats {
  position: relative;
  z-index: 4;
  padding: 130px 0 90px;
  background: linear-gradient(to right, rgb(254, 254, 254) 0%, rgb(238, 238, 238) 49%, rgb(254, 254, 254) 100%);
}
.stats:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1420px;
  max-width: 100%;
  height: 33px;
  background: url("img/shadow-section.png") no-repeat center bottom;
  pointer-events: none;
}
.stats .item {
  display: flex;
  align-items: center;
}
.stats .item .ico {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FFFFFF 0%, #EDEEEF 100%);
  border: 1px solid #fff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
}
.stats .item .ico img {
  display: block;
}
.stats .item .txt {
  padding-left: 32px;
}
.stats .item .txt .num {
  display: block;
  color: #385470;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 5px;
}
.stats .item .txt p {
  color: #385470;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}
@media (max-width: 991px) {
  .stats {
    padding: 60px 0 60px;
  }
  .stats .item {
    margin-bottom: 30px;
  }
  .stats .item .ico {
    width: 90px;
    height: 90px;
  }
  .stats .item .ico img {
    max-width: 52px;
    max-height: 52px;
    height: auto;
  }
  .stats .item .txt {
    padding-left: 25px;
  }
  .stats .item .txt .num {
    font-size: 34px;
    margin: 0 0 6px;
  }
  .stats .item .txt p {
    font-size: 15px;
  }
  .stats .col-lg-4:last-child .item {
    margin-bottom: 0;
  }
}

.page-title {
  position: relative;
  z-index: 5;
  height: 270px;
  overflow: hidden;
  text-align: center;
  background: radial-gradient(ellipse at center, rgb(237, 245, 249) 0%, rgb(145, 165, 177) 100%);
}
.page-title__bg {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.page-title__bg2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .page-title {
    height: 200px;
  }
  .page-title__bg2 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-title__bg2 img {
    width: 400px;
  }
  .page-title__bg:after {
    background-size: contain;
  }
}

.about {
  position: relative;
  padding: 120px 0 175px;
  overflow: hidden;
}
.about__leaves {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.about__pig {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 2;
  pointer-events: none;
}
.about .container {
  position: relative;
  z-index: 3;
}
.about h2 {
  color: #385470;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 40px;
}
.about ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about ul li {
  position: relative;
  color: #385470;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  padding: 0 0 0 46px;
  margin: 0 0 6px;
}
.about ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: url("img/li.svg") no-repeat center;
  background-size: contain;
}
.about ul li:last-child {
  margin-bottom: 0;
}
.about ul li strong {
  color: #385470;
  font-weight: 600;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .about__leaves img {
    width: 520px;
  }
  .about__pig img {
    width: 620px;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 100px 0 100px;
  }
  .about__leaves img {
    width: 300px;
  }
  .about__pig {
    display: none;
  }
  .about h2 {
    color: #385470;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 30px;
  }
  .about ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .about ul li {
    position: relative;
    color: #385470;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 0 0 40px;
    margin: 0 0 6px;
  }
  .about ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: url("img/li.svg") no-repeat center;
    background-size: contain;
  }
  .about ul li:last-child {
    margin-bottom: 0;
  }
  .about ul li strong {
    color: #385470;
    font-weight: 600;
  }
}

.content--page .isfp-intro {
  gap: 35px;
  margin-bottom: 50px;
  align-items: center;
}
.content--page .isfp-intro .wp-block-media-text__media img {
  border-radius: 14px;
}
.content--page .isfp-intro .isfp-intro__title {
  margin: 0;
}
.content--page .isfp-steps {
  counter-reset: isfp;
}
.content--page .isfp-step.wp-block-media-text {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  gap: 0;
}
.content--page .isfp-step.wp-block-media-text .wp-block-media-text__media {
  align-self: stretch;
}
.content--page .isfp-step.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content--page .isfp-step.wp-block-media-text .wp-block-media-text__content {
  padding: 34px 40px;
}
.content--page .isfp-step.wp-block-media-text .wp-block-media-text__content h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 14px;
}
.content--page .isfp-step.wp-block-media-text .wp-block-media-text__content h3:before {
  counter-increment: isfp;
  content: counter(isfp);
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background: #8CC63F;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content--page .isfp-step.wp-block-media-text .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
.content--page .isfp-steps--plain .isfp-step.wp-block-media-text .wp-block-media-text__content h3 {
  gap: 0;
}
.content--page .isfp-steps--plain .isfp-step.wp-block-media-text .wp-block-media-text__content h3:before {
  display: none;
}
.content--page .isfp-note {
  background: #f4f7ed;
  border-left: 4px solid #8CC63F;
  border-radius: 12px;
  padding: 30px 35px;
  margin: 0 0 45px;
}
.content--page .isfp-note h4 {
  margin-top: 0;
}
.content--page .isfp-note ul {
  margin-bottom: 16px;
}
.content--page .isfp-note p:last-child {
  margin-bottom: 0;
}
.content--page .isfp-cta {
  text-align: center;
  background: linear-gradient(to bottom, #ffffff 0%, #f1f3f4 100%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 50px 30px;
  margin: 50px 0;
}
.content--page .isfp-cta .isfp-cta__title {
  color: #194D8D;
  margin: 0 0 25px;
}
.content--page .isfp-cta .wp-block-button__link {
  background: #8CC63F;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  padding: 16px 40px;
  transition-duration: 0.2s;
}
.content--page .isfp-cta .wp-block-button__link:hover {
  background: #7eb536;
}
.content--page .isfp-why__title {
  margin-top: 55px;
}
.content--page .isfp-table {
  margin: 25px 0 0;
}
.content--page .isfp-table table {
  width: 100%;
  border-collapse: collapse;
}
.content--page .isfp-table th,
.content--page .isfp-table td {
  border: 1px solid #e2e3e5;
  padding: 13px 16px;
  font-size: 15px;
  color: #1C2430;
  line-height: 1.4;
}
.content--page .isfp-table thead th {
  background: #f1f3f4;
  color: #194D8D;
  font-weight: 600;
}
.content--page .isfp-table figcaption {
  font-size: 11px;
  color: #6a7178;
  margin-top: 8px;
}
.content--page .isfp-credits {
  font-size: 11px;
  color: #9aa1a8;
  line-height: 1.5;
  margin-top: 30px;
}
.content--page .about-intro {
  gap: 45px;
}
.content--page .about-portrait {
  margin: 0;
}
.content--page .about-portrait img {
  border-radius: 10px;
}
.content--page .about-portrait figcaption {
  text-align: center;
  font-size: 13px;
  color: #6a7178;
  margin-top: 12px;
}
.content--page .about-logo {
  margin: 18px 0 28px;
}
@media (max-width: 767px) {
  .content--page .isfp-intro {
    gap: 20px;
  }
  .content--page .isfp-step.wp-block-media-text .wp-block-media-text__content {
    padding: 26px 24px;
  }
}

.content {
  position: relative;
  z-index: 3;
}
.content--page {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}
.content--page .container {
  position: relative;
  z-index: 2;
}
.content table td {
  vertical-align: top;
}
.content h1 {
  margin: 0 0 40px;
  font-size: 44px;
  color: #374873;
  font-weight: 600;
  position: relative;
}
.content h2 {
  margin: 0 0 30px;
  font-size: 30px;
  color: #374873;
  font-weight: 600;
  position: relative;
}
.content h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #374873;
  font-weight: 600;
}
.content h4 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #374873;
  font-weight: 700;
}
.content h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: -15px 0 25px;
  text-transform: uppercase;
}
.content h6 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin: 70px 0 0;
}
.content blockquote {
  font-size: 15px;
  color: #000;
  margin: 0 0 38px;
  padding: 0 0 0 18px;
  border-left: 2px solid #000;
}
.content p {
  font-size: 16px;
  color: #0c0d36;
  margin: 0 0 16px;
  line-height: 24px;
  font-weight: 400;
}
.content li {
  font-size: 16px;
  color: #0c0d36;
  line-height: 24px;
  font-weight: 400;
}
.content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content img {
  max-width: 100%;
  height: auto !important;
}
.content hr {
  margin: 30px 0;
  clear: both;
}
@media (max-width: 991px) {
  .content--page {
    padding: 50px 0 70px;
    position: relative;
  }
  .content--page a img.alignright {
    float: none;
    display: block;
    margin: 0 auto 24px;
  }
  .content blockquote,
  .content li,
  .content p {
    font-size: 15px;
  }
  .content h1 {
    font-size: 32px;
  }
  .content h2 {
    font-size: 24px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content h4 {
    font-size: 15px;
  }
  .content form .row {
    margin: 0 -5px;
  }
  .content form input[type=email],
  .content form input[type=text],
  .content form textarea {
    height: 45px;
  }
  .content form textarea {
    height: 120px;
  }
}

.footer {
  position: relative;
  z-index: 10;
  background: #16283C;
}
.footer__bg {
  margin: 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: luminosity;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  margin: -70px 0 180px;
}
.footer__box {
  position: relative;
  background: linear-gradient(to bottom, #FBFBFB 0%, #ECECEE 100%);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.27);
  border: 1px solid #fff;
  padding: 55px 38px 50px;
}
.footer__box:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: calc(100% - 100px);
  transform: translateX(-50%);
  width: 412px;
  height: 165px;
  background: url("img/shadow-box.png") no-repeat center top;
  background-size: 100% 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s 0.6s;
}
.footer__box.aos-animate {
  transform: none !important;
}
.footer__box.aos-animate:before {
  opacity: 1;
}
.footer__box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 12px;
  background: linear-gradient(to right, #82BB35 0%, #A9D371 100%);
  opacity: 0.35;
  transition-duration: 0.3s;
}
.footer__box:hover:after {
  opacity: 1;
}
.footer__box h3 {
  color: #385470;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px;
}
.footer__box p {
  color: #385470;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  margin: 0 0 20px;
}
.footer__box p:last-child {
  margin-bottom: 0;
}
.footer__box strong {
  font-weight: 600;
}
.footer__box ul {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
.footer__box ul li {
  color: #385470;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  margin: 0 0 15px;
}
.footer__box ul li:last-child {
  margin-bottom: 0;
}
.footer__logo {
  margin: 0 0 90px;
  text-align: center;
}
.footer__logo img {
  height: auto;
  max-width: 80%;
}
.footer__contact {
  display: flex;
  align-items: flex-start;
  gap: 145px;
  padding-bottom: 100px;
}
.footer__contact h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 40px;
}
.footer__contact p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  margin: 0;
}
.footer__contact p a {
  color: #fff;
}
.footer__contact p a:hover {
  color: #8CC63F;
  text-decoration: none;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .footer__box {
    padding: 45px 30px 40px;
  }
}
@media (max-width: 991px) {
  .footer__bg img {
    width: 720px;
  }
  .footer__boxes {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    margin: -40px 0 80px;
  }
  .footer__box {
    padding: 40px 30px 35px;
  }
  .footer__box:before {
    width: calc(100% + 30px);
    height: 115px;
  }
  .footer__box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 12px;
    background: linear-gradient(to right, #82BB35 0%, #A9D371 100%);
    opacity: 1;
    transition-duration: 0.3s;
  }
  .footer__box h3 {
    font-size: 21px;
    margin: 0 0 22px;
  }
  .footer__box p {
    font-size: 15px;
    margin: 0 0 22px;
  }
  .footer__box ul {
    margin-top: 30px;
  }
  .footer__box ul li {
    font-size: 15px;
    margin: 0 0 12px;
  }
  .footer__logo {
    margin: 0 0 70px;
  }
  .footer__logo img {
    width: 280px;
  }
  .footer__contact {
    display: block;
    padding-bottom: 70px;
  }
  .footer__contact > div {
    margin: 0 0 40px;
  }
  .footer__contact > div:last-child {
    margin-bottom: 0;
  }
  .footer__contact h4 {
    font-size: 19px;
    margin: 0 0 15px;
  }
  .footer__contact p {
    font-size: 15px;
  }
}

.page .footer {
  padding-top: 80px;
}

.credits {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
.credits:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 1420px;
  max-width: 100%;
  height: 33px;
  background: url("img/shadow-footer.png") no-repeat center top;
  pointer-events: none;
}
.credits .col-lg-12 {
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #5D6B7A;
  font-size: 16px;
  font-weight: 300;
}
.credits span {
  display: inline-block;
}
.credits span div {
  display: inline;
}
.credits a {
  color: #5D6B7A;
}
.credits a:hover {
  color: #8CC63F;
  text-decoration: none;
}
@media (max-width: 991px) {
  .credits {
    padding: 25px 0;
  }
  .credits .col-lg-12 {
    display: block;
    text-align: center;
    font-size: 13px;
  }
  .credits .col-lg-12 span {
    display: block;
  }
}

.breadcrumbs-wrap {
  z-index: 4;
  position: static;
  padding-top: 0;
  margin: -30px 0 30px;
}
@media (max-width: 991px) {
  .breadcrumbs-wrap {
    padding-top: 0vw;
    display: none;
  }
  .breadcrumbs-wrap .col-lg-12 {
    padding: 0;
  }
}

.breadcrumbs {
  padding: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4392156863);
}
.breadcrumbs a {
  color: rgba(0, 0, 0, 0.4392156863);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    border-bottom: 0;
    font-size: 2.34375vw;
    padding: 7.8125vw 15px 2.34375vw;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.wpcf7-list-item {
  display: block !important;
  font-weight: 400;
  margin: 0 !important;
}

.wpcf7-list-item.last {
  margin-bottom: 20px !important;
}

.content small {
  font-size: 11px;
  line-height: 12px;
  display: block;
  margin: -10px 0 30px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.size-thumbnail {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}

.gallery-columns-4 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  width: calc(25% - 15px) !important;
}
@media (max-width: 991px) {
  .gallery-columns-4 .gallery-item {
    width: calc(50% - 15px) !important;
  }
}

.gallery-columns-4 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-6 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  width: calc(16.6% - 15px) !important;
}
@media (max-width: 991px) {
  .gallery-columns-6 .gallery-item {
    width: calc(33.3% - 15px) !important;
  }
}

.gallery-columns-6 {
  display: flex;
  flex-wrap: wrap;
}

.content img {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 14px;
  padding: 5px 0;
}
@media (max-width: 991px) {
  .wp-caption-text {
    font-size: 2.1875vw;
  }
}

.wp-caption a img {
  transition-duration: 0.3s;
}
.wp-caption a:hover img {
  opacity: 0.6;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 2px solid red !important;
}

div.wpcf7-validation-errors {
  background: red;
  border: 2px solid red !important;
  color: #fff;
}

.wpcf7-response-output {
  position: relative;
  z-index: 999;
}

.gb-notice-dismiss {
  display: none;
}

#gwolle_gb .gwolle-gb-float div.label {
  width: 25% !important;
}

#gwolle_gb_write_button .btn, #gwolle-gb-write-button .btn {
  outline: none;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #055f27;
  text-decoration: none;
  border: 0;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 0;
  text-align: center;
  transition-duration: 0.3s;
  background: none;
  border: 1px solid #055f27;
  border-radius: 4px;
}
#gwolle_gb_write_button .btn:hover, #gwolle-gb-write-button .btn:hover {
  color: #fff;
  text-decoration: none;
  background: #055f27;
}
#gwolle_gb_write_button .btn:focus, #gwolle-gb-write-button .btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  #gwolle_gb_write_button .btn, #gwolle-gb-write-button .btn {
    height: 10.46875vw;
    font-size: 2.96875vw;
    line-height: 10.46875vw;
    padding: 0 3.125vw;
    border-radius: 1.5625vw;
    min-width: 28.125vw;
  }
}

#gwolle_gb_captcha_verify {
  display: none !important;
}

#gwolle_gb_write_button {
  margin: 0 0 30px !important;
}

#gwolle_gb_new_entry {
  margin-bottom: 40px;
}
#gwolle_gb_new_entry h3 {
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 20px;
}
#gwolle_gb_new_entry .text-info {
  color: #000 !important;
}
#gwolle_gb_new_entry .btn {
  outline: none;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #055f27;
  text-decoration: none;
  border: 0;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 0;
  text-align: center;
  transition-duration: 0.3s;
  background: none;
  border: 1px solid #055f27;
  border-radius: 4px;
}
#gwolle_gb_new_entry .btn:hover {
  color: #fff;
  text-decoration: none;
  background: #055f27;
}
#gwolle_gb_new_entry .btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  #gwolle_gb_new_entry .btn {
    height: 10.46875vw;
    font-size: 2.96875vw;
    line-height: 10.46875vw;
    padding: 0 3.125vw;
    border-radius: 1.5625vw;
    min-width: 28.125vw;
  }
}

.gwolle_gb_notice {
  font-size: 14px;
}

.gwolle_gb_invisible {
  display: none;
}

#gwolle_gb .gb-entry .gb-author-info .gb-author-name,
#gwolle_gb .gb-entry .gb-entry-content {
  padding-left: 0 !important;
}

div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width:80%;
  --mm-ocd-min-width:200px;
  --mm-ocd-max-width:440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 20%;
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height:50px;
  --mm-spn-item-indent:20px;
  --mm-spn-line-height:24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
}

.search-form {
  display: flex;
}
.search-form__field {
  flex: 1;
  min-width: 0;
  height: 60px;
  border: 1px solid #D3D1D0;
  background: #fff;
  color: #0d0e0e;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition-duration: 0.2s;
}
.search-form__field::-moz-placeholder {
  color: #9a9a9a;
}
.search-form__field::placeholder {
  color: #9a9a9a;
}
.search-form__field:focus {
  border-color: #394975;
}
.search-form__submit {
  flex-shrink: 0;
  height: 60px;
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #394975;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  border: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
.search-form__submit svg {
  height: 18px;
}
.search-form__submit:hover {
  background: #2C3B60;
}
@media (max-width: 991px) {
  .search-form__field {
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
  }
  .search-form__submit {
    height: 50px;
    padding: 0 20px;
    font-size: 15px;
  }
  .search-form__submit span {
    display: none;
  }
}

.content--search .search-count {
  color: #7a7a7a;
  font-size: 15px;
  margin: -25px 0 35px;
}
.content--search .search-page__form {
  max-width: 720px;
  margin: 0 0 50px;
}
.content--search h1 span {
  font-weight: 300;
}

.search-results .search-result {
  background: #fff;
  border: 1px solid #E5E4E3;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.03);
  padding: 30px 35px;
  margin: 0 0 20px;
}
.search-results .search-result h3 {
  margin: 0 0 10px;
}
.search-results .search-result h3 a {
  color: #374873;
  text-decoration: none;
}
.search-results .search-result h3 a:hover {
  color: #194D8D;
}
.search-results .search-result p {
  margin: 0 0 15px;
}
.search-results .search-result__more {
  display: inline-block;
  color: #394975;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.search-results .search-result__more:after {
  content: "→";
  margin-left: 8px;
  transition-duration: 0.2s;
  display: inline-block;
}
.search-results .search-result__more:hover {
  color: #194D8D;
  text-decoration: none;
}
.search-results .search-result__more:hover:after {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  .search-results .search-result {
    padding: 20px;
  }
}

.navigation.pagination {
  margin: 40px 0 0;
}
.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.navigation.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border: 1px solid #D3D1D0;
  background: #fff;
  color: #374873;
  font-size: 15px;
  text-decoration: none;
  transition-duration: 0.2s;
}
.navigation.pagination .page-numbers:hover {
  border-color: #394975;
}
.navigation.pagination .page-numbers.current {
  background: #394975;
  border-color: #394975;
  color: #fff;
}
.navigation.pagination .page-numbers.dots {
  border: 0;
  background: none;
}
.navigation.pagination .page-numbers.dots:hover {
  border: 0;
}

.content--page .wp-block-columns {
  gap: 50px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.content--page .cmplz-placeholder-parent {
  margin: 0;
}
.content--page .wp-block-column iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .content--page .wp-block-columns {
    gap: 30px;
  }
  .content--page .wp-block-column iframe {
    height: 320px;
  }
}

.forminator-ui.forminator-custom-form .forminator-row {
  margin-bottom: 24px !important;
}
.forminator-ui.forminator-custom-form .forminator-row-last {
  margin-bottom: 0 !important;
}
.forminator-ui.forminator-custom-form .forminator-label {
  color: #374873 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 0 0 8px !important;
}
.forminator-ui.forminator-custom-form .forminator-required {
  color: #e04562 !important;
}
.forminator-ui.forminator-custom-form .forminator-input,
.forminator-ui.forminator-custom-form .forminator-textarea {
  width: 100% !important;
  background: #fff !important;
  border: 1px solid #D3D1D0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: #0c0d36 !important;
  font-size: 15px !important;
  padding: 12px 16px !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.forminator-ui.forminator-custom-form .forminator-input:focus,
.forminator-ui.forminator-custom-form .forminator-textarea:focus {
  outline: none !important;
  border-color: #8CC63F !important;
  box-shadow: 0 0 0 3px rgba(140, 198, 63, 0.18) !important;
}
.forminator-ui.forminator-custom-form .forminator-input {
  height: 50px !important;
}
.forminator-ui.forminator-custom-form .forminator-textarea {
  min-height: 140px !important;
  resize: vertical;
}
.forminator-ui.forminator-custom-form .forminator-checkbox__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.forminator-ui.forminator-custom-form .forminator-checkbox.forminator-consent {
  position: relative;
  flex: 0 0 auto;
  margin: 2px 0 0 !important;
  padding: 0 !important;
}
.forminator-ui.forminator-custom-form .forminator-checkbox.forminator-consent input {
  position: absolute;
  opacity: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
}
.forminator-ui.forminator-custom-form .forminator-checkbox.forminator-consent .forminator-checkbox-box {
  display: block;
  width: 22px !important;
  height: 22px !important;
  background: #fff !important;
  border: 1px solid #D3D1D0 !important;
  border-radius: 6px !important;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
}
.forminator-ui.forminator-custom-form .forminator-checkbox.forminator-consent .forminator-checkbox-box:before, .forminator-ui.forminator-custom-form .forminator-checkbox.forminator-consent .forminator-checkbox-box:after {
  display: none !important;
}
.forminator-ui.forminator-custom-form .forminator-checkbox.forminator-consent input:focus-visible + .forminator-checkbox-box {
  box-shadow: 0 0 0 3px rgba(140, 198, 63, 0.18);
}
.forminator-ui.forminator-custom-form .forminator-checkbox.forminator-consent input:checked + .forminator-checkbox-box {
  background: #8CC63F !important;
  border-color: #8CC63F !important;
}
.forminator-ui.forminator-custom-form .forminator-checkbox.forminator-consent input:checked + .forminator-checkbox-box:after {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: none;
}
.forminator-ui.forminator-custom-form .forminator-consent__label p {
  font-size: 14px !important;
  line-height: 22px !important;
  color: #0c0d36 !important;
  margin: 0 !important;
}
.forminator-ui.forminator-custom-form .forminator-consent__label a {
  color: #374873;
  font-weight: 600;
  text-decoration: underline;
}
.forminator-ui.forminator-custom-form .forminator-consent__label a:hover {
  color: #8CC63F;
}
.forminator-ui.forminator-custom-form .forminator-button-submit {
  display: inline-block;
  background: #8CC63F !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 15px 42px !important;
  cursor: pointer;
  transition: background 0.2s;
}
.forminator-ui.forminator-custom-form .forminator-button-submit:hover {
  background: #7eb536 !important;
}
.forminator-ui.forminator-custom-form .forminator-response-message {
  border-radius: 10px;
  margin: 0 0 24px !important;
}
.forminator-ui.forminator-custom-form .forminator-response-message[aria-hidden=true] {
  display: none;
}
.forminator-ui.forminator-custom-form .forminator-response-message.forminator-error {
  background: #fdecef !important;
  border: 1px solid #e04562 !important;
  color: #b32b47 !important;
  padding: 14px 18px !important;
}
.forminator-ui.forminator-custom-form .forminator-response-message.forminator-success {
  background: #f4f7ed !important;
  border: 1px solid #8CC63F !important;
  color: #4e7317 !important;
  padding: 14px 18px !important;
}
.forminator-ui.forminator-custom-form .forminator-error-message {
  color: #e04562 !important;
  font-size: 13px !important;
  margin: 6px 0 0 !important;
}

.forminator-edit-module {
  margin-top: 10px;
}
.forminator-edit-module a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4392156863);
}/*# sourceMappingURL=style.css.map */