* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #17324D;
  background: #F7F7F5;
  line-height: 1.6;
  font-size: 16px;
  padding-bottom: 70px
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Montserrat, sans-serif;
  color: rgb(23, 50, 77);
  line-height: 1.2;
  font-weight: 800;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3.4rem)
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}

h4 {
  font-size: 1.05rem;
  margin-bottom: .4rem
}

p {
  margin-bottom: 1rem;
}

a {
  color: #17324D;
  text-decoration: none
}

img {
  max-width: 100%;
  display: block;
  border-radius: 12px;
}

ul {
  list-style: none
}

.container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: .95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
  text-align: center;
  justify-content: center
}

.btn-primary {
  background: #17324D;
  color: #fff;
  border-color: #17324D
}

.btn-primary:hover {
  background: #0f2538;
  border-color: #0f2538;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(23, 50, 77, .25)
}

.btn-secondary {
  background: #5E646B;
  color: #fff;
  border-color: #5E646B
}

.btn-secondary:hover {
  background: #4a4f55;
  color: #fff
}

.btn-outline {
  background: transparent;
  color: #17324D;
  border-color: #17324D
}

.btn-outline:hover {
  background: #17324D;
  color: #fff
}

.btn-white {
  background: #fff;
  color: #17324D;
  border-color: #fff
}

.btn-white:hover {
  background: #F7F7F5
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: #fff
}

.btn-outline-white:hover {
  background: #fff;
  color: #17324D
}

.btn-link {
  padding: 0;
  background: none;
  color: #17324D;
  font-weight: 700;
  border: none
}

.btn-link:hover {
  color: #5E646B
}

.btn.full {
  width: 100%
}

.btn.big {
  font-size: 1.1rem;
  padding: 18px 30px
}

.top-bar {
  background: #17324D;
  color: #fff;
  font-size: .85rem;
  padding: 8px 0
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.top-bar a {
  color: #fff
}

.top-right {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap
}

.top-phone {
  font-weight: 700
}

.top-phone:hover {
  color: #F7F7F5
}

.top-bar i {
  margin-right: 5px
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04)
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  gap: 16px
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #17324D
}

.logo-mark {
  width: 38px;
  height: 38px;
  background: #17324D;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem
}

.logo-text strong {
  font-weight: 900
}

.logo.light {
  color: #fff
}

.main-nav ul {
  display: flex;
  gap: 4px;
  flex-wrap: wrap
}

.main-nav a {
  padding: 8px 12px;
  font-size: .9rem;
  font-weight: 600;
  color: #5E646B;
  border-radius: 6px;
  transition: all .2s
}

.main-nav a:hover,
.main-nav a.active {
  color: #17324D;
  background: #F7F7F5
}

.header-cta {
  display: none;
  background: #17324D;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem
}

.header-cta:hover {
  background: #0f2538;
  color: #fff
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #17324D;
  cursor: pointer
}

.hero {
  background: linear-gradient(135deg, #F7F7F5 0%, #fff 100%);
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden
}

.hero::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: rgba(23, 50, 77, .04);
  border-radius: 50%
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative
}

.hero-eyebrow {
  display: inline-block;
  background: rgba(23, 50, 77, .08);
  color: #17324D;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 18px
}

.hero-eyebrow i {
  color: #d4a017;
  margin-right: 4px
}

.hero h1 {
  margin-bottom: 18px
}

.hero-sub {
  font-size: 1.15rem;
  color: #5E646B;
  margin-bottom: 28px;
  max-width: 560px
}

.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 560px
}

.badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ececec;
  font-size: .85rem;
  font-weight: 600
}

.badge i {
  color: #17324D;
  font-size: 1.1rem
}

.hero-image {
  position: relative
}

.hero-image img {
  box-shadow: 0 20px 50px rgba(23, 50, 77, .15);
  width: 100%;
  height: auto
}

.hero-image-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: .85rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.hero-image-tag i {
  color: #17324D;
  margin-right: 6px
}

.stats {
  background: rgb(23, 50, 77);
  color: rgb(255, 255, 255);
  padding: 35px 0px;
}

