html {
  scroll-behavior: smooth;
}

iframe {
  max-width: 100%;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 100% !important;
}

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

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

@media (max-width: 991px) {
  .impressum tr,
  .impressum td {
    display: block;
    width: 100% !important;
  }
  .impressum td:first-child {
    padding-bottom: 0 !important;
  }
  .impressum td:last-child {
    padding-top: 0 !important;
  }
}
.asl_w_container {
  display: none;
}

.active-search .asl_w_container {
  display: block;
  max-width: 270px;
}
@media (max-width: 991px) {
  .active-search .logo {
    display: none !important;
  }
}

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

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-size: 18px;
}

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

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

.row {
  margin: 0 -10px;
}

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

.header {
  z-index: 16;
  position: relative;
  height: 230px;
  padding-top: 6px;
}
.header__contact {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
}
.header__contact p {
  margin: 0 0 0 35px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-left: 35px;
  line-height: 24px;
  background: url("img/mobile.svg") no-repeat left center;
}
.header__contact p a {
  color: #fff;
}
.header__contact p:last-child {
  background: url("img/mail.svg") no-repeat left center;
}
.header .col-lg-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 200px;
}
.header .logo {
  background: #fff;
  display: flex;
  height: 106px;
  align-items: center;
  padding: 0 22px;
  flex-shrink: 0;
  margin-right: 12px;
}
.header ul.navigation {
  width: 100%;
  padding: 0 40px;
  margin: 0;
  list-style-type: none;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  justify-content: flex-end;
  display: flex;
  z-index: 10;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
}
.header ul.navigation:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, #6183BA 0%, #1C4E9B 100%);
}
.header ul.navigation span {
  display: none;
}
.header ul.navigation li {
  position: relative;
  padding: 0;
  margin: 0 15px;
  text-align: center;
  display: inline-block;
}
.header ul.navigation li:last-child {
  margin-right: 0;
}
.header ul.navigation li.nowrap a {
  white-space: nowrap;
}
.header ul.navigation li > a {
  font-size: 14px;
  line-height: 106px;
  display: block;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  z-index: 3;
  padding: 0;
}
.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: #E3E9F3;
  text-decoration: none;
}
.header ul.navigation li:hover > a {
  color: #E3E9F3;
  text-decoration: none;
}
.header ul.navigation li ul {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 200px;
  background: #fff;
  padding: 15px;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  display: block;
  border-radius: 0;
  margin: 0;
  transform: translate(-50%, 10px);
  transition-duration: 0.3s;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.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;
}
.header ul.navigation li ul li {
  float: none;
  display: block;
  width: auto;
  padding: 10px 0 !important;
  background: none;
  margin: 0 !important;
  text-align: left;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 500;
}
.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;
}
.header ul.navigation li ul li a {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 !important;
  background: none;
  color: #999;
  white-space: normal;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  font-style: normal;
}
.header ul.navigation li ul li a:before, .header ul.navigation li ul li a:after {
  display: none;
}
.header ul.navigation li ul li a:hover {
  box-shadow: none;
  background: none;
  color: #1C4E9B;
  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: #1C4E9B !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: #1C4E9B;
}
.header ul.navigation li:hover ul {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.header .menu-trigger {
  display: none;
}
@media (max-width: 991px) {
  .header {
    background-size: auto 100%;
    height: 200px;
    padding-top: 6px;
  }
  .header .logo {
    height: 70px;
    padding: 0 15px;
  }
  .header .logo img {
    height: 40px;
  }
  .header__contact {
    display: none;
  }
  .header .col-lg-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
  }
  .header ul.navigation {
    display: none;
  }
  .header .menu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #1C4E9B;
  }
  .header .menu-trigger svg {
    height: 30px;
    width: auto;
  }
  .header .menu-trigger svg path {
    fill: #fff;
  }
  .header__phone {
    display: none;
  }
}

