@font-face {
  font-family: "Lora-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-BoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ThinItalic";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-ThinItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-LightItalic";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-LightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-MediumItalic";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-MediumItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BlackItalic";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-BlackItalic.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 60px;
  --cc-primary-color: #B49F86 !important;
}
.contact-content {
  position: relative;
  display: flex;
  margin: 0 0 120px 0;
}
.contact-content:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F3F0;
}
.contact-content__description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-content__description__info {
  margin: 0 0 40px 0;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "Poppins-Regular";
  font-weight: 400;
  letter-spacing: 0.01em;
}
.contact-content__description__info p {
  margin-bottom: 10px;
  color: #65625E;
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 90px;
  }
  .contact-content:before {
    display: block;
  }
  .contact-content .content-wrapper {
    z-index: 1;
    padding: 0 100px;
  }
  .contact-content__description {
    flex-direction: row;
  }
  .contact-content__description__info {
    margin: 0 40px 0 0;
    width: 80%;
  }
}
@media only screen and (min-width: 1248px) {
  .contact-content__description__info {
    margin: 0 80px 0 0;
  }
}
@font-face {
  font-family: "Lora-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-BoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ThinItalic";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-ThinItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-LightItalic";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-LightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-MediumItalic";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-MediumItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BlackItalic";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-BlackItalic.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 60px;
  --cc-primary-color: #B49F86 !important;
}
.how-to-reach {
  display: flex;
  padding: 50px 0 0;
}
.how-to-reach__title {
  margin: 0 0 30px 0;
  color: #576972;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 46px;
  line-height: 2.875rem;
  letter-spacing: 0.03em;
}
.how-to-reach__description.-top {
  width: 100%;
}
.how-to-reach__description p {
  color: #65625E;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "Poppins-Regular";
  font-weight: 400;
  letter-spacing: 0.01em;
}
.how-to-reach__content {
  display: flex;
  flex-direction: column;
  margin: 75px 0;
}
.how-to-reach__content__item {
  padding: 70px 30px;
  width: 100%;
}
.how-to-reach__content__item__description p {
  margin: 0;
  color: #F6F3F0;
}
.how-to-reach__content__item__title {
  color: #F6F3F0;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 33px;
  line-height: 2.0625rem;
  font-family: "Lora-Regular";
  font-weight: 400;
  letter-spacing: 0.03em;
}
.how-to-reach__content__item__button {
  margin: 40px 0 0 0;
  height: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: "Lora-Regular";
  font-weight: 400;
  letter-spacing: 0.02em;
}
.how-to-reach__content__item__button:hover {
  color: #F6F3F0;
  background-color: #413F3C;
}
.how-to-reach__content__item.-beige {
  background-color: #B49F86;
}
.how-to-reach__content__item.-beige .how-to-reach__content__item__title {
  color: #F6F3F0;
}
.how-to-reach__content__item.-cream {
  background-color: #F6F3F0;
}
.how-to-reach__content__item.-cream .how-to-reach__content__item__description p {
  color: #65625E;
}
.how-to-reach__content__item.-cream .how-to-reach__content__item__title {
  color: #576972;
}
.how-to-reach__content__item.-blue {
  background-color: #576972;
}
.how-to-reach__content__item.-blue .how-to-reach__content__item__title {
  color: #D8C6B0;
}
.how-to-reach__line {
  margin: 0 0 40px 0;
  width: 60px;
  height: 1px;
  background-color: #F6F3F0;
}
.how-to-reach__line.-blue {
  background-color: #576972;
}
.how-to-reach__line.-brown {
  background-color: #D8C6B0;
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 90px;
  }
  .how-to-reach {
    padding: 130px 0 50px;
  }
  .how-to-reach .content-wrapper {
    padding: 0 100px;
  }
  .how-to-reach__description.-top {
    margin: 0 0 0 auto;
    width: 83%;
  }
  .how-to-reach__content {
    flex-direction: row;
  }
}
@font-face {
  font-family: "Lora-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-BoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ThinItalic";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-ThinItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-LightItalic";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-LightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-MediumItalic";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-MediumItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BlackItalic";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-BlackItalic.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 60px;
  --cc-primary-color: #B49F86 !important;
}
.contact-map {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 100px 0 50px 0;
  width: 100%;
}
.contact-map__image {
  display: flex;
  width: 100%;
}
.contact-map__image iframe {
  width: 100%;
  height: 50vh;
}
.contact-map__content {
  display: flex;
  flex-direction: column;
  padding: 38px 30px 60px 30px;
  width: 100%;
  height: 100%;
  background-color: #576972;
}
.contact-map__content__title {
  margin: 0 0 24px 0;
  color: #D8C6B0;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-family: "Lora-Regular";
  font-weight: 400;
  letter-spacing: 0.02em;
}
.contact-map__content__item {
  display: flex;
  margin: 0 0 26px 0;
}
.contact-map__content__item__svg {
  margin: 0 24px 0 0;
  width: 24px;
}
.contact-map__content__item__text {
  padding: 0 0 0 20px;
  width: fit-content;
  color: #F6F3F0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "Poppins-Regular";
  font-weight: 400;
  letter-spacing: 0.01em;
}
.contact-map__content__item__text a {
  color: #F6F3F0;
  text-decoration: underline;
}
.contact-map__line {
  margin: 0 0 40px 0;
  width: 60px;
  height: 1px;
  background-color: #F6F3F0;
}
.contact-map__line.-brown {
  background-color: #D8C6B0;
}
.contact-map__line.-vertical {
  opacity: 0.5;
  margin: 0;
  width: 1px;
  height: 32px;
}
.contact-map__button {
  margin: 65px 0 0 0;
  height: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: "Lora-Regular";
  font-weight: 400;
  letter-spacing: 0.02em;
}
.contact-map__button:hover {
  background-color: #B49F86;
  border-color: #B49F86;
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 90px;
  }
  .contact-map {
    flex-direction: row;
    margin: 40px 0;
  }
  .contact-map__image {
    width: 72%;
  }
  .contact-map__image iframe {
    width: 70vw;
    height: 60vh;
  }
  .contact-map__content {
    position: absolute;
    top: 50px;
    right: 0;
    justify-content: space-between;
    padding: 50px 48px;
    width: 36%;
  }
  .contact-map__line.-brown {
    margin: 0 0 30px 0;
  }
  .contact-map__button {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 1248px) {
  .contact-map__line.-brown {
    margin: 0 0 60px 0;
  }
  .contact-map__button {
    margin: 80px 0 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .contact-map__image iframe {
    height: 70vh;
  }
  .contact-map__content {
    padding: 100px 96px;
    justify-content: center;
  }
}