.stats-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  text-align: center;
  align-items: center;
}

.stat-num {
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: rgb(255, 255, 255);
  line-height: 1;
}

.stat-label {
  font-size: 1rem;
  opacity: 0.85;
  margin-top: 8px;
  letter-spacing: 0.5px;
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0px auto 50px;
}

.eyebrow {
  display: inline-block;
  color: rgb(94, 100, 107);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.eyebrow.light {
  color: rgb(94, 100, 107);
}

.section-head p {
  color: rgb(94, 100, 107);
  font-size: 1.05rem;
}

.services {
  padding: 80px 0;
  background: #fff
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px
}

.service-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 30px;
  transition: all .3s;
  display: flex;
  flex-direction: column
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(23, 50, 77, .1);
  border-color: #17324D
}

.service-icon {
  width: 56px;
  height: 56px;
  background: #F7F7F5;
  color: #17324D;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 18px
}

.service-card p {
  color: #5E646B;
  font-size: .95rem;
  flex-grow: 0
}

.service-card ul {
  margin: 14px 0 20px
}

.service-card ul li {
  font-size: .9rem;
  color: #5E646B;
  padding: 4px 0
}

.service-card ul i {
  color: #17324D;
  margin-right: 6px
}

.service-card .btn-link {
  margin-top: auto
}

.service-cta-card {
  background: #17324D;
  color: #fff;
  border-radius: 12px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center
}

.service-cta-card h3 {
  color: #fff;
  margin-bottom: 10px
}

.service-cta-card p {
  color: rgba(255, 255, 255, .85)
}

.service-cta-card .btn-primary {
  background: #fff;
  color: #17324D;
  border-color: #fff
}

.service-cta-card .btn-primary:hover {
  background: #F7F7F5;
  color: #17324D
}

.why-us {
  padding: 80px 0;
  background: #F7F7F5
}

.why-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center
}

.why-content>p {
  color: #5E646B;
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto 40px
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  text-align: left;
  margin-top: 40px
}

.why-item {
  background: #fff;
  padding: 26px;
  border-radius: 12px;
  border: 1px solid #ececec
}

.why-icon {
  width: 48px;
  height: 48px;
  background: #17324D;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 14px
}

.why-item p {
  color: #5E646B;
  font-size: .92rem;
  margin: 0
}

.testimonials {
  padding: 80px 0;
  background: #fff
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px
}

.testimonial-card {
  background: #F7F7F5;
  border-radius: 12px;
  padding: 30px;
  border-left: 4px solid #17324D
}

.stars {
  color: #d4a017;
  margin-bottom: 14px;
  font-size: .95rem
}

.stars i {
  margin-right: 2px
}

.testimonial-card p {
  font-style: italic;
  color: #17324D;
  margin-bottom: 20px
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px
}

.author-avatar {
  width: 44px;
  height: 44px;
  background: #17324D;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem
}

.testimonial-author strong {
  display: block;
  font-family: 'Montserrat', sans-serif
}

.testimonial-author span {
  font-size: .85rem;
  color: #5E646B
}

.local-seo {
  padding: 80px 0;
  background: #F7F7F5
}

.local-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center
}

.local-text h3 {
  margin-top: 24px;
  margin-bottom: 14px
}

.local-text p {
  color: #5E646B
}

.area-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 24px
}

.area-list li {
  padding: 10px 14px;
  background: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: .9rem;
  border: 1px solid #ececec
}

.area-list i {
  color: #17324D;
  margin-right: 8px
}

.quote-section {
  padding: 80px 0;
  background: #17324D;
  color: #fff
}

.quote-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start
}

.quote-info h2 {
  color: #fff
}

.quote-info .eyebrow {
  color: #a8b8c9
}

.quote-info p {
  color: rgba(255, 255, 255, .85);
  font-size: 1.05rem
}

.quote-info .btn-primary {
  background: #fff;
  color: #17324D;
  border-color: #fff;
  margin-bottom: 30px
}

.quote-info .btn-primary:hover {
  background: #F7F7F5
}

.quote-perks {
  display: grid;
  gap: 10px
}

