/* Custom Reset */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Rozha+One");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,500&display=swap");
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, fieldset, form, label,
article, aside, figure, figcaption, footer, header,
menu, nav section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  line-height: 0;
}

@font-face {
  font-family: 'RadikalLight';
  src: url("../fonts/RadikalLight/font.woff2") format("woff2"), url("../fonts/RadikalLight/font.woff") format("woff");
}
@font-face {
  font-family: 'RadikalBold';
  src: url("../fonts/RadikalBold/font.woff2") format("woff2"), url("../fonts/RadikalBold/font.woff") format("woff");
}
@font-face {
  font-family: 'RadikalMedium';
  src: url("../fonts/RadikalMedium/font.woff2") format("woff2"), url("../fonts/RadikalMedium/font.woff") format("woff");
}
@font-face {
  font-family: 'RadikalRegular';
  src: url("../fonts/RadikalRegular/font.woff2") format("woff2"), url("../fonts/RadikalRegular/font.woff") format("woff");
}
/* BREAKPOINTS */
/* TEXTS */
/*
* General styles
*/
.ease, .btn a, #navigation-container {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "RadikalLight", sans-serif;
  font-weight: 400;
  color: #464945;
}
body p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
@media only screen and (min-width: 680px) {
  body p {
    font-size: 20px;
  }
}
@media screen and (min-width: 601px) {
  body.logged-in {
    padding-top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in {
    padding-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #header {
    padding-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #nav-trigger {
    top: 99px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in #nav-trigger {
    top: 97px;
  }
}
body.logged-in #nav-trigger.active {
  top: 97px;
}
@media screen and (min-width: 768px) {
  body.logged-in #nav-trigger.active {
    top: 143px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in #nav-trigger.active {
    top: 129px;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1366px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.btn {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.btn a {
  display: block;
}
.btn.btn-primary {
  background-color: #0070cd;
}
.btn.btn-primary a {
  color: #fff;
}

.container {
  max-width: 1366px;
  padding: 0 24px;
  margin: 0 auto;
}
@media only screen and (min-width: 680px) {
  .container {
    font-size: 54px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (min-width: 680px) {
  h2 {
    font-size: 54px;
  }
}

h3 {
  font-size: 34px;
  line-height: 1.4;
  color: #464945;
}
@media only screen and (min-width: 680px) {
  h3 {
    font-size: 40px;
  }
}

header {
  padding: 18px 24px;
}
@media only screen and (min-width: 1024px) {
  header {
    padding: 20px 43px;
  }
}
header .header-content .logo {
  max-width: 240px;
}
@media only screen and (min-width: 680px) {
  header .header-content .logo {
    max-width: 308px;
  }
}
header .header-content .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
header .header-content .nav-container {
  padding: 0 20px 0 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  header .header-content .nav-container {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  header .header-content .nav-container {
    padding: 0 60px 0 0;
  }
}

#nav-trigger {
  position: absolute;
  z-index: 2;
  top: 38px;
  left: 180px;
  cursor: pointer;
  width: 33px;
  height: 26px;
}
#nav-trigger:focus {
  outline: auto 5px Highlight;
  outline: -webkit-focus-ring-color auto 5px;
}
#nav-trigger .trigger-wrap {
  position: relative;
}
#nav-trigger .trigger-wrap span {
  background-color: #373a36;
  margin: 0 auto;
  display: block;
  top: 9px;
  height: 3px;
  position: absolute;
  opacity: 1;
  right: 0;
  width: 33px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nav-trigger .trigger-wrap span:first-child {
  top: 0px;
}
#nav-trigger .trigger-wrap span:last-child {
  top: 18px;
}
#nav-trigger.active {
  z-index: 10;
}
#nav-trigger.active .trigger-wrap span {
  background-color: #373a36;
}
#nav-trigger.active .trigger-wrap span:first-child, #nav-trigger.active .trigger-wrap span:last-child {
  top: 12px;
  right: 0px;
}
#nav-trigger.active .trigger-wrap span:nth-child(2) {
  opacity: 0;
  top: 12px;
}

#navigation-container {
  background-color: #ccc;
  position: fixed;
  width: 100%;
  right: -100%;
  height: 100vh;
  top: 0;
  z-index: 7;
  overflow: scroll;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #navigation-container {
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #navigation-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#navigation-container.active {
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#navigation-container .inner-container {
  padding: 200px 0 0;
  width: 100%;
  height: 100%;
  max-width: 1280px;
}
#navigation-container .inner-container nav.navigation {
  width: 100%;
}
#navigation-container .inner-container nav.navigation .menu-main-menu {
  font-family: "gyst-variable", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
