<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  background-color: #bde2e7;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

body.mfp-active {
  overflow: hidden;
}

* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

section,
nav,
header,
footer,
article,
form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}


/* HEADER */

.header {
  width: 100%;
  position: fixed;
  z-index: 500;
  background-color: #ffffff;
}

.header:after {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  content: '';
  visibility: hidden;
  clear: both;
}

.header .navigator {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: right;
}

@media (min-width: 900px) {
  .header .navigator {
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
  }
}

.header .logoContent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header .menuContent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  order: 3;
}

.header .socialContent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  order: 2;
  margin-right: 20px;
}

.header .homeContent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  order: 1;
  margin-right: 20px;
  width: 100%;
}

@media (min-width: 900px) {


  .header .menuContent {
    order: 1;
  }

  .header .socialContent {
    margin-right: 0px;
    order: 2;
  }

  .header .homeContent {
    display: none;
    order: 3;
  }

}

.header .logo {
  font-size: 0;
  line-height: 0;
}

.header .logo img {
  height: 60px;
  filter: brightness(1000%);
}

.header .logo img:hover {
  height: 60px;
  filter: grayscale(0%);
}

.header .social {
  font-size: 0;
  line-height: 0;
  padding-left: 0.6rem;
}

.header .social svg {
  height: 40px;
  cursor: pointer;
}

.header .social svg:hover {
  height: 40px;
}

.header .hoome {
  font-size: 0;
  line-height: 0;
  padding-left: 0.6rem;
}

.header .hoome svg {
  height: 40px;
  cursor: pointer;
}

.header .hoome svg:hover {
  height: 40px;
}

.facebook-icon {
  fill: #bd262f;
}

.facebook-icon:hover {
  fill: #333333;
}

.youtube-icon {
  fill: #bd262f;
}

.youtube-icon:hover {
  fill: #333333;
}

.hoome-icon {
  fill: #bd262f;
}

.hoome-icon:hover {
  fill: #333333;
}

.menu {
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  z-index: 600;
  position: absolute;
  background-color: #ffffff;
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 900px) {
  .menu {
    display: flex;
    height: auto;
    min-height: initial;
    width: auto;
    min-width: initial;
    position: relative;
    background-color: #ffffff;
  }
}

.menu .menuItem {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #bd262f;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  position: relative;
}

.menu .menuItem .menuLink {
  color: #bd262f;
  border-bottom: 0px;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  display: inline-block;
}

.menu .menuItem .menuLink:hover  {
  color: #333333;
  border-bottom: 0px;
  display: inline-block;
}

@media (min-width: 900px) {
  .menu .menuItem {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #bd262f;
    font-size: 1.4rem;
    line-height: 1;
    white-space: nowrap;
    position: relative;
  }

  .menu .menuItem .menuLink {
    color: #bd262f;
    border-bottom: 2px solid transparent;
    padding: 0px 0px 1px 0px;
    margin: 18px 20px 15px 20px;
    display: inline-block;
  }

  .menu .menuItem .menuLink:hover  {
    color: #333333;
    border-bottom: 2px solid #333333;
    display: inline-block;
  }
}



.submenu {
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style: none;
  _background-color: rgba(255, 255, 255, 0.20);
  display: block;
}

@media (min-width: 900px) {
  .submenu {
    display: block;
    position: absolute;
    left: -9999px;
    background-color: #ffffff;
  }
  .menu .menuItem:hover .submenu {
    left: 0px;
  }
}

.submenu .menuSubItem {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #bd262f;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.submenu .menuSubItem a {
  color: #bd262f;
  border-bottom: 0px;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  display: block;
  text-align: center;
}

.submenu .menuSubItem:hover a {
  color: #333333;
  border-bottom: 0px;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  display: block;
}