@media (max-width: 991px) {
  .page .header {
    height: 180px;
  }
}
.hero {
  z-index: 5;
  position: relative;
  padding: 50px 0 0;
}
.hero .item {
  position: relative;
  padding: 50px 45px;
  max-width: 530px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
}
.hero .item:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, #6183BA 0%, #1C4E9B 100%);
  opacity: 0.8;
  background-blend-mode: blur(10px);
}
.hero .item h1 {
  position: relative;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 1.1;
  z-index: 2;
}
.hero .item p {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  z-index: 2;
}
@media (max-width: 992px) {
  .hero {
    padding: 150px 0 0;
  }
  .hero .item {
    position: relative;
    padding: 30px 25px;
    max-width: 530px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
  }
  .hero .item:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, #6183BA 0%, #1C4E9B 100%);
    opacity: 0.8;
    background-blend-mode: blur(10px);
  }
  .hero .item h1 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 2cqmin;
    line-height: 1.1;
    z-index: 2;
  }
  .hero .item p {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    z-index: 2;
  }
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1042px;
  margin: 0;
  display: flex;
}
.hero-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 991px) {
  .hero-img {
    height: 450px;
    margin: 0;
    display: flex;
  }
  .hero-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.intro {
  position: relative;
  z-index: 10;
  margin-top: 280px;
  padding-bottom: 200px;
  background: url("img/shadow_box.png") no-repeat bottom 100px center;
}
.intro__box {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  position: relative;
  padding: 0 70px 50px;
  min-height: 440px;
  width: 100%;
}
.intro__items {
  background: url("img/shadow7.png") no-repeat top center;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.intro__items .item {
  padding-top: 90px;
  background: url("img/check.png") no-repeat top center;
}
.intro__items .separator {
  width: 2px;
  height: 249px;
  margin: 0 32px;
  mix-blend-mode: overlay;
  background: url("img/separator.png") no-repeat;
}
.intro__items .separator:last-child {
  display: none;
}
.intro__items h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.2;
  color: #2A5699;
}
.intro__items p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.2;
  color: #2A5699;
}
.intro figure {
  position: absolute;
  bottom: -55px;
  left: 58%;
  margin: 0;
}
.intro figure img {
  height: 750px;
}
.intro h2 {
  color: #1E3B66;
  font-size: 32px;
  font-weight: 300;
  margin: 0;
  padding: 34px 0;
  text-align: center;
}
.intro h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .intro {
    margin-top: 50px;
    padding-bottom: 200px;
    background: none;
  }
  .intro__box {
    position: relative;
    padding: 0 30px 10px;
    min-height: 440px;
    width: 100%;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.28);
  }
  .intro__items {
    background: url("img/shadow7.png") no-repeat top center;
    background-size: contain;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-wrap: wrap;
  }
  .intro__items .item {
    padding: 90px 10px 0;
    background: url("img/check.png") no-repeat top center;
    width: 50%;
    min-height: 200px;
    margin-bottom: 20px;
  }
  .intro__items .separator {
    display: none;
  }
  .intro__items h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
    line-height: 1.2;
    color: #2A5699;
  }
  .intro__items p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    color: #2A5699;
  }
  .intro figure {
    position: absolute;
    bottom: -55px;
    left: 58%;
    margin: 0;
  }
  .intro figure img {
    height: 750px;
  }
  .intro h2 {
    color: #1E3B66;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    padding: 25px 0;
    text-align: center;
  }
  .intro h2 strong {
    font-weight: 700;
  }
}