.perk {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .95rem
}

.perk i {
  color: #5BBF7B
}

.quote-form {
  background: #fff;
  color: #17324D;
  padding: 36px;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2)
}

.quote-form h3 {
  margin-bottom: 20px;
  font-size: 1.4rem
}

.form-row {
  margin-bottom: 16px
}

.form-row label {
  display: block;
  font-weight: 600;
  font-size: .88rem;
  margin-bottom: 6px;
  color: #17324D
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e0e0db;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: .95rem;
  background: #fff;
  color: #17324D;
  transition: border-color .2s
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #17324D
}

.form-row textarea {
  resize: vertical
}

.form-note {
  font-size: .8rem;
  color: #5E646B;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0
}

.form-note i {
  margin-right: 4px
}

.final-cta {
  padding: 70px 0;
  background: #F7F7F5;
  text-align: center
}

.final-cta h2 {
  margin-bottom: 14px
}

.final-cta p {
  color: #5E646B;
  font-size: 1.1rem;
  margin-bottom: 28px
}

.final-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap
}

.final-cta .btn-white {
  background: #17324D;
  color: #fff;
  border-color: #17324D
}

.final-cta .btn-white:hover {
  background: #0f2538
}

.final-cta .btn-outline-white {
  color: #17324D;
  border-color: #17324D
}

.final-cta .btn-outline-white:hover {
  background: #17324D;
  color: #fff
}

.site-footer {
  background: #17324D;
  color: #cfd6de;
  padding: 60px 0 0
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px
}

.footer-col h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.footer-col p {
  color: #cfd6de;
  font-size: .92rem;
  margin-bottom: 18px
}

.footer-col ul li {
  padding: 5px 0;
  font-size: .92rem
}

.footer-col ul a {
  color: #cfd6de
}

.footer-col ul a:hover {
  color: #fff
}

.footer-col .logo {
  margin-bottom: 14px;
  color: #fff
}

.footer-col .btn-primary {
  background: #fff;
  color: #17324D;
  border-color: #fff
}

.footer-col .btn-primary:hover {
  background: #F7F7F5;
  color: #17324D
}

.footer-contact {
  margin-top: 16px
}

.footer-contact p {
  font-size: .88rem;
  margin-bottom: 6px
}

.footer-contact i {
  margin-right: 8px;
  width: 14px
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0;
  font-size: .85rem;
  text-align: center
}

.footer-bottom p {
  margin: 0;
  color: #a8b8c9
}

.sticky-call {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #17324D;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  z-index: 99;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, .15)
}

.sticky-call:hover {
  background: #0f2538;
  color: #fff
}

.sticky-call i {
  margin-right: 8px
}

.page-hero {
  background: linear-gradient(135deg, #F7F7F5 0%, #fff 100%);
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden
}

.page-hero::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: rgba(23, 50, 77, .04);
  border-radius: 50%
}

.page-hero-inner {
  position: relative;
  max-width: 820px
}

.page-hero h1 {
  margin: 10px 0 18px
}

.page-hero-sub {
  font-size: 1.15rem;
  color: rgb(94, 100, 107);
  margin-bottom: 28px;
  max-width: 720px;
}

.breadcrumbs {
  font-size: .85rem;
  color: #5E646B;
  margin-bottom: 18px
}

.breadcrumbs a {
  color: #5E646B;
  font-weight: 600
}

.breadcrumbs a:hover {
  color: #17324D
}

.breadcrumbs i {
  font-size: .7rem;
  margin: 0 6px
}

.breadcrumbs span {
  color: #17324D;
  font-weight: 700
}

.story {
  padding: 80px 0;
  background: #fff
}

.story-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: center
}

.story-image {
  position: relative
}

.story-image img {
  box-shadow: 0 20px 50px rgba(23, 50, 77, .15);
  width: 100%;
  height: auto
}

.story-image-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: .85rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.story-image-tag i {
  color: #d4a017;
  margin-right: 6px
}

.story-text p {
  color: #5E646B;
  font-size: 1rem
}

.story-text h2 {
  margin-top: 10px
}

