/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/theme.scss ***!
  \***************************************************************************************************************************************************/
/*!
 * Copyright (c) 2023.
 * This code is protected by copyright.
 * It is forbidden to use the code or parts of it without the consent of Netteria.NET
 * Details https://netteria.net
 * @author Netteria.NET <info@netteria.net> https://netteria.net
 */
/*!
 * Copyright (c) 2024.
 * This code is protected by copyright.
 * It is forbidden to use the code or parts of it without the consent of Netteria.NET
 * Details https://netteria.net
 * @author Netteria.NET <info@netteria.net> https://netteria.net
 */
/* =========================
   CORMORANT
========================= */
@font-face {
  font-family: "Cormorant";
  src: url(../js/../fonts/Cormorant-VariableFont_wght.woff2) format("woff2"), url(../js/../fonts/Cormorant-VariableFont_wght.woff) format("woff");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url(../js/../fonts/Cormorant-Italic-VariableFont_wght.woff2) format("woff2"), url(../js/../fonts/Cormorant-Italic-VariableFont_wght.woff) format("woff");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
/* =========================
   PLAYFAIR DISPLAY
========================= */
@font-face {
  font-family: "Playfair Display";
  src: url(../js/../fonts/PlayfairDisplay-VariableFont_wght.woff2) format("woff2"), url(../js/../fonts/PlayfairDisplay-VariableFont_wght.woff) format("woff");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url(../js/../fonts/PlayfairDisplay-Italic-VariableFont_wght.woff2) format("woff2"), url(../js/../fonts/PlayfairDisplay-Italic-VariableFont_wght.woff) format("woff");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
/* =========================
   SOURCE SERIF 4
========================= */
@font-face {
  font-family: "Source Serif 4";
  src: url(../js/../fonts/SourceSerif4-VariableFont_opsz,wght.woff2) format("woff2"), url(../js/../fonts/SourceSerif4-VariableFont_opsz,wght.woff) format("woff");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url(../js/../fonts/SourceSerif4-Italic-VariableFont_opsz,wght.woff2) format("woff2"), url(../js/../fonts/SourceSerif4-Italic-VariableFont_opsz,wght.woff) format("woff");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
/* =========================
   FONT AWESOME
========================= */
@font-face {
  font-family: "FontAwesome";
  src: url(../js/../fonts/fontawesome-webfont.woff2) format("woff2"), url(../js/../fonts/fontawesome-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* =========================
   GLYPHICONS
========================= */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../js/../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../js/../fonts/glyphicons-halflings-regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  font-family: "Cormorant" !important;
  color: #c89267 !important;
  font-weight: 400;
}

.for-footer {
  color: #333300 !important;
}
.for-footer a {
  color: #333300 !important;
}
.for-footer a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-item a {
  font-family: "Playfair Display", serif !important;
  font-size: 20px !important;
}
.navbar-nav .nav-item .dropdown-menu {
  padding: 0.25rem 0.5rem !important;
}
.navbar-nav .nav-item .dropdown-menu li {
  text-align: start !important;
}
.navbar-nav .nav-item .dropdown-menu li:hover {
  background: none !important;
}
.navbar-nav .nav-item .dropdown-menu a {
  text-transform: lowercase !important;
  color: #000000 !important;
}
.navbar-nav .nav-item .dropdown-menu a:hover {
  color: darkgreen;
}

.shome {
  background: #c89267 !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

#menu_netteria_net {
  margin-top: -10px !important;
}

.lb-image {
  max-width: 800px !important;
}

body.home {
  --home-bg: #f5ede2;
  --home-surface: #f8f2e9;
  --home-card: rgba(250, 244, 235, 0.92);
  --home-line: rgba(138, 112, 84, 0.22);
  --home-accent: #a7744b;
  --home-accent-soft: #d8b58d;
  --home-heading: #7b583f;
  --home-text: #6f5b4a;
  --home-nav: #b27b53;
  background: var(--home-bg) !important;
  color: var(--home-text);
}

body.home .home-header {
  padding: 2mm 0;
  background: transparent;
}

body.home .home-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-left: clamp(1.75rem, 3vw, 2.5rem);
}

body.home .home-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  color: var(--home-heading);
  text-decoration: none;
}

body.home .home-brand:hover {
  color: var(--home-heading);
  text-decoration: none;
}

body.home .home-brand__mark {
  width: 226px;
  height: 216px;
  flex: 0 0 226px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.home .home-brand__mark img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

body.home .home-brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

body.home .home-brand__title {
  font-family: "Cormorant", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

body.home .home-brand__tagline {
  font-family: "Source Serif 4", serif;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(111, 91, 74, 0.82);
}

body.home #menu_netteria_net {
  margin-top: 0 !important;
}

body.home #menu_netteria_net ul li a {
  padding: 0.55rem 0.8rem;
  color: #c89267 !important;
  font-size: 0.8rem;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
}

body.home #menu_netteria_net ul li a:hover,
body.home #menu_netteria_net ul li a:focus {
  color: #8a5c3d !important;
}

body.home .home-nav .navbar-toggler-icon {
  color: var(--home-heading);
}

body.home #menu_netteria_net .dropdown-menu {
  padding: 0.65rem 0.5rem !important;
  border: 1px solid rgba(167, 116, 75, 0.16);
  background: rgba(250, 244, 235, 0.98);
  box-shadow: 0 20px 45px rgba(97, 74, 55, 0.12);
}