.services {
  padding: 0;
  position: relative;
  padding: 70px 0 55px;
  margin-top: -145px;
}
.services__img {
  position: absolute;
  left: 0;
  right: 0;
  top: -300px;
}
.services p {
  margin: 0 0 80px;
  font-size: 16px;
  font-weight: 500;
  color: #0D2D5D;
  text-align: center;
}
.services h2 {
  margin: 0 0 10px;
  font-size: 44px;
  font-weight: 500;
  color: #0D2D5D;
  text-align: center;
}
.services__items .swiper-wrapper {
  display: flex;
  align-items: center;
}
.services__items .swiper-slide {
  padding-bottom: 50px;
}
.services__items .swiper-slide:before {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 465px;
  height: 138px;
  position: absolute;
  content: "";
  background: url("img/shadow8.png") no-repeat top center;
  transition-duration: 0.2s;
  opacity: 0;
  pointer-events: none;
}
.services__items .swiper-slide-next::before {
  opacity: 1;
}
.services__items .item {
  width: 100%;
  padding: 70px 40px 40px;
  background: #FBFDFA;
  border: 1px solid #EEF0EB;
  position: relative;
  z-index: 2;
}
.services__items .item__stars {
  display: flex;
  margin: 0 0 50px;
}
.services__items .item__stars svg {
  height: 18px;
  margin-right: 6px;
}
.services__items .item__price {
  color: #1F519D;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 65px;
}
.services__items .item h3 {
  color: #1F519D;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 30px;
}
.services__items .item p {
  text-align: left;
  color: rgba(0, 0, 0, 0.3137254902);
  font-weight: 500;
  line-height: 1.4;
  font-size: 14px;
  margin: 0;
}
.services__items .swiper-slide-next .item {
  background: linear-gradient(to bottom, #6284BA 0%, #1C4E9B 100%);
  padding: 90px 40px 60px;
  border-bottom: 0;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
  border-color: transparent;
}
.services__items .swiper-slide-next .item .item__price,
.services__items .swiper-slide-next .item h3 {
  color: #fff;
}
.services__items .swiper-slide-next .item p {
  color: rgba(255, 255, 255, 0.6);
}
.services__items .swiper-slide-next .item svg path {
  fill: #fff !important;
}
.services .swiper-pagination {
  display: none;
}
@media (max-width: 991px) {
  .services {
    padding: 20px 0 50px;
  }
  .services .swiper {
    margin: 0 -15px;
  }
  .services .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .services .swiper-pagination-bullet-active {
    background: #0D2D5D;
  }
  .services p {
    margin: 0 0 40px;
    font-size: 14px;
    font-weight: 500;
    color: #0D2D5D;
    text-align: center;
  }
  .services h2 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 500;
    color: #0D2D5D;
    text-align: center;
  }
  .services__items .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .services__items .swiper-slide {
    padding: 0 15px 50px;
  }
  .services__items .swiper-slide:before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 465px;
    height: 138px;
    position: absolute;
    content: "";
    background: url("img/shadow8.png") no-repeat top center;
    transition-duration: 0.2s;
    opacity: 0;
    pointer-events: none;
  }
  .services__items .swiper-slide-active::before {
    opacity: 1;
  }
  .services__items .item {
    width: 100%;
    padding: 50px 30px 40px;
    background: #FBFDFA;
    border: 1px solid #EEF0EB;
    position: relative;
    z-index: 2;
  }
  .services__items .item__stars {
    display: flex;
    margin: 0 0 36px;
  }
  .services__items .item__stars svg {
    height: 18px;
    margin-right: 6px;
  }
  .services__items .item__price {
    color: #1F519D;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 30px;
  }
  .services__items .item h3 {
    color: #1F519D;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 30px;
  }
  .services__items .item p {
    text-align: left;
    color: rgba(0, 0, 0, 0.3137254902);
    font-weight: 500;
    line-height: 1.4;
    font-size: 14px;
    margin: 0;
  }
  .services__items .swiper-slide-active .item {
    background: linear-gradient(to bottom, #6284BA 0%, #1C4E9B 100%);
    border-bottom: 0;
    padding: 50px 30px 40px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
    border-color: transparent;
  }
  .services__items .swiper-slide-active .item .item__price,
  .services__items .swiper-slide-active .item h3 {
    color: #fff;
  }
  .services__items .swiper-slide-active .item p {
    color: rgba(255, 255, 255, 0.6);
  }
  .services__items .swiper-slide-active .item svg path {
    fill: #fff !important;
  }
}

.finance {
  background: url("img/shadow9.png") no-repeat top center;
  padding: 80px 0 75px;
}
.finance .row {
  display: flex;
  align-items: center;
}
.finance figure {
  display: flex;
  justify-content: center;
  margin: 0;
}
.finance h3 {
  color: #0D2D5D;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 40px;
}
.finance p {
  margin: 0;
  color: #0D2D5D;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .finance {
    background: url("img/shadow9.png") no-repeat top center;
    background-size: contain;
    padding: 70px 0;
  }
  .finance .row {
    display: flex;
    align-items: center;
  }
  .finance figure {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
  }
  .finance figure img {
    max-width: 80%;
    height: auto;
  }
  .finance h3 {
    color: #0D2D5D;
    font-weight: 500;
    text-align: center;
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 20px;
  }
  .finance p {
    margin: 0;
    color: #0D2D5D;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }
}

