@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.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: #194D8D;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: #194D8D;
  text-decoration: underline;
}

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

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

.wrapper {
  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: 36px;
  right: 0;
  z-index: 11;
  background: linear-gradient(to bottom, #43557D 0%, #374975 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.3);
}
.header:before {
  top: -36px;
  left: 0;
  right: 0;
  position: absolute;
  height: 36px;
  content: "";
  background: linear-gradient(to bottom, rgb(57, 75, 119) 0%, rgb(57, 75, 119) 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.15);
}
.header .col-lg-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.header .logo {
  margin-top: -36px;
  margin-left: -70px;
}
.header .search-trigger {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.03);
  background: url("img/bg1.png") no-repeat;
  background-size: cover;
  transition-duration: 0.2s;
}
.header .search-trigger svg {
  height: 24px;
}
.header .search-trigger:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.header ul.navigation {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  align-items: center;
  z-index: 11;
}
.header ul.navigation span {
  display: none;
}
.header ul.navigation li {
  position: relative;
  margin: 0 15px;
  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: 60px;
  display: block;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
  text-align: center;
  font-weight: 300;
  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: white !important;
  text-decoration: none;
  opacity: 0.7;
}
.header ul.navigation li:hover > a {
  text-decoration: none;
  opacity: 0.7;
}
.header ul.navigation li.anchor > a {
  color: white !important;
  text-decoration: none;
  opacity: 1;
}
.header ul.navigation li.anchor > a:hover {
  opacity: 0.7;
}
.header ul.navigation li ul {
  position: absolute;
  top: 60px;
  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;
}
.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 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;
}
.header--sticky {
  position: fixed;
  top: 0;
  animation: headerSlideDown 0.3s ease;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.header--sticky:before {
  display: none;
}
.header--sticky .col-lg-12 {
  height: 80px;
  padding-left: 200px;
}
.header--sticky .logo {
  margin-top: -20px;
  margin-left: -30px;
  position: absolute;
  left: 0;
}
.header--sticky .logo img {
  height: 124px;
  width: auto;
}
@media (max-width: 991px) {
  .header {
    top: 0;
  }
  .header:before {
    display: none;
  }
  .header .col-lg-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    gap: 10px;
  }
  .header--sticky .col-lg-12 {
    height: 70px;
    padding-left: 10px;
  }
  .header--sticky .logo {
    position: static;
    margin-top: -4px !important;
  }
  .header--sticky .logo img {
    height: 90px !important;
  }
  .header .phone {
    display: none;
  }
  .header .logo {
    margin-top: 8px;
    margin-left: -25px;
    margin-right: auto;
  }
  .header .logo img {
    height: 100px;
    width: auto;
  }
  .header__right, .header__left {
    display: none;
  }
  .header ul.navigation {
    display: none;
  }
  .header .search-trigger {
    width: 50px;
    height: 50px;
  }
  .header .search-trigger svg {
    height: 20px;
  }
  .header .menu-trigger {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.03);
    background: url("img/bg1.png") no-repeat;
    background-size: cover;
    transition-duration: 0.2s;
  }
  .header .menu-trigger svg {
    height: 26px;
    width: auto;
  }
  .header .menu-trigger:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.hero {
  position: relative;
  z-index: 5;
  height: 940px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 90px;
}
.hero figure {
  background: #000;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.hero figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero figure:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.hero p {
  color: #394A76;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 15px;
}
.hero h1 {
  color: #394A76;
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
}
.hero .container {
  position: relative;
  z-index: 10;
  text-align: center;
}
@media (max-width: 991px) {
  .hero {
    height: 550px;
    padding-bottom: 50px;
  }
  .hero p {
    font-size: 20px;
    margin: 0 0 8px;
  }
  .hero h1 {
    font-size: 28px;
  }
}

.page-title {
  position: relative;
  z-index: 5;
  height: 360px;
  overflow: hidden;
  text-align: center;
}
.page-title__bg {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  margin-bottom: 0;
}
.page-title__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .page-title {
    height: 200px;
  }
  .page-title__bg:after {
    background-size: contain;
  }
}