#navigation-container .inner-container nav.navigation .menu-main-menu li {
  display: block;
  line-height: 1.1;
  border-bottom: 1px solid #111;
  border-top: 1px solid #313131;
}
@media only screen and (min-width: 768px) {
  #navigation-container .inner-container nav.navigation .menu-main-menu li {
    width: auto;
    padding: 0 0 30px;
  }
}
#navigation-container .inner-container nav.navigation .menu-main-menu li:hover > a {
  color: #95d0f2;
}
#navigation-container .inner-container nav.navigation .menu-main-menu li.menu-item-has-children a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f078';
  position: absolute;
  right: 5%;
}
#navigation-container .inner-container nav.navigation .menu-main-menu li.menu-item-has-children a.chevron-up::after {
  content: '\f077';
}
#navigation-container .inner-container nav.navigation .menu-main-menu li.menu-item-has-children ul li a::after {
  content: '';
}

.footer {
  background-color: #50758e;
}
.footer__box {
  background-color: #0f202c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 24px;
}
@media only screen and (min-width: 680px) {
  .footer__box {
    padding: 11px 43px;
  }
}
.footer__info-box {
  padding-top: 53px;
  padding-bottom: 47px;
  text-align: center;
}
@media only screen and (min-width: 680px) {
  .footer__info-box {
    padding-top: 56px;
    padding-bottom: 40px;
  }
}
.footer__logo-box {
  margin-bottom: 24px;
}
@media only screen and (min-width: 680px) {
  .footer__logo-box {
    margin-bottom: 36px;
  }
}
.footer__logo-box img {
  width: 100%;
  max-width: 416px;
}
.footer .address {
  width: fit-content;
  margin: 0 auto;
}
.footer .address a {
  color: #fff;
  font-size: 15px;
  transition: all ease 0.3s;
  display: block;
  font-family: "RadikalMedium", sans-serif;
}
.footer .address a:hover {
  opacity: 0.75;
}
.footer__copyright p {
  color: #fff;
  font-size: 12px;
}

/* Use sections within sections
<section>
	<section>

	</section>
</section>
*/
.slider {
  background-color: #0f202c;
  padding: 69px 24px 65px;
}
@media only screen and (min-width: 680px) {
  .slider {
    padding: 117px 43px 81px;
  }
}
.slider__title {
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 600;
}
.slider__label {
  font-size: 22px;
  font-weight: 700;
  display: block;
  letter-spacing: 1.32px;
  color: #e4c680;
  text-align: center;
  font-family: "RadikalBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 38px;
}
@media only screen and (min-width: 680px) {
  .slider__label {
    margin-bottom: 47px;
  }
}
.slider__item {
  max-height: 326px;
  overflow: hidden;
}
@media only screen and (min-width: 680px) {
  .slider__item {
    max-height: 631px;
  }
}
.slider__item img {
  width: auto;
  height: 100%;
  max-height: inherit;
  margin: 0 auto;
}
.slider__desktop-gallery {
  display: none;
}
@media only screen and (min-width: 680px) {
  .slider__desktop-gallery {
    display: block;
  }
}
.slider__mobile-gallery {
  display: block;
}
@media only screen and (min-width: 680px) {
  .slider__mobile-gallery {
    display: none;
  }
}
.slider__gallery-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 0;
  gap: 20px;
  padding-top: 20px;
}
.slider__gallery-slider .slick-dots li.slick-active button {
  background-color: #c9a792;
}
.slider__gallery-slider .slick-dots button {
  font-size: 0;
  border: 0;
  border-radius: 50%;
  background-color: #966a63;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
}
.slider__gallery-slider .slick-dots button:hover {
  background-color: #c9a792;
}

.slick-prev,
.slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  bottom: -70px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 0;
  border: 0;
}

.slick-prev {
  left: calc(50% - 60px);
}

