.elementor-3170 .elementor-element.elementor-element-62a97db{--display:flex;}.elementor-3170 .elementor-element.elementor-element-62a97db.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3170 .elementor-element.elementor-element-62a97db{--width:107.342%;}}/* Start custom CSS for html, class: .elementor-element-78e38dc */.ob-guides-hub,
.ob-guides-hub *{
  box-sizing:border-box;
  font-family:"Montserrat",sans-serif !important;
}

.ob-guides-hub{
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
  padding:72px 0 88px;
  color:#101828;
}

.ob-guides-hub__wrap{
  width:min(1240px,calc(100% - 40px));
  margin:0 auto;
}

/* ===============================
   HERO
=============================== */

.ob-guides-hub__hero{
  max-width:920px;
  margin:0 auto 42px;
  text-align:center;
}

.ob-guides-hub__eyebrow{
  margin:0 0 12px;
  font-size:13px;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#B3202D;
}

.ob-guides-hub__title{
  margin:0;
  font-size:46px;
  line-height:1.06;
  font-weight:900;
  letter-spacing:-.045em;
  color:#2A4F7C;
}

.ob-guides-hub__title::after{
  content:"";
  display:block;
  width:96px;
  height:4px;
  border-radius:999px;
  background:#B3202D;
  margin:16px auto 0;
}

.ob-guides-hub__lead{
  margin:20px auto 0;
  max-width:820px;
  font-size:17px;
  line-height:1.85;
  color:rgba(16,24,40,.78);
}

.ob-guides-hub__lead--cta{
  font-weight:700;
  color:#101828;
}

/* ===============================
   BUTTON CTA
=============================== */

.ob-guides-hub__cta{
  margin-top:18px;
}

.ob-guides-hub__btn{
  display:inline-block;
  padding:12px 22px;
  background:#B3202D;
  color:#fff;
  font-size:14px;
  font-weight:700;
  border-radius:999px;
  text-decoration:none;
  transition:background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ob-guides-hub__btn:hover{
  background:#8f1a24;
  color:#fff !important;
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(179,32,45,.18);
}

.ob-guides-hub__btn:focus,
.ob-guides-hub__btn:active,
.ob-guides-hub__btn:visited{
  color:#fff;
  text-decoration:none;
}

/* ===============================
   SECTION HEADINGS
=============================== */

.ob-guides-hub__section-head{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  margin:0 0 20px;
}

.ob-guides-hub__section-head--center{
  align-items:center;
  text-align:center;
}

.ob-guides-hub__section-head h2{
  margin:0;
  font-size:30px;
  line-height:1.12;
  font-weight:850;
  letter-spacing:-.02em;
  color:#2A4F7C;
}

.ob-guides-hub__accent{
  display:block;
  width:78px;
  height:4px;
  border-radius:999px;
  background:#B3202D;
}

/* ===============================
   FEATURED GUIDE
=============================== */

.ob-guides-hub__featured{
  margin-bottom:34px;
}

.ob-guides-hub__feature-card{
  background:#fff;
  border:1px solid rgba(16,24,40,.08);
  border-radius:26px;
  box-shadow:0 18px 40px rgba(16,24,40,.08);
  overflow:hidden;
}

.ob-guides-hub__feature-link{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);
  text-decoration:none;
  color:inherit;
}

.ob-guides-hub__feature-media{
  min-height:100%;
  background:#f5f7fb;
  overflow:hidden;
}

.ob-guides-hub__feature-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.ob-guides-hub__feature-link:hover .ob-guides-hub__feature-media img{
  transform:scale(1.035);
}

.ob-guides-hub__feature-body{
  padding:32px 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at top right, rgba(179,32,45,.05), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#fcfdff 100%);
}

.ob-guides-hub__feature-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  margin:0 0 14px;
  padding:10px 14px;
  min-height:34px;
  border-radius:999px;
  background:linear-gradient(180deg,#f2f6fb 0%,#e7eef7 100%);
  border:1px solid rgba(42,79,124,.12);
  box-shadow:0 6px 14px rgba(42,79,124,.06);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#B3202D;
}

.ob-guides-hub__feature-body h3{
  margin:0 0 14px;
  font-size:34px;
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.03em;
  color:#2A4F7C;
}

.ob-guides-hub__feature-body p{
  margin:0 0 20px;
  font-size:15.5px;
  line-height:1.85;
  color:rgba(16,24,40,.80);
}