body.home #menu_netteria_net .dropdown-menu a {
  color: var(--home-text) !important;
  letter-spacing: 0.04em;
}

body.home .home-shell {
  padding-bottom: 4rem;
}

body.home .home-hero {
  position: relative;
  min-height: clamp(20rem, 34vw, 26rem);
  display: flex;
  align-items: stretch;
  background-image: linear-gradient(90deg, rgba(58, 36, 19, 0.42), rgba(58, 36, 19, 0.05)), var(--hero-image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

body.home .home-hero__inner {
  position: relative;
  width: 100%;
  min-height: clamp(20rem, 34vw, 26rem);
  display: flex;
  align-items: center;
  padding-top: clamp(1.9rem, 3.8vw, 2.6rem);
  padding-bottom: clamp(1.9rem, 3.8vw, 2.6rem);
  padding-left: clamp(1.75rem, 3vw, 2.5rem);
}

body.home .home-hero__card {
  width: clamp(22.5rem, 31vw, 27rem);
  max-width: min(100%, 27rem);
  min-height: clamp(12.6rem, 16.8vw, 15.6rem);
  aspect-ratio: 1.72/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(1.62rem, 2.64vw, 2.16rem);
  box-sizing: border-box;
  text-align: center;
  background: rgba(248, 241, 232, 0.96);
  border: 1px solid rgba(167, 116, 75, 0.08);
  box-shadow: none;
}

body.home .home-hero__eyebrow {
  display: block;
  font-family: "Source Serif 4", serif;
  font-size: clamp(1.2rem, 1.56vw, 1.875rem);
  line-height: 1.28;
  color: #ba6f41;
}

body.home .home-hero__eyebrow--muted {
  margin-bottom: 0.9rem;
  color: #ba6f41;
}

body.home .home-hero__card .hr_kwadrat {
  width: min(74%, 12rem);
  margin: 0 0 1.15rem;
  border: 0;
  border-top: 1px solid rgba(186, 111, 65, 0.24);
}

body.home .home-hero h1,
body.home .home-hero h1.kita_napis {
  margin: 0;
  font-family: "Cormorant", serif !important;
  font-size: clamp(2.6rem, 3.125vw, 3.75rem) !important;
  line-height: 1.04;
  font-weight: 600;
  font-style: italic !important;
  color: #c89267 !important;
  white-space: nowrap;
}

body.home .home-hero__summary {
  display: none;
}

body.home .home-intro {
  position: relative;
  margin-top: -1.75rem;
  padding: 0 0 1rem;
}

body.home .home-intro__inner {
  text-align: center;
}

body.home .home-intro__logo {
  width: min(380px, 82%) !important;
  margin: 0 auto 0.85rem;
  display: block;
}

body.home .home-intro__lead {
  width: 100%;
  margin: 0 auto;
  font-family: "Source Serif 4", serif;
  font-size: 20px;
  line-height: 1.8;
  color: rgba(111, 91, 74, 0.82);
}

body.home .home-main {
  padding-top: 1.75rem;
}

body.home .home-story {
  max-width: 100%;
  width: 100%;
}

body.home .home-story__body {
  padding: 0.5rem 0 0;
}

body.home .home-story__body .container,
body.home .home-story__body .container-sm,
body.home .home-story__body .container-md,
body.home .home-story__body .container-lg,
body.home .home-story__body .container-xl,
body.inner-page .page-content__body .container,
body.inner-page .page-content__body .container-sm,
body.inner-page .page-content__body .container-md,
body.inner-page .page-content__body .container-lg,
body.inner-page .page-content__body .container-xl,
body.inner-page .contact-layout .container,
body.inner-page .contact-layout .container-sm,
body.inner-page .contact-layout .container-md,
body.inner-page .contact-layout .container-lg,
body.inner-page .contact-layout .container-xl {
  max-width: 100% !important;
  width: 100%;
}

body.home .home-story__body > .row,
body.home .home-story__body > section {
  padding: 0.25rem 0;
  border-top: 1px solid var(--home-line);
}

body.home .home-story__body > :first-child {
  padding-top: 0;
  border-top: 0;
}

body.home .home-story__body .row {
  align-items: center;
}

body.home .home-story__body img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  border: 8px solid rgba(255, 255, 255, 0.62);
}

body.home .home-story__body h1,
body.home .home-story__body h2,
body.home .home-story__body h3,
body.home .home-story__body h4,
body.home .home-story__body h5 {
  margin-bottom: 1rem;
  font-family: "Cormorant", serif;
  color: #c89267;
  font-weight: 600;
  line-height: 1.05;
}

body.home .home-story__body h1 *,
body.home .home-story__body h2 *,
body.home .home-story__body h3 *,
body.home .home-story__body h4 *,
body.home .home-story__body h5 *,
body.home .home-story__body h1 a,
body.home .home-story__body h2 a,
body.home .home-story__body h3 a,
body.home .home-story__body h4 a,
body.home .home-story__body h5 a {
  color: #c89267 !important;
}

body.home .home-story__body h1 {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
}

body.home .home-story__body h2,
body.home .home-story__body h3 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

body.home .home-story__body p,
body.home .home-story__body li,
body.home .home-story__body td {
  font-family: "Source Serif 4", serif;
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--home-text);
}

