.elementor-8504 .elementor-element.elementor-element-5af4fef{--display:flex;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-59fbf01 */html, body{
  overflow-x:hidden;
}

:root{
  --im-gold:#cba067;
  --im-gold-dark:#a8935d;
  --im-ink:#1f1f1c;
  --im-text:#3f3a33;
  --im-muted:#6f685d;
  --im-bg:#f8f5ef;
  --im-card:#ffffff;
  --im-border:#e9dfcf;
  --im-soft:#f3ede3;
  --im-soft-2:#fbf8f2;
  --im-shadow:0 18px 45px rgba(64,50,28,0.08);
  --im-shadow-soft:0 12px 28px rgba(64,50,28,0.05);
  --im-radius:26px;
  --im-radius-sm:18px;
  --im-max:1420px;
}

.im-city-wrap,
.im-city-wrap *{
  box-sizing:border-box;
}

.im-city-wrap{
  width:100%;
  font-family:'Plus Jakarta Sans', Arial, sans-serif;
  color:var(--im-text);
  background:
    radial-gradient(circle at top right, rgba(203,160,103,0.10) 0%, rgba(203,160,103,0) 32%),
    linear-gradient(180deg,#fcfaf7 0%, #f7f2ea 100%);
}

.im-city-wrap a{
  color:#7a602f;
  text-decoration:none;
}

.im-city-wrap a:hover{
  text-decoration:underline;
}

.im-city-container{
  width:100%;
  max-width:var(--im-max);
  margin:0 auto;
  padding:0 16px;
}

.im-city-section{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:78px 0;
}

.im-city-section-soft{
  background:linear-gradient(180deg, rgba(255,255,255,0.45), rgba(243,237,227,0.65));
}

.im-city-section-tight{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:42px 0;
}

.im-city-anchor{
  position:relative;
  top:-110px;
}

.im-city-kicker{
  font-size:13px;
  font-weight:800;
  letter-spacing:0.11em;
  text-transform:uppercase;
  color:#8d7343;
  margin:0 0 14px;
}

.im-city-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(203,160,103,0.12);
  border:1px solid rgba(203,160,103,0.22);
  color:#7e6333;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.02em;
  margin-bottom:8px;
}

.im-city-title{
  font-family:'Plus Jakarta Sans', Arial, sans-serif;
  font-size:clamp(32px,4.5vw,54px);
  line-height:1.05;
  color:var(--im-ink);
  margin:0 0 18px;
  font-weight:700;
  letter-spacing:-0.022em;
}

.im-city-subtitle{
  font-size:clamp(17px,2.1vw,21px);
  line-height:1.75;
  color:var(--im-muted);
  margin:0 0 28px;
  max-width:840px;
}

.im-city-grid{
  display:grid;
  gap:22px;
}

.im-city-grid-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.im-city-grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.im-city-grid-4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.im-city-card{
  background:rgba(255,255,255,0.92);
  border:1px solid var(--im-border);
  border-radius:var(--im-radius);
  box-shadow:var(--im-shadow-soft);
  padding:30px;
  overflow:hidden;
  height:100%;
  display:flex;
  flex-direction:column;
}

.im-city-card h2,
.im-city-card h3,
.im-city-card h4{
  color:var(--im-ink);
  margin:0 0 12px;
  font-family:'Plus Jakarta Sans', Arial, sans-serif;
  line-height:1.16;
  font-weight:700;
  letter-spacing:-0.014em;
}

.im-city-card h2{
  font-size:clamp(27px,3.5vw,40px) !important;
}

.im-city-card h3{
  font-size:23px !important;
}

.im-city-card h4{
  font-size:18px !important;
}

.im-city-card p{
  margin:0 0 14px;
  line-height:1.75;
}

.im-city-card p:last-child{
  margin-bottom:0;
}

.im-city-hero{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:36px 0 36px;
  border-bottom:1px solid rgba(203,160,103,0.16);
  background:
    linear-gradient(180deg,rgba(255,255,255,0.55),rgba(255,255,255,0.12)),
    linear-gradient(180deg,#fbf8f3 0%, #f5efe6 100%);
}

.im-city-hero-grid{
  display:grid;
  grid-template-columns:1.08fr 0.92fr;
  gap:24px;
  align-items:stretch;
}

.im-city-hero-copy{
  padding:38px;
  border-radius:30px;
  background:rgba(255,255,255,0.80);
  border:1px solid rgba(203,160,103,0.18);
  box-shadow:var(--im-shadow);
  backdrop-filter:blur(6px);
}

.im-city-hero-panel{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.im-city-hero-photo{
  height:430px;
  min-height:430px;
  border-radius:30px;
  border:1px dashed rgba(168,147,93,0.45);
  background:linear-gradient(135deg,rgba(203,160,103,0.12),rgba(255,255,255,0.92));
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:26px;
  color:#8b7449;
  font-weight:700;
  line-height:1.7;
  box-shadow:var(--im-shadow);
  overflow:hidden;
}

.im-city-hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.im-city-factbar{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.im-city-fact{
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,0.92);
  border:1px solid var(--im-border);
  box-shadow:var(--im-shadow-soft);
}

.im-city-fact strong{
  display:block;
  font-family:'Plus Jakarta Sans', Arial, sans-serif;
  font-size:16px;
  line-height:1.35;
  color:var(--im-ink);
  margin-bottom:8px;
  font-weight:700;
}

.im-city-fact span{
  font-size:14px;
  line-height:1.6;
  color:var(--im-muted);
}

.im-city-list,
.im-city-checks{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}

.im-city-list li,
.im-city-checks li{
  position:relative;
  padding-left:28px;
  line-height:1.7;
  color:var(--im-text);
}

.im-city-list li::before,
.im-city-checks li::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:12px;
  height:12px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--im-gold),var(--im-gold-dark));
  box-shadow:0 0 0 4px rgba(203,160,103,0.15);
}