.values {
  padding: 80px 0;
  background: #fff
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px
}

.value-card {
  background: #F7F7F5;
  border-radius: 12px;
  padding: 32px;
  border-top: 4px solid #17324D;
  transition: all .3s
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(23, 50, 77, .1)
}

.value-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #17324D;
  background: #fff;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid #ececec
}

.value-card p {
  color: #5E646B;
  margin: 0;
  font-size: .95rem
}

.crew {
  padding: 80px 0;
  background: #F7F7F5
}

.crew-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.crew-card {
  background: rgb(255, 255, 255);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgb(236, 236, 236);
  transition: 0.3s;
  padding: 32px 24px 8px;
  text-align: center;
}

.crew-card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(23, 50, 77, 0.1) 0px 15px 40px;
}

.crew-body {
  padding: 8px 4px 16px;
}

.crew-body h3 {
  margin-bottom: 4px;
}

.crew-role {
  display: inline-block;
  color: rgb(23, 50, 77);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.crew-body p {
  color: rgb(94, 100, 107);
  font-size: 0.92rem;
  margin: 0px;
}

.process {
  padding: 80px 0;
  background: #fff
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  counter-reset: step
}

.process-step {
  background: #F7F7F5;
  border-radius: 12px;
  padding: 32px;
  position: relative;
  border: 1px solid #ececec
}

.process-num {
  position: absolute;
  top: -18px;
  left: 24px;
  width: 44px;
  height: 44px;
  background: #17324D;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  box-shadow: 0 8px 20px rgba(23, 50, 77, .25)
}

.process-step h3 {
  margin-top: 18px
}

.process-step p {
  color: #5E646B;
  font-size: .95rem;
  margin: 0
}

.credentials {
  padding: 80px 0;
  background: #F7F7F5
}

.credentials-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center
}

.credentials-text p {
  color: #5E646B;
  font-size: 1.05rem
}

.credentials-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0 30px
}

.credentials-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ececec;
  font-weight: 600;
  font-size: .9rem;
  color: #17324D
}

.credentials-list i {
  color: #17324D;
  margin-top: 3px;
  flex-shrink: 0
}

.credentials-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 20px 50px rgba(23, 50, 77, .15)
}

.stat {
  padding: 10px 20px;
}

.stat:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgb(23, 50, 77);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-wrap svg {
  width: 34px;
  height: 34px;
}

@media(min-width:900px) {
  body {
    padding-bottom: 0
  }
}

@media(max-width:600px) {
  .top-left {
    display: none
  }

  .top-bar-inner {
    justify-content: center
  }
}

@media(min-width:1100px) {
  .header-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px
  }
}

@media(max-width:1099px) {
  .nav-toggle {
    display: block
  }

  .main-nav {
    display: none;
    width: 100%;
    order: 3
  }

  .main-nav.open {
    display: block
  }

  .main-nav ul {
    flex-direction: column;
    gap: 0;
    padding-top: 12px
  }

  .main-nav a {
    display: block;
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0ec
  }
}

@media(max-width:900px) {
  .hero-inner {
    grid-template-columns: 1fr
  }

  .hero {
    padding: 40px 0 50px
  }

  .trust-badges {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:480px) {
  .trust-badges {
    grid-template-columns: 1fr
  }

  .hero-ctas .btn {
    width: 100%
  }
}

@media(max-width:600px) {
  .stats-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }
}

@media(max-width:900px) {
  .local-inner {
    grid-template-columns: 1fr
  }
}

@media(max-width:900px) {
  .quote-inner {
    grid-template-columns: 1fr
  }
}

@media(max-width:900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:560px) {
  .footer-grid {
    grid-template-columns: 1fr
  }
}

@media(min-width:900px) {
  .sticky-call {
    display: none
  }
}

@media(max-width:900px) {
  .page-hero {
    padding: 40px 0 50px
  }
}

@media(max-width:900px) {
  .story-inner {
    grid-template-columns: 1fr
  }
}

@media(max-width:900px) {
  .credentials-inner {
    grid-template-columns: 1fr
  }

  .credentials-list {
    grid-template-columns: 1fr
  }
}