/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* courgette-latin-400-normal*/
@font-face {
  font-family: "Courgette";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Courgette Regular"), local("Courgette-Regular"), url("./files/courgette-latin-400-normal.woff2") format("woff2"), url("./files/courgette-latin-400-normal.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-latin-300-normal*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("./files/montserrat-latin-300-normal.woff2") format("woff2"), url("./files/montserrat-latin-300-normal.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-latin-600-normal*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("./files/montserrat-latin-600-normal.woff2") format("woff2"), url("./files/montserrat-latin-600-normal.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
* {
  box-sizing: border-box;
  font-family: inherit;
}

html {
  background-color: #f7f7f7;
}

body.no-scroll {
  overflow: hidden;
}
body.no-scroll #page-content, body.no-scroll #contact {
  filter: blur(5px);
}

#page-wrapper {
  overflow-x: hidden;
}
@media (min-width: 2200px) {
  #page-wrapper {
    max-width: 2100px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

.content-width {
  max-width: 1480px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .content-width {
    padding: 0 20px;
  }
}
@media (max-width: 360px) {
  .content-width {
    padding: 0 10px;
  }
}

.social-button,
.dft-button {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-color: #fff;
  font-size: 24px;
  border-radius: 50px;
  text-decoration: none;
  color: #046A38;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  border: none;
}
.social-button + .social-button,
.social-button + .dft-button,
.dft-button + .social-button,
.dft-button + .dft-button {
  margin-left: 10px;
}
.social-button.alt,
.dft-button.alt {
  box-shadow: none;
  border: 3px solid #046A38;
}
@media (hover: hover) {
  .social-button:hover,
  .dft-button:hover {
    transform: scale(1.05);
  }
}

.dft-button {
  padding: 13px 25px;
  font-family: "Courgette", sans-serif;
  line-height: 24px;
}
.dft-button.alt {
  padding: 10px 22px;
}

.social-button {
  height: 50px;
  width: 50px;
  font-size: 0px;
  background-position: center;
  background-repeat: no-repeat;
}
.social-button.facebook {
  background-image: url(./../media/icon/facebook.svg);
  background-size: 15px;
}
.social-button.whatsapp {
  background-image: url(./../media/icon/whatsapp.svg);
  background-size: 32px;
}
.social-button.more {
  background-image: url(./../media/icon/link.svg);
  background-size: 20px;
}

.page-anchor {
  position: absolute;
  margin-top: -120px;
}
@media (max-width: 1100px) {
  .page-anchor {
    margin-top: -80px;
  }
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #222;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Courgette", sans-serif;
  line-height: 1.4em;
  font-weight: 300;
  color: #046A38;
}

h2,
.h2 {
  font-size: 46px;
  margin-bottom: 40px;
}

p {
  font-size: 20px;
  line-height: 28px;
}

strong {
  font-weight: 600;
}

#home {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1350px) {
  #home {
    min-height: unset;
    height: unset;
  }
}
#home #home-bg-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
}
@media (max-width: 1350px) {
  #home #home-bg-wrapper {
    position: relative;
    height: 700px;
  }
}
@media (max-width: 840px) {
  #home #home-bg-wrapper {
    height: 600px;
  }
}
@media (max-width: 500px) {
  #home #home-bg-wrapper {
    height: 400px;
  }
}
#home #home-bg-wrapper .home-bg-image-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#home #home-bg-wrapper .home-bg-image-wrapper.active {
  opacity: 1;
}
#home #home-bg-wrapper .bg-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: center;
}
#home #home-content-wrapper {
  position: relative;
  z-index: 1;
  max-width: 760px;
  height: 100%;
  padding: 20px 20px 80px 120px;
  display: grid;
  align-items: center;
  background: #e5d7b8;
  background: linear-gradient(90deg, rgba(229, 215, 184, 0.94) 0%, rgba(229, 215, 184, 0.88) 70%, rgba(229, 215, 184, 0.7) 80%, rgba(229, 215, 184, 0.4) 90%, rgba(229, 215, 184, 0) 100%);
}
@media (max-width: 1700px) {
  #home #home-content-wrapper {
    max-width: 620px;
    padding-left: 60px;
  }
}
@media (max-width: 1350px) {
  #home #home-content-wrapper {
    max-width: unset;
    height: unset;
    background-color: #e5d7b8;
    width: 100%;
    padding: 50px 20px 180px 20px;
    margin-top: -60px;
  }
  #home #home-content-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: -100px;
    height: 100px;
    background: linear-gradient(to top, hsl(41.33, 46.39%, 80.98%) 0%, hsla(41.33, 46.39%, 80.98%, 0.986) 9.4%, hsla(41.33, 46.39%, 80.98%, 0.948) 17.5%, hsla(41.33, 46.39%, 80.98%, 0.892) 24.4%, hsla(41.33, 46.39%, 80.98%, 0.82) 30.4%, hsla(41.33, 46.39%, 80.98%, 0.736) 35.7%, hsla(41.33, 46.39%, 80.98%, 0.644) 40.5%, hsla(41.33, 46.39%, 80.98%, 0.546) 45.1%, hsla(41.33, 46.39%, 80.98%, 0.447) 49.7%, hsla(41.33, 46.39%, 80.98%, 0.349) 54.4%, hsla(41.33, 46.39%, 80.98%, 0.257) 59.6%, hsla(41.33, 46.39%, 80.98%, 0.174) 65.5%, hsla(41.33, 46.39%, 80.98%, 0.103) 72.2%, hsla(41.33, 46.39%, 80.98%, 0.048) 80.1%, hsla(41.33, 46.39%, 80.98%, 0.013) 89.3%, hsla(41.33, 46.39%, 80.98%, 0) 100%);
  }
}
@media (max-width: 840px) {
  #home #home-content-wrapper {
    padding-top: 60px;
    padding-bottom: 200px;
  }
}
@media (max-width: 400px) {
  #home #home-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#home #home-content-wrapper #home-content {
  width: 360px;
}
@media (max-width: 1350px) {
  #home #home-content-wrapper #home-content {
    display: grid;
    grid-template: "title intro" auto "social social" auto/300px auto;
    column-gap: 80px;
    row-gap: 50px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 840px) {
  #home #home-content-wrapper #home-content {
    grid-template: "title" auto "intro" auto "social" auto/1fr;
    row-gap: 60px;
    max-width: 500px;
  }
}
@media (max-width: 1350px) {
  #home #home-content-wrapper #home-content #home-title-wrapper {
    grid-area: title;
    margin-top: -20px;
  }
}
@media (max-width: 840px) {
  #home #home-content-wrapper #home-content #home-title-wrapper {
    margin-bottom: -10px;
  }
}
#home #home-content-wrapper #home-content #home-title-wrapper #logo {
  width: 340px;
}
@media (max-width: 1350px) {
  #home #home-content-wrapper #home-content #home-title-wrapper #logo {
    width: 300px;
  }
}
@media (max-width: 840px) {
  #home #home-content-wrapper #home-content #home-title-wrapper #logo {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 400px) {
  #home #home-content-wrapper #home-content #home-title-wrapper #logo {
    width: 100%;
    max-width: 300px;
  }
}
#home #home-content-wrapper #home-content #home-title-wrapper h1#logo-text {
  margin: 0;
  font-size: 30px;
  width: 340px;
  text-align: center;
}
@media (max-width: 1350px) {
  #home #home-content-wrapper #home-content #home-title-wrapper h1#logo-text {
    width: 300px;
    margin-top: -10px;
  }
}
@media (max-width: 840px) {
  #home #home-content-wrapper #home-content #home-title-wrapper h1#logo-text {
    margin: -10px auto 0;
  }
}
@media (max-width: 400px) {
  #home #home-content-wrapper #home-content #home-title-wrapper h1#logo-text {
    width: 100%;
    max-width: 300px;
  }
}
#home #home-content-wrapper #home-content #home-text {
  text-shadow: 0 0 10px #e5d7b8;
  margin: 60px 0 64px;
}
@media (max-width: 1350px) {
  #home #home-content-wrapper #home-content #home-text {
    grid-area: intro;
    margin: 0;
  }
}
@media (max-width: 400px) {
  #home #home-content-wrapper #home-content #home-text {
    text-align: center;
  }
}
@media (max-width: 1350px) {
  #home #home-content-wrapper #home-content #home-bar {
    grid-area: social;
    text-align: center;
  }
}
@media (max-width: 400px) {
  #home #home-content-wrapper #home-content #home-bar #home-button {
    display: table;
    margin: 0 auto 20px;
  }
}