.im-city-btn-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.im-city-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 22px;
  border-radius:999px;
  font-weight:700;
  font-size:15px;
  border:1px solid transparent;
  transition:all 0.2s ease;
  text-decoration:none !important;
}

.im-city-btn:hover{
  transform:translateY(-1px);
}

.im-city-btn-primary{
  background:linear-gradient(180deg,var(--im-gold),var(--im-gold-dark));
  color:#fff !important;
  box-shadow:0 12px 25px rgba(136,104,46,0.22);
}

.im-city-btn-secondary{
  background:#fff;
  color:#6f5428 !important;
  border-color:rgba(203,160,103,0.35);
}

.im-city-profile{
  display:grid;
  grid-template-columns:1.08fr 0.92fr;
  gap:22px;
  align-items:stretch;
}

.im-city-profile-panel{
  background:linear-gradient(180deg,rgba(255,255,255,0.92),rgba(255,255,255,0.86));
  border:1px solid var(--im-border);
  border-radius:var(--im-radius);
  box-shadow:var(--im-shadow-soft);
  padding:34px;
}

.im-city-pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.im-city-pill{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(203,160,103,0.10);
  border:1px solid rgba(203,160,103,0.20);
  color:#755e32;
  font-size:14px;
  font-weight:700;
}

.im-city-note{
  margin-top:18px;
  padding:18px 20px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(203,160,103,0.12),rgba(203,160,103,0.06));
  border:1px solid rgba(203,160,103,0.20);
  color:#5b4c31;
  line-height:1.7;
}

.im-city-divider{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  height:1px;
  background:linear-gradient(90deg,rgba(203,160,103,0),rgba(203,160,103,0.45),rgba(203,160,103,0));
  margin-top:0;
  margin-bottom:0;
  border:none;
}

.im-city-photo{
  margin-top:auto;
  width:100%;
  height:220px;
  min-height:220px;
  border-radius:22px;
  border:1px dashed rgba(168,147,93,0.38);
  background:linear-gradient(135deg,rgba(203,160,103,0.12),rgba(255,255,255,0.92));
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:0;
  color:#8b7449;
  font-weight:700;
  line-height:1.7;
  overflow:hidden;
}

.im-city-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.im-city-compare{
  overflow:auto;
  border-radius:24px;
  border:1px solid var(--im-border);
  box-shadow:var(--im-shadow-soft);
  background:#fff;
}

.im-city-table{
  width:100%;
  border-collapse:collapse;
  min-width:820px;
}

.im-city-table thead th{
  background:#f6efe3;
  color:var(--im-ink);
  text-align:left;
  padding:20px 18px;
  font-size:15px;
  font-weight:800;
  border-bottom:1px solid var(--im-border);
}

.im-city-table tbody td{
  padding:18px;
  border-bottom:1px solid #efe7da;
  vertical-align:top;
  line-height:1.7;
}

.im-city-table tbody tr:last-child td{
  border-bottom:none;
}