.bottom {
  position: relative;
  padding: 60px 0;
}
.bottom .row {
  display: flex;
  align-items: center;
}
.bottom .row figure {
  display: flex;
  justify-content: center;
  margin: 0;
}
.bottom__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  background: #000;
}
.bottom__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bottom__box {
  padding: 45px 35px;
  position: relative;
}
.bottom__box h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 12px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.bottom__box h4 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0 0 32px;
}
.bottom__box p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0;
}
.bottom__box:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, #aa485a 0%, #A91933 100%);
  opacity: 0.9;
}
@media (max-width: 991px) {
  .bottom {
    padding: 60px 0;
  }
  .bottom .row {
    display: flex;
    align-items: center;
  }
  .bottom .row figure {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
  }
  .bottom .row figure img {
    max-width: 80%;
    height: auto;
  }
  .bottom__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    background: #000;
  }
  .bottom__bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .bottom__box {
    padding: 45px 35px;
    position: relative;
  }
  .bottom__box h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 12px;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .bottom__box h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
  }
  .bottom__box p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .bottom__box:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, #aa485a 0%, #A91933 100%);
    opacity: 0.9;
  }
}

.page-title {
  position: relative;
  z-index: 5;
  padding: 200px 0 150px;
  overflow: hidden;
  margin-top: -230px;
}
.page-title figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  display: flex;
}
.page-title figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.page-title h1 {
  color: #fff;
  margin: 0 0 10px;
  text-align: center;
  font-weight: 600;
  font-size: 50px;
}
@media (max-width: 991px) {
  .page-title {
    padding: 210px 0 60px;
  }
  .page-title figure {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    display: flex;
  }
  .page-title figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .page-title h1 {
    font-size: 32px;
  }
}

.content {
  position: relative;
  z-index: 5;
  background: #fff;
}
.content__box {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.07), 0px 15px 90px 0px rgba(0, 0, 0, 0.22);
  padding: 50px 70px;
}
.content--page {
  margin-top: -30px;
  padding-top: 0px;
  padding-bottom: 120px;
  position: relative;
}
.content td, .content tr, .content th {
  color: #201E1E;
}
.content table td {
  vertical-align: top;
}
.content h1 {
  margin: 0 0 40px;
  font-size: 40px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: relative;
}
.content h2 {
  margin: 0 0 20px;
  font-size: 32px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: relative;
}
.content h3 {
  margin: 0 0 10px;
  font-size: 25px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.content h4 {
  margin: 0 0 10px;
  font-size: 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.content h5 {
  color: #34383E;
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0 0 24px;
}
.content h6 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin: 70px 0 0;
}
.content blockquote {
  font-size: 18px;
  color: #fff;
  margin: 0 0 38px;
  padding: 0 0 0 18px;
  border-left: 2px solid #fff;
}
.content td {
  color: #000;
}
.content p {
  font-size: 16px;
  color: #000;
  margin: 0 0 20px;
  line-height: 24px;
  font-weight: 400;
}
.content li {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 400;
}
.content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content hr {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .content {
    background-size: contain;
  }
  .content .order2 div:first-child {
    order: 2;
  }
  .content .order2 div:last-child {
    order: 1;
  }
  .content__box {
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.07), 0px 15px 90px 0px rgba(0, 0, 0, 0.22);
    padding: 40px 20px;
  }
  .content--page {
    padding-top: 20px;
    padding-bottom: 70px;
    position: relative;
    margin-top: 0;
  }
  .content blockquote,
  .content li,
  .content p {
    font-size: 15px;
  }
  .content h1 {
    margin: 0 0 30px;
    font-size: 32px;
  }
  .content h2 {
    margin: 0 0 30px;
    font-size: 32px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content h4 {
    font-size: 15px;
  }
  .content .mobile-order .wp-block-column:nth-child(1) {
    order: 2;
  }
  .content .mobile-order .wp-block-column:nth-child(2) {
    order: 1;
  }
}

.ultp-block-e03ed7 .ultp-block-item .ultp-block-image img, .ultp-block-e03ed7 .ultp-block-item .ultp-block-empty-image {
  height: 250px !important;
}

.wp-block-columns figure {
  margin-bottom: 0;
}

.wp-block-columns.gray {
  position: relative;
  padding: 60px 0;
}
.wp-block-columns.gray:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  content: "";
  width: 100vw;
  background: #f9f9f9;
}
.wp-block-columns.gray .wp-block-column {
  position: relative;
  z-index: 2;
}