.services {
  padding: 85px 0 0;
  background: linear-gradient(to bottom, rgb(243, 243, 242) 0%, rgb(211, 209, 208) 100%);
  position: relative;
}
.services:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("img/shadow.png") no-repeat top center;
  opacity: 0.34;
  content: "";
}
.services h2 {
  color: #394A76;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 50px;
  text-transform: uppercase;
}
.services h2 strong {
  font-weight: 600;
}
.services__items {
  padding: 70px 0 0;
  background: url("img/shadow2.png") no-repeat top center;
  position: relative;
}
.services__items .prev {
  position: absolute;
  z-index: 2;
  transition-duration: 0.2s;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -25px;
  cursor: pointer;
}
.services__items .prev svg {
  height: 18px;
}
.services__items .prev svg path {
  transition-duration: 0.2s;
}
.services__items .prev:hover svg path {
  fill: #282727 !important;
}
.services__items .next {
  position: absolute;
  z-index: 2;
  transition-duration: 0.2s;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -25px;
  cursor: pointer;
}
.services__items .next svg {
  height: 18px;
}
.services__items .next:hover svg path {
  fill: #282727 !important;
}
.services .swiper-slide {
  padding: 0 0 115px;
  background: url("img/shadow3.png") no-repeat bottom center;
  background-size: contain;
}
.services .item {
  display: block;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.3);
}
.services .item figure {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: #1B232F;
}
.services .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-duration: 0.3s;
  filter: grayscale(100%);
}
.services .item figure:after {
  content: "";
  position: absolute;
  transition-duration: 0.3s;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 60%, rgb(255, 255, 255) 100%);
}
.services .item h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.35;
  color: #374873;
  margin: 0;
  padding: 25px 35px;
  z-index: 5;
}
.services .item:hover {
  text-decoration: none;
  background: #394975;
}
.services .item:hover h3 {
  color: #fff;
}
.services .item:hover figure {
  background: #394975;
}
.services .item:hover figure img {
  filter: grayscale(0);
}
.services .item:hover figure:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(57, 73, 117, 0.95) 60%, #394975 100%);
}
@media (max-width: 991px) {
  .services {
    padding: 70px 0 0;
  }
  .services h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 20px;
  }
  .services__items {
    padding: 10px 15px 0;
    margin: 0 -15px;
    background: none;
  }
  .services__items .prev {
    position: absolute;
    z-index: 2;
    transition-duration: 0.2s;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -25px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .services__items .prev svg {
    height: 16px;
  }
  .services__items .prev svg path {
    transition-duration: 0.2s;
  }
  .services__items .prev:hover svg path {
    fill: #282727 !important;
  }
  .services__items .next {
    position: absolute;
    z-index: 2;
    transition-duration: 0.2s;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -25px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .services__items .next svg {
    height: 16px;
  }
  .services__items .next:hover svg path {
    fill: #282727 !important;
  }
  .services .item h3 {
    color: #fff;
  }
  .services .item figure {
    background: #394975;
  }
  .services .item figure img {
    filter: grayscale(0);
  }
  .services .item figure:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(57, 73, 117, 0.95) 60%, #394975 100%);
  }
  .services .swiper-slide {
    padding: 0 0 70px;
    background: url("img/shadow3.png") no-repeat bottom center;
    background-size: contain;
  }
}

