:root{
  --sc-black:#111111;
  --sc-white:#ffffff;
  --sc-grey:#f5f5f5;
  --sc-grey-2:#ececec;
  --sc-text:#1a1a1a;
  --sc-muted:#666666;
  --sc-line:#dddddd;
  --sc-radius:8px;
  --sc-shadow:0 8px 24px rgba(0,0,0,.06);
  --sc-max:1240px;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html,body{
  overflow-x:hidden;
}

.sc-home{
  color:var(--sc-text);
  background:var(--sc-white);
  font-family:inherit;
  overflow-x:hidden;
}

.sc-home img{
  max-width:100%;
  display:block;
}

.sc-home a{
  text-decoration:none;
	color:#000;
}

.sc-container{
  width:min(var(--sc-max), calc(100% - 40px));
  margin:auto;
  position:relative;
  z-index:2;
}

.sc-section{
  padding:42px 0;
}

.sc-section-light{background:var(--sc-white);}
.sc-section-white{background:var(--sc-white);}
.sc-section-grey{background:var(--sc-grey);}
.sc-section-dark{
  background:var(--sc-black);
  color:var(--sc-white);
}

.sc-center-wrap{
  text-align:center;
}

.sc-kicker{
  display:inline-block;
  margin-bottom:8px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.sc-kicker-green{
  color:#ffffff;
}

.sc-center-title{
  margin:0 0 8px;
  font-size:30px;
  line-height:1.2;
  font-weight:700;
}

.sc-center-desc{
  max-width:680px;
  margin:0 auto 26px;
  color:inherit;
  opacity:.82;
  font-size:14px;
  line-height:1.7;
}

/* HERO */
.sc-hero{
  background:#000;
}

.sc-hero .swiper{
  overflow:hidden;
  width:100%;
}

.sc-hero-slide{
  position:relative;
  min-height:500px;
  width:100%;
  background-size:cover;
  background-position:center center;
  display:flex;
  align-items:flex-end;
}

.fallback-dark{
  background:linear-gradient(135deg,#000,#2a2a2a);
}

.sc-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.62));
}

.sc-hero-content-wrap{
  position:relative;
  z-index:2;
  width:100%;
}

.sc-hero-content{
  color:#fff;
  padding:40px 0 56px;
}

.sc-hero-title{
  max-width:620px;
  margin:0 0 10px;
  font-size:28px;
  line-height:1.2;
  font-weight:700;
  color:#fff;
}

.sc-hero-excerpt{
  max-width:560px;
  margin:0 0 16px;
  font-size:13px;
  line-height:1.7;
  opacity:.92;
}

.sc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 20px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}

.sc-btn-light{
  background:#fff;
  color:#111;
}

.sc-hero-nav{
  width:42px !important;
  height:42px !important;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  backdrop-filter:blur(8px);
}

.sc-hero .swiper-button-next:after,
.sc-hero .swiper-button-prev:after{
  font-size:14px;
  font-weight:700;
  color:#fff;
}

.sc-hero-pagination .swiper-pagination-bullet{
  width:8px;
  height:8px;
  opacity:1;
  background:rgba(255,255,255,.45);
}

.sc-hero-pagination .swiper-pagination-bullet-active{
  background:#fff;
}

/* STATS */
.sc-stats{
  background:#1a1a1a;
  color:#fff;
  padding:18px 0;
}

.sc-stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}

.sc-stat-item{
  text-align:center;
  padding:14px 10px;
}

.sc-stat-item strong{
  display:block;
  margin:5px 0;
  font-size:24px;
  line-height:1;
  font-weight:700;
}

.sc-stat-item p{
  margin:0;
  font-size:12px;
  color:rgba(255,255,255,.76);
}

.sc-stat-icon{
  display:inline-flex;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.22);
  align-items:center;
  justify-content:center;
  font-size:13px;
}

/* HEADINGS */
.sc-section-head,
.sc-legal-head,
.sc-news-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.sc-section-head h2,
.sc-legal-head h2,
.sc-news-top h2{
  margin:0;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
  color:#ffffff;
}

.sc-section-dark .sc-center-title{
  color:#fff;
}

/* SLIDERS + CARDS */
.scCardSlider{
  overflow:hidden;
}

.scCardSlider .swiper-slide{
  height:auto;
}

.sc-card{
  background:#fff;
  border:1px solid var(--sc-line);
  border-radius:var(--sc-radius);
  overflow:hidden;
  box-shadow:var(--sc-shadow);
  height:100%;
}

.sc-card-thumb{
  aspect-ratio:16/11;
  overflow:hidden;
  background:#efefef;
}

.sc-card-thumb img{
  width:100%;
  /*height:100%;*/
  object-fit:contain;
  background:#f7f7f7;
}

.sc-card-body{
  padding:12px;
}

.sc-card-body h3{
  margin:8px 0 0;
  font-size:14px;
  line-height:1.5;
  font-weight:600;
}

.sc-card-body h3 a{
  color:var(--sc-text);
}

.sc-tag{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 9px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:10px;
  font-weight:700;
  line-height:1;
}