body.home .home-story__body ul {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

body.home .home-story__body li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
}

body.home .home-story__body li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 1px solid rgba(167, 116, 75, 0.6);
  background: radial-gradient(circle, rgba(167, 116, 75, 0.32) 0%, rgba(167, 116, 75, 0.1) 68%, rgba(167, 116, 75, 0) 100%);
}

body.home .home-story__body a {
  color: var(--home-accent);
}

body.home .home-story__body a:hover {
  color: var(--home-heading);
}

body.home .home-footer {
  padding: 1.35rem 0 2rem;
  background: transparent;
  border-top: 1px solid var(--home-line);
}

body.home .home-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

body.home .home-footer__meta,
body.home .home-footer__links,
body.home .home-footer__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: "Source Serif 4", serif;
  font-size: 0.9rem;
  color: rgba(111, 91, 74, 0.88);
}

body.home .home-footer a {
  color: var(--home-nav) !important;
  text-decoration: none;
}

body.home .home-footer a:hover {
  color: var(--home-heading) !important;
}

body.home .home-footer__icons {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

body.home .home-footer__icon {
  display: block;
  width: auto;
  height: 48px;
}

@media (max-width: 991.98px) {
  body.home .home-header__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  body.home .home-nav {
    width: 100%;
  }
  body.home #menu_netteria_net .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem 1.15rem;
    background: rgba(250, 244, 235, 0.96);
    border: 1px solid rgba(167, 116, 75, 0.15);
    box-shadow: 0 18px 40px rgba(103, 80, 60, 0.1);
  }
  body.home .home-hero {
    min-height: 500px;
    background-position: center top;
  }
}
@media (max-width: 767.98px) {
  body.home .home-header {
    padding-top: 2mm;
    padding-bottom: 2mm;
  }
  body.home .home-header__inner {
    padding-left: 1.25rem;
  }
  body.home .home-brand {
    gap: 0.75rem;
  }
  body.home .home-brand__mark {
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
  }
  body.home .home-brand__mark img {
    width: 100% !important;
    height: 100% !important;
  }
  body.home .home-brand__title {
    font-size: 1.6rem;
  }
  body.home .home-brand__tagline {
    font-size: 0.68rem;
  }
  body.home .home-hero {
    min-height: 360px;
    min-width: 0;
  }
  body.home .home-hero__inner {
    min-height: 360px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }
  body.home .home-hero__card {
    width: min(100%, 24rem);
    max-width: 100%;
    min-height: 13.5rem;
    aspect-ratio: 1.72/1;
    padding: 1.44rem;
  }
  body.home .home-intro {
    margin-top: -0.5rem;
  }
  body.home .home-story__body > .row,
  body.home .home-story__body > section {
    padding: 2.25rem 0;
  }
}
body.inner-page {
  --home-bg: #f5ede2;
  --home-line: rgba(138, 112, 84, 0.22);
  --home-accent: #a7744b;
  --home-accent-soft: #d8b58d;
  --home-heading: #7b583f;
  --home-text: #6f5b4a;
  --home-nav: #b27b53;
  background: var(--home-bg) !important;
  color: var(--home-text);
}