.about {
  padding: 150px 0 120px;
  position: relative;
  min-height: 760px;
}
.about:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 246px;
  background: url("img/shadow5.png") no-repeat top center;
  z-index: 2;
  pointer-events: none;
}
.about .bg {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.about .house {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.about .container {
  position: relative;
  z-index: 4;
}
.about__heading {
  border-left: 7px solid #394B77;
  padding: 0 0 0 35px;
  margin: 0 0 70px;
}
.about__heading .label {
  color: #282727;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 20px;
}
.about__heading h2 {
  color: #282727;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
.about p {
  color: #272727;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  margin: 0 0 35px;
}
.about p strong {
  font-weight: 600;
}
.about .btn {
  display: inline-block;
  background: #394975;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
  line-height: 40px;
  margin-top: 15px;
  text-decoration: none;
  transition-duration: 0.2s;
}
.about .btn:hover {
  background: #2C3B60;
}
@media (max-width: 991px) {
  .about {
    padding: 80px 0 70px;
    min-height: 0;
  }
  .about .bg,
  .about .house {
    display: none;
  }
  .about__heading {
    border-left-width: 5px;
    padding: 4px 0 4px 25px;
    margin: 0 0 40px;
  }
  .about__heading .label {
    font-size: 14px;
    margin: 0 0 14px;
  }
  .about__heading h2 {
    font-size: 32px;
  }
  .about p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 25px;
  }
  .about .btn {
    font-size: 15px;
    padding: 10px 35px;
  }
}

.usp {
  position: relative;
  z-index: 5;
  padding: 70px 0 120px;
  background: #3D4C77;
  overflow: hidden;
}
.usp .bg {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  opacity: 0.3;
  pointer-events: none;
}
.usp .container {
  position: relative;
  z-index: 2;
}
.usp h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
}
.usp .subtitle {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 70px;
}
.usp__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.usp .item {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: url("img/box.png") no-repeat bottom center;
  background-size: 100% auto;
  padding: 40px 32px 40px;
}
.usp .item .num {
  display: block;
  color: #fff;
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  margin: 0 0 65px;
}
.usp .item p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 1199px) {
  .usp__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .usp .item p {
    min-height: 0;
  }
}
@media (max-width: 991px) {
  .usp {
    padding: 70px 0 100px;
  }
  .usp h2 {
    font-size: 22px;
    margin: 0 0 25px;
  }
  .usp .subtitle {
    font-size: 16px;
    margin: 0 0 45px;
  }
  .usp__items {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .usp .item {
    padding: 35px 30px;
  }
  .usp .item .num {
    font-size: 48px;
    margin: 0 0 50px;
  }
  .usp .item p {
    font-size: 15px;
  }
}

.bottom {
  position: relative;
  background: #000;
  z-index: 10;
}
.bottom figure {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.bottom .container {
  position: relative;
  z-index: 2;
}
.bottom .col-lg-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 254px;
}
.bottom .txt .label {
  color: #4E5D8D;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 12px;
}
.bottom .txt .title {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}
.bottom .btn {
  flex-shrink: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #374773;
  border-radius: 0;
  min-width: 300px;
  line-height: 70px;
  padding: 0 40px;
  transition-duration: 0.2s;
}
.bottom .btn:hover {
  text-decoration: none;
  background: #2C3B60;
}
@media (max-width: 991px) {
  .bottom:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 80%);
    z-index: 5;
  }
  .bottom .container {
    position: relative;
    z-index: 6;
  }
  .bottom .col-lg-12 {
    display: block;
    padding-top: 70px;
    text-align: center;
  }
  .bottom .txt {
    margin: 0 0 30px;
  }
  .bottom .txt .label {
    font-size: 16px;
    margin: 0 0 8px;
    color: #fff;
  }
  .bottom .txt .title {
    font-size: 24px;
  }
  .bottom .btn {
    margin-left: 0;
    font-size: 15px;
    line-height: 60px;
    padding: 0 30px;
    min-width: 0;
    position: relative;
  }
}

.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--page .wp-block-columns {
  gap: 50px;
}
@media (max-width: 991px) {
  .content--page .wp-block-columns {
    gap: 30px;
  }
}
.content--page .cmplz-placeholder-parent {
  height: 100%;
}
.content--page .cmplz-placeholder-parent iframe,
.content--page .wp-block-column > iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .content--page .cmplz-placeholder-parent iframe,
  .content--page .wp-block-column > iframe {
    min-height: 320px;
  }
}