.im-city-linkcard{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:26px;
  border-radius:24px;
  background:rgba(255,255,255,0.92);
  border:1px solid var(--im-border);
  box-shadow:var(--im-shadow-soft);
  text-decoration:none !important;
  transition:transform 0.2s ease, box-shadow 0.2s ease;
}

.im-city-linkcard:hover{
  transform:translateY(-2px);
  box-shadow:var(--im-shadow);
}

.im-city-linkcard strong{
  color:var(--im-ink);
  font-family:'Plus Jakarta Sans', Arial, sans-serif;
  font-size:19px;
  line-height:1.18;
  font-weight:700;
  letter-spacing:-0.012em;
}

.im-city-linkcard span{
  color:var(--im-muted);
  line-height:1.7;
}

.im-city-faq{
  display:grid;
  gap:14px;
}

.im-city-faq details{
  background:rgba(255,255,255,0.92);
  border:1px solid var(--im-border);
  border-radius:20px;
  box-shadow:var(--im-shadow-soft);
  padding:0 22px;
}

.im-city-faq summary{
  list-style:none;
  cursor:pointer;
  padding:22px 0;
  font-family:'Plus Jakarta Sans', Arial, sans-serif;
  font-size:21px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-0.014em;
  color:var(--im-ink);
  position:relative;
  padding-right:36px;
}

.im-city-faq summary::-webkit-details-marker{
  display:none;
}

.im-city-faq summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:18px;
  font-size:28px;
  line-height:1;
  color:#8d7343;
  font-weight:500;
}

.im-city-faq details[open] summary::after{
  content:"-";
}

.im-city-faq details p{
  margin:0 0 22px;
  line-height:1.75;
  color:var(--im-text);
}

.im-city-cta{
  background:
    linear-gradient(135deg,rgba(40,31,16,0.92),rgba(73,54,24,0.92)),
    linear-gradient(180deg,var(--im-gold-dark),#4f3f20);
  border-radius:32px;
  padding:38px;
  box-shadow:var(--im-shadow);
  border:1px solid rgba(255,255,255,0.08);
}

.im-city-cta h2{
  font-family:'Plus Jakarta Sans', Arial, sans-serif;
  font-size:clamp(28px,3.6vw,42px);
  line-height:1.06;
  margin:0 0 14px;
  color:#fff;
  font-weight:700;
  letter-spacing:-0.018em;
}

.im-city-cta p{
  color:rgba(255,255,255,0.84);
  font-size:18px;
  line-height:1.78;
  margin:0 0 22px;
}

.im-city-cta .im-city-btn-secondary{
  background:rgba(255,255,255,0.08);
  border-color:rgba(255,255,255,0.14);
  color:#fff !important;
}

@media (max-width:1100px){
  .im-city-grid-4{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:1024px){
  .im-city-hero-grid,
  .im-city-grid-3,
  .im-city-grid-2,
  .im-city-profile{
    grid-template-columns:1fr;
  }

  .im-city-factbar{
    grid-template-columns:1fr;
  }

  .im-city-title{
    font-size:clamp(30px,4.6vw,48px);
    line-height:1.06;
  }

  .im-city-card h2{
    font-size:clamp(26px,3.8vw,36px) !important;
  }

  .im-city-card h3{
    font-size:22px !important;
  }

  .im-city-card h4{
    font-size:17px !important;
  }

  .im-city-faq summary{
    font-size:19px;
  }
}

@media (max-width:767px){
  .im-city-section{
    padding:56px 0;
  }

  .im-city-section-tight{
    padding:36px 0;
  }

  .im-city-hero{
    padding:28px 0 28px;
  }

  .im-city-hero-copy,
  .im-city-card,
  .im-city-profile-panel,
  .im-city-cta{
    padding:24px;
  }

  .im-city-title{
    font-size:35px;
    line-height:1.08;
    letter-spacing:-0.018em;
  }

  .im-city-btn{
    width:100%;
  }

  .im-city-hero-photo{
    height:280px;
    min-height:280px;
  }

  .im-city-photo{
    height:200px;
    min-height:200px;
  }

  .im-city-container{
    padding:0 14px;
  }

  .im-city-grid-4{
    grid-template-columns:1fr;
  }

  .im-city-card h2{
    font-size:30px !important;
    line-height:1.1;
  }

  .im-city-card h3{
    font-size:21px !important;
    line-height:1.18;
  }

  .im-city-card h4{
    font-size:17px !important;
    line-height:1.24;
  }

  .im-city-faq summary{
    font-size:18px;
    line-height:1.22;
  }
}/* End custom CSS */