.bg {
  position: relative;
}
.bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 260px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 1%, rgba(0, 0, 0, 0) 100%);
}

.footer {
  position: relative;
  z-index: 12;
  background: #fff;
  padding: 70px 0 0;
}
.footer figure {
  margin: 0;
  position: absolute;
  bottom: -15px;
  right: 45%;
  transform: translateX(50%);
  z-index: 10;
  pointer-events: none;
}
.footer .col-lg-12 {
  display: flex;
  justify-content: space-between;
}
.footer__contact {
  display: flex;
}
.footer h3 {
  color: #20529D;
  font-weight: 500;
  font-size: 19px;
  margin: 0 0 40px;
}
.footer .logo {
  margin-top: 65px;
}
.footer p {
  color: #3B4857;
  font-weight: 500;
  font-size: 16px;
  margin: 0 60px 0 0;
}
.footer p:last-child {
  margin-right: 0;
}
.footer p a {
  color: #3B4857;
}
@media (max-width: 991px) {
  .footer {
    padding: 50px 0 0;
  }
  .footer figure {
    display: none;
  }
  .footer .col-lg-12 {
    display: flex;
    justify-content: center;
  }
  .footer h3 {
    font-weight: 500;
    font-size: 19px;
    margin: 0 0 30px;
    text-align: center;
  }
  .footer p {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .footer p:last-child {
    margin-right: 0;
  }
  .footer__contact {
    display: block;
    width: 100%;
  }
  .footer .logo {
    display: none;
  }
}

.credits {
  position: relative;
  z-index: 3;
  margin-top: 90px;
  background: url("img/shadow10.png") no-repeat top center;
}
.credits .container {
  padding: 50px 15px;
}
.credits .col-lg-12 {
  display: flex;
  color: #3B4857;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.credits .col-lg-12 a {
  color: #3B4857;
}
.credits span {
  margin: 0;
}
.credits ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.credits ul li:before {
  margin: 0 15px 0 0;
  content: "";
}
.credits ul li:first-child:before {
  display: none;
}
@media (max-width: 991px) {
  .credits {
    margin-top: 40px;
    background-size: contain;
  }
  .credits ul {
    display: none;
  }
  .credits::before {
    display: none;
  }
  .credits .container {
    padding: 30px 15px;
  }
  .credits .container:before, .credits .container:after {
    display: none;
  }
  .credits .col-lg-12 {
    font-size: 12px;
    display: block;
  }
  .credits .col-lg-12 span {
    text-align: center;
    display: block;
    line-height: 1.4;
    margin: 0;
  }
}

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

.breadcrumbs {
  padding: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.8);
}

.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: vw(14);
  }
}

.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: vw(67);
    font-size: vw(19);
    line-height: vw(67);
    padding: 0 vw(20);
    border-radius: vw(10);
    min-width: vw(180);
  }
}

#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: vw(67);
    font-size: vw(19);
    line-height: vw(67);
    padding: 0 vw(20);
    border-radius: vw(10);
    min-width: vw(180);
  }
}

.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;
  -webkit-clip-path: inset(0 0 0 0);
  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;
}

.items .wp-block-column {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  padding: 30px 20px 10px;
}