.intro-devider {
  transform: rotate(180deg);
  margin-top: -170px;
}

#about {
  position: relative;
  padding: 170px 0;
  background-color: #FEF9F0;
  z-index: 1;
  margin-top: -1px;
}
#about #about-content-wrapper {
  display: grid;
  grid-template-columns: 520px auto;
  align-items: center;
  column-gap: 90px;
}
@media (max-width: 1480px) {
  #about #about-content-wrapper {
    column-gap: 60px;
  }
}
@media (max-width: 1300px) {
  #about #about-content-wrapper {
    max-width: 1000px;
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
}
#about #about-media-wrapper {
  z-index: 1;
}
#about #about-media-wrapper #about-image-wrapper {
  width: 100%;
  height: 100%;
  max-width: 520px;
  max-height: 520px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  #about #about-media-wrapper #about-image-wrapper {
    max-width: 450px;
    max-height: 450px;
  }
}
#about #about-media-wrapper #about-image-wrapper #about-image {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
#about #about-text-wrapper #about-text #about-title {
  margin-top: 0px;
  margin-bottom: 30px;
}
#about #about-text-wrapper #about-text .about-text {
  margin-top: 0px;
  margin-bottom: 30px;
}
#about #about-text-wrapper #about-text #about-names {
  margin-top: 40px;
  font-size: 24px;
  color: inherit;
}