/* WHY + CARE */
.sc-feature-grid,
.sc-care-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.sc-feature-item,
.sc-care-item{
  padding:12px 10px;
}

.sc-feature-icon{
  display:inline-flex;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid currentColor;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
  font-size:15px;
}

.sc-feature-item h3,
.sc-care-item h3{
     margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    color: #fff;
}

.sc-feature-item p,
.sc-care-item p{
  margin:0;
  font-size:12px;
  line-height:1.7;
  opacity:.84;
}

/* GUIDE GRID */
.sc-post-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.sc-post-card{
  background:#fff;
  border:1px solid var(--sc-line);
  border-radius:var(--sc-radius);
  overflow:hidden;
  box-shadow:var(--sc-shadow);
}

.sc-post-thumb{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#f3f3f3;
}

.sc-post-thumb img{
  width:100%;
  height:100%;
     object-fit: cover;
  background:#f8f8f8;
}

.sc-post-body{
  padding:14px;
}

.sc-post-body h3{
  margin:0 0 8px;
  font-size:14px;
  line-height:1.5;
  font-weight:600;
}

.sc-post-body h3 a{
  color:var(--sc-text);
}

.sc-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  font-size:11px;
  color:var(--sc-muted);
  margin-bottom:10px;
}

.sc-readmore{
  font-size:11px;
  font-weight:700;
  color:#111;
}

/* COMPLIANCE */
.sc-legal-box{
 background: #0e126e;
    border: 1px solid var(--sc-line);
    border-radius: 8px;
    padding: 22px;
}

.sc-legal-head p{
  margin:8px 0 0;
  max-width:620px;
  color:#ffffff;
  font-size:13px;
  line-height:1.7;
}

.sc-link-arrow{
  white-space:nowrap;
  font-size:12px;
  font-weight:700;
  color:#111;
}

.sc-state-group{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.sc-pill{
      display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
   background: #076426;
    border: 2px solid #fa6c6cc2;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.sc-legal-note{
  margin-top:16px;
  padding:11px 14px;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--sc-line);
  color:var(--sc-muted);
  font-size:11px;
      width: 532px;
}

/* NEWS */
.sc-news-head{
  margin-bottom:18px;
}

.sc-news-top{
  margin-bottom:12px;
}

.sc-news-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  padding-bottom:10px;
  border-bottom:1px solid #d9d9d9;
  align-items:center;
  position:relative;
  z-index:5;
}

.sc-news-tab{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  outline:0;
  background:transparent;
  box-shadow:none;
  padding:0 0 10px;
  margin:0;
  position:relative;
  color:#343434;
  font-size:13px;
  line-height:1.2;
  font-weight:600;
  cursor:pointer;
  font-family:inherit;
  pointer-events:auto;
}

.sc-news-tab:hover{
      color: #ffffff;
    padding: 10px;
    border-radius: 100px;
}

.sc-news-tab.active{
 color: #ffffff;
    padding: 10px;
    border-radius: 100px;
    background-color: #000458;
}

.sc-news-tab.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-11px;
  height:2px;
  background:#111111;
}

.sc-news-panels{
  position:relative;
  width:100%;
}

.sc-news-panel{
  display:none;
  width:100%;
}

.sc-news-panel.active{
  display:block;
}

.sc-news-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(0, .88fr);
  gap:20px;
  align-items:start;
}

.sc-news-feature-card{
  background:#ffffff;
  border:1px solid #d8d8d8;
  border-radius:8px;
  overflow:hidden;
  box-shadow:none;
}

.sc-news-feature-thumb{
  display:block;
  aspect-ratio:16/11;
  overflow:hidden;
  background:#f1f1f1;
}

.sc-news-feature-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  background:#f8f8f8;
}

.sc-news-feature-body{
  padding:16px 16px 18px;
}

.sc-news-feature-body h3{
  margin:12px 0 10px;
  font-size:17px;
  line-height:1.4;
  font-weight:700;
  color:#111111;
}

.sc-news-feature-body h3 a{
  color:#111111;
}

.sc-news-feature-body p{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.8;
  color:#535353;
}

.sc-news-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.sc-news-mini{
  display:grid;
  grid-template-columns:108px 1fr;
  gap:12px;
  background:#ffffff;
  border:1px solid #d8d8d8;
  border-radius:8px;
  padding:10px;
  box-shadow:none;
  min-height:118px;
  align-items:start;
}

.sc-news-mini-thumb{
  display:block;
  border-radius:8px;
  overflow:hidden;
  aspect-ratio:16/12;
  background:#f3f3f3;
}

.sc-news-mini-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  background:#f8f8f8;
}

.sc-mini-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:8px;
}

.sc-news-mini-body h3{
  margin:0 0 8px;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}

.sc-news-mini-body h3 a{
  color:#111111;
}

.sc-news-mini .sc-meta,
.sc-news-feature .sc-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  font-size:12px;
  color:#6a6a6a;
  margin-bottom:0;
}

.sc-empty-card{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:180px;
}

.sc-news-feature .sc-tag,
.sc-news-mini .sc-tag{
  min-height:22px;
  padding:0 10px;
  border-radius:999px;
  background:#111111;
  color:#ffffff;
  font-size:10px;
  font-weight:700;
  line-height:1;
}

