* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

:focus {
  outline: 0;
}

/*
* // debug
 {
    outline: 3px solid red;
}*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  background: #fff;
  letter-spacing: 0.08rem;
}
@media (max-height: 50em) and (min-width: 50em) {
  html {
    font-size: 53%;
  }
}

body {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color: #414141;
  font-size: 1.8rem;
  z-index: 10;
  background: #fff;
}

input, textarea, input::placeholder, textarea::placeholder, select {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  width: 100%;
}

input::placeholder, textarea::placeholder {
  color: #dadada;
}

input, textarea, select {
  color: #414141;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  padding: 1rem 2rem;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #556774;
}

h1 {
  font-weight: 400;
  font-size: 3.8rem;
  margin-bottom: 3rem;
}

h2 {
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 2.7rem;
}

h3 {
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 2.4rem;
}

h4 {
  font-weight: 400;
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

h5 {
  font-weight: 400;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

h6 {
  font-weight: 400;
  font-size: 2.1rem;
  margin-bottom: 2rem;
}

a, a:link, a:visited, a:focus, a:active, a:hover {
  color: #2C77A4;
  text-decoration: none;
}

a:hover {
  text-shadow: 0 0 0.4rem rgba(44, 119, 164, 0.3);
}

main a {
  font-weight: 400;
  color: #2C77A4;
}

strong {
  font-weight: 600;
}

ul {
  list-style-type: square;
  margin-left: 4rem;
  margin-bottom: 2rem;
}

ol {
  margin-left: 4rem;
  margin-bottom: 2rem;
}

address {
  font-style: normal;
}

img {
  display: block;
  width: 100%;
}

img.inline-image {
  display: inline;
  width: auto;
}

.base-x-padding {
  padding-left: 7rem;
  padding-right: 7rem;
}
@media screen and (max-width: 43.75em) {
  .base-x-padding {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 31.25em) {
  .base-x-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.image-overflow-container {
  margin: 0 auto;
  width: 160rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media screen and (max-width: 100em) {
  .image-overflow-container {
    width: 100%;
  }
}
@media screen and (max-width: 83.75em) {
  .image-overflow-container {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media screen and (max-width: 43.75em) {
  .image-overflow-container {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 31.25em) {
  .image-overflow-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.text-next-to-image-overflow {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
}
@media (min-width: 60em) {
  .text-next-to-image-overflow {
    flex-basis: 50.8rem;
  }
}

.container {
  margin: 0 auto;
  width: 134rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media screen and (max-width: 83.75em) {
  .container {
    width: 100%;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media screen and (max-width: 43.75em) {
  .container {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 31.25em) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.xxl-container {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
  width: 100%;
  /*
  @media screen and (min-width: (math.div(500em, 16))) {
      width: 96%;
  }

  @media screen and (min-width: (math.div(700em, 16))) {
      width: 92%;
  }

  @media screen and (min-width: (math.div(900em, 16))) {
      width: 88%;
  }

  @media screen and (min-width: (math.div(1140em, 16))) {
      width: 84%;
  }*/
}