body.inner-page.trawatop {
  background-image: none !important;
}

body.inner-page .home-header {
  padding: 2mm 0;
}

body.inner-page .home-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-left: clamp(1.75rem, 3vw, 2.5rem);
}

body.inner-page .home-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  color: var(--home-heading);
  text-decoration: none;
}

body.inner-page .home-brand:hover {
  color: var(--home-heading);
  text-decoration: none;
}

body.inner-page .home-brand__mark {
  width: 226px;
  height: 216px;
  flex: 0 0 226px;
  border-radius: 50%;
  background: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: none;
}

body.inner-page .home-brand__mark img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

body.inner-page .home-brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

body.inner-page .home-brand__title {
  font-family: "Cormorant", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

body.inner-page .home-brand__tagline {
  font-family: "Source Serif 4", serif;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(111, 91, 74, 0.82);
}

body.inner-page #menu_netteria_net {
  margin-top: 0 !important;
}

body.inner-page #menu_netteria_net ul li a {
  padding: 0.55rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
}

body.inner-page #menu_netteria_net ul li a:hover,
body.inner-page #menu_netteria_net ul li a:focus {
  color: #8a5c3d !important;
}

body.inner-page .home-nav .navbar-toggler-icon {
  color: var(--home-heading);
}

body.inner-page #menu_netteria_net .dropdown-menu {
  padding: 0.65rem 0.5rem !important;
  border: 1px solid rgba(167, 116, 75, 0.16);
  background: rgba(250, 244, 235, 0.98);
  box-shadow: 0 20px 45px rgba(97, 74, 55, 0.12);
}

body.inner-page #menu_netteria_net .dropdown-menu a {
  color: var(--home-text) !important;
  letter-spacing: 0.04em;
}

body.inner-page .page-shell {
  padding-bottom: 3.5rem;
}

body.inner-page .page-hero {
  min-height: 245px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

body.inner-page .page-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 245px;
}

body.inner-page .page-hero h1 {
  margin: 0;
  font-family: "Cormorant", serif;
  font-size: clamp(3rem, 5vw, 4.25rem);
  font-weight: 600;
  color: #ffffff !important;
  text-align: center;
}

body.inner-page .page-hero h1,
body.inner-page .page-hero h1 *,
body.inner-page .page-hero h1 a {
  color: #ffffff !important;
}

body.inner-page .page-main {
  padding-top: 2.75rem;
}

body.inner-page .page-content {
  max-width: 100%;
  width: 100%;
}

body.inner-page .page-content__body {
  font-family: "Source Serif 4", serif;
  color: var(--home-text);
}

body.inner-page .page-content__body > .row,
body.inner-page .page-content__body > section {
  padding: 0 0 3rem;
}

body.inner-page .page-content__body .row {
  align-items: flex-start;
}