.slick-next {
  right: calc(50% - 60px);
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.slick-prev:before,
.slick-next:before {
  content: '';
}

.slick-prev:after {
  content: '\276E';
  font-family: Arial, sans-serif;
  font-size: 18px;
}

.slick-next:after {
  content: '\276F';
  font-family: Arial, sans-serif;
  font-size: 18px;
}

.form {
  padding: 60px 0 0;
}
@media only screen and (min-width: 680px) {
  .form {
    padding: 93px 0 0;
  }
}
.form__top-box {
  display: flex;
  gap: 37px;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 96px;
}
@media only screen and (min-width: 680px) {
  .form__top-box {
    flex-direction: row;
    gap: 44px;
    padding-bottom: 104px;
  }
}
.form__content-top {
  max-width: 715px;
}
.form__content h2,
.form__content h3,
.form__content h4 {
  margin-bottom: 30px;
}
.form__image {
  max-width: 40px;
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .form__image {
    max-width: 55px;
  }
}
.form__image img {
  width: 100%;
}
.form__form-box {
  margin: 0 auto;
  max-width: 740px;
}
.form__form-box .frm_forms .frm_form_fields .frm_form_field {
  position: relative;
}
.form__form-box .frm_forms .frm_form_fields .frm_form_field input {
  padding-top: 38px;
  padding-bottom: 18px;
  border: 1px solid #0f202c;
  color: #0f202c;
  font-family: "RadikalRegular", sans-serif;
  font-size: 18px;
  background-color: transparent;
}
.form__form-box .frm_forms .frm_form_fields .frm_form_field label {
  position: absolute;
  left: 7px;
  top: 7px;
  color: #0f202c;
  font-size: 18px;
  font-weight: 500;
  font-family: "RadikalRegular", sans-serif;
}
.form__form-box .frm_forms .frm_form_fields .frm_form_field .frm_opt_container .frm_checkbox.frm_checkbox {
  margin-bottom: 50px !important;
}
.form__form-box .frm_forms .frm_form_fields .frm_form_field .frm_opt_container .frm_checkbox.frm_checkbox label {
  display: flex !important;
  gap: 5px;
}
.form__form-box .frm_forms .frm_form_fields .frm_form_field .frm_opt_container .frm_checkbox.frm_checkbox input {
  padding: 10px !important;
}
.form__form-box .frm_forms .frm_form_fields .frm_form_field .frm_opt_container .frm_checkbox.frm_checkbox input:checked {
  background-color: #0f202c !important;
  border-color: #0f202c !important;
}
.form__form-box .frm_forms .frm_form_fields .frm_form_field .frm_opt_container .frm_checkbox.frm_checkbox input:checked:before {
  position: absolute !important;
  left: 0;
  top: 0;
  content: "";
  background-size: 13px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 4px;
  background-color: #464945 !important;
}
.form__form-box .frm_forms .frm_form_fields .frm_form_field .frm_opt_container .frm_checkbox.frm_checkbox input:after {
  content: "";
  background-color: teal;
}
.form__form-box .frm_forms .frm_form_fields .frm_submit {
  text-align: center;
}
.form__form-box .frm_forms .frm_form_fields .frm_submit button {
  background-color: #464945;
  color: #e4c680;
  border-radius: 4px;
  padding: 11px 40px;
  transition: 0.3s all ease;
  border: 0;
  font-family: "RadikalRegular", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.form__form-box .frm_forms .frm_form_fields .frm_submit button:hover {
  background-color: #50758e;
}
.form__form-box .frm_forms .frm_message {
  background-color: #d6d1c3;
  border-radius: 0;
  padding: 40px 20px;
  border: 0;
}
@media only screen and (min-width: 680px) {
  .form__form-box .frm_forms .frm_message {
    padding: 60px;
  }
}
.form__form-box .frm_forms .frm_message h3,
.form__form-box .frm_forms .frm_message p {
  color: #636961;
}
.form__form-box .frm_forms .frm_message p {
  padding-top: 20px;
}
.form__bottom-box {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: rgba(214, 209, 195, 0.22);
}
@media only screen and (min-width: 680px) {
  .form__bottom-box {
    padding-top: 90px;
  }
}
.form__content-bottom {
  margin: 0 auto 35px;
  max-width: 740px;
}
@media only screen and (min-width: 680px) {
  .form__content-bottom {
    text-align: center;
    margin: 0 auto 70px;
  }
}

.map-section {
  padding: 20px 0 43px;
  background-color: rgba(214, 209, 195, 0.22);
}
.map-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .map-section .container {
    padding: 0 43px;
  }
}
.map-section__row {
  display: flex;
  flex-direction: column;
  height: 375px;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .map-section__row {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 600px;
    padding: 0 43px;
  }
}
.map-section__map-box {
  order: -1;
  flex: 0 0 100%;
}
@media only screen and (min-width: 1024px) {
  .map-section__map-box {
    height: unset;
    order: unset;
  }
}
.map-section__map-box #map {
  height: 100%;
}
.map-section .gm-style .gm-style-iw-c {
  border-radius: 2px;
  border: 1px solid #bbb433;
  border-top: 4px solid #bbb433;
}
.map-section .gm-style .gm-style-iw-c .gm-ui-hover-effect {
  width: auto !important;
  height: auto !important;
  position: absolute !important;
  top: 0;
  right: 0;
}
.map-section .gm-style .gm-style-iw-c .gm-ui-hover-effect span {
  margin: 4px !important;
}
.map-section .gm-style .gm-style-iw-c .gm-style-iw-ch {
  padding-top: 14px;
}
.map-section .gm-style .gm-style-iw-c .info-window {
  font-family: "RadikalMedium", sans-serif;
  font-size: 12px;
}
.map-section .gm-style .gm-style-iw-c .info-window .address {
  font-family: "RadikalRegular", sans-serif;
  font-size: 11px;
  padding-top: 3px;
}