.ob-guides-hub__feature-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-height:46px;
  padding:0 22px;
  border-radius:14px;
  background:linear-gradient(180deg,#C32A38 0%,#B3202D 100%);
  color:#fff;
  font-size:14.5px;
  font-weight:800;
  letter-spacing:-.01em;
  box-shadow:0 12px 24px rgba(179,32,45,.18);
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.ob-guides-hub__feature-link:hover .ob-guides-hub__feature-cta{
  transform:translateY(-2px);
  box-shadow:0 16px 28px rgba(16,24,40,.14), 0 10px 20px rgba(179,32,45,.16);
}

/* ===============================
   GRID
=============================== */

.ob-guides-hub__grid-section{
  margin-bottom:34px;
}

.ob-guides-hub__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.ob-guides-hub__card{
  background:linear-gradient(180deg,#ffffff 0%,rgba(42,79,124,.02) 100%);
  border:1px solid rgba(16,24,40,.08);
  border-radius:22px;
  box-shadow:0 12px 28px rgba(16,24,40,.06);
  overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ob-guides-hub__card-link{
  display:flex;
  flex-direction:column;
  height:100%;
  text-decoration:none;
  color:inherit;
}

.ob-guides-hub__card-media{
  aspect-ratio:16 / 10;
  background:#eef2f7;
  overflow:hidden;
}

.ob-guides-hub__card-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.ob-guides-hub__card-body{
  padding:24px 22px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.ob-guides-hub__card:hover{
  transform:translateY(-4px);
  border-color:rgba(179,32,45,.16);
  box-shadow:0 18px 36px rgba(16,24,40,.10), 0 0 24px rgba(179,32,45,.05);
}

.ob-guides-hub__card:hover .ob-guides-hub__card-media img{
  transform:scale(1.05);
}

.ob-guides-hub__card-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  margin:0 0 14px;
  padding:8px 12px;
  min-height:32px;
  border-radius:999px;
  background:linear-gradient(180deg,#f2f6fb 0%,#e7eef7 100%);
  border:1px solid rgba(42,79,124,.12);
  box-shadow:0 6px 14px rgba(42,79,124,.06);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#B3202D;
}

.ob-guides-hub__card h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.18;
  font-weight:850;
  letter-spacing:-.02em;
  color:#2A4F7C;
}

.ob-guides-hub__card p{
  margin:0 0 18px;
  font-size:14.8px;
  line-height:1.8;
  color:rgba(16,24,40,.80);
}

.ob-guides-hub__card-cta{
  display:inline-flex;
  align-items:center;
  margin-top:auto;
  font-size:14px;
  font-weight:800;
  color:#B3202D;
  letter-spacing:-.01em;
}

/* ===============================
   CATEGORIES
=============================== */

.ob-guides-hub__related{
  background:#fff;
  border:1px solid rgba(16,24,40,.08);
  border-radius:26px;
  padding:30px 28px;
  box-shadow:0 14px 34px rgba(16,24,40,.06);
}

.ob-guides-hub__category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:22px;
}

.ob-guides-hub__category-card{
  text-decoration:none;
  background:
    radial-gradient(circle at top right, rgba(179,32,45,.05), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#fcfdff 100%);
  border:1px solid rgba(179,32,45,.12);
  border-radius:20px;
  padding:22px 20px;
  box-shadow:0 10px 24px rgba(16,24,40,.05);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ob-guides-hub__category-card:hover{
  transform:translateY(-3px);
  border-color:rgba(179,32,45,.18);
  box-shadow:0 16px 30px rgba(16,24,40,.08), 0 0 18px rgba(179,32,45,.05);
}

.ob-guides-hub__category-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 10px;
  padding:8px 12px;
  min-height:32px;
  border-radius:999px;
  background:linear-gradient(180deg,#f2f6fb 0%,#e7eef7 100%);
  border:1px solid rgba(42,79,124,.12);
  box-shadow:0 6px 14px rgba(42,79,124,.06);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#B3202D;
}

.ob-guides-hub__category-card h3{
  margin:0;
  font-size:24px;
  line-height:1.15;
  font-weight:850;
  letter-spacing:-.02em;
  color:#2A4F7C;
}

/* ===============================
   RESPONSIVE
=============================== */

@media (max-width:1100px){
  .ob-guides-hub__feature-link{
    grid-template-columns:1fr;
  }

  .ob-guides-hub__feature-media{
    min-height:280px;
  }

  .ob-guides-hub__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:820px){
  .ob-guides-hub{
    padding:54px 0 68px;
  }

  .ob-guides-hub__title{
    font-size:34px;
    line-height:1.12;
  }

  .ob-guides-hub__lead{
    font-size:16px;
  }

  .ob-guides-hub__section-head h2{
    font-size:24px;
  }

  .ob-guides-hub__feature-media{
    min-height:230px;
  }

  .ob-guides-hub__feature-body{
    padding:24px 20px;
  }

  .ob-guides-hub__feature-body h3{
    font-size:28px;
  }

  .ob-guides-hub__related{
    padding:24px 20px;
    border-radius:20px;
  }

  .ob-guides-hub__category-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .ob-guides-hub__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:520px){
  .ob-guides-hub__wrap{
    width:calc(100% - 20px);
  }

  .ob-guides-hub__title{
    font-size:28px;
  }

  .ob-guides-hub__lead{
    font-size:15.5px;
    line-height:1.8;
  }

  .ob-guides-hub__feature-media{
    min-height:200px;
  }

  .ob-guides-hub__feature-body h3{
    font-size:24px;
  }

  .ob-guides-hub__feature-body p,
  .ob-guides-hub__card p{
    font-size:15px;
  }

  .ob-guides-hub__feature-cta{
    width:100%;
  }
}

@media (prefers-reduced-motion:reduce){
  .ob-guides-hub *{
    transition:none !important;
  }
}/* End custom CSS */