body.inner-page .page-content__body h1,
body.inner-page .page-content__body h2,
body.inner-page .page-content__body h3,
body.inner-page .page-content__body h4,
body.inner-page .page-content__body h5 {
  margin-bottom: 1rem;
  font-family: "Cormorant", serif;
  color: #c89267;
  font-weight: 600;
  line-height: 1.05;
  font-style: italic;
}

body.inner-page .page-content__body h1 *,
body.inner-page .page-content__body h2 *,
body.inner-page .page-content__body h3 *,
body.inner-page .page-content__body h4 *,
body.inner-page .page-content__body h5 *,
body.inner-page .page-content__body h1 a,
body.inner-page .page-content__body h2 a,
body.inner-page .page-content__body h3 a,
body.inner-page .page-content__body h4 a,
body.inner-page .page-content__body h5 a {
  color: #c89267 !important;
  font-style: italic;
}

body.inner-page .page-content__body h1 {
  font-size: clamp(2rem, 3vw, 3rem);
}

body.inner-page .page-content__body h2,
body.inner-page .page-content__body h3 {
  font-size: clamp(1.9rem, 2.6vw, 2.6rem);
}

body.inner-page .page-content__body p,
body.inner-page .page-content__body li,
body.inner-page .page-content__body td {
  font-size: 1.02rem;
  line-height: 1.9;
  color: var(--home-text);
}

body.inner-page .page-content__body ul {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

body.inner-page .page-content__body li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.75rem;
}

body.inner-page .page-content__body li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid rgba(167, 116, 75, 0.6);
  background: radial-gradient(circle, rgba(167, 116, 75, 0.32) 0%, rgba(167, 116, 75, 0.1) 68%, rgba(167, 116, 75, 0) 100%);
}

body.inner-page .page-content__body a {
  color: var(--home-accent);
}

body.inner-page .page-content__body a:hover {
  color: var(--home-heading);
}

body.inner-page .page-content__body--intro {
  padding-bottom: 1rem;
}

body.inner-page .home-footer {
  padding: 1.35rem 0 2rem;
  background: transparent;
  border-top: 1px solid var(--home-line);
}

body.inner-page .home-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

body.inner-page .home-footer__meta,
body.inner-page .home-footer__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: "Source Serif 4", serif;
  font-size: 0.9rem;
  color: rgba(111, 91, 74, 0.88);
}

body.inner-page .home-footer a {
  color: var(--home-nav) !important;
  text-decoration: none;
}

body.inner-page .home-footer a:hover {
  color: var(--home-heading) !important;
}

body.inner-page .home-footer__icons {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

body.inner-page .home-footer__icon {
  display: block;
  width: auto;
  height: 48px;
}

body.inner-page .contact-layout {
  padding-top: 1rem;
}

body.inner-page .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.9fr) minmax(260px, 1fr);
  gap: 2.5rem;
  align-items: start;
}

body.inner-page .contact-panel h2,
body.inner-page .contact-hours h3 {
  margin-bottom: 1.2rem;
  font-family: "Cormorant", serif;
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
  color: var(--home-heading);
  font-weight: 600;
}

body.inner-page .contact-copy p,
body.inner-page .contact-hours p {
  margin: 0 0 0.55rem;
  font-family: "Source Serif 4", serif;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--home-text);
}

body.inner-page .contact-copy a {
  color: var(--home-accent);
}

body.inner-page .contact-copy a:hover {
  color: var(--home-heading);
}

body.inner-page .contact-copy i {
  width: 1.5rem;
  margin-right: 0.35rem;
  color: var(--home-accent-soft);
}

body.inner-page .contact-hours {
  margin-top: 3rem;
}

body.inner-page .contact-visual {
  margin-top: 1.5rem;
}

body.inner-page .contact-visual img {
  width: 100% !important;
  max-width: 100% !important;
  height: 260px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

body.inner-page .contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
}

body.inner-page .contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.inner-page .contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0;
}

body.inner-page .contact-field span {
  font-family: "Source Serif 4", serif;
  font-size: 0.95rem;
  color: rgba(111, 91, 74, 0.78);
}

body.inner-page .contact-form .form-control {
  min-height: 52px;
  border: 0;
  border-bottom: 1px solid rgba(167, 116, 75, 0.35);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0.4rem 0;
  font-family: "Source Serif 4", serif;
  font-size: 1rem;
  color: var(--home-text);
}

body.inner-page .contact-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
  padding-top: 0.85rem;
}

body.inner-page .contact-form .form-control:focus {
  border-color: var(--home-accent);
  box-shadow: none;
}

body.inner-page .contact-form__actions {
  padding-top: 1rem;
}

body.inner-page .contact-form .my-btn {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--home-heading);
  font-family: "Cormorant", serif;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

body.inner-page .contact-form .my-btn:hover {
  color: var(--home-accent);
}

body.inner-page .contact-captcha {
  margin-top: 0.5rem;
  display: grid;
  gap: 1rem;
}

body.inner-page .contact-captcha__image {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

body.inner-page .contact-captcha__image img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  border: 0;
  box-shadow: none;
}

body.inner-page #refresh_captcha {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(167, 116, 75, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  color: var(--home-accent);
}

body.inner-page #refresh_captcha:hover {
  color: var(--home-heading);
}

body.inner-page .contact-map {
  margin-top: 3rem;
}

body.inner-page .contact-map iframe {
  width: 100% !important;
  min-height: 280px;
  border: 0;
}

@media (max-width: 991.98px) {
  body.inner-page .home-header__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  body.inner-page .home-nav {
    width: 100%;
  }
  body.inner-page #menu_netteria_net .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem 1.15rem;
    background: rgba(250, 244, 235, 0.96);
    border: 1px solid rgba(167, 116, 75, 0.15);
    box-shadow: 0 18px 40px rgba(103, 80, 60, 0.1);
  }
  body.inner-page .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.inner-page .home-brand {
    gap: 0.75rem;
  }
  body.inner-page .home-brand__mark {
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
  }
  body.inner-page .home-brand__mark img {
    width: 100% !important;
    height: 100% !important;
  }
  body.inner-page .home-brand__title {
    font-size: 1.6rem;
  }
  body.inner-page .home-brand__tagline {
    font-size: 0.68rem;
  }
  body.inner-page .home-header {
    padding-top: 2mm;
    padding-bottom: 2mm;
  }
  body.inner-page .home-header__inner {
    padding-left: 1.25rem;
  }
  body.inner-page .page-hero,
  body.inner-page .page-hero__inner {
    min-height: 190px;
  }
  body.inner-page .page-main {
    padding-top: 2rem;
  }
  body.inner-page .contact-form__row {
    grid-template-columns: 1fr;
  }
}
body {
  font-family: "Cormorant" !important;
  color: #c89267 !important;
  font-weight: 400;
}
body p {
  color: #c89267 !important;
}
body .page-content__body h1 {
  color: #c89267 !important;
}

body.home,
body.inner-page {
  --section-rule-gap: 22px;
}

body.home .home-hero,
body.home .home-hero__inner {
  min-height: clamp(31.2rem, 50.4vw, 40.8rem);
}
body.home .home-hero {
  background-position: center 12%;
}
body.home .home-intro {
  margin-top: clamp(0.75rem, 2vw, 1.25rem) !important;
}

body.home .home-story__body img,
body.inner-page .page-content__body img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  border: 0 !important;
}

body.home .home-hero__eyebrow,
body.home .home-hero__eyebrow--muted {
  color: #c89267 !important;
}

body.home .home-hero__eyebrow--muted {
  margin-bottom: 0 !important;
}

body.home .home-hero__card .hr_kwadrat {
  border-top: 2px solid #c89267 !important;
  margin: var(--section-rule-gap) 0 !important;
}

body.home .home-story__body > .row,
body.home .home-story__body > section {
  border-top: 0 !important;
}

body.home .home-shell,
body.inner-page .page-shell {
  padding-bottom: var(--section-rule-gap) !important;
}

body.home .home-story {
  padding-left: clamp(1.75rem, 3vw, 2.5rem) !important;
  padding-right: clamp(1.75rem, 3vw, 2.5rem) !important;
}

body.home .home-story__body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .home-story__body hr,
body.inner-page .page-content__body hr {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  flex: 0 0 100%;
  clear: both !important;
  float: none !important;
  align-self: stretch !important;
  height: 1px !important;
  border: 0 !important;
  margin: var(--section-rule-gap) 0 !important;
  background: #c89267 !important;
  color: #c89267 !important;
  opacity: 1 !important;
}

body.home .home-story__body .mgrid_row.is-hr-row,
body.inner-page .page-content__body .mgrid_row.is-hr-row {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.home .home-story__body .mgrid_row.is-hr-row > [class*=col-],
body.inner-page .page-content__body .mgrid_row.is-hr-row > [class*=col-] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.home .home-story__body .mgrid_row.is-hr-row hr,
body.inner-page .page-content__body .mgrid_row.is-hr-row hr {
  margin: 0 !important;
}

body.home .home-story__body .mgrid_row > [class*=col-] > :first-child,
body.inner-page .page-content__body .mgrid_row > [class*=col-] > :first-child,
body.home .home-story__body > :first-child,
body.inner-page .page-content__body > :first-child {
  margin-top: 0 !important;
}

body.home .home-story__body .mgrid_row > [class*=col-] > :last-child,
body.inner-page .page-content__body .mgrid_row > [class*=col-] > :last-child,
body.home .home-story__body > :last-child,
body.inner-page .page-content__body > :last-child {
  margin-bottom: 0 !important;
}

body.home .home-story__body .mgrid_row > .mgrid_row,
body.inner-page .page-content__body .mgrid_row > .mgrid_row {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.inner-page .page-content__body,
body.inner-page .page-content__body p,
body.inner-page .page-content__body li,
body.inner-page .page-content__body td {
  color: rgba(111, 91, 74, 0.82) !important;
}

body.inner-page .page-content {
  padding-left: clamp(1.75rem, 3vw, 2.5rem) !important;
  padding-right: clamp(1.75rem, 3vw, 2.5rem) !important;
}

body.inner-page .page-content__body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.inner-page .page-content__body > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.inner-page .page-content__body a {
  color: var(--home-accent) !important;
}

body.inner-page .page-content__body a:hover {
  color: var(--home-heading) !important;
}

body.home .home-footer,
body.inner-page .home-footer {
  position: relative;
  border-top: 0 !important;
  padding: var(--section-rule-gap) 0 2.5rem !important;
}

body.home .home-footer::before,
body.inner-page .home-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(1.75rem, 3vw, 2.5rem);
  right: clamp(1.75rem, 3vw, 2.5rem);
  border-top: 1px solid #c89267;
}

body.home .home-footer__inner,
body.inner-page .home-footer__inner {
  justify-content: space-between !important;
  padding-left: clamp(1.75rem, 3vw, 2.5rem) !important;
  padding-right: clamp(1.75rem, 3vw, 2.5rem) !important;
}

body.home .home-footer__meta,
body.inner-page .home-footer__meta {
  gap: 0.5rem !important;
  font-family: "Source Serif 4", serif !important;
  font-size: clamp(0.92rem, 1vw, 1rem) !important;
  font-weight: 400 !important;
  line-height: 1.5;
  color: #c89267 !important;
}

body.home .home-footer__meta *,
body.inner-page .home-footer__meta * {
  font-weight: 400 !important;
}

body.home .home-footer__contact,
body.inner-page .home-footer__contact {
  margin-left: auto;
}

body.home .home-footer__separator,
body.inner-page .home-footer__separator {
  color: #c89267 !important;
}

body.home .home-footer a,
body.inner-page .home-footer a {
  color: #c89267 !important;
}

body.home .home-footer a:hover,
body.inner-page .home-footer a:hover {
  color: #cc6633 !important;
}

body.inner-page .page-main--contact .page-content__body,
body.inner-page .page-main--contact .page-content__body p,
body.inner-page .page-main--contact .page-content__body li,
body.inner-page .page-main--contact .page-content__body td,
body.inner-page .page-main--contact .contact-layout,
body.inner-page .page-main--contact .contact-layout p,
body.inner-page .page-main--contact .contact-layout span,
body.inner-page .page-main--contact .contact-layout a,
body.inner-page .page-main--contact .contact-layout i,
body.inner-page .page-main--contact .contact-layout label,
body.inner-page .page-main--contact .contact-layout input,
body.inner-page .page-main--contact .contact-layout textarea,
body.inner-page .page-main--contact .contact-layout button {
  color: #c89267 !important;
}

body.inner-page .page-main--contact .contact-panel h2,
body.inner-page .page-main--contact .contact-hours h3,
body.inner-page .page-main--contact .contact-copy a:hover,
body.inner-page .page-main--contact .contact-form .my-btn:hover,
body.inner-page .page-main--contact #refresh_captcha:hover {
  color: #c89267 !important;
}

body.inner-page .page-main--contact .contact-field span,
body.inner-page .page-main--contact .contact-copy i {
  color: #c89267 !important;
}

body.inner-page .page-main--contact .contact-form .form-control {
  color: #c89267 !important;
  caret-color: #c89267;
  border-bottom: 1px solid #c89267 !important;
}

body.inner-page .page-main--contact .contact-form .form-control:focus {
  color: #c89267 !important;
  border-color: #c89267 !important;
}

body.inner-page .page-main--contact .contact-form .my-btn,
body.inner-page .page-main--contact .contact-form .my-btn:hover,
body.inner-page .page-main--contact .contact-form .my-btn:focus,
body.inner-page .page-main--contact .contact-form .my-btn:active {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.inner-page .page-main--contact .contact-form .form-control::-moz-placeholder {
  color: transparent !important;
}

body.inner-page .page-main--contact .contact-form .form-control::placeholder {
  color: transparent !important;
}

body.inner-page .page-main--contact #refresh_captcha {
  color: #c89267 !important;
  border-color: #c89267 !important;
}

body.inner-page .page-main--contact + .home-footer::before {
  left: 0 !important;
  right: 0 !important;
}

body.inner-page .page-main--contact + .home-footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.inner-page .page-main--contact + .home-footer .home-footer__inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 991.98px) {
  body.home .home-hero,
  body.home .home-hero__inner {
    min-height: 672px;
  }
}
@media (max-width: 767.98px) {
  body.home .home-hero,
  body.home .home-hero__inner {
    min-height: 504px;
  }
}
.page-hero__inner h1 {
  font-style: italic !important;
}

.page-content h1 {
  font-style: italic !important;
}

body.inner-page .page-hero,
body.inner-page .page-hero__inner {
  min-height: clamp(18.5rem, 25vw, 22rem) !important;
}

body.inner-page .page-main--contact .contact-layout > .container-fluid {
  padding-left: clamp(1.75rem, 3vw, 2.5rem) !important;
  padding-right: clamp(1.75rem, 3vw, 2.5rem) !important;
}

@media (max-width: 991.98px) {
  body.inner-page .page-hero,
  body.inner-page .page-hero__inner {
    min-height: 18rem !important;
  }
}
@media (max-width: 767.98px) {
  body.inner-page .page-hero,
  body.inner-page .page-hero__inner {
    min-height: 15.5rem !important;
  }
  body.inner-page .page-main--contact .contact-layout > .container-fluid {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  body.home .home-header__inner,
  body.inner-page .home-header__inner {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.75rem !important;
    padding-right: 1.25rem !important;
  }
  body.home .home-nav,
  body.inner-page .home-nav {
    width: auto !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    position: relative;
  }
  body.home .home-nav .navbar-header,
  body.inner-page .home-nav .navbar-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  body.home .home-nav .navbar-toggler,
  body.inner-page .home-nav .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    line-height: 1;
  }
  body.home .home-nav .navbar-toggler-icon,
  body.inner-page .home-nav .navbar-toggler-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    font-size: 2rem !important;
    line-height: 1 !important;
  }
  body.home #menu_netteria_net .navbar-collapse,
  body.inner-page #menu_netteria_net .navbar-collapse {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    left: auto;
    width: min(18rem, 100vw - 2.5rem);
    margin-top: 0 !important;
    z-index: 40;
  }
}
.home-main {
  padding-top: 0 !important;
}

.home-story__body {
  margin-top: 0 !important;
}

.is-hr-row hr {
  margin: 3rem auto !important;
}