.divider-wrapper {
  position: relative;
  height: 150px;
  width: 100%;
  margin-left: -1px;
  padding-bottom: 40px;
  z-index: 0;
}
@media (max-width: 1350px) {
  .divider-wrapper {
    max-height: 100px;
  }
}
.divider-wrapper .divider-part {
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 100%;
  max-height: 170px;
  transform: translateX(-50%);
  width: calc(100% + 4px);
  min-width: 2200px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1350px) {
  .divider-wrapper .divider-part {
    min-width: 1800px;
  }
}
@media (max-width: 700px) {
  .divider-wrapper .divider-part {
    min-width: 1200px;
  }
}

#social {
  background-color: #eee2cc;
  padding: 180px 0 320px;
  margin-top: -170px;
  background-image: url(./../media/bg/social-bg.png);
  background-position: center;
  background-size: 1000px;
  text-align: center;
}
#social #social-title {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 790px) {
  #social #social-title {
    margin-bottom: 30px;
  }
}
#social #desktop-feed {
  max-width: 1040px;
  margin: 0 auto;
}
#social #more-social {
  margin-top: 25px;
  transform: scale(1.3);
}
@media (hover: hover) {
  #social #more-social:hover {
    transform: scale(1.4);
  }
}
#social .facebook-item {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  #social .facebook-item:hover {
    transform: scale(1.02);
  }
}
#social .facebook-item .facebook-photo-wrapper {
  display: block;
  margin-bottom: -5px;
}
#social .facebook-item .facebook-photo-wrapper .facebook-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
#social .facebook-item .facebook-details {
  display: block;
  padding: 30px 30px 35px;
  text-align: left;
  font-size: 18px;
}
#social .facebook-item .facebook-message {
  display: block;
  margin-bottom: 0px;
  font-size: 18px;
}
#social .facebook-item .facebook-info {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
}
#social .facebook-item .facebook-info .facebook-icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  background-color: #ccc;
  position: absolute;
  left: 0px;
  margin-top: -4px;
  background-image: url(./../media/bg/facebook-profile.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.7);
}
#social .facebook-item .facebook-info .facebook-name {
  display: block;
  font-weight: 600;
  margin-top: 4px;
}
#social .facebook-item .facebook-info .facebook-date {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
#social .facebook-item .facebook-permalink {
  display: block;
  position: absolute;
  font-size: 0px;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 20px;
  background-image: url(./../media/icon/link.svg);
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
}
#social .facebook-item .read-more {
  font-style: italic;
  font-weight: 600;
  color: #046A38;
}
#social .facebook-item.item-album .facebook-photo-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-image: url(./../media/icon/album.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  z-index: 1;
}
@media (hover: hover) {
  #social .facebook-item.item-album .facebook-photo-wrapper:hover:after {
    opacity: 1;
  }
}

#contact-devider {
  margin-top: -160px;
  height: 160px;
}

#contact {
  z-index: 1;
  margin-top: -1px;
  position: relative;
  background-color: #fff;
  padding: 50px 0 200px;
}
#contact #contact-content {
  display: grid;
  align-items: center;
  width: min-content;
}
@media (max-width: 1370px) {
  #contact #contact-content {
    width: 100%;
    max-width: 800px;
  }
}
@media (max-width: 1370px) {
  #contact #contact-content #form-wrapper {
    grid-area: form;
  }
}
@media (max-width: 790px) {
  #contact #contact-content #form-wrapper {
    width: 300px;
    margin: 0 auto;
  }
}
#contact #contact-content #form-wrapper textarea,
#contact #contact-content #form-wrapper input {
  background-color: #F1F1F1;
  border: 3px solid #B7B7B7;
  resize: none;
  margin-top: 0px;
}
#contact #contact-content #form-wrapper label {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 18px;
}
#contact #contact-content #form-wrapper #submit-wrapper-contactForm {
  margin-top: 40px;
}
@media (max-width: 1370px) {
  #contact #contact-content #info-wrapper {
    grid-area: address;
  }
}
#contact #contact-content #info-wrapper #info-title {
  margin-top: 0px;
  text-align: center;
}
#contact #contact-content #info-wrapper #footer-info {
  display: grid;
  grid-template-columns: 300px auto;
  column-gap: 90px;
}
@media (max-width: 790px) {
  #contact #contact-content #info-wrapper #footer-info {
    grid-template-columns: 1fr;
    row-gap: 60px;
    justify-items: center;
  }
}
#contact #contact-content #info-wrapper #footer-info #location-info {
  text-align: center;
  max-width: 300px;
}
#contact #contact-content #info-wrapper #footer-info #location-info #footer-media-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}
#contact #contact-content #info-wrapper #footer-info #location-info #footer-media-wrapper #footer-image-wrapper {
  width: 300px;
  height: 300px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
#contact #contact-content #info-wrapper #footer-info #location-info #footer-media-wrapper #footer-image-wrapper #footer-image {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
#contact #contact-content #info-wrapper #footer-info #location-info #info-links #info-route {
  padding-right: 56px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-image: url(./../media/icon/map.svg);
  background-size: 24px;
}
#contact #contact-content #info-wrapper #footer-info #contact-info {
  max-width: 300px;
}
#contact #contact-content #info-wrapper #footer-info #contact-info .contact-times {
  margin-bottom: 25px;
  margin-top: 15px;
}
#contact #contact-content #info-wrapper #footer-info #contact-info .contact-adress {
  margin-bottom: 52px;
}
#contact #contact-content #info-wrapper #footer-info #contact-info .contact-contact {
  line-height: 25px;
}

.contact-times {
  min-width: 300px;
}
.contact-times .contact-time {
  display: grid;
  grid-template-columns: 145px auto;
  column-gap: 40px;
}
.contact-times .contact-time + .contact-time {
  margin-top: 5px;
}

.contact-adress {
  line-height: 28px;
}

.contact-contact {
  line-height: 28px;
  font-weight: 600;
  font-size: 18px;
}
.contact-contact .contact-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}
@media (max-width: 790px) {
  .contact-contact .contact-link {
    padding: 12px 0;
  }
}
@media (hover: hover) {
  .contact-contact .contact-link:hover {
    color: #046A38;
    text-decoration: underline;
  }
}

@media (max-width: 790px) {
  .kerst-message .kerst-button {
    margin-bottom: 60px;
  }
}

#nav-toggle {
  position: fixed;
  top: 60px;
  right: 60px;
  height: 74px;
  width: 74px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 80px;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./../media/icon/bars.svg);
  background-size: 30px;
  cursor: pointer;
}
@media (max-width: 1100px) {
  #nav-toggle {
    top: 20px;
    right: 20px;
    height: 64px;
    width: 64px;
    background-size: 28px;
  }
}
#nav-toggle.active {
  background-image: url(./../media/icon/times.svg);
}

#nav-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(3.0727272727, 81.4272727273, 43.0181818182, 0.96);
  z-index: 500;
  color: #fff;
  overflow-y: scroll;
}
#nav-wrapper.active {
  display: block;
}
#nav-wrapper #nav-content {
  max-width: 1000px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: grid;
  grid-template-columns: 500px auto;
}
@media (max-width: 970px) {
  #nav-wrapper #nav-content {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 70px;
    transform: none;
    left: initial;
    position: relative;
    top: initial;
    padding-top: 100px;
    padding-bottom: 60px;
    max-width: 300px;
    margin: 0 auto;
  }
}
#nav-wrapper #nav-links .nav-link {
  font-size: 46px;
  font-family: "Courgette", sans-serif;
  display: block;
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) {
  #nav-wrapper #nav-links .nav-link:hover {
    text-decoration: underline;
  }
}
#nav-wrapper #nav-links .nav-link + .nav-link {
  margin-top: 30px;
}
#nav-wrapper #nav-links #nav-social {
  margin-top: 40px;
}
#nav-wrapper #nav-info {
  padding-left: 70px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 970px) {
  #nav-wrapper #nav-info {
    border-left: none;
    padding-left: 0;
    padding-top: 70px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
  }
}
#nav-wrapper #nav-info .contact-adress,
#nav-wrapper #nav-info .contact-contact {
  margin-top: 40px;
}
#nav-wrapper #nav-info .contact-time + .contact-time {
  margin-top: 10px;
}
@media (hover: hover) {
  #nav-wrapper #nav-info .contact-link:hover {
    color: #fff;
  }
}

#form-wrapper .form-control {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding: 15px;
  color: #222;
  margin-bottom: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #fff;
  border-radius: 10px;
}
#form-wrapper .form-control:focus {
  outline: none;
}
#form-wrapper .control-label {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
}
#form-wrapper .dft-button:focus {
  outline: none;
  box-shadow: none;
}
#form-wrapper .alert-success {
  display: block;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
  background-color: #046A38;
  font-size: 18px;
  font-weight: 900;
  border-radius: 10px;
  color: #fff;
  font-family: "Courgette", sans-serif;
}
#form-wrapper button.oc-loading:after {
  width: 10px !important;
  height: 10px !important;
}