.content--page .forminator-ui.forminator-custom-form .forminator-row {
  margin-bottom: 26px !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-row-last {
  margin-bottom: 0 !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-label {
  display: block !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #1C2430 !important;
  margin: 0 0 8px !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-required {
  color: #E04E4E !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-input,
.content--page .forminator-ui.forminator-custom-form .forminator-textarea {
  width: 100% !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #0d0e0e !important;
  background: #fff !important;
  border: 1px solid #D8DBE2 !important;
  border-radius: 8px !important;
  padding: 13px 16px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-input:hover,
.content--page .forminator-ui.forminator-custom-form .forminator-textarea:hover {
  border-color: #B9BFCC !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-input:focus,
.content--page .forminator-ui.forminator-custom-form .forminator-textarea:focus {
  outline: none !important;
  border-color: #394975 !important;
  box-shadow: 0 0 0 3px rgba(57, 73, 117, 0.12) !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-textarea {
  min-height: 160px !important;
  resize: vertical !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-has_error .forminator-input,
.content--page .forminator-ui.forminator-custom-form .forminator-has_error .forminator-textarea {
  border-color: #E04E4E !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-checkbox__wrapper {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-checkbox {
  flex-shrink: 0 !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-checkbox input {
  position: absolute !important;
  opacity: 0 !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  cursor: pointer !important;
  z-index: 2 !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-checkbox .forminator-checkbox-box {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  background: #fff !important;
  border: 1px solid #C4C9D4 !important;
  border-radius: 6px !important;
  position: relative !important;
  transition: background 0.2s, border-color 0.2s !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-checkbox .forminator-checkbox-box:before, .content--page .forminator-ui.forminator-custom-form .forminator-checkbox .forminator-checkbox-box:after {
  display: none;
}
.content--page .forminator-ui.forminator-custom-form .forminator-checkbox input:checked + .forminator-checkbox-box {
  background: #8CC63F !important;
  border-color: #8CC63F !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-checkbox input:checked + .forminator-checkbox-box:after {
  display: block;
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.content--page .forminator-ui.forminator-custom-form .forminator-checkbox input:focus-visible + .forminator-checkbox-box {
  box-shadow: 0 0 0 3px rgba(57, 73, 117, 0.15) !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-consent__label {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
  color: #5A6068 !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-consent__label p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-consent__label a {
  color: #194D8D !important;
  text-decoration: underline !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-consent__label a:hover {
  color: #2C3B60 !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-button-submit {
  display: inline-block !important;
  background: #394975 !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  padding: 18px 45px !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin-top: 10px !important;
  cursor: pointer !important;
  transition-duration: 0.2s !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-button-submit:hover {
  background: #2C3B60 !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-response-message {
  border-radius: 8px !important;
  font-size: 14px !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-response-message.forminator-error {
  background: #FBEAEA !important;
  color: #B23A3A !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-response-message.forminator-success {
  background: #F4F7ED !important;
  color: #4E7A1E !important;
}
.content--page .forminator-ui.forminator-custom-form .forminator-error-message {
  font-size: 13px !important;
  color: #E04E4E !important;
  margin-top: 6px !important;
}

.forminator-edit-module {
  margin-top: 12px;
}
.forminator-edit-module a {
  font-size: 12px;
  color: #9aa1a8;
}

.content--page .leistungen-grid {
  gap: 30px;
  margin-bottom: 30px;
  align-items: stretch;
}
.content--page .leistungen-grid .wp-block-column {
  display: flex;
}
.content--page .leistungen-grid .leistung-card {
  margin-bottom: 0;
  width: 100%;
}
.content--page .leistung-card {
  background: #fff;
  border-radius: 2;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
  padding: 40px 45px;
  margin-bottom: 30px;
}
.content--page .leistung-card h2 {
  font-size: 26px;
  line-height: 1.3;
  padding: 5px 0 5px 20px;
  border-left: 4px solid #374773;
  margin: 0 0 25px;
}
.content--page .leistung-card p:last-child {
  margin-bottom: 0;
}
.content--page .leistung-card--dark {
  background: linear-gradient(to bottom, #43557D 0%, #374975 100%);
}
.content--page .leistung-card--dark h2,
.content--page .leistung-card--dark p,
.content--page .leistung-card--dark li {
  color: #fff;
  border-color: #fff;
}
.content--page .leistung-card--dark p,
.content--page .leistung-card--dark li {
  font-weight: 300;
}
.content--page .leistung-card--dark a {
  color: #C7E59A;
}
.content--page ul.leistung-check {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.content--page ul.leistung-check li {
  position: relative;
  padding: 0 0 0 34px;
  margin: 0 0 12px;
}
.content--page ul.leistung-check li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #374773;
}
.content--page ul.leistung-check li:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  .content--page ul.leistung-check--cols {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .content--page ul.leistung-check--cols li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.content--page .page-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: 55px 30px;
  margin-top: 50px;
}
.content--page .page-cta h2 {
  margin-bottom: 12px;
}
.content--page .page-cta p {
  margin-bottom: 28px;
}
.content--page .page-cta .wp-block-button__link {
  display: inline-block;
  background: #394975;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  padding: 17px 45px;
  text-decoration: none;
  transition-duration: 0.2s;
}
.content--page .page-cta .wp-block-button__link:hover {
  background: #2C3B60;
}
@media (max-width: 991px) {
  .content--page .leistung-card {
    padding: 28px 24px;
  }
  .content--page .leistung-card h2 {
    font-size: 22px;
    padding-left: 16px;
  }
  .content--page .page-cta {
    padding: 40px 20px;
    margin-top: 35px;
  }
}

.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;
  padding-top: 110px;
  background: linear-gradient(to bottom, #F5F5F5 0%, #E8E8E9 100%);
}
.footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 246px;
  background: url("img/shadow5.png") no-repeat top center;
  z-index: 1;
  pointer-events: none;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer .footer__rows {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer__rows > div {
  padding-bottom: 60px;
}
.footer .dekra {
  margin: 0;
}
.footer .dekra img {
  height: auto;
  mix-blend-mode: multiply;
}
.footer .logo2 {
  margin: 0;
}
.footer .logo2 img {
  height: auto;
}
.footer h4 {
  color: #374873;
  font-size: 26px;
  margin: 0 0 30px;
  font-weight: 400;
}
.footer h4.second {
  margin-top: 60px;
}
.footer p {
  color: #374873;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.footer p a {
  color: #374873;
}
@media (max-width: 991px) {
  .footer {
    padding: 70px 0 0;
  }
  .footer .footer__rows {
    display: block;
  }
  .footer .footer__rows > div {
    padding-bottom: 40px;
  }
  .footer .dekra {
    margin: 0 0 40px;
  }
  .footer .dekra img {
    width: 140px;
  }
  .footer .logo2 {
    display: none;
  }
  .footer h4 {
    font-size: 19px;
    margin: 0 0 12px;
  }
  .footer h4.second {
    margin-top: 35px;
  }
  .footer p {
    line-height: 1.6;
    font-size: 15px;
  }
}

.credits {
  padding: 40px 0;
  background: #fff;
  margin-top: 30px;
}
.credits .col-lg-12 {
  justify-content: space-between;
  display: flex;
  color: #394B77;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}
.credits span {
  display: inline-block;
}
.credits span div {
  display: inline;
}
.credits a {
  color: #394B77;
}
.credits ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.credits ul li {
  margin-left: 10px;
  list-style-type: none;
}
@media (max-width: 991px) {
  .credits {
    position: relative;
    padding: 20px 0 20px;
  }
  .credits figure {
    display: none;
  }
  .credits .col-lg-12 {
    justify-content: space-between;
    display: block;
    text-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    height: auto;
  }
  .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;
}

body.search-open {
  overflow: hidden;
}

.search-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(57, 75, 119, 0.97) 0%, rgba(44, 59, 96, 0.97) 100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.search-overlay__inner {
  width: 100%;
  max-width: 720px;
  padding: 0 15px;
  text-align: center;
}
.search-overlay__label {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 35px;
  font-family: "Poppins", sans-serif;
}
.search-overlay__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition-duration: 0.2s;
  cursor: pointer;
}
.search-overlay__close svg {
  height: 22px;
}
.search-overlay__close:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.search-overlay .search-form__field {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.search-overlay .search-form__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-form__field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-form__field:focus {
  border-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .search-overlay__label {
    font-size: 18px;
    margin: 0 0 25px;
  }
  .search-overlay__close {
    top: 15px;
    right: 15px;
    width: 48px;
    height: 48px;
  }
}

.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;
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */