@charset "UTF-8";

@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap");
.animated-effect, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "DM Sans", sans-serif;
  position: relative;
  color: #1f1f1f;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 14px;
  }
}

body {
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
  line-height: 1.2;
}

h1, h2 {
  letter-spacing: -0.055em;
}

::selection {
  background: #d79b66;
  color: #fff;
}

.eyebrow {
  color: #d79b66;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading {
  color: #123d3a;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.section-intro {
  color: rgba(18, 61, 58, 0.5);
  max-width: 42rem;
}

.page-main {
  min-height: 60vh;
}

.page-breadcrumb {
  background: #123d3a;
  color: #fff;
  padding: 0.9rem 0;
}
.page-breadcrumb .breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.55);
  margin: 0;
}
.page-breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
}
.page-breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}
.page-breadcrumb .breadcrumb-item a:hover, .page-breadcrumb .breadcrumb-item a:focus {
  color: #d79b66;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.page-breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.72);
}

.content-section {
  padding: 7rem 0;
}
@media (max-width: 767.9px) {
  .content-section {
    padding: 5rem 0;
  }
}

.soft-section {
  background: #eef4f1;
}

.page-hero {
  background: #123d3a;
  color: #fff;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
.page-hero .page-hero-bg {
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.page-hero:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(18, 61, 58, 0), rgba(18, 61, 58, 0.75));
  content: " ";
}
.page-hero .container {
  position: relative;
  z-index: 2;
}
.page-hero h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 1rem 0;
}
.page-hero p:last-child {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  .page-hero {
    padding: 0 0 4.5rem;
  }
  .page-hero .page-hero-bg {
    height: 18rem;
    position: relative;
    width: 100%;
  }
  .page-hero .container {
    padding-top: 4.5rem;
  }
}

.btn {
  border-radius: 999px;
  padding: 0.8rem 1.4rem;
}

.btn span {
  margin-left: 0.5rem;
}

header.page-header {
  position: relative;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid rgba(18, 61, 58, 0.08);
}
header.page-header .topbar {
  background: #edf3f0;
  color: #123d3a;
  font-size: 0.75rem;
  padding: 0.45rem 0;
}
header.page-header .topbar .topbar-link {
  margin-left: 1.5rem;
  color: #123d3a;
  opacity: 0.9;
}
header.page-header .navbar-brand {
  display: block;
  padding: 0;
  width: auto;
}
header.page-header .navbar-brand img {
  display: block;
  height: 3rem;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar-brand img {
    height: 2rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar-brand img {
    height: 2.5rem;
  }
}
header.page-header .navbar {
  padding: 1rem 0;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav {
    padding-top: 1.5rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  margin-left: 2.5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 1rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  color: #123d3a;
  font-size: 1rem;
  font-weight: 400;
  padding: 1.45rem 0;
  text-shadow: 0 0 0.01px currentColor;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #d79b66;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #123d3a;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #d79b66;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active:after {
  background: #d79b66;
  border-radius: 999px;
  bottom: 0.8rem;
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link.active:after {
    display: none;
  }
}
header.page-header .navbar-toggler {
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 1rem;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-link {
    padding: 0.7rem 0;
  }
}

footer.page-footer {
  background: #0b2d2a;
  color: #fff;
  padding: 4rem 0 1.5rem;
}
footer.page-footer .footer-top {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  footer.page-footer .footer-top > [class*=col-lg-] {
    width: 25%;
  }
}
footer.page-footer .footer-brand {
  color: transparent;
  display: block !important;
  height: 3rem;
  width: auto;
}
footer.page-footer .footer-brand img {
  display: block;
  filter: brightness(0) invert(1);
  height: 3rem;
  width: auto;
}
footer.page-footer h5 {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer h5 {
    margin: 1.5rem 0 1rem 0;
  }
}
footer.page-footer .footer-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.9px) {
  footer.page-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.9px) {
  footer.page-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }
}
footer.page-footer h3 {
  font-weight: bold;
}
footer.page-footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  margin: 0 0 0.5rem 0;
}
footer.page-footer p a {
  color: inherit;
}
footer.page-footer p a:hover {
  text-decoration: underline;
}
footer.page-footer .nav-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  padding: 0;
  margin: 0 0 0.25rem 0;
}
footer.page-footer .nav-link:hover {
  color: #fff;
  text-decoration: underline;
}
footer.page-footer .nav-link[href="article.html"] {
  display: none;
}

.btn {
  font-weight: 700;
  border-radius: 0.25rem;
}
.btn.btn-primary {
  background: #123d3a;
  border-color: #123d3a;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #1e645f;
  border-color: #1e645f;
}
.btn.btn-primary:active {
  background: #27847d;
  border-color: #27847d;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-dark {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #123d3a;
  color: #123d3a;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #123d3a;
  border-color: #123d3a;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #27847d;
  border-color: #27847d;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #123d3a;
}
.btn.btn-outline-dark {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #237872;
}
.form-control {
  height: auto;
}
.screen-home {
  background: #fbfaf6;
}
.screen-home .section-heading {
  font-size: clamp(2.4rem, 4.4vw, 4.3rem);
}
.screen-home .text-link {
  color: #123d3a;
  font-weight: 600;
}
.screen-home .text-link > span {
  color: #d79b66;
  display: inline;
  margin-left: 0.5rem;
}
.screen-home .move-banner {
  background: #d79b66;
  color: #fff;
  padding: 0.8rem 0;
}
.screen-home .move-banner .move-banner-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}
.screen-home .move-banner .move-icon {
  display: none;
}
.screen-home .move-banner .move-banner-inner > div {
  align-items: baseline;
  display: flex;
  gap: 0.8rem;
}
.screen-home .move-banner strong {
  display: inline;
  font-size: 0.9rem;
}
.screen-home .move-banner span:not(.move-icon) {
  display: inline;
  font-size: 0.76rem;
  opacity: 0.86;
}
.screen-home .move-banner a {
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 1rem;
  white-space: nowrap;
  color: #fff;
}
.screen-home .move-banner a:hover {
  text-decoration: underline;
}
.screen-home .move-banner .text-link span,
.screen-home .move-banner .news-card .text-link span {
  display: inline;
  margin-left: 0.5rem;
}
@media (max-width: 767.9px) {
  .screen-home .move-banner .move-banner-inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .screen-home .move-banner .move-banner-inner > div {
    display: block;
  }
  .screen-home .move-banner .move-banner-inner > div span {
    display: block;
  }
  .screen-home .move-banner a {
    margin-left: 0;
  }
}
.screen-home .trust-strip {
  background: #123d3a;
  color: #fff;
  padding: 1.2rem 0;
}
@media (max-width: 767.9px) {
  .screen-home .trust-strip {
    display: none;
  }
}
.screen-home .trust-strip .trust-item {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  min-height: 3rem;
}
.screen-home .trust-strip .trust-number {
  color: #d79b66;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2rem;
}
.screen-home .trust-strip .trust-item span:last-child {
  font-size: 0.76rem;
  line-height: 1.25;
  opacity: 0.82;
}
.screen-home .main-section {
  background: #123d3a;
  padding: 7.5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .screen-home .main-section {
    padding: 5rem 0;
  }
}
.screen-home .main-section:before {
  background: #d79b66;
  border-radius: 50%;
  content: "";
  height: 30rem;
  opacity: 0.16;
  position: absolute;
  right: 4%;
  top: -14rem;
  width: 30rem;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .screen-home .main-section:before {
    display: none;
  }
}
.screen-home .main-section:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(18, 61, 58, 0), rgba(18, 61, 58, 0.85));
  content: " ";
  z-index: 1;
}
.screen-home .main-section .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.screen-home .main-section .container {
  position: relative;
  z-index: 2;
}
.screen-home .main-section h1 {
  color: #fff;
  font-size: clamp(2.8rem, 4.8vw, 5.1rem);
  letter-spacing: -0.07em;
  line-height: 0.98;
  margin: 1.2rem 0 1.8rem;
  max-width: 34rem;
  position: relative;
}
.screen-home .main-section .hero-text {
  color: #ccc;
  font-size: 1.05rem;
  max-width: 28rem;
}
.screen-home .main-section .eyebrow {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.74rem;
  font-weight: 600;
  gap: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.screen-home .main-section .eyebrow:before {
  background: #d79b66;
  content: "";
  height: 1px;
  width: 2.5rem;
}
.screen-home .intro-section {
  background: #123d3a;
  color: #fff;
  padding: 5rem 0;
}
.screen-home .intro-section .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}
.screen-home .intro-section .section-heading {
  color: #fff;
  font-size: clamp(1.85rem, 2.6vw, 2.8rem);
  line-height: 1.08;
  margin: 0;
  max-width: 24rem;
}
.screen-home .intro-section .section-intro {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 1.5rem;
  max-width: 38rem;
}
.screen-home .intro-section .text-link {
  color: #fff;
}
.screen-home .intro-section .intro-quote {
  border-left: 2px solid #d79b66;
  color: #fff;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.15;
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
}
@media (max-width: 767.9px) {
  .screen-home .intro-section {
    padding: 3.5rem 0;
  }
  .screen-home .intro-section .row {
    display: block;
  }
  .screen-home .intro-section .col-lg-6 {
    margin-top: 2rem;
  }
}
.screen-home .content-section {
  padding: 6rem 0;
}
.screen-home .expertise-section,
.screen-home .soft-section:not(.gallery-section) {
  background: #edf3ee;
}
.screen-home .expertise-section .section-heading,
.screen-home .soft-section:not(.gallery-section) .section-heading {
  max-width: 40rem;
}
.screen-home .expertise-section .expertise-list,
.screen-home .soft-section:not(.gallery-section) .expertise-list {
  border-top: 1px solid rgba(18, 61, 58, 0.2);
  margin-top: 3rem;
}
.screen-home .expertise-section .row,
.screen-home .soft-section:not(.gallery-section) .row {
  margin-top: 3rem;
}
.screen-home .expertise-section .service-card,
.screen-home .soft-section:not(.gallery-section) .service-card {
  background: transparent;
  border-bottom: 1px solid rgba(18, 61, 58, 0.2);
  border-radius: 0;
  min-height: 8rem;
  position: relative;
  transition: 0.25s ease all;
}
.screen-home .expertise-section .service-card:hover, .screen-home .expertise-section .service-card:focus-within,
.screen-home .soft-section:not(.gallery-section) .service-card:hover,
.screen-home .soft-section:not(.gallery-section) .service-card:focus-within {
  background: rgba(255, 255, 255, 0.65);
}
.screen-home .expertise-section .service-card:hover .service-card-link, .screen-home .expertise-section .service-card:focus-within .service-card-link,
.screen-home .soft-section:not(.gallery-section) .service-card:hover .service-card-link,
.screen-home .soft-section:not(.gallery-section) .service-card:focus-within .service-card-link {
  padding-left: 1.5rem;
  padding-right: 12rem;
}
.screen-home .expertise-section .service-card:hover .service-appointment, .screen-home .expertise-section .service-card:focus-within .service-appointment,
.screen-home .soft-section:not(.gallery-section) .service-card:hover .service-appointment,
.screen-home .soft-section:not(.gallery-section) .service-card:focus-within .service-appointment {
  opacity: 1;
  transform: translateY(-50%);
}
@media (max-width: 767.9px) {
  .screen-home .expertise-section .service-card:hover .service-appointment, .screen-home .expertise-section .service-card:focus-within .service-appointment,
.screen-home .soft-section:not(.gallery-section) .service-card:hover .service-appointment,
.screen-home .soft-section:not(.gallery-section) .service-card:focus-within .service-appointment {
    opacity: 0;
  }
}
.screen-home .expertise-section .service-card-link,
.screen-home .soft-section:not(.gallery-section) .service-card-link {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 3rem 1fr 2fr 2rem;
  min-height: 8rem;
  padding: 1rem 0;
  transition: 0.25s ease all;
}
.screen-home .expertise-section .service-card-link > span,
.screen-home .soft-section:not(.gallery-section) .service-card-link > span {
  color: #d79b66;
  font-size: 1rem;
}
.screen-home .expertise-section .service-card-link h3,
.screen-home .soft-section:not(.gallery-section) .service-card-link h3 {
  color: #123d3a;
  font-size: 1.5rem;
  margin: 0;
}
.screen-home .expertise-section .service-card-link p,
.screen-home .soft-section:not(.gallery-section) .service-card-link p {
  color: rgba(18, 61, 58, 0.5);
  font-size: 1rem;
  margin: 0;
}
.screen-home .expertise-section .service-card-link b,
.screen-home .soft-section:not(.gallery-section) .service-card-link b {
  color: #d79b66;
  font-size: 1.4rem;
}
.screen-home .expertise-section .service-appointment,
.screen-home .soft-section:not(.gallery-section) .service-appointment {
  background: #d79b66;
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0;
  padding: 0.65rem 1rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(calc(-50% + 0.5rem));
  transition: 0.25s ease all;
}
.screen-home .expertise-section .service-appointment span,
.screen-home .soft-section:not(.gallery-section) .service-appointment span {
  margin-left: 0.4rem;
}
@media (max-width: 767.9px) {
  .screen-home .expertise-section .service-card-link,
.screen-home .soft-section:not(.gallery-section) .service-card-link {
    grid-template-columns: 2rem 1fr 2rem;
  }
  .screen-home .expertise-section .service-card-link p,
.screen-home .soft-section:not(.gallery-section) .service-card-link p {
    display: none;
  }
  .screen-home .expertise-section .service-appointment,
.screen-home .soft-section:not(.gallery-section) .service-appointment {
    right: 0.75rem;
  }
  .screen-home .expertise-section .service-card:hover .service-card-link,
.screen-home .expertise-section .service-card:focus-within .service-card-link,
.screen-home .soft-section:not(.gallery-section) .service-card:hover .service-card-link,
.screen-home .soft-section:not(.gallery-section) .service-card:focus-within .service-card-link {
    padding: 1rem 0;
  }
}
.screen-home .news-section {
  background: #fff;
}
.screen-home .news-section .news-card {
  border-top: 1px solid #123d3a;
  border-bottom: 0;
  margin: 0;
  padding: 1.7rem 0;
  transition: 0.2s ease all;
}
.screen-home .news-section .news-card:hover {
  padding-left: 1rem;
}
@media (max-width: 767.9px) {
  .screen-home .news-section .news-card:hover {
    padding-left: 0;
  }
}
.screen-home .news-section .news-card small {
  color: #d79b66;
  font-weight: 600;
}
.screen-home .news-section .news-card h3 {
  color: #123d3a;
  font-size: 1.35rem;
  margin: 0.6rem 0;
}
.screen-home .news-section .news-card p {
  color: rgba(18, 61, 58, 0.5);
  font-size: 0.9rem;
}
.screen-home .news-section .news-card:last-child {
  border-bottom: 1px solid #123d3a;
}
.screen-home .property-section {
  background: #fff;
}
.screen-home .property-section .property-slider {
  padding-bottom: 2rem;
  position: relative;
}
.screen-home .property-section .property-slide-card {
  background: #edf3ee;
  border-radius: 1rem;
  display: block;
  overflow: hidden;
  transition: 0.25s ease all;
}
.screen-home .property-section .property-slide-card:hover {
  box-shadow: 0 1rem 2rem rgba(18, 61, 58, 0.12);
  transform: translateY(-0.35rem);
}
.screen-home .property-section .property-slide-image {
  display: block;
  height: 18rem;
  object-fit: cover;
  width: 100%;
}
.screen-home .property-section .property-slide-content {
  padding: 1.5rem;
}
.screen-home .property-section .property-slide-content small {
  color: #d79b66;
  font-weight: 600;
}
.screen-home .property-section .property-slide-content h3 {
  color: #123d3a;
  margin: 0.5rem 0 0.15rem;
}
.screen-home .property-section .property-slide-content p {
  color: rgba(18, 61, 58, 0.62);
  margin: 0;
}
.screen-home .property-section .property-slide-content strong {
  color: #123d3a;
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.screen-home .property-section .property-feature-card {
  align-items: center;
  background: #123d3a url("../img/notair/retouched-05.jpg") center/cover;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  min-height: 25rem;
  padding: 3rem;
  position: relative;
}
.screen-home .property-section .property-feature-card:before {
  background: rgba(18, 61, 58, 0.78);
  content: "";
  inset: 0;
  position: absolute;
}
.screen-home .property-section .property-feature-card > div {
  max-width: 30rem;
  position: relative;
  z-index: 1;
}
.screen-home .property-section .property-feature-card small {
  color: #d79b66;
  font-weight: 600;
}
.screen-home .property-section .property-feature-card h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0.7rem 0;
}
.screen-home .property-section .property-feature-card p {
  color: rgba(255, 255, 255, 0.75);
}
.screen-home .property-section .carousel-control-prev,
.screen-home .property-section .carousel-control-next {
  background: #123d3a;
  border-radius: 50%;
  height: 2.75rem;
  opacity: 1;
  top: auto;
  transform: translateY(50%);
  width: 2.75rem;
}
.screen-home .property-section .carousel-control-prev {
  left: auto;
  right: 4rem;
}
.screen-home .property-section .carousel-control-next {
  right: 0;
}
.screen-home .property-section .property-section-link {
  display: inline-block;
  margin-top: 2.5rem;
}
.screen-home .calculator-section {
  background: #edf3ee;
  padding-top: 0;
}
.screen-home .calculator-card {
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  gap: 2rem;
  padding: 2.5rem 3rem;
}
.screen-home .calculator-card .calculator-icon {
  align-items: center;
  background: #d79b66;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2rem;
  height: 4rem;
  justify-content: center;
  min-width: 4rem;
  width: 4rem;
}
.screen-home .calculator-card .calculator-content {
  flex: 1;
}
.screen-home .calculator-card .calculator-content .eyebrow {
  margin-bottom: 0.5rem;
}
.screen-home .calculator-card .calculator-content h2 {
  color: #123d3a;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  margin: 0;
}
.screen-home .calculator-card .calculator-content p:last-child {
  color: rgba(18, 61, 58, 0.62);
  margin: 0.6rem 0 0;
}
@media (max-width: 767.9px) {
  .screen-home .calculator-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 2rem;
  }
}
.screen-home .portrait-section {
  background: #fbfaf6;
}
@media (max-width: 767.9px) {
  .screen-home .portrait-section {
    padding-top: 0;
  }
}
.screen-home .portrait-section .portrait-frame {
  height: 38rem;
  overflow: hidden;
  position: relative;
  transform: rotate(-2deg);
}
@media (max-width: 767.9px) {
  .screen-home .portrait-section .portrait-frame {
    transform: none;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 5rem -0.75rem;
    height: 25rem;
  }
}
.screen-home .portrait-section .portrait-frame img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.screen-home .portrait-section .portrait-frame span {
  background: #d79b66;
  bottom: 1.5rem;
  color: #fff;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.8rem;
  left: 1.5rem;
  line-height: 0.95;
  padding: 0.8rem 1rem;
  position: absolute;
  transform: rotate(2deg);
}
.screen-home .gallery-section .image-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.5fr 1fr 1fr;
}
.screen-home .gallery-section .image-grid img {
  height: 20rem;
  object-fit: cover;
  width: 100%;
}
.screen-home .gallery-section .image-grid img:first-child {
  height: 27rem;
}
@media (max-width: 767.9px) {
  .screen-home .gallery-section .image-grid {
    grid-template-columns: 1fr 1fr;
  }
  .screen-home .gallery-section .image-grid img,
.screen-home .gallery-section .image-grid img:first-child {
    height: 15rem;
  }
  .screen-home .gallery-section .image-grid img:first-child {
    grid-column: span 2;
  }
}
.screen-home .newsletter-card {
  align-items: center;
  background: #123d3a;
  border-radius: 0 4rem 0 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 3rem 4rem;
}
.screen-home .newsletter-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0.5rem 0;
}
.screen-home .newsletter-card p:last-child {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}
.screen-home .newsletter-card .newsletter-form {
  display: flex;
  gap: 0.5rem;
}
.screen-home .newsletter-card .newsletter-form input {
  border: 0;
  border-radius: 999px;
  min-width: 16rem;
  padding: 0.85rem 1.2rem;
}
@media (max-width: 767.9px) {
  .screen-home .newsletter-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
  .screen-home .newsletter-card .newsletter-form {
    flex-direction: column;
    width: 100%;
  }
  .screen-home .newsletter-card .newsletter-form input {
    min-width: 0;
    width: 100%;
  }
}

.screen-office .value-list {
  list-style: none;
  padding: 0;
}
.screen-office .value-list li {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0 1rem 1.8rem;
  position: relative;
}
.screen-office .value-list li:before {
  color: #d79b66;
  content: "✦";
  left: 0;
  position: absolute;
}
.screen-office .services-section {
  scroll-margin-top: 6rem;
}
.screen-office .services-section .services-intro {
  margin-bottom: 4rem;
  max-width: 48rem;
}
.screen-office .services-section .services-intro > p:last-child {
  color: #ccc;
  font-size: 1.05rem;
  margin: 1.5rem 0 0;
}
.screen-office .services-section .service-detail {
  background: #fff;
  margin-bottom: 2rem;
  overflow: hidden;
}
.screen-office .services-section .service-detail:last-child {
  margin-bottom: 0;
}
.screen-office .services-section .service-detail .col-md-5 {
  position: relative;
}
.screen-office .services-section .service-detail-image {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.screen-office .services-section .service-detail-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}
.screen-office .services-section .service-detail-content > span {
  color: #d79b66;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.screen-office .services-section .service-detail-content h3 {
  color: #123d3a;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  margin: 0.75rem 0 1rem;
}
.screen-office .services-section .service-detail-content p {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.screen-office .services-section .service-detail-content .text-link {
  align-self: flex-start;
}
@media (max-width: 767.9px) {
  .screen-office .services-section .services-intro {
    margin-bottom: 2.5rem;
  }
  .screen-office .services-section .service-detail-image {
    height: 18rem;
    position: relative;
  }
  .screen-office .services-section .service-detail-content {
    padding: 2rem;
  }
}

.screen-team .person-card .person-avatar,
.screen-team .person-card .person-initial {
  align-items: center;
  background: #eef4f2;
  border-radius: 50%;
  color: #123d3a;
  display: block;
  height: 8rem;
  margin-bottom: 1.5rem;
  width: 8rem;
}
.screen-team .person-card .person-avatar {
  object-fit: cover;
  object-position: center 24%;
}
.screen-team .person-card .person-initial {
  align-items: center;
  display: flex;
  font-family: Georgia, serif;
  font-size: 2rem;
  justify-content: center;
}
.screen-team .person-card h2 {
  color: #123d3a;
  font-size: 1.875rem;
  margin: 0.75rem 0;
}
.screen-team .person-card .person-contact {
  color: rgba(18, 61, 58, 0.5);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.screen-team .person-card .person-contact:hover {
  color: #d79b66;
}

.screen-property .property-card {
  background: #eef4f1;
  border-radius: 1rem;
  display: block;
  overflow: hidden;
  transition: 0.25s ease all;
}
.screen-property .property-card:hover {
  box-shadow: 0 1rem 2rem rgba(18, 61, 58, 0.12);
  transform: translateY(-0.35rem);
}
.screen-property .property-card .property-image {
  display: block;
  height: 17rem;
  object-fit: cover;
  width: 100%;
}
.screen-property .property-card .property-body {
  padding: 1.5rem;
  position: relative;
}
.screen-property .property-card .property-body small {
  color: #d79b66;
  font-weight: 600;
}
.screen-property .property-card .property-body h3 {
  color: #123d3a;
  margin: 0.6rem 0 0.1rem;
}
.screen-property .property-card .property-body p {
  color: #ccc;
  margin: 0;
}
.screen-property .property-card .property-body strong {
  color: #123d3a;
  display: block;
  font-size: 1.25rem;
  margin-top: 1.2rem;
}

.screen-property-details .property-overview {
  background: #fff;
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.screen-property-details .property-gallery {
  background: #123d3a;
  overflow: hidden;
}
.screen-property-details .property-gallery .carousel-item img {
  display: block;
  height: clamp(25rem, 52vw, 42rem);
  object-fit: cover;
  width: 100%;
}
.screen-property-details .property-gallery .carousel-control-prev,
.screen-property-details .property-gallery .carousel-control-next {
  background: rgba(18, 61, 58, 0.75);
  border-radius: 50%;
  bottom: 6.25rem;
  height: 3rem;
  opacity: 1;
  top: auto;
  width: 3rem;
}
.screen-property-details .property-gallery .carousel-control-prev {
  left: 1.5rem;
}
.screen-property-details .property-gallery .carousel-control-next {
  left: 5rem;
  right: auto;
}
.screen-property-details .property-gallery-count {
  background: rgba(18, 61, 58, 0.8);
  bottom: 6.25rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.55rem 0.9rem;
  position: absolute;
  right: 1.5rem;
  z-index: 2;
}
.screen-property-details .property-thumbnails {
  background: #fff;
  display: flex;
  gap: 0.6rem;
  justify-content: flex-start;
  margin: 0;
  overflow-x: auto;
  padding: 0.8rem 0 0.4rem;
  position: static;
  scrollbar-color: rgba(18, 61, 58, 0.3) transparent;
}
.screen-property-details .property-thumbnails button {
  background: transparent;
  border: 2px solid transparent;
  flex: 0 0 5.5rem;
  height: 4rem;
  opacity: 0.55;
  padding: 0;
}
.screen-property-details .property-thumbnails button:hover, .screen-property-details .property-thumbnails button:focus, .screen-property-details .property-thumbnails button.active {
  border-color: #d79b66;
  opacity: 1;
}
.screen-property-details .property-thumbnails img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.screen-property-details .property-summary {
  background: #eef4f1;
  padding: clamp(2rem, 4vw, 3rem);
  position: sticky;
  top: 2rem;
}
.screen-property-details .property-summary h1 {
  color: #123d3a;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  margin: 1rem 0 1.5rem;
}
.screen-property-details .property-address {
  color: rgba(18, 61, 58, 0.75);
  font-size: 1.05rem;
}
.screen-property-details .property-price {
  border-bottom: 1px solid rgba(18, 61, 58, 0.12);
  border-top: 1px solid rgba(18, 61, 58, 0.12);
  margin: 2rem 0;
  padding: 1.5rem 0;
}
.screen-property-details .property-price span {
  color: rgba(18, 61, 58, 0.65);
  display: block;
  font-size: 0.85rem;
}
.screen-property-details .property-price strong {
  color: #123d3a;
  display: block;
  font-size: 2rem;
}
.screen-property-details .property-key-facts {
  margin-bottom: 2rem;
}
.screen-property-details .property-key-facts > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
}
.screen-property-details .property-key-facts span {
  color: rgba(18, 61, 58, 0.65);
}
.screen-property-details .property-key-facts strong {
  color: #123d3a;
}
.screen-property-details .peb-badge {
  align-items: center;
  background: #f2b705;
  color: #123d3a;
  display: inline-flex;
  font-size: 0.85rem;
  height: 1.75rem;
  justify-content: center;
  width: 2.25rem;
}
.screen-property-details .property-content {
  border-top: 1px solid rgba(18, 61, 58, 0.1);
}
.screen-property-details .property-description > p,
.screen-property-details .property-description li {
  color: rgba(18, 61, 58, 0.75);
}
.screen-property-details .property-description ul {
  margin: 2rem 0;
  padding: 0;
}
.screen-property-details .property-description li {
  border-bottom: 1px solid rgba(18, 61, 58, 0.1);
  list-style: none;
  padding: 0.8rem 0 0.8rem 1.5rem;
  position: relative;
}
.screen-property-details .property-description li::before {
  color: #d79b66;
  content: "—";
  left: 0;
  position: absolute;
}
.screen-property-details .property-features {
  background: #123d3a;
  color: #fff;
  padding: clamp(2rem, 4vw, 3rem);
}
.screen-property-details .property-features h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.screen-property-details .property-features dl {
  margin: 0;
}
.screen-property-details .property-features dl > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 1rem 0;
}
.screen-property-details .property-features dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.screen-property-details .property-features dd {
  color: #fff;
  margin: 0;
}
.screen-property-details .property-document-list {
  border-top: 1px solid rgba(18, 61, 58, 0.14);
}
.screen-property-details .property-document-list a {
  align-items: center;
  border-bottom: 1px solid rgba(18, 61, 58, 0.14);
  color: #123d3a;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 1.35rem 0;
}
.screen-property-details .property-document-list a:hover, .screen-property-details .property-document-list a:focus {
  color: #d79b66;
  text-decoration: underline;
}
.screen-property-details .property-document-list strong,
.screen-property-details .property-document-list small {
  display: block;
}
.screen-property-details .property-document-list small {
  color: rgba(18, 61, 58, 0.6);
  margin-top: 0.2rem;
}
.screen-property-details .property-document-list a > span:last-child {
  flex: 0 0 auto;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .screen-property-details .property-summary {
    position: static;
  }
}
@media (max-width: 575.98px) {
  .screen-property-details .property-gallery .carousel-item img {
    height: 22rem;
  }
  .screen-property-details .property-document-list a {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
}

.screen-contact .contact-details {
  border-top: 1px solid rgba(18, 61, 58, 0.1);
  margin-top: 2rem;
}
.screen-contact .contact-detail {
  align-items: center;
  border-bottom: 1px solid rgba(18, 61, 58, 0.1);
  color: rgba(18, 61, 58, 0.75);
  display: flex;
  gap: 1rem;
  min-height: 4.5rem;
  padding: 0.9rem 0;
  text-decoration: none;
}
.screen-contact .contact-detail:hover, .screen-contact .contact-detail:focus {
  color: #d79b66;
  text-decoration: underline;
}
.screen-contact .contact-detail-icon {
  align-items: center;
  background: rgba(215, 155, 102, 0.16);
  border-radius: 50%;
  color: #123d3a;
  display: flex;
  flex: 0 0 2.75rem;
  height: 2.75rem;
  justify-content: center;
}
.screen-contact .contact-detail-icon svg {
  fill: none;
  height: 1.15rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 1.15rem;
}
.screen-contact .opening-hours {
  margin-top: 3rem;
}
.screen-contact .opening-hours h5 {
  color: #123d3a;
  margin-bottom: 1.25rem;
}
.screen-contact .opening-hours-row {
  align-items: baseline;
  border-bottom: 1px solid rgba(18, 61, 58, 0.08);
  color: rgba(18, 61, 58, 0.75);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 0.65rem 0;
}
.screen-contact .opening-hours-row span:first-child {
  color: #123d3a;
  font-weight: 600;
}
.screen-contact .opening-hours-row span:last-child {
  text-align: right;
}
.screen-contact .opening-hours-row.is-closed span:last-child {
  opacity: 0.6;
}
.screen-contact .contact-form {
  background: #eef4f1;
  border-radius: 1rem;
  padding: 2rem;
}
.screen-contact .contact-form .form-label {
  color: #123d3a;
  font-size: 0.8rem;
  font-weight: 600;
}
.screen-contact .contact-form .form-control {
  border: 0;
  border-radius: 0.5rem;
  padding: 0.8rem 1rem;
}
.screen-contact .contact-form .form-control:focus {
  box-shadow: 0 0 0 2px rgba(215, 155, 102, 0.5);
}
@media (max-width: 575.98px) {
  .screen-contact .opening-hours-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }
  .screen-contact .opening-hours-row span:last-child {
    text-align: left;
  }
}

.screen-blog .blog-grid {
  margin-top: 3rem;
}
.screen-blog .blog-card {
  background: #fff;
  border-top: 2px solid #123d3a;
  display: block;
  padding: 2rem;
  transition: 0.25s ease all;
}
.screen-blog .blog-card:hover {
  box-shadow: 0 1rem 2rem rgba(18, 61, 58, 0.1);
  transform: translateY(-0.3rem);
}
.screen-blog .blog-card small {
  color: #d79b66;
  font-weight: 600;
}
.screen-blog .blog-card h2 {
  color: #123d3a;
  font-size: 1.8rem;
  margin: 0.8rem 0;
}
.screen-blog .blog-card p {
  color: #ccc;
}
.screen-blog .blog-card .text-link {
  color: #123d3a;
}

.screen-article .article-body {
  color: rgba(18, 61, 58, 0.75);
}
.screen-article .article-body p {
  font-size: 1rem;
}
.screen-article .article-body h2 {
  color: #123d3a;
  font-size: 2rem;
  margin-top: 3rem;
}
.screen-article .article-body .article-note {
  border-left: 2px solid #d79b66;
  color: #123d3a;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 2rem 0;
  padding-left: 1.5rem;
}

.screen-tarifs .tariff-content {
  background: #fff;
}
.screen-tarifs .tariff-intro {
  background: #eef4f1;
  padding: clamp(2rem, 5vw, 4.5rem);
  text-align: center;
}
.screen-tarifs .tariff-intro h2 {
  color: #123d3a;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  margin-bottom: 1rem;
}
.screen-tarifs .tariff-intro p:last-child {
  color: rgba(18, 61, 58, 0.75);
  margin: 0 auto;
  max-width: 47rem;
}
.screen-tarifs .tariff-sections {
  margin-top: clamp(4rem, 8vw, 7rem);
}
.screen-tarifs .tariff-section {
  border-top: 1px solid rgba(18, 61, 58, 0.22);
  padding: clamp(3rem, 6vw, 5.5rem) 0;
}
.screen-tarifs .tariff-section > p {
  color: rgba(18, 61, 58, 0.75);
  max-width: 52rem;
}
.screen-tarifs .tariff-heading {
  display: grid;
  gap: 1rem;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  margin-bottom: 2rem;
}
.screen-tarifs .tariff-heading span {
  color: #d79b66;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding-top: 0.55rem;
}
.screen-tarifs .tariff-heading h2 {
  color: #123d3a;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.15;
  margin: 0;
}
.screen-tarifs .tariff-subsection {
  margin-top: 3rem;
}
.screen-tarifs .tariff-subsection h3 {
  color: #123d3a;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.screen-tarifs .tariff-subsection p {
  color: rgba(18, 61, 58, 0.75);
  max-width: 52rem;
}
.screen-tarifs .tariff-table {
  border-top: 1px solid rgba(18, 61, 58, 0.14);
  margin-top: 1.5rem;
}
.screen-tarifs .tariff-row {
  align-items: start;
  border-bottom: 1px solid rgba(18, 61, 58, 0.14);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.15rem 0;
}
.screen-tarifs .tariff-row span {
  color: rgba(18, 61, 58, 0.75);
}
.screen-tarifs .tariff-row strong {
  color: #123d3a;
  font-weight: 600;
  white-space: nowrap;
}
.screen-tarifs .tariff-calculator {
  align-items: center;
  background: #123d3a;
  color: #fff;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1.15rem 1.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.screen-tarifs .tariff-calculator:hover {
  background: #d79b66;
  color: #123d3a;
  text-decoration: underline;
}
.screen-tarifs .tariff-accordion {
  border-top: 1px solid rgba(18, 61, 58, 0.14);
  margin-top: 2rem;
}
.screen-tarifs .tariff-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(18, 61, 58, 0.14);
  border-radius: 0;
}
.screen-tarifs .tariff-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  color: #123d3a;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25rem 0;
}
.screen-tarifs .tariff-accordion .accordion-button:hover {
  color: #d79b66;
  text-decoration: underline;
}
.screen-tarifs .tariff-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #d79b66;
}
.screen-tarifs .tariff-accordion .accordion-button::after {
  filter: none;
}
.screen-tarifs .tariff-accordion .accordion-body {
  color: rgba(18, 61, 58, 0.75);
  padding: 0 0 1.5rem;
}
.screen-tarifs .tariff-list {
  columns: 2;
  gap: 3rem;
  margin: 2rem 0 0;
  padding: 0;
}
.screen-tarifs .tariff-list li {
  border-bottom: 1px solid rgba(18, 61, 58, 0.14);
  break-inside: avoid;
  color: rgba(18, 61, 58, 0.75);
  list-style: none;
  padding: 0.9rem 0 0.9rem 1.25rem;
  position: relative;
}
.screen-tarifs .tariff-list li::before {
  color: #d79b66;
  content: "—";
  left: 0;
  position: absolute;
}
.screen-tarifs .tariff-contact {
  align-items: center;
  background: #123d3a;
  color: #fff;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 4rem);
}
.screen-tarifs .tariff-contact h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 0.5rem;
}
.screen-tarifs .tariff-contact p:last-child {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.screen-tarifs .tariff-contact .btn {
  flex: 0 0 auto;
}
.screen-tarifs .tariff-contact .btn:hover, .screen-tarifs .tariff-contact .btn:focus {
  background: #d79b66;
  border-color: #d79b66;
  color: #123d3a;
}
@media (max-width: 767.98px) {
  .screen-tarifs .tariff-heading {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
  .screen-tarifs .tariff-heading span {
    padding-top: 0;
  }
  .screen-tarifs .tariff-row {
    gap: 0.35rem;
    grid-template-columns: 1fr;
  }
  .screen-tarifs .tariff-list {
    columns: 1;
  }
  .screen-tarifs .tariff-contact {
    align-items: flex-start;
    flex-direction: column;
  }
}

.screen-documents .documents-intro {
  background: #eef4f1;
}
.screen-documents .documents-intro p:last-child {
  color: #ccc;
  max-width: 40rem;
}
.screen-documents .document-groups {
  margin-top: 3rem;
}
.screen-documents .document-group {
  padding: 1.5rem 0;
}
.screen-documents .document-group h2 {
  color: #123d3a;
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.screen-documents .document-link {
  align-items: center;
  border-bottom: 1px solid rgba(18, 61, 58, 0.12);
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
}
.screen-documents .document-link:last-child {
  border-bottom: none;
}
.screen-documents .document-link:hover {
  color: #d79b66;
}
.screen-documents .document-link span {
  color: #d79b66;
  font-size: 1.2rem;
}

.page-main .text-link {
  transition: 0.2s ease color;
}
.page-main .text-link:hover, .page-main .text-link:focus {
  color: #d79b66;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/*# sourceMappingURL=style.css.map */