/* RESPONSIVE */
@media (max-width: 1024px){
  .sc-news-grid{
    grid-template-columns:1fr;
  }

  .sc-news-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
  }

  .sc-news-mini{
    grid-template-columns:96px 1fr;
  }
}

@media (max-width: 767px){
  .sc-news-tabs{
    gap:14px;
    overflow:auto;
    white-space:nowrap;
    flex-wrap:nowrap;
    padding-bottom:12px;
  }

  .sc-news-tab{
    font-size:12px;
    padding-bottom:10px;
    flex:0 0 auto;
  }

  .sc-news-tab.active::after{
    bottom:-13px;
  }

  .sc-news-list{
    grid-template-columns:1fr;
  }

  .sc-news-mini{
    grid-template-columns:96px 1fr;
  }

  .sc-news-feature-body{
    padding:14px;
  }

  .sc-news-feature-body h3{
    font-size:16px;
  }

  .sc-news-mini-body h3{
    font-size:13px;
  }
}

/* FORCE FULL WIDTH BACKGROUNDS */
.page-template-page-custom-home .site,
.page-template-page-custom-home .site-content,
.page-template-page-custom-home .content-area,
.page-template-page-custom-home .site-main,
.page-template-page-custom-home .entry-content,
.page-template-page-custom-home main.sc-home{
  width:100% !important;
  max-width:100% !important;
}

.page-template-page-custom-home main.sc-home{
  overflow-x:hidden;
}

.page-template-page-custom-home .sc-hero,
.page-template-page-custom-home .sc-stats,
.page-template-page-custom-home .sc-section{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
}

.page-template-page-custom-home .sc-hero,
.page-template-page-custom-home .sc-stats,
.page-template-page-custom-home .sc-section-dark,
.page-template-page-custom-home .sc-section-grey,
.page-template-page-custom-home .sc-section-light,
.page-template-page-custom-home .sc-section-white{
  padding-left:0;
  padding-right:0;
}

/* HIDE BREADCRUMB / PAGE TITLE */
body.page-template-page-custom-home .breadcrumb,
body.page-template-page-custom-home .breadcrumbs,
body.page-template-page-custom-home .breadcrumb-trail,
body.page-template-page-custom-home .rank-math-breadcrumb,
body.page-template-page-custom-home .yoast-breadcrumb,
body.page-template-page-custom-home .aioseo-breadcrumbs,
body.page-template-page-custom-home nav[aria-label="breadcrumb"],
body.page-template-page-custom-home [class*="breadcrumb"],
body.page-template-page-custom-home [id*="breadcrumb"],
body.page-template-page-custom-home .page-header,
body.page-template-page-custom-home .entry-header,
body.page-template-page-custom-home .page-title,
body.page-template-page-custom-home .entry-title{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

/* DESKTOP SMALL */
@media (max-width: 1180px){
  .sc-container{
    width:min(var(--sc-max), calc(100% - 28px));
  }

  .sc-post-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .sc-feature-grid,
  .sc-care-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* TABLET */
@media (max-width: 1024px){
  .sc-hero-slide{
    min-height:420px;
  }

  .sc-stats-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .sc-news-grid{
    grid-template-columns:1fr;
  }
}

/* MOBILE */
@media (max-width: 767px){
  .sc-container{
    width:min(var(--sc-max), calc(100% - 18px));
  }

  .sc-section{
    padding:30px 0;
  }

  .sc-hero-slide{
    min-height:320px;
  }

  .sc-hero-content{
    padding:24px 0 42px;
  }

  .sc-hero-title{
    font-size:20px;
    max-width:100%;
  }

  .sc-hero-excerpt{
    font-size:12px;
    max-width:100%;
  }

  .sc-center-title,
  .sc-section-head h2,
  .sc-legal-head h2,
  .sc-news-top h2{
    font-size:20px;
  }

  .sc-stats-grid,
  .sc-feature-grid,
  .sc-care-grid,
  .sc-post-grid{
    grid-template-columns:1fr;
  }

  .sc-legal-head,
  .sc-section-head{
    flex-direction:column;
    align-items:flex-start;
  }

  .sc-news-mini{
    grid-template-columns:1fr;
  }

  .sc-slider-arrows{
    display:none;
  }

  .sc-news-tabs{
    gap:10px 14px;
    overflow:auto;
    white-space:nowrap;
    flex-wrap:nowrap;
    padding-bottom:12px;
  }

  .sc-news-tabs a.active:after{
    bottom:-13px;
  }

  .sc-card-thumb,
  .sc-post-thumb,
  .sc-news-feature-thumb{
    aspect-ratio:16/10;
  }

  .page-template-page-custom-home .sc-hero,
  .page-template-page-custom-home .sc-stats,
  .page-template-page-custom-home .sc-section{
    left:50%;
    right:50%;
    margin-left:-50vw;
    margin-right:-50vw;
    width:100vw;
  }
}

.black-text{
    color: #000!important;
}

.cs-site{
    margin-bottom: 0rem!important;
}
.cs-site-content {
    margin-bottom: 0rem!important;
}