@media (min-width: 900px) {
  .submenu .menuSubItem a {
    color: #bd262f;
    border-bottom: 2px solid transparent;
    padding: 0px 0px 1px 0px;
    margin: 18px 20px 15px 20px;
    display: block;
    text-align: left;
  }

  .submenu .menuSubItem:hover a {
    color: #333333;
    border-bottom: 2px solid #333333;
    padding: 0px 0px 1px 0px;
    margin: 18px 20px 15px 20px;
    display: block;
  }
}

.menu li.language {
  font-size: 0;
  line-height: 0;
}

.header li.language a,
.header li.language a:hover {
  border-bottom: 1px solid transparent;
  padding: 5px 10px 7px 10px;
  display: inline-block;
}

.header li.language img {
  width: 20px;
}

.header li.language span {
  display: none;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  position: relative;
  user-select: none;
  height: 100%;
  margin-right: 1rem;
  z-index: 1000;
}

@media (min-width: 900px) {
  .header .menu-icon {
    display: none;
  }
}

.header .menu-icon .navicon {
  display: block;
  width: 40px;
  height: 3px;
  position: relative;
  transition: all .2s ease-out;
  background: #bd262f;
  top: 50%;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  background: #bd262f;
}

.header .menu-icon .navicon:before {
  top: 14px;
}

.header .menu-icon .navicon:after {
  top: -14px;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 900px) {
  .header .menu-btn:checked ~ .menu {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0rem;
  }
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:before,
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  top: 0px;
}


/* HEADLINE */

.headline {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  _border-bottom: 2px solid #996632;
}

@media (min-width: 576px) {
  .headline {
    height: 500px;
  }
}

.headline div {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0) 100%);
  margin-top: 76px;
  padding: 20px 100px 10px 100px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #996632;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .headline div {
    padding: 20px 150px 10px 150px;
    font-size: 2.5rem;
  }
}


/* SHOWCASE */

.showcaseSection {
  width: 100%;
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

.showcaseContent {
  width: 100%;
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.showcaseImage {
  width: 100%;
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.showcaseImage1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url('/@media/showcase/01.jpg?refresh=202311');
}

.showcaseImage2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url('/@media/showcase/02.jpg?refresh=202311');
}

.showcaseImage3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url('/@media/showcase/03.jpg?refresh=20231');
}

.showcaseImage4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url('/@media/showcase/04.jpg?refresh=20231');
}

.showcaseImage5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url('/@media/showcase/05.jpg?refresh=20231');
}

.showcaseText {
  position: absolute;
  bottom: 80px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  width: 100%;
  _height: 100%;
  _min-height: calc(var(--vh, 1vh) * 100);
  text-shadow: -3px 3px 0px #000000;
}

.showcaseText1 {
  margin: 120px 0px 20px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e5c392;
  font-size: 4rem;
  line-height: 1.1;
}

.showcaseText2 {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.1;
}

.sc_1 {
  width: 250px;
  margin: 140px 0px 0px 0px;
}

@media (min-width: 768px) {

  .sc_1 {
    width: 450px;
    margin: 140px 0px 0px 0px;
  }

}

@media (min-width: 768px) {
  .showcaseText1 {
    margin: 120px 0px 20px 0px;
    font-size: 5rem;
    line-height: 1.1;
  }
  .showcaseText2 {
    margin: 0px 0px 0px 0px;
    font-size: 2.5rem;
    line-height: 1.1;
  }
}


.showcaseDown {
  margin: auto;
  left: 0px;
  right: 0px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.0) url('/images/showcase-down.svg') no-repeat 50% 50%;
  background-size: 40%;
  z-index: 50;
  -webkit-animation: arrow 1s infinite;
  animation: arrow 1s infinite;
  cursor: pointer;
}

@media screen and (max-width: 850px) {
  .showcaseDown {
    width: 80px;
    height: 80px;
  }
}

@-webkit-keyframes arrow {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}

@keyframes arrow {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}


/* BOX */

.boxSection {
  padding: 50px 0px 50px 0px;
  margin-bottom: -100px;
  position: absolute;
  top: -150px;
  z-index: 2;
  width: 80%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 50px;
  background-color: #bde2e7;
}