.md-container {
  margin: 0 auto;
  width: 114rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media screen and (max-width: 76.875em) {
  .md-container {
    width: 100%;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media screen and (max-width: 43.75em) {
  .md-container {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 31.25em) {
  .md-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.sm-container {
  margin: 0 auto;
  width: 88rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media screen and (max-width: 55em) {
  .sm-container {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 12.5em) {
  .sm-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12) !important;
}

.accordion-button {
  cursor: pointer;
}

.accordion-element {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-out;
}

.logo-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.background-secondary-texture, .team-member-box, .testimonial-box, .tile-box.tile-box-blue, .top-bar {
  background-image: linear-gradient(90deg, rgba(54, 78, 103, 0.8) 0%, rgba(54, 78, 103, 0.8) 100%), url("../images/layout/background_blue2.webp");
}
.background-secondary-texture .background-more-lighter, .team-member-box .background-more-lighter, .testimonial-box .background-more-lighter, .tile-box.tile-box-blue .background-more-lighter, .top-bar .background-more-lighter {
  background: rgba(255, 255, 255, 0.4);
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.4);
  border-bottom: 1rem solid #364e67;
  color: #c9d5e3 !important;
  border-bottom: none;
  /*@media (max-width: map-get($container-max-widths, 'xxl')) {
      background: cyan;
  }

  @media (max-width: map-get($container-max-widths, 'xl')) {
      background: orange;
  }

  @media (max-width: map-get($container-max-widths, 'lg')) {
      background: red;
  }

  @media (max-width: map-get($container-max-widths, 'md')) {
      background: blue;
  }

  @media (max-width: map-get($container-max-widths, 'sm')) {
      background: green;
  }*/
  background-size: 1896px 1126px;
  background-repeat: repeat;
}
.top-bar a {
  color: #c9d5e3 !important;
}

.haberkorn-logo {
  width: 32rem;
}
@media (max-width: 37.5em) {
  .haberkorn-logo {
    width: 26rem;
  }
}
@media (max-width: 25em) {
  .haberkorn-logo {
    width: 20rem;
  }
}

p {
  padding-bottom: 1.5rem;
}

.hover-pointer {
  cursor: pointer;
}

.two-column {
  display: flex;
}
.two-column > div {
  flex-basis: 50%;
}
@media (max-width: 45em) {
  .two-column {
    flex-basis: 100%;
    flex-direction: column-reverse;
  }
}

.two-column-lg {
  display: flex;
}
.two-column-lg > div {
  flex-basis: 50%;
}
@media (max-width: 60em) {
  .two-column-lg {
    flex-direction: column;
  }
  .two-column-lg.two-column-lg-reverse {
    flex-direction: column-reverse;
  }
}

.cms-background > div p {
  padding-bottom: 0 !important;
}

.extra-margin-bottom-xs {
  margin-bottom: 1rem !important;
}

.extra-margin-bottom-sm {
  margin-bottom: 3rem !important;
}

.extra-margin-bottom-md {
  margin-bottom: 6rem !important;
}

.extra-margin-bottom-lg {
  margin-bottom: 10rem !important;
}

.extra-margin-bottom-xl {
  margin-bottom: 16rem !important;
}

h1.extra-margin-bottom-sm {
  margin-bottom: 2rem !important;
}
h1.extra-margin-bottom-md {
  margin-bottom: 3rem !important;
}
h1.extra-margin-bottom-lg {
  margin-bottom: 4rem !important;
}

h2.extra-margin-bottom-sm {
  margin-bottom: 1.8rem !important;
}
h2.extra-margin-bottom-md {
  margin-bottom: 2.7rem !important;
}
h2.extra-margin-bottom-lg {
  margin-bottom: 3.5rem !important;
}

h3.extra-margin-bottom-sm {
  margin-bottom: 1.6rem !important;
}
h3.extra-margin-bottom-md {
  margin-bottom: 2.4rem !important;
}
h3.extra-margin-bottom-lg {
  margin-bottom: 3rem !important;
}

h4.extra-margin-bottom-sm {
  margin-bottom: 1.4rem !important;
}
h4.extra-margin-bottom-md {
  margin-bottom: 2rem !important;
}
h4.extra-margin-bottom-lg {
  margin-bottom: 2.6rem !important;
}

.hero-image.extra-margin-bottom-xs {
  margin-bottom: 0 !important;
}

.extra-margin-bottom-text-image-xs {
  margin-bottom: 4rem !important;
}

.extra-margin-bottom-text-image-sm {
  margin-bottom: 8rem !important;
}

.extra-margin-bottom-text-image-md {
  margin-bottom: 11rem !important;
}

.extra-margin-bottom-text-image-lg {
  margin-bottom: 15rem !important;
}

.extra-margin-bottom-text-image-xl {
  margin-bottom: 30rem !important;
}

@media (max-width: 45em) {
  .text-block-image-right {
    flex-direction: column-reverse;
  }
}

.block-quote-wrapper {
  display: inline-block;
  flex-direction: column;
  border-left: 3rem solid #556774;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.block-quote-box {
  display: flex;
  flex-direction: column;
}

.block-quote {
  position: relative;
  padding-left: 4.5rem;
  padding-right: 1rem;
  font-style: italic;
  color: #5b5b5b;
  font-size: 2.8rem;
}
@media (max-width: 33.75em) {
  .block-quote {
    font-size: 1.8rem;
  }
}
.block-quote .quote-sign-up, .block-quote .quote-sign-down {
  display: inline-block;
  position: absolute;
  color: #556774;
  font-weight: 400;
}
.block-quote .quote-sign-up {
  transform: translate(-1.5rem, -1rem) scale(2.2);
}
.block-quote .quote-sign-down {
  transform: translate(0.5rem, 1rem) scale(2.2);
}

.block-quote-author {
  margin-top: 3rem;
  padding-left: 7rem;
}

.border-radius {
  border-radius: 1rem;
}

.border-radius-2 {
  border-radius: 0.2rem;
}

.height-5 {
  height: 5rem;
}

.height-10 {
  height: 10rem;
}

.height-15 {
  height: 15rem;
}

.height-20 {
  height: 20rem;
}

.height-25 {
  height: 25rem;
}

.height-30 {
  height: 30rem;
}

.height-35 {
  height: 35rem;
}

.height-40 {
  height: 40rem;
}

.height-45 {
  height: 45rem;
}

.height-50 {
  height: 50rem;
}

.height-55 {
  height: 55rem;
}

.height-60 {
  height: 60rem;
}

.height-65 {
  height: 65rem;
}

.height-70 {
  height: 70rem;
}

@media (max-width: 45em) {
  .height-md-5 {
    height: 5rem;
  }
  .height-md-10 {
    height: 10rem;
  }
  .height-md-15 {
    height: 15rem;
  }
  .height-md-20 {
    height: 20rem;
  }
  .height-md-25 {
    height: 25rem;
  }
  .height-md-30 {
    height: 30rem;
  }
  .height-md-35 {
    height: 35rem;
  }
  .height-md-40 {
    height: 40rem;
  }
  .height-md-45 {
    height: 45rem;
  }
  .height-md-50 {
    height: 50rem;
  }
  .height-md-55 {
    height: 55rem;
  }
  .height-md-60 {
    height: 60rem;
  }
  .height-md-65 {
    height: 65rem;
  }
  .height-md-70 {
    height: 70rem;
  }
}
.line-height-15 {
  line-height: 1.5;
}

.position-relative {
  position: relative;
}

.layout-footer {
  letter-spacing: 0.08rem;
  position: relative;
  z-index: 20;
  background-image: linear-gradient(90deg, rgba(54, 78, 103, 0.8) 0%, rgba(54, 78, 103, 0.8) 100%), url("../images/layout/background_blue2.webp");
  background-size: 1896px 1126px;
  background-repeat: repeat;
  color: #e5e5e5;
}
.layout-footer a {
  color: #e5e5e5 !important;
}

.footer-button {
  padding: 1rem 1.5rem;
  border-radius: 0.4rem;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
}
.footer-button:hover {
  background: rgba(255, 255, 255, 0.15);
}

.footer-left-book-button {
  display: none;
  margin-top: -1rem;
}

.footer-right {
  align-items: flex-end;
}

.footer-menu {
  padding-top: 1rem;
}

.footer-social-media-border {
  border: 0.1rem solid #fff;
  border-radius: 0.2rem;
}

@media (max-width: 46.875em) {
  .footer-social-media-container {
    padding-bottom: 5rem !important;
  }
  .footer-box {
    flex-direction: column;
  }
  .footer-menu {
    padding-top: 0;
  }
  .footer-left-book-button {
    display: flex;
  }
  .footer-right {
    align-items: flex-start;
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
}
.layout-footer .designed-by {
  font-weight: 300;
  color: #d8d8d8;
  font-size: 1.4rem;
}

@media (max-width: 45em) {
  #hero-sub-title {
    font-size: 3rem;
  }
}
@media (max-width: 33.75em) {
  #hero-sub-title {
    font-size: 2.5rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.row-medium-gutter {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (min-width: 33.75em) {
  .row-medium-gutter {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}

.row-big-gutter {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (min-width: 33.75em) {
  .row-big-gutter {
    margin-right: -3rem;
    margin-left: -3rem;
  }
}

@media (min-width: 60em) {
  .row-lg-reverse {
    flex-direction: row-reverse !important;
  }
}

.col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1,
.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 33.75em) {
  .row-big-gutter > .col-xxl-12, .row-big-gutter > .col-xxl-11, .row-big-gutter > .col-xxl-10, .row-big-gutter > .col-xxl-9, .row-big-gutter > .col-xxl-8, .row-big-gutter > .col-xxl-7, .row-big-gutter > .col-xxl-6, .row-big-gutter > .col-xxl-5, .row-big-gutter > .col-xxl-4, .row-big-gutter > .col-xxl-3, .row-big-gutter > .col-xxl-2, .row-big-gutter > .col-xxl-1,
  .row-big-gutter > .col-xl-12, .row-big-gutter > .col-xl-11, .row-big-gutter > .col-xl-10, .row-big-gutter > .col-xl-9, .row-big-gutter > .col-xl-8, .row-big-gutter > .col-xl-7, .row-big-gutter > .col-xl-6, .row-big-gutter > .col-xl-5, .row-big-gutter > .col-xl-4, .row-big-gutter > .col-xl-3, .row-big-gutter > .col-xl-2, .row-big-gutter > .col-xl-1, .row-big-gutter > .col-lg,
  .row-big-gutter > .col-lg-12, .row-big-gutter > .col-lg-11, .row-big-gutter > .col-lg-10, .row-big-gutter > .col-lg-9, .row-big-gutter > .col-lg-8, .row-big-gutter > .col-lg-7, .row-big-gutter > .col-lg-6, .row-big-gutter > .col-lg-5, .row-big-gutter > .col-lg-4, .row-big-gutter > .col-lg-3, .row-big-gutter > .col-lg-2, .row-big-gutter > .col-lg-1, .row-big-gutter > .col-md,
  .row-big-gutter > .col-md-12, .row-big-gutter > .col-md-11, .row-big-gutter > .col-md-10, .row-big-gutter > .col-md-9, .row-big-gutter > .col-md-8, .row-big-gutter > .col-md-7, .row-big-gutter > .col-md-6, .row-big-gutter > .col-md-5, .row-big-gutter > .col-md-4, .row-big-gutter > .col-md-3, .row-big-gutter > .col-md-2, .row-big-gutter > .col-md-1, .row-big-gutter > .col-sm,
  .row-big-gutter > .col-sm-12, .row-big-gutter > .col-sm-11, .row-big-gutter > .col-sm-10, .row-big-gutter > .col-sm-9, .row-big-gutter > .col-sm-8, .row-big-gutter > .col-sm-7, .row-big-gutter > .col-sm-6, .row-big-gutter > .col-sm-5, .row-big-gutter > .col-sm-4, .row-big-gutter > .col-sm-3, .row-big-gutter > .col-sm-2, .row-big-gutter > .col-sm-1, .row-big-gutter > .col,
  .row-big-gutter > .col-12, .row-big-gutter > .col-11, .row-big-gutter > .col-10, .row-big-gutter > .col-9, .row-big-gutter > .col-8, .row-big-gutter > .col-7, .row-big-gutter > .col-6, .row-big-gutter > .col-5, .row-big-gutter > .col-4, .row-big-gutter > .col-3, .row-big-gutter > .col-2, .row-big-gutter > .col-1 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 33.75em) {
  .row-medium-gutter > .col-xxl-12, .row-medium-gutter > .col-xxl-11, .row-medium-gutter > .col-xxl-10, .row-medium-gutter > .col-xxl-9, .row-medium-gutter > .col-xxl-8, .row-medium-gutter > .col-xxl-7, .row-medium-gutter > .col-xxl-6, .row-medium-gutter > .col-xxl-5, .row-medium-gutter > .col-xxl-4, .row-medium-gutter > .col-xxl-3, .row-medium-gutter > .col-xxl-2, .row-medium-gutter > .col-xxl-1,
  .row-medium-gutter > .col-xl-12, .row-medium-gutter > .col-xl-11, .row-medium-gutter > .col-xl-10, .row-medium-gutter > .col-xl-9, .row-medium-gutter > .col-xl-8, .row-medium-gutter > .col-xl-7, .row-medium-gutter > .col-xl-6, .row-medium-gutter > .col-xl-5, .row-medium-gutter > .col-xl-4, .row-medium-gutter > .col-xl-3, .row-medium-gutter > .col-xl-2, .row-medium-gutter > .col-xl-1, .row-medium-gutter > .col-lg,
  .row-medium-gutter > .col-lg-12, .row-medium-gutter > .col-lg-11, .row-medium-gutter > .col-lg-10, .row-medium-gutter > .col-lg-9, .row-medium-gutter > .col-lg-8, .row-medium-gutter > .col-lg-7, .row-medium-gutter > .col-lg-6, .row-medium-gutter > .col-lg-5, .row-medium-gutter > .col-lg-4, .row-medium-gutter > .col-lg-3, .row-medium-gutter > .col-lg-2, .row-medium-gutter > .col-lg-1, .row-medium-gutter > .col-md,
  .row-medium-gutter > .col-md-12, .row-medium-gutter > .col-md-11, .row-medium-gutter > .col-md-10, .row-medium-gutter > .col-md-9, .row-medium-gutter > .col-md-8, .row-medium-gutter > .col-md-7, .row-medium-gutter > .col-md-6, .row-medium-gutter > .col-md-5, .row-medium-gutter > .col-md-4, .row-medium-gutter > .col-md-3, .row-medium-gutter > .col-md-2, .row-medium-gutter > .col-md-1, .row-medium-gutter > .col-sm,
  .row-medium-gutter > .col-sm-12, .row-medium-gutter > .col-sm-11, .row-medium-gutter > .col-sm-10, .row-medium-gutter > .col-sm-9, .row-medium-gutter > .col-sm-8, .row-medium-gutter > .col-sm-7, .row-medium-gutter > .col-sm-6, .row-medium-gutter > .col-sm-5, .row-medium-gutter > .col-sm-4, .row-medium-gutter > .col-sm-3, .row-medium-gutter > .col-sm-2, .row-medium-gutter > .col-sm-1, .row-medium-gutter > .col,
  .row-medium-gutter > .col-12, .row-medium-gutter > .col-11, .row-medium-gutter > .col-10, .row-medium-gutter > .col-9, .row-medium-gutter > .col-8, .row-medium-gutter > .col-7, .row-medium-gutter > .col-6, .row-medium-gutter > .col-5, .row-medium-gutter > .col-4, .row-medium-gutter > .col-3, .row-medium-gutter > .col-2, .row-medium-gutter > .col-1 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 33.75em) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 45em) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 60em) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 71.25em) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.mt-5 {
  margin-top: 0.5rem;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.ml-5 {
  margin-left: 0.5rem;
}

.mr-5 {
  margin-right: 0.5rem;
}

.mx-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.pt-5 {
  padding-top: 0.5rem;
}

.pb-5 {
  padding-bottom: 0.5rem;
}

.pl-5 {
  padding-left: 0.5rem;
}

.pr-5 {
  padding-right: 0.5rem;
}

.px-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.ml-10 {
  margin-left: 1rem;
}

.mr-10 {
  margin-right: 1rem;
}

.mx-10 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-10 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pl-10 {
  padding-left: 1rem;
}

.pr-10 {
  padding-right: 1rem;
}

.px-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.ml-15 {
  margin-left: 1.5rem;
}

.mr-15 {
  margin-right: 1.5rem;
}

.mx-15 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.pr-15 {
  padding-right: 1.5rem;
}

.px-15 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.ml-20 {
  margin-left: 2rem;
}

.mr-20 {
  margin-right: 2rem;
}

.mx-20 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.ml-25 {
  margin-left: 2.5rem;
}

.mr-25 {
  margin-right: 2.5rem;
}

.mx-25 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-25 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.pt-25 {
  padding-top: 2.5rem;
}

.pb-25 {
  padding-bottom: 2.5rem;
}

.pl-25 {
  padding-left: 2.5rem;
}

.pr-25 {
  padding-right: 2.5rem;
}

.px-25 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.ml-30 {
  margin-left: 3rem;
}

.mr-30 {
  margin-right: 3rem;
}

.mx-30 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-30 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pl-30 {
  padding-left: 3rem;
}

.pr-30 {
  padding-right: 3rem;
}

.px-30 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mt-35 {
  margin-top: 3.5rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.ml-35 {
  margin-left: 3.5rem;
}

.mr-35 {
  margin-right: 3.5rem;
}

.mx-35 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-35 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.pt-35 {
  padding-top: 3.5rem;
}

.pb-35 {
  padding-bottom: 3.5rem;
}

.pl-35 {
  padding-left: 3.5rem;
}

.pr-35 {
  padding-right: 3.5rem;
}

.px-35 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-35 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.ml-40 {
  margin-left: 4rem;
}

.mr-40 {
  margin-right: 4rem;
}

.mx-40 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-40 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pl-40 {
  padding-left: 4rem;
}

.pr-40 {
  padding-right: 4rem;
}

.px-40 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mt-45 {
  margin-top: 4.5rem;
}

.mb-45 {
  margin-bottom: 4.5rem;
}

.ml-45 {
  margin-left: 4.5rem;
}

.mr-45 {
  margin-right: 4.5rem;
}

.mx-45 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.my-45 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.pt-45 {
  padding-top: 4.5rem;
}

.pb-45 {
  padding-bottom: 4.5rem;
}

.pl-45 {
  padding-left: 4.5rem;
}

.pr-45 {
  padding-right: 4.5rem;
}

.px-45 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.py-45 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.ml-50 {
  margin-left: 5rem;
}

.mr-50 {
  margin-right: 5rem;
}

.mx-50 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-50 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pl-50 {
  padding-left: 5rem;
}

.pr-50 {
  padding-right: 5rem;
}

.px-50 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.ml-60 {
  margin-left: 6rem;
}

.mr-60 {
  margin-right: 6rem;
}

.mx-60 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-60 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pl-60 {
  padding-left: 6rem;
}

.pr-60 {
  padding-right: 6rem;
}

.px-60 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.ml-70 {
  margin-left: 7rem;
}

.mr-70 {
  margin-right: 7rem;
}

.mx-70 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-70 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pl-70 {
  padding-left: 7rem;
}

.pr-70 {
  padding-right: 7rem;
}

.px-70 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-70 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.ml-80 {
  margin-left: 8rem;
}

.mr-80 {
  margin-right: 8rem;
}

.mx-80 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-80 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pl-80 {
  padding-left: 8rem;
}

.pr-80 {
  padding-right: 8rem;
}

.px-80 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.ml-100 {
  margin-left: 10rem;
}

.mr-100 {
  margin-right: 10rem;
}

.mx-100 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-100 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.pl-100 {
  padding-left: 10rem;
}

.pr-100 {
  padding-right: 10rem;
}

.px-100 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.mt-120 {
  margin-top: 12rem;
}

.mb-120 {
  margin-bottom: 12rem;
}

.ml-120 {
  margin-left: 12rem;
}

.mr-120 {
  margin-right: 12rem;
}

.mx-120 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-120 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

.pl-120 {
  padding-left: 12rem;
}

.pr-120 {
  padding-right: 12rem;
}

.px-120 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-120 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.mt-140 {
  margin-top: 14rem;
}

.mb-140 {
  margin-bottom: 14rem;
}

.ml-140 {
  margin-left: 14rem;
}

.mr-140 {
  margin-right: 14rem;
}

.mx-140 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-140 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.pt-140 {
  padding-top: 14rem;
}

.pb-140 {
  padding-bottom: 14rem;
}

.pl-140 {
  padding-left: 14rem;
}

.pr-140 {
  padding-right: 14rem;
}

.px-140 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-140 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

@media (min-width: 60em) {
  .pb-lg-none {
    padding-bottom: 0;
  }
  .pt-lg-none {
    padding-top: 0;
  }
}
@media (max-width: 45em) {
  .pt-sm-none {
    padding-top: 0 !important;
    background: red;
  }
}
.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

@media (max-width: 33.75em) {
  .d-sm-none {
    display: none;
  }
}
@media (max-width: 45em) {
  .d-md-none {
    display: none;
  }
}
@media (min-width: 60em) {
  .d-lg-block {
    display: block;
  }
}

.d-flex-between {
  display: flex;
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-stretch {
  align-items: stretch;
}

.flex-direction-column {
  flex-direction: column;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bg-white {
  background: #fff;
}

.bg-orange {
  background: darkorange;
}

.bg-red {
  background: indianred;
}

.bg-blue {
  background: cornflowerblue;
}

.bg-gray {
  background: gray;
}

.bg-green {
  background: darkseagreen;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-bolder {
  font-weight: 700;
}

.position-relative {
  position: relative;
}

.flex-grow {
  flex-grow: 1;
}

.row-container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.text-white {
  color: #fff;
}
.text-white a {
  color: #fff;
}

.white-space-nowrap {
  white-space: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.top-menu {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 112%;
}
@media (max-width: 82.5em) {
  .top-menu {
    font-size: 75%;
  }
}
@media (max-width: 68.75em) {
  .top-menu {
    font-size: 65%;
  }
}
@media (max-width: 62.5em) {
  .top-menu {
    font-size: 65%;
  }
}

.top-menu-desktop {
  display: none;
}

.top-menu-mobile {
  display: flex;
}

@media (min-width: 71.25em) {
  .top-menu-desktop {
    display: flex;
  }
  .top-menu-mobile {
    display: none;
  }
}
.has-desktop-sub-menu {
  position: relative;
  z-index: 40;
}

.desktop-sub-menu-box {
  display: none;
  background: #364e67;
  background-image: linear-gradient(90deg, rgba(54, 78, 103, 0.8) 0%, rgba(54, 78, 103, 0.8) 100%), url("../images/layout/background_blue2.webp");
  font-weight: 300;
  position: absolute;
  z-index: 40;
  top: 4rem;
  right: 0;
  flex-direction: column;
  border-radius: 0.4rem;
  min-width: 25rem;
  min-height: 5rem;
  box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.4);
  white-space: nowrap;
  overflow: hidden;
}
.desktop-sub-menu-box.desktop-sub-menu-expanded {
  display: block;
}
.desktop-sub-menu-box div.desktop-sub-menu-box-background-lighter {
  background: rgba(255, 255, 255, 0.08);
  padding: 0.5rem 0.5rem;
  border-radius: 0.4rem;
}
.desktop-sub-menu-box a {
  color: #fff !important;
}
.desktop-sub-menu-box .desktop-sub-menu-item {
  border-radius: 0.3rem;
}
.desktop-sub-menu-box .desktop-sub-menu-item:hover {
  background: #42607e;
}

#mobile-menu-button {
  cursor: pointer;
  border-radius: 0.8rem;
  border: 0.1rem solid #c9d5e3;
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-menu-button:hover {
  background: rgba(255, 255, 255, 0.25);
}

#mobile-menu-close-button {
  cursor: pointer;
  border-radius: 0.8rem;
  border: 0.1rem solid #fff;
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-menu-close-button:hover {
  background: rgba(50, 50, 50, 0.5);
}

#mobile-menu {
  background: #364e67;
  background-image: linear-gradient(90deg, rgba(54, 78, 103, 0.8) 0%, rgba(54, 78, 103, 0.8) 100%), url("../images/layout/background_blue2.webp");
  background-size: 1896px 1126px;
  background-repeat: repeat;
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  min-width: 25rem;
  min-height: 100vh;
  z-index: 40;
  box-shadow: 0 0 4px 3px rgba(50, 50, 50, 0.4);
  transform: translateX(105%);
  transition: transform ease-out 0.5s;
}
#mobile-menu div.background-lighter {
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.05);
  color: #e5e5e5;
  font-size: 2.4rem;
}
#mobile-menu div.background-lighter a {
  color: #fff;
}
#mobile-menu div.background-lighter a :hover {
  color: #ddd;
}
#mobile-menu.mobile-menu-visible {
  transform: translateX(0);
}
@media (min-width: 71.25em) {
  #mobile-menu.mobile-menu-visible {
    transform: translateX(105%);
  }
}

.mobile-submenu-box {
  font-size: 75%;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 1.5rem;
}

.mobile-submenu-text-box {
  max-width: 80vw !important;
  white-space: normal;
}

#hero-image-section {
  /*background: url("/images/layout/hero-11-2k.webp"), linear-gradient(120deg,
      desaturate(darken($secondaryColor, 10%), 10%) 0%,
      desaturate(lighten($secondaryColor, 10%), 10%) 45%,
      desaturate(lighten($secondaryColor, 10%), 10%) 55%,
      desaturate(darken($secondaryColor, 10%), 10%) 100%);
  background-size: cover;
  background-position: 45% 70%;
  */
  height: calc(100vh - 11.65rem);
  position: relative;
}
@media (max-width: 33.75em) {
  #hero-image-section {
    height: 57vh !important;
  }
}

a.hero-text {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2.8rem;
  font-weight: 400;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  padding: 0.3rem 1.2rem;
  color: #eee;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(68, 68, 68, 0.6), 0.2rem -0.2rem 0.3rem rgba(68, 68, 68, 0.6), -0.2rem 0.2rem 0.3rem rgba(68, 68, 68, 0.6), -0.2rem -0.2rem 0.3rem rgba(68, 68, 68, 0.6);
}
@media (max-width: 45em) {
  a.hero-text {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 33.75em) {
  a.hero-text {
    font-size: 2rem !important;
  }
}
a.hero-text:hover {
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

a.hero-call-to-action {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8%;
  right: 8rem;
  font-weight: 400;
  border: 0.2rem solid #fff;
  padding: 3rem;
  background: #364e67;
  color: #eee;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(68, 68, 68, 0.6), 0.2rem -0.2rem 0.3rem rgba(68, 68, 68, 0.6), -0.2rem 0.2rem 0.3rem rgba(68, 68, 68, 0.6), -0.2rem -0.2rem 0.3rem rgba(68, 68, 68, 0.6);
  font-size: 2.3rem;
  line-height: 3rem;
}
a.hero-call-to-action.hero-call-to-action-circle, a.hero-call-to-action.hero-call-to-action-oval {
  border-radius: 50%;
}
a.hero-call-to-action.hero-call-to-action-rectangle {
  border-radius: 1rem;
}
a.hero-call-to-action:hover {
  background: #2d4156;
}
a.hero-call-to-action .hero-call-to-action-text-box {
  text-align: center;
}
a.hero-call-to-action.hero-call-to-action-circle {
  height: 22rem;
  width: 22rem;
}
@media (max-width: 45em) {
  a.hero-call-to-action.hero-call-to-action-circle {
    height: 20rem;
    width: 20rem;
  }
}
@media (max-width: 33.75em) {
  a.hero-call-to-action.hero-call-to-action-circle {
    height: 16rem;
    width: 16rem;
  }
}
a.hero-call-to-action.hero-call-to-action-oval {
  height: 20rem;
  width: 26rem;
}
@media (max-width: 45em) {
  a.hero-call-to-action.hero-call-to-action-oval {
    height: 18rem;
    width: 23.5rem;
  }
}
@media (max-width: 33.75em) {
  a.hero-call-to-action.hero-call-to-action-oval {
    height: 15rem;
    width: 19rem;
  }
}
@media (max-width: 45em) {
  a.hero-call-to-action {
    font-size: 2.1rem;
    line-height: 2.5rem;
    right: 4rem;
  }
}
@media (max-width: 33.75em) {
  a.hero-call-to-action {
    font-size: 1.5rem !important;
    line-height: 1.9rem;
    right: 2rem;
  }
}

.hero-call-to-action-special-line {
  font-size: 105%;
  font-weight: bold;
}

.hero-call-to-action-animation {
  animation: heroCallToActionAnimation;
  animation-delay: 0.2s;
  animation-duration: 2s;
}
.hero-call-to-action-animation:hover {
  transform: scale(1.05);
}

@keyframes heroCallToActionAnimation {
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
.top-bar-distance {
  padding-bottom: 11.6rem;
}
@media (max-width: 37.5em) {
  .top-bar-distance {
    padding-bottom: 8.5rem;
  }
}

.immo-box {
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.18) !important;
  border-radius: 0.4rem;
  padding: 2rem 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  transition: transform 0.25s ease-out;
}
.immo-box:hover {
  transform: scale(1.015) translateY(-0.6%);
}
.immo-box .immo-box-description-text {
  max-height: 21.2rem;
  font-size: 80%;
  overflow: hidden;
  position: relative;
}
.immo-box .immo-box-description-text h1 {
  margin-bottom: 1rem;
}
.immo-box .immo-box-description-text h2, .immo-box .immo-box-description-text h3, .immo-box .immo-box-description-text h4, .immo-box .immo-box-description-text h5, .immo-box .immo-box-description-text h6 {
  font-size: 92%;
  margin-bottom: 0.8rem;
}
.immo-box .immo-box-description-text h2 strong, .immo-box .immo-box-description-text h3 strong, .immo-box .immo-box-description-text h4 strong, .immo-box .immo-box-description-text h5 strong, .immo-box .immo-box-description-text h6 strong {
  font-weight: 400;
}
.immo-box .immo-box-description-text .immo-box-description-text-gradient {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 80%, white 100%);
}
.immo-box .immo-box-button {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.8rem 1.4rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  background: #475671;
  color: #fff;
}
.immo-box .immo-box-button:hover {
  background: #5a6e90;
}
.immo-box .immo-box-button a {
  color: #fff !important;
}
.immo-box h1 {
  font-size: 2.2rem;
}
.immo-box h2 {
  font-size: 2.1rem;
}
.immo-box h3 {
  font-size: 2rem;
}

.background-container-grey {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: #f3f3f3;
}

.background-container-blue {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: linear-gradient(90deg, #262b3f 0%, #38445c 50%, #262b3f 100%);
  color: #fff;
}
.background-container-blue h1, .background-container-blue h2, .background-container-blue h3, .background-container-blue h4, .background-container-blue h5, .background-container-blue h6 {
  color: #c1b38f;
}
.background-container-blue a {
  color: #fff;
}
.background-container-blue a:hover {
  text-shadow: 0 0 0.4rem rgba(255, 255, 255, 0.4);
}

.block-skewed {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
  clip-path: polygon(0 7rem, 100% 0, 100% calc(100% - 7rem), 0 100%);
}

.block-skewed-container {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.bg-light-grey {
  background: #f3f3f3;
}

.immo-search-box {
  letter-spacing: 0.08rem;
  border: 0.2rem solid #364e67;
  border-radius: 0.5rem;
  padding: 1rem 3.5rem 3rem 3.5rem;
}
.immo-search-box .input-group {
  display: flex;
  justify-content: start;
  align-items: stretch;
  width: 100%;
}
.immo-search-box .input-group div {
  flex-grow: 1;
}
.immo-search-box .input-group div:first-child input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.immo-search-box .input-group div:last-child input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.immo-search-box .input-group .input-group-addon-middle {
  background: #eee;
  border-top: 0.1rem solid #ced4da;
  border-bottom: 0.1rem solid #ced4da;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  flex-grow: 0;
}

.immo-switch-button-group {
  display: flex;
  justify-content: start;
  border-radius: 0.6rem;
}
.immo-switch-button-group input[type=radio] {
  display: none;
}

@media (max-width: 60em) {
  .immo-switch-button-group {
    transform: scale(0.82) translateX(-11%);
  }
}
@media (max-width: 33.75em) {
  .immo-switch-button-group {
    transform: scale(0.72) translateX(-20%);
  }
}
label.immo-switch-button {
  color: #fff;
  border: 1px solid #364e67;
  padding: 0.7rem 2rem;
  cursor: pointer;
  background: #4b6c8f;
}
label.immo-switch-button:first-of-type {
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}
label.immo-switch-button:not(:first-child) {
  border-left: none;
}
label.immo-switch-button:last-child {
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
input[type=radio]:checked + label.immo-switch-button {
  background: #364e67;
  box-shadow: inset 0 0 0.7rem 0.3rem rgba(0, 0, 0, 0.4);
  font-weight: 300;
}

.immo-switch-button-active {
  background: #364e67;
  box-shadow: inset 0 0 0.7rem 0.3rem rgba(0, 0, 0, 0.4);
  font-weight: 300;
}

button.immo-search-button {
  padding: 1rem 3rem;
  border-radius: 0.6rem;
  background: #364e67;
  color: #fff;
  font-weight: 300 !important;
  font-size: 2rem;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: inherit;
}
button.immo-search-button:hover {
  color: #fff;
  background: #4b6c8f;
}
@media (max-width: 33.75em) {
  button.immo-search-button {
    flex-basis: 100%;
  }
}

button.immo-search-reset-button {
  padding: 1rem 3rem;
  margin-right: 2rem;
  border-radius: 0.6rem;
  background: none;
  color: #364e67;
  font-weight: 300 !important;
  font-size: 2rem;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: inherit;
}
button.immo-search-reset-button:hover {
  color: #243546;
  text-shadow: 0.2rem 0.2rem 0.4rem rgba(54, 78, 103, 0.5);
}
@media (max-width: 33.75em) {
  button.immo-search-reset-button {
    display: none;
  }
}

.darker-on-hover:hover {
  background: rgba(0, 0, 0, 0.2);
}

.call-to-action-button {
  padding: 1.4rem 2.8rem;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(104, 104, 104);
  font-weight: 400;
  font-size: 1.8rem;
  border-radius: 0.2rem;
}
.call-to-action-button a {
  color: #fff;
}
.call-to-action-button a :hover {
  color: #fff;
}

.tile-box {
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.18) !important;
  margin-bottom: 4rem;
  height: calc(100% - 4rem);
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.tile-box .background-gradient {
  padding: 2rem 3rem;
}
.tile-box h2, .tile-box h3, .tile-box h4, .tile-box h5 {
  margin-bottom: 0.5rem;
  margin-left: -0.1rem;
}
.tile-box h2 {
  font-size: 2.3rem;
}
.tile-box h3 {
  font-size: 2.2rem;
}
.tile-box h4 {
  font-size: 2.1rem;
}
.tile-box.tile-box-blue {
  color: #fff;
}
.tile-box.tile-box-blue .background-gradient {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.03) 50%, rgba(0, 0, 0, 0.12) 100%);
}
.tile-box.tile-box-blue h1, .tile-box.tile-box-blue h2, .tile-box.tile-box-blue h3, .tile-box.tile-box-blue h4, .tile-box.tile-box-blue h5, .tile-box.tile-box-blue h6 {
  color: #c8bc9c;
}
.tile-box.tile-box-blue a {
  color: #fff;
}

.cookie-banner {
  display: none;
  z-index: 160;
  font-size: 1.4rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3b5671;
  color: #ddd;
}
.cookie-banner.show-cookie-banner {
  display: flex;
}
.cookie-banner a {
  color: #fff;
  text-shadow: none;
}

.anchor-helper {
  position: absolute;
  top: -13rem;
  left: 0;
}
.block-skewed-container .anchor-helper {
  top: -2rem !important;
}

.object-data-table {
  width: 100%;
}
.object-data-table th {
  text-align: left;
}
.object-data-table td {
  text-align: right;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider-wrapper-overlay {
  position: absolute;
  left: 0;
  top: 0;
}

.slider-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  --imageNumber: 1;
  --index: 0;
  --currentSwipeDiff: 0;
  width: calc(var(--imageNumber) * 100%);
  transform: translate(calc(var(--index, 0) / var(--imageNumber) * -100% + var(--currentSwipeDiff, 0px)));
}

.slider-smooth {
  transition: transform 1.2s ease-out;
}

.slider-container .slider-element {
  min-width: calc(100% / var(--imageNumber));
  width: calc(100% / var(--imageNumber));
  min-height: 20rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.slider-navigation {
  flex: 0 1 3rem;
}
.slider-navigation > a {
  border-radius: 50%;
}
.slider-navigation > a:hover {
  text-decoration: none;
}
.slider-navigation svg {
  fill: #556774;
}
.slider-navigation svg:hover {
  fill: #3f4d57;
  transform: scale(1.3);
}

.slider-thumbnail-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider-thumbnail-container {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  --imageNumber: 1;
  --index: 0;
  --currentSwipeDiff: 0;
  --diffOfLastSwipe: 0;
  min-width: calc(var(--imageNumber) * 15rem);
  width: calc(var(--imageNumber) * 15rem);
  transform: translateX(min(0px, min(var(--index), max(var(--imageNumber) - 4, 0)) * -15rem + var(--currentSwipeDiff, 0px) + var(--diffOfLastSwipe, 0px)));
}

.slider-thumbnail-element {
  min-width: 15rem;
  width: 15rem;
  min-height: 10rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.gallery-full-mode-layer {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 1rem 1rem;
  background: #888;
  z-index: 40;
}
@media (max-width: 33.75em) {
  .gallery-full-mode-layer {
    padding: 0.2rem 0.2rem;
  }
}
.gallery-full-mode-layer .gallery-full-mode-layer-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0.1rem solid #fff;
  border-radius: 1rem;
  padding: 1rem 1rem;
  margin-bottom: 0;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.gallery-full-mode-layer .gallery-full-mode-layer-close-button:hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.gallery-full-mode-layer .gallery-full-mode-box {
  display: flex;
  align-items: center;
  flex: 0 0 85%;
  background: #fff;
  border-radius: 2rem;
  margin: 1rem;
  padding: 4rem 1rem;
}
@media (max-width: 33.75em) {
  .gallery-full-mode-layer .gallery-full-mode-box {
    margin: 0.1rem;
    padding: 2rem 0.1rem;
    flex: 0 0 99%;
  }
}
@media (max-width: 33.75em) {
  .gallery-full-mode-layer .slider-navigation {
    flex: 0 1 1rem;
  }
}

.contact-form-layout {
  position: relative;
}

.contact-form-layout, .form-success-message {
  border-radius: 0.5rem;
  background: #bdc7ce;
  background-image: linear-gradient(90deg, rgba(54, 78, 103, 0.8) 0%, rgba(54, 78, 103, 0.8) 100%), url("../images/layout/background_blue2.webp");
  background-size: 1896px 1126px;
  background-repeat: repeat;
}
.contact-form-layout div.background-lighter, .form-success-message div.background-lighter {
  border-radius: 0.5rem;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.25);
}
.contact-form-layout div.background-lighter h3, .form-success-message div.background-lighter h3 {
  font-size: 3.6rem;
  color: #fff;
}
.contact-form-layout div.background-lighter input, .contact-form-layout div.background-lighter textarea, .form-success-message div.background-lighter input, .form-success-message div.background-lighter textarea {
  font-size: 1.5rem;
  display: block;
  border: none;
  border-radius: 0.4rem;
  width: 100%;
  padding: 1rem;
}
.contact-form-layout div.background-lighter input:not(last-child), .contact-form-layout div.background-lighter textarea:not(last-child), .form-success-message div.background-lighter input:not(last-child), .form-success-message div.background-lighter textarea:not(last-child) {
  margin-bottom: 2rem;
}
.contact-form-layout div.background-lighter input:focus, .contact-form-layout div.background-lighter textarea:focus, .form-success-message div.background-lighter input:focus, .form-success-message div.background-lighter textarea:focus {
  outline-color: #43515b;
}
.contact-form-layout div.background-lighter button, .form-success-message div.background-lighter button {
  font-size: 1.6rem;
  background: #44525c;
  border-radius: 0.2rem;
  border: none;
  padding: 1rem 4rem;
  color: #fff;
  cursor: pointer;
}
.contact-form-layout div.background-lighter button:hover, .form-success-message div.background-lighter button:hover {
  background: #39454e;
}
.contact-form-layout div.background-lighter button:focus, .form-success-message div.background-lighter button:focus {
  outline-color: #51626e;
}
.contact-form-layout div.background-lighter button:disabled, .form-success-message div.background-lighter button:disabled {
  background: rgba(85, 103, 116, 0.25);
}
.contact-form-layout div.background-lighter button:disabled:hover, .form-success-message div.background-lighter button:disabled:hover {
  cursor: not-allowed;
}
.contact-form-layout label, .form-success-message label {
  color: #fff;
  font-weight: 400;
}
.contact-form-layout.large-contact-form div.background-lighter, .form-success-message.large-contact-form div.background-lighter {
  padding: 2.1rem 3rem 3rem 3rem;
}

.object-form-success-message {
  color: #fff;
  display: none;
}
.object-form-success-message p {
  font-size: 3rem;
  margin: 8rem 1rem 10rem 1rem;
}

.form-success-message {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.form-success-message.form-success-message-show {
  display: flex;
}

.form-success-message-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 120%;
}

.testimonial-text {
  font-style: italic;
}

.testimonial-line {
  width: 5rem;
  border-bottom: 0.6rem solid #c8bc9c;
}

.testimonial-box {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12) !important;
  margin-bottom: 4rem;
  color: #fff;
}
.testimonial-box .background-gradient {
  padding: 4.5rem 4rem 4rem 4rem;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.02) 50%, rgba(0, 0, 0, 0.12) 100%);
}
@media (max-width: 50em) {
  .testimonial-box .background-gradient {
    padding: 1.5rem 0.5rem 1rem 0.5rem;
  }
}

.testimonial-portrait {
  padding: 0.5rem 1rem 0.5rem 0;
}
@media (max-width: 50em) {
  .testimonial-portrait {
    padding: 0.5rem 0 0.5rem 1rem;
  }
}
.testimonial-portrait--image-box {
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  padding: 12% 5% 0 5%;
  width: 10rem;
  height: 10rem;
}
@media (max-width: 37.5em) {
  .testimonial-portrait--image-box {
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 31.25em) {
  .testimonial-portrait--image-box {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 25em) {
  .testimonial-portrait--image-box {
    width: 5rem;
    height: 5rem;
  }
}

.team-member-box {
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12) !important;
  margin-bottom: 4rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.team-member-box .team-member-background-gradient {
  padding: 3rem 3.5rem 3rem 4rem;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.02) 50%, rgba(0, 0, 0, 0.12) 100%);
}
@media (max-width: 50em) {
  .team-member-box .team-member-background-gradient {
    padding: 1.5rem 0.5rem 1.5rem 1.5rem;
  }
}
.team-member-box:hover {
  transform: scale(1.1);
  z-index: 1000;
}

.team-member-line {
  width: 5rem;
  border-bottom: 0.3rem solid #c8bc9c;
}

.team-member-text-box {
  line-height: 1.4;
  font-size: 1.5rem;
}
.team-member-text-box a {
  color: #fff;
  font-weight: 300;
}
.team-member-text-box .team-member-name {
  font-size: 1.7rem;
}
.team-member-text-box .team-member-job-title {
  font-size: 1.4rem;
}
@media (max-width: 37.5em) {
  .team-member-text-box {
    font-size: 1.3rem;
  }
}
@media (max-width: 26.875em) {
  .team-member-text-box {
    font-size: 1.2rem;
  }
  .team-member-text-box .team-member-name {
    font-size: 1.4rem;
  }
  .team-member-text-box .team-member-job-title {
    font-size: 1.1rem;
  }
  .team-member-text-box .team-member-phone-number {
    white-space: nowrap;
    font-size: 1rem;
  }
  .team-member-text-box .team-member-email-address {
    white-space: nowrap;
    font-size: 1rem;
  }
}

.team-member-portrait {
  padding: 0.5rem 3rem 0.5rem 0;
}
@media (max-width: 50em) {
  .team-member-portrait {
    padding: 0.5rem 1rem 0.5rem 0;
  }
}
@media (max-width: 26.875em) {
  .team-member-portrait {
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}
.team-member-portrait--image-box {
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  width: 13rem;
  height: 13rem;
  /*
  @media (max-width: (math.div(500em, 16))) {
      width: 7rem;
      height: 7rem;
  }
  @media (max-width: (math.div(400em, 16))) {
      width: 5rem;
      height: 5rem;
  }*/
}
@media (max-width: 37.5em) {
  .team-member-portrait--image-box {
    width: 9rem;
    height: 9rem;
  }
}

.area-box-background {
  background: #e9e9e9;
}

.area-box-container {
  display: flex;
  flex-wrap: nowrap;
}

.area-box-first-part {
  flex-basis: 40%;
  flex-shrink: 0;
}

.area-box-second-card-part {
  flex-grow: 1;
}

.review-box {
  border: 0.1rem solid #bbb;
  padding: 1.5rem 2rem;
  flex-basis: 40rem;
  width: 40rem;
}

.review-image {
  width: 4rem;
  border-radius: 50%;
}

.review-profile-picture {
  padding-right: 1.2rem;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

img.google-review-icon {
  width: 2rem;
}

.review-name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 140%;
}

.review-date {
  font-size: 1.2rem;
  color: #999;
  line-height: 140%;
}

.review-text-box {
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 130%;
}

.review-star {
  width: 2rem;
}

.cta-review-logo {
  padding-right: 2.5rem;
  width: 11.5rem;
}

.cta-review-stars {
  width: 2rem;
}

.cta-review-title {
  font-weight: bold;
}

.review-text-long {
  display: none;
}

.review-text-box.review-text-box-expanded .review-text-short {
  display: none;
}
.review-text-box.review-text-box-expanded .review-text-long {
  display: block;
}

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