.items .wp-block-column p a {
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath style='fill:%23507C5C;' d='M437.456,512H21.212c-8.166,0-14.786-6.621-14.786-14.786V256.915c0-8.165,6.62-14.786,14.786-14.786 s14.786,6.621,14.786,14.786v225.512h386.671v-32.939c0-8.165,6.62-14.786,14.786-14.786s14.786,6.621,14.786,14.786v47.725 C452.242,505.379,445.622,512,437.456,512z'%3E%3C/path%3E%3Cg%3E%3Cpolygon style='fill:%23CFF09E;' points='21.212,177.092 21.212,172.3 176.068,14.786 176.068,177.092 '%3E%3C/polygon%3E%3Crect x='196.524' y='219.426' style='fill:%23CFF09E;' width='294.274' height='163.712'%3E%3C/rect%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23507C5C;' d='M490.791,204.634h-38.549V14.786c0-8.165-6.62-14.786-14.786-14.786H176.068 c-0.067,0-0.132,0.009-0.198,0.01c-0.359,0.004-0.717,0.022-1.075,0.053c-0.12,0.01-0.241,0.021-0.361,0.034 c-0.41,0.046-0.816,0.105-1.22,0.185c-0.031,0.006-0.061,0.009-0.092,0.015c-0.432,0.089-0.858,0.2-1.28,0.325 c-0.111,0.033-0.22,0.071-0.33,0.106c-0.322,0.105-0.642,0.22-0.958,0.347c-0.108,0.044-0.217,0.086-0.324,0.132 c-0.807,0.346-1.585,0.766-2.326,1.257c-0.102,0.067-0.2,0.139-0.3,0.207c-0.274,0.191-0.541,0.392-0.803,0.603 c-0.099,0.08-0.198,0.157-0.294,0.24c-0.339,0.287-0.67,0.586-0.985,0.906L10.668,161.935c-0.346,0.352-0.671,0.719-0.977,1.1 c-0.182,0.226-0.342,0.463-0.509,0.696c-0.112,0.157-0.234,0.309-0.34,0.47c-0.194,0.294-0.364,0.599-0.534,0.903 c-0.062,0.112-0.133,0.219-0.192,0.333c-0.166,0.315-0.308,0.639-0.449,0.963c-0.05,0.114-0.108,0.225-0.155,0.34 c-0.126,0.312-0.231,0.628-0.336,0.946c-0.046,0.139-0.099,0.274-0.14,0.413c-0.087,0.294-0.152,0.591-0.22,0.889 c-0.04,0.172-0.087,0.34-0.121,0.515c-0.053,0.274-0.084,0.55-0.121,0.825c-0.027,0.201-0.062,0.399-0.081,0.6 c-0.025,0.268-0.03,0.535-0.04,0.801c-0.007,0.191-0.028,0.38-0.028,0.571v4.792c0,8.165,6.62,14.786,14.786,14.786h154.855 c8.166,0,14.786-6.621,14.786-14.786V29.572h231.816v175.062H196.518c-8.166,0-14.786,6.621-14.786,14.786v163.705 c0,8.165,6.62,14.786,14.786,14.786h294.272c8.166,0,14.786-6.621,14.786-14.786V219.421 C505.577,211.256,498.957,204.634,490.791,204.634z M51.772,162.308l47.938-48.76l61.571-62.63v111.39L51.772,162.308 L51.772,162.308z M476.005,368.339h-264.7V234.207h264.7V368.339z'%3E%3C/path%3E%3Cpath style='fill:%23507C5C;' d='M246.08,260.736c0-3.2,2.925-6.015,7.375-6.015h26.322c16.785,0,30.008,7.934,30.008,29.433v0.64 c0,21.499-13.733,29.689-31.28,29.689h-12.589v27.641c0,4.096-4.959,6.142-9.919,6.142s-9.919-2.048-9.919-6.142L246.08,260.736 L246.08,260.736z M265.916,272.124v27.002h12.589c7.121,0,11.444-4.096,11.444-12.797v-1.406c0-8.703-4.323-12.797-11.444-12.797 h-12.589V272.124z'%3E%3C/path%3E%3Cpath style='fill:%23507C5C;' d='M349.586,254.721c17.548,0,31.282,8.19,31.282,30.202v33.145c0,22.011-13.733,30.201-31.282,30.201 h-22.507c-5.214,0-8.647-2.815-8.647-6.014v-81.518c0-3.2,3.433-6.015,8.647-6.015h22.507V254.721z M338.269,272.124v58.739h11.317 c7.121,0,11.444-4.096,11.444-12.796v-33.145c0-8.703-4.323-12.797-11.444-12.797h-11.317V272.124z'%3E%3C/path%3E%3Cpath style='fill:%23507C5C;' d='M393.458,260.863c0-4.096,4.323-6.142,8.647-6.142h44.125c4.196,0,5.977,4.479,5.977,8.574 c0,4.735-2.162,8.83-5.977,8.83h-32.935v21.628h19.201c3.815,0,5.977,3.711,5.977,7.806c0,3.456-1.78,7.55-5.977,7.55h-19.201 v33.016c0,4.096-4.959,6.142-9.919,6.142c-4.959,0-9.919-2.048-9.919-6.142V260.863z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat left center;
  display: inline-block;
  padding: 0 0 0 30px;
  line-height: 20px;
  background-size: auto 20px;
}/*# sourceMappingURL=style.css.map */