@media (min-width: 768px) {
  .boxSection {
    width: min(100%, 1250px);
    display: flex;
    flex-flow: row nowrap;
  }
}

.boxContent {
  width: 80%;
  height: auto;
  background-color: #002043;
  display: flex;
  justify-content: flex-start;
  flex-flow: column nowrap;
}

@media (min-width: 768px) {

  .boxContent {
    width: 250px;
    height: 460px;
    background-color: #002043;
    display: flex;
    justify-content: flex-start;
    flex-flow: column nowrap;
  }

}

.xxd {
  height: 400px;
}

@media (min-width: 768px) {

  .xxd {
    height: 700px;
  }

}

.boxContent:hover {
  _background-color: #fbead3
}

.boxImage {
  font-size: 0;
  line-height: 0;
}

.boxImage img {
  width: 100%;
}

.boxText {
  margin: 10px 5px 0px 5px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #bde2e7;
  font-size: 1.1rem;
  line-height: 1.2;
  height: 50px;
  text-align: center;
}

.boxTextSmall {
  margin: 10px 5px 10px 5px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.0rem;
  line-height: 1.2;
  text-align: left;
}

.boxTextSmall ul {
  margin: 0;
  padding: 0px 10px 0px 30px;
  list-style: square outside;
}


/* FOOTER CONTACT BOX */

.footerContactSection {
  margin-left: 25px;
  margin-right: 25px;
  width: calc(100% - 50px);
  position: relative;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(1, 100%);
  grid-auto-rows: auto;
  grid-gap: 50px;
}

@media (min-width: 576px) {
  .footerContactSection {
    margin: 0;
    width: min(100%, 1250px);
    grid-template-columns: repeat(2, 50%);
    grid-auto-rows: 1fr;
    grid-gap: 0;
  }
}

@media (min-width: 992px) {
  .footerContactSection {
    grid-template-columns: repeat(4, 25%);
    grid-auto-rows: 1fr;
  }
}

.footerContactSection a {
  border: 2px solid #996632;
  background-color: rgba(96, 110, 121, 0.5);
  transform: scale(1, 1);
  transition-timing-function: ease;
  transition: background-color .3s, transform .3s;
  padding: 30px;
  width: 100%;
}

@media (min-width: 576px) {
  .footerContactSection a {
    transform: scale(0.9, 0.9);
  }
}

@media (min-width: 992px) {
  .footerContactSection a {
    max-width: 280px;
  }
}

.footerContactSection a:hover {
  transform: scale(1, 1);
  background-color: #a63734;
  z-index: 1;
}

.footerContactImage {
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.footerContactImage img {
  width: 25%;
}

.footerContactTitle {
  margin: 20px 0px 0px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
}

.footerContactText {
  margin: 20px 0px 0px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #e5c392;
  font-size: 1.3rem;
  line-height: 1.1;
  text-align: left;
}

.footerContactText small {
  margin: 10px 0px 0px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #e5c392;
  font-size: 1rem;
  line-height: 1.1;
  text-align: left;
  display: inline-block;
}


/* FOOTER PARTNER BOX */

.footerPartnerSection {
  width: min(100%, 1250px);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.footerPartnerContent {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
}

.footerPartnerContent:nth-child(3),
.footerPartnerContent:nth-child(4) {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .footerPartnerContent {
    width: 25%;
  }
  .footerPartnerContent:nth-child(3),
  .footerPartnerContent:nth-child(4) {
    margin-top: 0px;
  }
}

.footerPartnerImage {
  font-size: 0;
  line-height: 0;
}

.footerPartnerImage img {
  width: 60%;
}

.footerContactTitle {
  margin: 20px 0px 0px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
}



/* FOOTER */

.footerSection {
  width: min(100%, 1250px);
}

.footerSection a {
  color: #ffffff;
}

.footerSection a:hover {
  color: #002043;
}

.footerMenuSection {
  display: grid;
  justify-items: center;
  grid-template-columns: 100%%;
  grid-auto-rows: 1fr;
  grid-gap: 0px;
}

@media (min-width: 768px) {

  .footerMenuSection {
    display: grid;
    justify-items: initial;
    grid-template-columns: 50% 25% 25%;
    grid-auto-rows: 1fr;
    grid-gap: 0px;
  }


}

.footerColumn {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px) {

  .footerColumn {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: left;
  }


}

.footerMenu {
  line-height: 1.7;
  display: none;
}

@media (min-width: 768px) {
  .footerMenu {
    line-height: 1.7;
    display: block;
  }
}

.footerTitle {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px) {

  .footerTitle {
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: left;
  }

}

.footerLogo .logo {
  margin-bottom: 40px;
  font-size: 0;
  line-height: 0;
}

.footerLogo .logo img {
  width: 250px;
}

.footerLine {
  margin: 50px 0px 50px 0px;
  width: calc(100% - 40px);
  height: 1px;
  font-size: 0;
  line-height: 0;
  background-color: #ffffff;
}

@media (min-width: 768px) {

  .footerLine {
    margin: 50px 0px 50px 0px;
    width: 100%;
    height: 1px;
    font-size: 0;
    line-height: 0;
    background-color: #ffffff;
  }

}

.footerLegal {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 1.0rem;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px) {

  .footerLegal {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 1.0rem;
    line-height: 1.2;
    text-align: left;
  }

}




/* LAYOUT */

.layout {
  padding: 50px 0px 50px 0px;
  width: 100%;
}

.bg1 {
  background-color: #bde2e7;
}

.bg2 {
  background-color: #002043;
}

.bg3 {
  background-color: #4fbdc8;
}



.bg4 {
  background-image: linear-gradient(rgba(65, 49, 33, 0.95), rgba(65, 49, 33, 0.95)), url('/@media/bg/pattern.svg');
  background-size: auto, 140px 140px;
  background-repeat: repeat;
}

.bg5 {
  background-color: #2d2d2d;
}

.bg6 {
  background-color: #4fbdc8;
}

.bg7 {
  background-image: linear-gradient(rgba(255, 249, 241, 0.3), rgba(255, 249, 241, 0.3)), url('/@media/bg/leaf2.svg');
  background-size: auto, cover;
  background-repeat: no-repeat;
}

.bg8 {
  background-color: #fff0ef;
}

.bg9 {
  background-color: #fbead3;
}

.bg10 {
  background-color: #eae3d9;
}

.bgFixed {
  background-attachment: fixed;
}

.bgWhite {
  background-color: #ffffff;
}

.border {
  border: none;
}

@media (min-width: 768px) {
  .border {
    border: 2px solid #d39338;
  }
}


/* CONTENT */

.content {
  margin: 0;
  padding: 20px 20px 20px 20px;
  width: min(100%, 1250px);
}

.content-first {
  padding-top: 0px;
}

.content-last {
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .content  {
    padding: 0px 20px 0px 20px;
  }
}

@media (min-width: 1250px) {
  .content  {
    padding: 0px 0px 0px 0px;
  }
}


.w50 {
  width: 768px;
}

@media (max-width: 768px) {
  .w50 {
    width: 100%;
  }
}

.pageGrid {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  align-items: flex-start;
}

.pageGridLeft {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: flex-start;
}

.pageGridRight {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: flex-start;
}

.pageGridTop {
  align-items: flex-start;
}

.innerGrid {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  align-items: flex-start;
}

.contactGrid {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.innerContactGrid {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: 1fr;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .pageGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pageGridLeft {
    grid-template-columns: calc(35% - 25px) calc(65% - 25px);
  }
  .pageGridRight {
    grid-template-columns: calc(65% - 25px) calc(35% - 25px);
  }
  .innerGrid {
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  }
}


@media (max-width: 768px) {
  .formContent {
    grid-gap: 0px;
  }
}

@media (min-width: 769px) {
  .innerGrid {
    grid-gap: 0px;
    grid-template-columns: 50% 50%;
  }
}

.w450 {
  max-width: 100%;
}

@media (min-width: 768px) {
  .w450 {
    max-width: 450px;
  }
}

.w600 {
  max-width: 100%;
}

@media (min-width: 768px) {
  .w600 {
    max-width: 600px;
  }
}

.h500 {
  min-height: 250px;
}

@media (min-width: 768px) {
  .h500 {
    min-height: 500px;
  }
}

.leftText {
  text-align: left;
}

.rightText {
  text-align: left;
}

.centerText {
  text-align: center;
}

@media (min-width: 768px) {
  .rightText {
    text-align: right;
  }
}

.leftGrid {
  display: grid;
  justify-content: left;
}

.rightGrid {
  display: grid;
  justify-content: left;
  order: 1;
}

@media (min-width: 768px) {
  .leftGrid {
    justify-content: left;
  }
  .rightGrid {
    justify-content: right;
    order: 0;
  }
}

.formGrid {
  grid-template-columns: 1fr;
}

.formGridWide {
  grid-column: 1 / 3;
}

.contactBoxGrid {
  padding: 30px;
  grid-template-columns: 1fr;
}

.marginTop {
  margin-top: 50px;
}

.marginBottom {
  margin-bottom: 0px;
}

.marginLightTop {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .marginBottom {
    margin-bottom: 50px;
  }
  .marginLightTop {
    margin-top: 50px;
  }
}

.paddingNoTop {
  padding-top: 0px;
}

.paddingNoBottom {
  padding-bottom: 0px;
}

.subTitle {
  margin: 0px 0px 30px 0px;
  padding: 0px 50px 0px 50px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 2px;
  background-color: #d39338;
  display: inline-block;
}

.contentRaw {
  margin: 0px 0px 0px 0px;
}

.contentText,
.contentText li {
  margin: 0;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 300;
  font-style: normal;
  _color: #002043;
  font-size: 1.1rem;
  line-height: 1.2;
}

.contentText ul {
  margin: 0;
  padding: 0px 0px 0px 30px;
  list-style: square outside;
}

.contentText li ul {
  list-style-type: circle;
}

.contentText a {
  color: #4fbdc8;
}

.contentText a:hover {
  color: #ffffff;
}

.contentText2 a {
  color: #bd262f;
}

.contentText2 a:hover {
  color: #222222;
}

.contentImage {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 35%;
  background-size: cover;
}

.contentImageAnimation {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.imageAnimation {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-property: all;
  flex-grow: 1;
  z-index: 1;
}

.imageAnimation:hover {
  transform: scale3d(1.1, 1.1, 1);
  flex-grow: 3;
  z-index: 10;
}

.contactImage {
  text-align: left;
}

.contactImage img {
  border: 8px solid #f9f9fa;
  border-radius: 50%;
  width: 80%;
}

.bigText {
  font-size: 2rem;
  line-height: 1.6;
}

/* TEXT */

h1 {
  margin: 0px 0px 30px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #002043;
  font-size: 1.3rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  position: relative;
  z-index: 50;
}

@media (min-width: 768px) {
  h1 {
    font-size: 1.6rem;
    line-height: 1.1;
  }
}

h1:after {
  margin-top: 0px;
  width: 250px;
  height: 50px;
  content: "";
  background: url('/images/separator1.png') no-repeat 50% 50%;
  background-size: 250px auto;
}


h1.color1 {
  margin: 0px 0px 30px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #002043;
  font-size: 1.3rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  position: relative;
  z-index: 50;
}

h1.color1:after {
  margin-top: 0px;
  width: 250px;
  height: 50px;
  content: "";
  background: url('/images/separator1.png') no-repeat 50% 50%;
  background-size: 250px auto;
}

h1.color2 {
  margin: 0px 0px 30px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  position: relative;
  z-index: 50;
}

h1.color2:after {
  margin-top: 0px;
  width: 250px;
  height: 50px;
  content: "";
  background: url('/images/separator2.png') no-repeat 50% 50%;
  background-size: 250px auto;
}

@media (min-width: 768px) {
  h1.color1  {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  h1.color2 {
    font-size: 1.6rem;
    line-height: 1.1;
  }
}

h2 {
  margin: 0px 0px 30px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #24232b;
  font-size: 1.1rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 768px) {

  h2 {
    font-size: 1.6rem;
    line-height: 1.1;
  }

}



h3 {
  margin: 0px 0px 30px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #bd262e;
  font-size: 1.6rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  position: relative;
  z-index: 50;
}

h3:after {
  margin-top: 0px;
  width: 250px;
  height: 50px;
  content: "";
  background: url('/images/separator1.png') no-repeat 50% 50%;
  background-size: 250px auto;
}

h4 {
  margin: 0px 0px 50px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #374047;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 1px;
}

/* BUTTON */

.button {
  margin: 50px 0px 0px 0px;
  padding: 15px 90px 15px 90px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  background-color: #ff4b4b;
  display: inline-block;
}

.button:hover {
  background-color: #a63734;
}

.buttonHeader {
  margin: 0;
  padding: 15px 40px 15px 40px;
}

.buttonShowcase,
.buttonInline {
  margin: 0;
  padding: 20px 80px 20px 80px;
  font-size: 1.5rem;
  line-height: 1;
}














/* QUOTES */

.quotesSection {
  width: 100%;
  height: 350px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .quotesSection {
    width: 650px;
    height: 250px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.quoteContent {
  width: 100%;
  height: 350px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .quoteContent {
    height: 250px;
  }
}

.quoteText {
  margin: 0px 0px 30px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #374047;
  font-size: 1.1rem;
  line-height: 1.5;
}

.quoteName {
  margin: 0px 0px 0px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #374047;
  font-size: 1.1rem;
  line-height: 1.5;
}

.quoteSubname {
  margin: 0px 0px 0px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #374047;
  font-size: 1rem;
  line-height: 1.5;
}

.quotesControl {
  -webkit-user-select: none;
  user-select: none;
  display: none;
}

@media (min-width: 768px) {
  .quotesControl {
    display: block;
  }
}

.quotesControl .owl-prev {
  margin-top: -16px;
  width: 32px;
  height: 32px;
  top: 50%;
  left: -64px;
  background: rgba(0, 0, 0, 0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==) no-repeat scroll 50% 50% / 7px 11px;
  border-radius: 32px;
  display: block;
  opacity: 0.6;
  overflow: hidden;
  text-indent: -999em;
  transition: opacity 0.2s ease 0s;
  transform: rotate(-180deg);
}

.quotesControl .owl-next {
  margin-top: -16px;
  width: 32px;
  height: 32px;
  top: 50%;
  right: -64px;
  background: rgba(0, 0, 0, 0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==) no-repeat scroll 50% 50% / 7px 11px;
  border-radius: 32px;
  display: block;
  opacity: 0.6;
  overflow: hidden;
  text-indent: -999em;
  transition: opacity 0.2s ease 0s;
}

.quotesControl .owl-prev:hover,
.quotesControl .owl-next:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .quotesControl .owl-prev {
    left: -64px;
  }
  .quotesControl .owl-next {
    right: -64px;
  }
}


/* QUOTES */

.galleryMenu {
  margin: 0px 20px 50px 20px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  grid-gap: 25px;
}

.galleryMenu div {
  display: inline;
  cursor: pointer;
}

.galleryMenu div:hover {
  cursor: pointer;
  color: #4fbdc8;
}

.gallerySection {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, calc(50% - 10px));
  grid-gap: 20px;
}

@media (min-width: 768px) {
  .gallerySection {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(4, calc(25% - 20px));
    grid-gap: 20px;
  }
}

.galleryImage:before {
  content: '';
  display: inline-block;
  padding-bottom: calc(100%/calc(16/9));
}

.galleryImage {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.galleryHide {
  display: none;
}


/* REQUEST */

.requestMenu {
  margin: 0px 20px 50px 20px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  grid-gap: 25px;
}

.requestMenu a {
  display: inline;
  color: #3a3a3a;
}

.requestMenu a:hover {
  color: #ff4b4b;
}

.inputContact {
  margin: 0;
  padding: 10px 10px 10px 10px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #374047;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  border: 1px solid #b5ada3;
  background-color: #ffffff;
  width: 100%;
  height: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inputTextContact {
  margin: 0;
  padding: 10px 10px 10px 10px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #374047;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  border: 1px solid #b5ada3;
  background-color: #ffffff;
  width: 100%;
  height: 8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.checkboxGroup {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  float: left;
}

.checkboxGroup:last-child {
  margin-left: 30px;
}

.checkbox {
  display: none;
}

.checkboxText {
  margin: 0.6rem 0px 0px 0px;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #374047;
  font-size: 1rem;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.checkboxText span {
  margin: 0px 8px 0px 0px;
  padding: 0;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  color: #555555;
  font-size: 1.5rem;
  line-height: 1;
}

.checkboxText span:before {
  content: '\e835';
}

.checkboxGroup :checked + .checkboxText {
  color: #ff4b4b;
}

.checkboxGroup :checked + .checkboxText span:before {
  color: #ff4b4b;
  content: '\e834';
}

#inputExtra {
  display: none;
}

.error {
  display: block;
  font-weight: 700;
  color: #ff4b4b;
}


/* MAP */

#map {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 440px;
}

#map iframe {
  height: 440px;
}


/* TABLE */

.table {
  display: table;
  width: 100%;
  border: 8px solid #b5ada3;
  overflow-x: auto;
}

.tableBody {
  display: table-row-group;
}

.tableRow {
  display: table-row;
}

.tableCell {
  display: table-cell;
  min-width: 80px;
  max-width: 120px;
  padding: 3px 10px 3px 10px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #374047;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  border: 1px solid #b5ada3;
  background-color: #ffffff;
}

.tableHeadline {
  font-weight: 700;
  background-color: #f8f6f2;
}

.tableFirst {
  font-weight: 700;
  text-align: left;
}

.tableImage {
  font-size: 0;
  line-height: 0;
}

.tableImage img {
  width: 100%;
}

.tableWide {
  display: none;
}

.table:nth-child(3) {
  margin-bottom: 50px;
}

@media (min-width: 900px) {
  .tableWide {
    display: table;
  }
  .tableSmall {
    display: none;
  }
}


.color1 {
  color: #002043;
}

.color2 {
  color: #ffffff;
}



.buttonForm {
  margin: 30px 0px 0px 0px;
  padding: 15px 60px 15px 60px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  background-color: #002043;
  display: inline-block;
}

.buttonForm:hover {
  background-color: #bd262f;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .buttonForm {
    margin: 0px 0px 0px 0px;
  }
}


.buttonMain {
  margin: 20px 0px 20px 0px;
  padding: 25px 25px 25px 25px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  background-color: #bd262f;
  display: inline-block;
  text-shadow: none;
}

.buttonMain:hover {
  background-color: #002043;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .buttonMain {
    padding: 15px 15px 15px 15px;
    font-size: 1.2rem;
  }
}



.inputText {
  margin: 10px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #002043;
  font-size: 1.2rem;
  line-height: 1.2;
  border: 1px solid #b5ada3;
  background-color: #ffffff;
  width: 100%;
  height: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inputTextarea {
  margin: 10px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #002043;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: left;
  border: 1px solid #b5ada3;
  background-color: #ffffff;
  width: 100%;
  height: 249px;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.error_color {
  color: #bd262f;
}

.formError {
  display: block;
  color: #bd262f;
}</pre></body></html>