@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/* line 5, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* =============================================================
   VARIABLES
   ============================================================= */
/* line 17, ../sass/_variables.scss */
:root {
  --body-font: "Outfit", sans-serif;
  --navy: #0a2540;
  --navy-2: #0e3059;
  --navy-deep: #061A30;
  --gold: #EDAF06;
  --gold-dark: #dd9114;
  --gold-deep: #D98A1F;
  --ink: #1c2b3a;
  --color-body: #5B6D70;
  --white: #ffffff;
  --paper: #ffffff;
  --pale: #eef5fb;
  --line: rgba(255, 255, 255, 0.14);
  --dark: #0F2C33;
  --dark-2: #0A1F24;
  --warm: #f3f8fa;
  --text: #16262A;
  --border: #E4E1D7;
  --container: 1500px;
  --muted: #5B6D70;
  --radius: 6px;
}

/* =============================================================
   RESET / BASE
   ============================================================= */
/* line 7, ../sass/_common.scss */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 15, ../sass/_common.scss */
html {
  scroll-behavior: smooth;
}

/* line 19, ../sass/_common.scss */
body {
  width: 100%;
  height: auto;
  font-family: 'Raleway', sans-serif;
  color: var(--color-body);
  background: #fff;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
/* line 33, ../sass/_common.scss */
body::-webkit-scrollbar {
  width: 6px;
}
/* line 37, ../sass/_common.scss */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 42, ../sass/_common.scss */
body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 48, ../sass/_common.scss */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9997;
  opacity: .4;
}

/* =============================================================
   TYPOGRAPHY
   ============================================================= */
/* line 64, ../sass/_common.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: -2.5%;
  font-family: 'Raleway', sans-serif;
}

/* line 74, ../sass/_common.scss */
a, p, ul, li, span, b, strong, figcaption {
  line-height: 1.4;
  font-family: 'Raleway', sans-serif;
}

/* line 79, ../sass/_common.scss */
b, strong {
  font-weight: 700;
}

/* line 83, ../sass/_common.scss */
figcaption {
  line-height: 1.5;
}

/* line 87, ../sass/_common.scss */
p {
  margin: 0 0 1rem 0;
  padding: 0;
  color: var(--color-body);
  font-size: .98rem;
  font-family: 'Raleway', sans-serif;
}

/* line 95, ../sass/_common.scss */
a {
  outline: none;
  text-decoration: none !important;
  display: flex;
}

/* line 101, ../sass/_common.scss */
img {
  width: 100%;
}

/* line 105, ../sass/_common.scss */
ul, ol, li {
  color: var(--color-body);
  line-height: 1.2;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  display: flex;
}

/* line 117, ../sass/_common.scss */
p::selection, a::selection, li::selection, figure::selection, figcaption::selection, span::selection,
h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {
  background: var(--navy);
  color: #fff;
}
/* line 122, ../sass/_common.scss */
p::-moz-selection, a::-moz-selection, li::-moz-selection, figure::-moz-selection, figcaption::-moz-selection, span::-moz-selection,
h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection {
  background: var(--navy);
  color: #fff;
}

/* line 129, ../sass/_common.scss */
section h2 {
  font-size: 3.8rem;
  color: var(--navy);
  margin-bottom: 4rem;
  font-weight: 800;
}

/* =============================================================
   LAYOUT HELPERS
   ============================================================= */
@media only screen and (max-width: 1600px) {
  /* line 142, ../sass/_common.scss */
  .container-xxl {
    max-width: 1600px;
  }
}
@media screen and (max-width: 768px) {
  /* line 142, ../sass/_common.scss */
  .container-xxl {
    width: 94%;
  }
}
@media screen and (max-width: 680px) {
  /* line 142, ../sass/_common.scss */
  .container-xxl {
    width: 96%;
  }
}

/* line 156, ../sass/_common.scss */
.section-head {
  max-width: 640px;
  margin-bottom: 48px;
}
/* line 160, ../sass/_common.scss */
.section-head h2 {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  /* line 166, ../sass/_common.scss */
  .section-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 680px) {
  /* line 166, ../sass/_common.scss */
  .section-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 166, ../sass/_common.scss */
  .section-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 991.98px) {
  /* line 180, ../sass/_common.scss */
  .section-pad {
    padding: 70px 0;
  }
}

/* Prelaoder============================== */
/* line 188, ../sass/_common.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 196, ../sass/_common.scss */
.pace .pace-progress {
  background: var(--navy);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* line 206, ../sass/_common.scss */
.pace-inactive {
  display: none;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 261, ../sass/_common.scss */
.main-body-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/* line 269, ../sass/_common.scss */
.sec-pad-commmon {
  padding: 5rem 0;
}

/* line 274, ../sass/_common.scss */
.keyword {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 1rem;
}
/* line 281, ../sass/_common.scss */
.keyword li {
  color: var(--navy-deep);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  padding-left: 2rem;
  width: 100%;
}
/* line 291, ../sass/_common.scss */
.keyword li::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../images/list-icon.svg) center center no-repeat;
  background-size: 100%;
  left: 0;
  border-radius: 60px;
  overflow: hidden;
}

/* line 307, ../sass/_common.scss */
.container-xxl {
  width: 90%;
  max-width: 1500px;
}

/* line 308, ../sass/_common.scss */
.container {
  width: 90%;
  max-width: 1500px;
}

/* line 309, ../sass/_common.scss */
.section-pad {
  padding: 140px 0;
}

/* line 310, ../sass/_common.scss */
.text-muted-soft {
  color: var(--muted);
}

/* line 312, ../sass/_common.scss */
.eyebrow-label {
  color: #8F8F8F;
  font-weight: 600;
  letter-spacing: .05em;
  font-size: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin-bottom: .9rem;
  text-transform: uppercase;
}
/* line 315, ../sass/_common.scss */
.eyebrow-label.left {
  justify-content: flex-start;
}
/* line 316, ../sass/_common.scss */
.eyebrow-label.on-dark {
  color: var(--gold);
}
/* line 317, ../sass/_common.scss */
.eyebrow-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
/* line 318, ../sass/_common.scss */
.eyebrow-label.gold {
  color: var(--gold);
}
/* line 319, ../sass/_common.scss */
.eyebrow-label.white {
  color: #8F8F8F;
}

/* line 323, ../sass/_common.scss */
.section-title {
  font-size: 3.5rem;
  color: var(--navy);
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 800;
}
/* line 325, ../sass/_common.scss */
.section-title.on-dark {
  color: #fff;
}
/* line 326, ../sass/_common.scss */
.section-title .section-sub {
  text-align: center;
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto 3rem;
  font-size: .98rem;
}

/* line 330, ../sass/_common.scss */
.wrap {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
}

/* line 336, ../sass/_common.scss */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 14px;
  position: relative;
  padding-left: 30px;
}
/* line 348, ../sass/_common.scss */
.eyebrow::before, .eyebrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: var(--gold);
}
/* line 354, ../sass/_common.scss */
.eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: none;
}
/* line 360, ../sass/_common.scss */
.eyebrow::after {
  width: 16px;
  height: 2px;
  left: 0;
}
/* line 367, ../sass/_common.scss */
.eyebrow.white::before {
  background: var(--navy);
}
/* line 370, ../sass/_common.scss */
.eyebrow.white::after {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
/* line 377, ../sass/_common.scss */
.eyebrow.gray::before {
  background: var(--navy);
}
/* line 380, ../sass/_common.scss */
.eyebrow.gray::after {
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
}

/* line 388, ../sass/_common.scss */
.btn-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: .6rem;
}

/* line 396, ../sass/_common.scss */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: .7rem 2rem;
  border-radius: 100px;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: .25s ease;
  width: fit-content;
  background: var(--gold);
}
/* line 411, ../sass/_common.scss */
.btn.medium {
  padding: 1rem 1.8rem;
  font-size: 1rem;
}

/* line 417, ../sass/_common.scss */
.btn-gold, .btn.outline {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--navy-deep);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
/* line 422, ../sass/_common.scss */
.btn-gold:hover, .btn.outline:hover {
  background: var(--gold-dark);
  color: var(--navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(245, 166, 35, 0.35);
  color: #fff;
}

/* line 430, ../sass/_common.scss */
.btn-outline-light-pill {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #061A30;
  background: #fff;
  transition: all .2s ease;
}
/* line 435, ../sass/_common.scss */
.btn-outline-light-pill:hover {
  color: #fff;
  transform: translateY(-2px);
  background: #061A30;
}

/* line 2, ../sass/_main.scss */
.topbar-navbar-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
}
/* line 6, ../sass/_main.scss */
.topbar-navbar-wrapper .topbar {
  color: #cdd7e3;
  font-size: .94rem;
  padding: 1rem 0;
  position: relative;
  z-index: 50;
}
/* line 12, ../sass/_main.scss */
.topbar-navbar-wrapper .topbar .icon {
  height: 24px;
  width: auto;
}
/* line 16, ../sass/_main.scss */
.topbar-navbar-wrapper .topbar a {
  color: #e8edf3;
}
/* line 19, ../sass/_main.scss */
.topbar-navbar-wrapper .topbar .bi {
  color: var(--gold);
  margin-right: .4rem;
}
/* line 23, ../sass/_main.scss */
.topbar-navbar-wrapper .topbar strong {
  color: #fff;
  font-weight: 600;
}
/* line 27, ../sass/_main.scss */
.topbar-navbar-wrapper .topbar .top-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
/* line 32, ../sass/_main.scss */
.topbar-navbar-wrapper .topbar .top-info .cell {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2rem;
}
/* line 39, ../sass/_main.scss */
.topbar-navbar-wrapper .topbar .top-info .child {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  color: #fff;
}

/* line 51, ../sass/_main.scss */
.site-nav {
  padding: 0;
  background: transparent;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all .3s ease;
}
/* line 60, ../sass/_main.scss */
.site-nav.is-scrolled {
  position: fixed;
  top: 0;
  background: var(--white);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  padding: .55rem 0;
  z-index: 999;
}
/* line 68, ../sass/_main.scss */
.site-nav.is-scrolled .brand-mark {
  padding: 0;
}
/* line 70, ../sass/_main.scss */
.site-nav.is-scrolled .brand-mark img {
  height: 68px;
  transition: all .35s ease;
}
/* line 73, ../sass/_main.scss */
.site-nav.is-scrolled .nav-link {
  color: var(--navy-2) !important;
}
/* line 78, ../sass/_main.scss */
.site-nav .nav-wrap {
  position: relative;
}
/* line 80, ../sass/_main.scss */
.site-nav .navbar-toggler {
  color: var(--navy-deep) !important;
}
/* line 81, ../sass/_main.scss */
.site-nav .text-white {
  color: var(--navy-deep) !important;
}

/* line 84, ../sass/_main.scss */
.brand-mark {
  display: flex;
  align-items: center;
  gap: .6rem;
}
/* line 88, ../sass/_main.scss */
.brand-mark img {
  height: 90px;
  width: auto;
}
/* line 92, ../sass/_main.scss */
.brand-mark svg {
  height: 40px;
  width: auto;
}

/* line 98, ../sass/_main.scss */
.brand-word {
  line-height: 1;
}
/* line 100, ../sass/_main.scss */
.brand-word .top {
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: .06em;
  color: #fff;
}
/* line 106, ../sass/_main.scss */
.brand-word .bottom {
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .42em;
  color: var(--gold);
}

/* line 114, ../sass/_main.scss */
.nav-link {
  color: #eef2f6 !important;
  font-weight: 500;
  font-size: 1rem;
  padding: .5rem 1rem !important;
  display: flex;
  align-items: center;
  gap: .3rem;
}

/* line 123, ../sass/_main.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--gold) !important;
}

/* line 127, ../sass/_main.scss */
.navbar-nav .dropdown-menu {
  border: none;
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(6, 20, 38, 0.22);
  padding: .5rem;
  margin-top: .6rem;
}
/* line 134, ../sass/_main.scss */
.navbar-nav .dropdown-item {
  border-radius: 8px;
  padding: .55rem .8rem;
  font-weight: 500;
  font-size: .9rem;
  color: var(--ink);
}
/* line 140, ../sass/_main.scss */
.navbar-nav .dropdown-item:hover {
  background: #fbf0dc;
  color: var(--gold-dark);
}

/* ---------- Hero Section ---------- */
/* line 150, ../sass/_main.scss */
.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background: var(--navy-deep);
}
/* line 152, ../sass/_main.scss */
.hero .hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
/* line 154, ../sass/_main.scss */
.hero .hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
/* line 155, ../sass/_main.scss */
.hero .hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(8, 24, 44, 0.55) 38%, rgba(8, 24, 44, 0.72) 100%);
}
/* line 161, ../sass/_main.scss */
.hero .hero-inner-wrap {
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}
/* line 164, ../sass/_main.scss */
.hero .hero-inner-container {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 167, ../sass/_main.scss */
.hero .hero-eyebrow {
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1.5rem;
  color: #8F8F8F;
}
/* line 169, ../sass/_main.scss */
.hero .hero-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
}
/* line 170, ../sass/_main.scss */
.hero .hero-eyebrow.gold {
  color: var(--gold);
}
/* line 171, ../sass/_main.scss */
.hero .hero-eyebrow.white {
  color: #8F8F8F;
}
/* line 174, ../sass/_main.scss */
.hero .hero-title {
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  max-width: 1200px;
  margin-bottom: 1.4rem;
}
/* line 175, ../sass/_main.scss */
.hero .hero-sub {
  color: #dfe6ee;
  font-size: 1.4rem;
  max-width: 760px;
  font-weight: 500;
  margin-bottom: 2.3rem;
}
/* line 176, ../sass/_main.scss */
.hero .hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
/* line 178, ../sass/_main.scss */
.hero .hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  transition: all .25s ease;
}
/* line 182, ../sass/_main.scss */
.hero .hero-arrow img {
  width: 24px;
  height: auto;
}
/* line 183, ../sass/_main.scss */
.hero .hero-arrow:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
}
/* line 184, ../sass/_main.scss */
.hero .hero-arrow.prev {
  left: 28px;
}
/* line 185, ../sass/_main.scss */
.hero .hero-arrow.next {
  right: 28px;
}
/* line 188, ../sass/_main.scss */
.hero .hero-dots {
  position: absolute;
  right: 34px;
  top: auto;
  bottom: 50px;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* line 190, ../sass/_main.scss */
.hero .hero-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  padding: 0;
  cursor: pointer;
  transition: all .25s ease;
}
/* line 192, ../sass/_main.scss */
.hero .hero-dots button.active {
  background: var(--gold);
  height: 26px;
  border-radius: 5px;
}

/* ---------- Solutions strip ---------- */
/* line 199, ../sass/_main.scss */
.solutions-strip {
  position: relative;
  z-index: 10;
  margin-top: -120px;
  padding-bottom: 50px;
}
/* line 201, ../sass/_main.scss */
.solutions-strip::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 120px);
  background: var(--navy-deep);
  z-index: 5;
  bottom: 0;
  border-top: 5px solid var(--gold);
}
/* line 211, ../sass/_main.scss */
.solutions-strip .container-xxl {
  z-index: 10;
  position: relative;
}

/* line 215, ../sass/_main.scss */
.solution-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem 1.6rem 1.7rem;
  height: 100%;
  box-shadow: 0 22px 48px rgba(5, 18, 35, 0.16);
  transition: transform .3s ease, box-shadow .3s ease;
  z-index: 20;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
/* line 219, ../sass/_main.scss */
.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 55px rgba(5, 18, 35, 0.22);
}
/* line 225, ../sass/_main.scss */
.solution-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  line-height: 1.3;
}
/* line 226, ../sass/_main.scss */
.solution-card p {
  color: var(--muted);
  margin: 0;
}
/* line 227, ../sass/_main.scss */
.solution-card .solution-icon {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .5rem;
}

/* line 230, ../sass/_main.scss */
.solutions-bg-fill {
  background: var(--navy);
  height: 120px;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}

/* ---------- About-section ---------- */
/* line 233, ../sass/_main.scss */
.about-section {
  padding: 130px 0 100px;
}
/* line 236, ../sass/_main.scss */
.about-section .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  width: 100%;
}
/* line 243, ../sass/_main.scss */
.about-section .about-title {
  font-size: 3.8rem;
  color: var(--navy);
  margin-bottom: 1.4rem;
  text-align: left;
  font-weight: 800;
}
/* line 251, ../sass/_main.scss */
.about-section h3 {
  font-size: 2.6rem;
  color: var(--navy);
  margin-bottom: 1.4rem;
  text-align: left;
  font-weight: 800;
}
/* line 258, ../sass/_main.scss */
.about-section .about-text {
  color: var(--muted);
  margin-bottom: 1.3rem;
}
/* line 262, ../sass/_main.scss */
.about-section .about-divider {
  border-top: 1px solid #e7e9ee;
  margin: 1.7rem 0;
}
/* line 267, ../sass/_main.scss */
.about-section .mission-vision-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2rem;
}
/* line 273, ../sass/_main.scss */
.about-section .mission-vision-wrap li {
  display: flex;
}
/* line 275, ../sass/_main.scss */
.about-section .mission-vision-wrap li a {
  width: max-content;
}
/* line 277, ../sass/_main.scss */
.about-section .mission-vision-wrap li .pillar {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
/* line 281, ../sass/_main.scss */
.about-section .mission-vision-wrap li .pillar h4 {
  font-size: 1.3rem;
  color: var(--navy);
  font-weight: 700;
  margin: .8rem 0;
}
/* line 288, ../sass/_main.scss */
.about-section .mission-vision-wrap li .pillar span.tag {
  color: var(--gold-dark);
  font-weight: 400;
  font-size: .9rem;
  letter-spacing: .05em;
}
/* line 295, ../sass/_main.scss */
.about-section .mission-vision-wrap li .pillar p {
  color: var(--muted);
  margin: 0;
}
/* line 300, ../sass/_main.scss */
.about-section .mission-vision-wrap li .pillar-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fdeee0;
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}
/* line 312, ../sass/_main.scss */
.about-section .mission-vision-wrap li .pillar-icon img {
  width: 40px;
  height: auto;
}
/* line 319, ../sass/_main.scss */
.about-section .about-media {
  position: relative;
}
/* line 321, ../sass/_main.scss */
.about-section .about-media .frame {
  position: absolute;
  inset: 0;
  border: 5px solid #fff;
  z-index: 2;
  width: 88%;
  height: 88%;
  top: 6%;
  left: 6%;
  background: rgba(0, 0, 0, 0.8);
  mix-blend-mode: soft-light;
  border-radius: 2px;
}
/* line 334, ../sass/_main.scss */
.about-section .about-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 0 30px 60px rgba(10, 37, 64, 0.25);
}

/* ---------- Core-Value-section ---------- */
/* line 347, ../sass/_main.scss */
.core-value {
  background: var(--pale);
}
/* line 349, ../sass/_main.scss */
.core-value .value-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: .6rem;
}
/* line 355, ../sass/_main.scss */
.core-value .value-item h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
}
/* line 360, ../sass/_main.scss */
.core-value .value-item p {
  color: var(--muted);
  max-width: 220px;
  margin: 0 auto;
}
/* line 366, ../sass/_main.scss */
.core-value .value-icon {
  width: 8rem;
  height: 8rem;
  border-radius: 3rem;
  background: var(--navy);
  color: var(--gold);
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.4rem;
  box-shadow: 0 16px 30px rgba(10, 37, 64, 0.11);
  border: .4rem solid #eef5fb;
}
/* line 379, ../sass/_main.scss */
.core-value .value-icon img {
  width: 45%;
  max-width: 70px;
  height: auto;
}

/* ---------- Industries-section ---------- */
/* ---------- Industries ---------- */
/* line 391, ../sass/_main.scss */
.industries {
  position: relative;
  color: #fff;
  background: linear-gradient(180deg, rgba(6, 18, 33, 0.4), rgba(6, 18, 33, 0.92)), url("https://images.unsplash.com/photo-1509391366360-2e959784a276?q=80&w=1920&auto=format&fit=crop") center/cover no-repeat;
}

/* line 395, ../sass/_main.scss */
.industry-carousel {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
}

/* line 396, ../sass/_main.scss */
.industry-viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
  cursor: grab;
}

/* line 397, ../sass/_main.scss */
.industry-viewport.is-dragging {
  cursor: grabbing;
}

/* line 398, ../sass/_main.scss */
.industry-track {
  display: flex;
  will-change: transform;
}

/* line 399, ../sass/_main.scss */
.industry-card {
  flex: 0 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  position: relative;
}
/* line 401, ../sass/_main.scss */
.industry-card .industry-photo {
  width: 85%;
  height: 18rem;
  border-radius: 6.5rem;
  margin: 1rem auto;
  overflow: hidden;
  border: 3px solid var(--white);
  background: #fff;
  position: relative;
  z-index: 20;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* line 412, ../sass/_main.scss */
.industry-card .industry-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  position: relative;
  z-index: 30;
}
/* line 414, ../sass/_main.scss */
.industry-card::before {
  content: "";
  width: calc(100% - 2rem);
  height: 60%;
  display: block;
  position: absolute;
  left: 1rem;
  top: 0;
  z-index: 10;
  background-image: linear-gradient(to right top, #febb21, #fab221, #f5a821, #f09f21, #eb9622, #e99221, #e88d1f, #e6891e, #e8881a, #ea8715, #ec8510, #ee8409);
}
/* line 425, ../sass/_main.scss */
.industry-card h3 {
  color: var(--navy);
  font-size: 1.3rem;
  font-weight: 700;
}
/* line 426, ../sass/_main.scss */
.industry-card a {
  color: var(--gold-dark);
  font-weight: 500;
  font-size: .94rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  width: 100%;
}
/* line 428, ../sass/_main.scss */
.industry-card a img {
  height: 30px;
  width: auto;
}

/* line 432, ../sass/_main.scss */
.industry-card-inner {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
  text-align: center;
  padding-bottom: 1.6rem;
  transition: transform .35s ease, box-shadow .35s ease;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}

/* line 444, ../sass/_main.scss */
.industry-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: all .2s ease;
  cursor: pointer;
}
/* line 447, ../sass/_main.scss */
.industry-arrow:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
}
/* line 449, ../sass/_main.scss */
.industry-arrow img {
  width: 24px;
  height: auto;
}

/* line 452, ../sass/_main.scss */
.industry-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 2rem;
}
/* line 454, ../sass/_main.scss */
.industry-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all .25s ease;
  display: inline-block;
}
/* line 456, ../sass/_main.scss */
.industry-dots span.active {
  background: var(--gold);
  width: 22px;
  border-radius: 5px;
}

/* ---------- Process-section ---------- */
/* line 463, ../sass/_main.scss */
.process-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .5rem;
  flex-wrap: wrap;
  padding-top: 30px;
}

/* line 471, ../sass/_main.scss */
.process-step {
  text-align: center;
  width: 150px;
}
/* line 474, ../sass/_main.scss */
.process-step h5 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: .5rem;
}
/* line 480, ../sass/_main.scss */
.process-step p {
  color: var(--muted);
}
/* line 484, ../sass/_main.scss */
.process-step .process-num {
  width: 50px;
  height: 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto -15px;
  position: relative;
  z-index: 2;
}
/* line 498, ../sass/_main.scss */
.process-step .process-icon {
  width: 8rem;
  height: 8rem;
  border-radius: 3rem;
  background: #fff;
  border: 2px dashed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 1rem;
  position: relative;
}
/* line 510, ../sass/_main.scss */
.process-step .process-icon img {
  width: 60%;
  height: auto;
}
/* line 515, ../sass/_main.scss */
.process-step .process-icon::after, .process-step .process-icon::before {
  content: "";
  position: absolute;
}
/* line 520, ../sass/_main.scss */
.process-step .process-icon::before {
  left: -7px;
  width: 14px;
  height: 14px;
  border-radius: 30px;
  background: #fff;
  border: 3px solid;
}
/* line 529, ../sass/_main.scss */
.process-step .process-icon::after {
  right: -31px;
  background: url(../images/dor-arrow-.svg) left center no-repeat;
  width: 36px;
  height: 24px;
  background-size: 100%;
}
/* line 540, ../sass/_main.scss */
.process-step.icon1 .process-num {
  background: #19AACA;
}
/* line 541, ../sass/_main.scss */
.process-step.icon1 .process-icon {
  border-color: #19AACA;
  color: #19AACA;
}
/* line 543, ../sass/_main.scss */
.process-step.icon1 .process-icon img, .process-step.icon1 .process-icon::after {
  filter: brightness(0) saturate(100%) invert(50%) sepia(79%) saturate(458%) hue-rotate(144deg) brightness(96%) contrast(97%);
}
/* line 544, ../sass/_main.scss */
.process-step.icon1 .process-icon::before {
  border-color: #19AACA;
}
/* line 549, ../sass/_main.scss */
.process-step.icon2 .process-num {
  background: #0DC4B5;
}
/* line 550, ../sass/_main.scss */
.process-step.icon2 .process-icon {
  border-color: #0DC4B5;
  color: #0DC4B5;
}
/* line 552, ../sass/_main.scss */
.process-step.icon2 .process-icon img, .process-step.icon2 .process-icon::after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(31%) saturate(3516%) hue-rotate(136deg) brightness(102%) contrast(90%);
}
/* line 553, ../sass/_main.scss */
.process-step.icon2 .process-icon::before {
  border-color: #0DC4B5;
}
/* line 558, ../sass/_main.scss */
.process-step.icon3 .process-num {
  background: #3ec97a;
}
/* line 559, ../sass/_main.scss */
.process-step.icon3 .process-icon {
  border-color: #3ec97a;
  color: #3ec97a;
}
/* line 561, ../sass/_main.scss */
.process-step.icon3 .process-icon img, .process-step.icon3 .process-icon::after {
  filter: brightness(0) saturate(100%) invert(75%) sepia(61%) saturate(489%) hue-rotate(84deg) brightness(83%) contrast(87%);
}
/* line 562, ../sass/_main.scss */
.process-step.icon3 .process-icon::before {
  border-color: #3ec97a;
}
/* line 567, ../sass/_main.scss */
.process-step.icon4 .process-num {
  background: #f5a623;
}
/* line 568, ../sass/_main.scss */
.process-step.icon4 .process-icon {
  border-color: #f5a623;
  color: #f5a623;
}
/* line 570, ../sass/_main.scss */
.process-step.icon4 .process-icon img, .process-step.icon4 .process-icon::after {
  filter: brightness(0) saturate(100%) invert(87%) sepia(37%) saturate(4368%) hue-rotate(340deg) brightness(97%) contrast(98%);
}
/* line 571, ../sass/_main.scss */
.process-step.icon4 .process-icon::before {
  border-color: #f5a623;
}
/* line 576, ../sass/_main.scss */
.process-step.icon5 .process-num {
  background: #f2542d;
}
/* line 577, ../sass/_main.scss */
.process-step.icon5 .process-icon {
  border-color: #f2542d;
  color: #f2542d;
}
/* line 579, ../sass/_main.scss */
.process-step.icon5 .process-icon img, .process-step.icon5 .process-icon::after {
  filter: brightness(0) saturate(100%) invert(51%) sepia(56%) saturate(5666%) hue-rotate(345deg) brightness(98%) contrast(93%);
}
/* line 580, ../sass/_main.scss */
.process-step.icon5 .process-icon::before {
  border-color: #f2542d;
}
/* line 585, ../sass/_main.scss */
.process-step.icon6 .process-num {
  background: #e64980;
}
/* line 586, ../sass/_main.scss */
.process-step.icon6 .process-icon {
  border-color: #e64980;
  color: #e64980;
}
/* line 588, ../sass/_main.scss */
.process-step.icon6 .process-icon img, .process-step.icon6 .process-icon::after {
  filter: brightness(0) saturate(100%) invert(44%) sepia(32%) saturate(2874%) hue-rotate(311deg) brightness(92%) contrast(96%);
}
/* line 589, ../sass/_main.scss */
.process-step.icon6 .process-icon::before {
  border-color: #e64980;
}
/* line 594, ../sass/_main.scss */
.process-step.icon7 .process-num {
  background: #3b6fe0;
}
/* line 595, ../sass/_main.scss */
.process-step.icon7 .process-icon {
  border-color: #3b6fe0;
  color: #3b6fe0;
}
/* line 597, ../sass/_main.scss */
.process-step.icon7 .process-icon img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(76%) saturate(4466%) hue-rotate(212deg) brightness(94%) contrast(87%);
}
/* line 598, ../sass/_main.scss */
.process-step.icon7 .process-icon::before {
  border-color: #3b6fe0;
}
/* line 599, ../sass/_main.scss */
.process-step.icon7 .process-icon::after {
  display: none;
}

/* line 607, ../sass/_main.scss */
.process-connector {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  color: #c7cedb;
  font-size: 1rem;
  min-width: 24px;
}

/* ---------- commercial-models-section ---------- */
/* line 621, ../sass/_main.scss */
.commercial-models {
  background: var(--pale);
}
/* line 623, ../sass/_main.scss */
.commercial-models .model-box {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: .6rem;
  box-shadow: 0 2px 30px rgba(10, 37, 64, 0.05);
}
/* line 633, ../sass/_main.scss */
.commercial-models .model-box h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 1rem;
  position: relative;
}
/* line 639, ../sass/_main.scss */
.commercial-models .model-box h5::after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  background: var(--gold);
  bottom: -.7rem;
}
/* line 649, ../sass/_main.scss */
.commercial-models .model-box strong {
  width: 100%;
  display: block;
  color: var(--muted);
}
/* line 654, ../sass/_main.scss */
.commercial-models .model-box p {
  color: var(--muted);
  margin: 0;
}
/* line 659, ../sass/_main.scss */
.commercial-models .commercial-media {
  position: relative;
  height: 100%;
  min-height: 340px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
/* line 669, ../sass/_main.scss */
.commercial-models .commercial-media::after {
  content: "";
  width: 8px;
  height: 100px;
  position: absolute;
  left: 6rem;
  background: var(--gold);
  top: 2rem;
}
/* line 679, ../sass/_main.scss */
.commercial-models .commercial-media img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 24px 50px rgba(10, 37, 64, 0.2);
}
/* line 686, ../sass/_main.scss */
.commercial-models .commercial-callout {
  position: absolute;
  left: 60px;
  bottom: -24px;
  background: var(--gold);
  color: var(--white);
  font-weight: 600;
  font-size: 1.8rem;
  padding: 3rem 1.8rem;
  max-width: 230px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  letter-spacing: -1px;
}

/* ---------- Why-Us-section ---------- */
/* line 704, ../sass/_main.scss */
.why-item {
  background: #fff;
  border-radius: 6px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.06);
  position: relative;
}
/* line 711, ../sass/_main.scss */
.why-item::before {
  content: "";
  width: 6px;
  height: 50%;
  position: absolute;
  left: 0;
  background: var(--gold);
  top: 25%;
  border-radius: 30px;
}
/* line 721, ../sass/_main.scss */
.why-item h5 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: .5rem;
}
/* line 727, ../sass/_main.scss */
.why-item p {
  color: var(--muted);
  margin: 0;
}

/* ---------- Sustain-CTA-section ---------- */
/* line 735, ../sass/_main.scss */
.sustain-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 80px 0;
  background: url("../images/flexible-commercial-solutions.png") center/cover no-repeat;
}
/* line 741, ../sass/_main.scss */
.sustain-cta::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #1daa82, rgba(46, 203, 246, 0.85), rgba(13, 196, 181, 0));
  top: 0;
  z-index: 20;
}
/* line 753, ../sass/_main.scss */
.sustain-cta .row {
  min-height: 420px;
  position: relative;
  z-index: 50;
}
/* line 759, ../sass/_main.scss */
.sustain-cta .sustain-text h2 {
  font-size: 3rem;
  color: var(--white);
  font-weight: 800;
  margin-bottom: 1rem;
}
/* line 763, ../sass/_main.scss */
.sustain-cta .sustain-text p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 650px;
  margin-bottom: 1rem;
}

/* ---------- Footer-Section ---------- */
/* line 791, ../sass/_main.scss */
.footer {
  background: var(--white);
  color: #c6d0da;
  padding: 70px 0 0;
}
/* line 795, ../sass/_main.scss */
.footer h5 {
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1.3rem;
}
/* line 801, ../sass/_main.scss */
.footer a {
  color: var(--color-body);
}
/* line 803, ../sass/_main.scss */
.footer a:hover {
  color: var(--navy-deep);
}
/* line 808, ../sass/_main.scss */
.footer .footer-brand p {
  color: var(--color-body);
}
/* line 812, ../sass/_main.scss */
.footer ul.links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
/* line 821, ../sass/_main.scss */
.footer ul.links li {
  position: relative;
  padding-left: 1.4rem;
}
/* line 824, ../sass/_main.scss */
.footer ul.links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 0 .2rem 0 .2rem;
  background-image: linear-gradient(to right top, #febb21, #fab221, #f5a821, #f09f21, #eb9622, #e99221, #e88d1f, #e6891e, #e8881a, #ea8715, #ec8510, #ee8409);
  rotate: 45deg;
}
/* line 838, ../sass/_main.scss */
.footer ul.contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
/* line 847, ../sass/_main.scss */
.footer ul.contact li {
  position: relative;
  gap: 1rem;
}
/* line 850, ../sass/_main.scss */
.footer ul.contact li img {
  width: 34px;
  height: auto;
}
/* line 852, ../sass/_main.scss */
.footer ul.contact li.mail span {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy-deep);
}
/* line 853, ../sass/_main.scss */
.footer ul.contact li.call span {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy-deep);
}
/* line 857, ../sass/_main.scss */
.footer .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  padding: 22px 0;
  font-size: .82rem;
  color: var(--color-body);
}
/* line 864, ../sass/_main.scss */
.footer .footer-bottom p {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  color: var(--color-body);
  text-align: center;
}
/* line 874, ../sass/_main.scss */
.footer .footer-bottom p a {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 10px;
  padding-left: 10px;
}
/* line 877, ../sass/_main.scss */
.footer .social-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-body);
  margin-right: .5rem;
  transition: all .2s ease;
}
/* line 888, ../sass/_main.scss */
.footer .social-dot img {
  width: 24px;
  height: auto;
}
/* line 891, ../sass/_main.scss */
.footer .social-dot:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
}

/* line 899, ../sass/_main.scss */
.back-to-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 80;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .3s ease;
}
/* line 917, ../sass/_main.scss */
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* line 923, ../sass/_main.scss */
.back-to-top img {
  width: 24px;
  height: auto;
}

/* =============================================================
   INNER BANNER
   ============================================================= */
/* line 5, ../sass/_inner.scss */
.inner-banner {
  position: relative;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.3) 10%, rgba(15, 44, 51, 0.72) 60%, rgba(15, 44, 51, 0.5) 100%), url("../images/flexible-commercial-solutions.png") center/cover no-repeat;
  padding: 200px 0 76px;
  color: var(--white);
}
/* line 13, ../sass/_inner.scss */
.inner-banner.about {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.3) 10%, rgba(15, 44, 51, 0.72) 60%, rgba(15, 44, 51, 0.5) 100%), url("../images/about-bg.png") center/cover no-repeat;
  padding: 200px 0 76px;
}
/* line 20, ../sass/_inner.scss */
.inner-banner.contact {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.3) 10%, rgba(15, 44, 51, 0.72) 60%, rgba(15, 44, 51, 0.5) 100%), url("../images/contact-bg.png") center/cover no-repeat;
  padding: 200px 0 76px;
}
/* line 27, ../sass/_inner.scss */
.inner-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right bottom, #ffedce, #012a3e, #02181d);
  mix-blend-mode: lighten;
}
/* line 35, ../sass/_inner.scss */
.inner-banner .container {
  position: relative;
  z-index: 2;
}
/* line 40, ../sass/_inner.scss */
.inner-banner .eyebrow {
  color: var(--gold);
}
/* line 43, ../sass/_inner.scss */
.inner-banner .eyebrow::before {
  background: var(--gold);
}
/* line 48, ../sass/_inner.scss */
.inner-banner h1 {
  color: var(--white);
  font-size: 2.6rem;
  max-width: 640px;
  margin-bottom: 14px;
  font-weight: 700;
}
/* line 56, ../sass/_inner.scss */
.inner-banner p {
  color: var(--white);
  font-size: 1rem;
  max-width: 640px;
  font-weight: 600;
}

/* line 64, ../sass/_inner.scss */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  color: #CFE0E2;
  margin-top: 18px;
}
/* line 72, ../sass/_inner.scss */
.breadcrumb a {
  color: #CFE0E2;
}
/* line 75, ../sass/_inner.scss */
.breadcrumb a:hover {
  color: var(--gold);
}
/* line 80, ../sass/_inner.scss */
.breadcrumb .sep {
  opacity: .6;
}
/* line 84, ../sass/_inner.scss */
.breadcrumb .current {
  color: var(--gold);
  font-weight: 600;
}

/* line 90, ../sass/_inner.scss */
.article-meta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: .86rem;
  color: #CFE0E2;
  font-weight: 600;
}
/* line 92, ../sass/_inner.scss */
.article-meta-bar .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
/* line 93, ../sass/_inner.scss */
.article-meta-bar .author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}
/* line 94, ../sass/_inner.scss */
.article-meta-bar .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

/* =============================================================
   INTRO
   ============================================================= */
/* line 102, ../sass/_inner.scss */
.intro {
  max-width: 720px;
}
/* line 105, ../sass/_inner.scss */
.intro h2 {
  font-size: 2rem;
}

/* =============================================================
   INDUSTRY SECTION
   ============================================================= */
/* line 115, ../sass/_inner.scss */
.industry {
  border-top: 1px solid var(--border);
}
/* line 118, ../sass/_inner.scss */
.industry p.keywords {
  font-size: 1.1rem;
  margin: 2rem 0 0 0;
  background: rgba(237, 175, 7, 0.45);
  width: fit-content;
  border-radius: 30px 0 30px 0;
  font-weight: 100;
  padding: .85rem 1.3rem;
  font-style: italic;
}
/* line 129, ../sass/_inner.scss */
.industry .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
/* line 136, ../sass/_inner.scss */
.industry.reverse .grid {
  direction: rtl;
}
/* line 139, ../sass/_inner.scss */
.industry.reverse .grid > * {
  direction: ltr;
}
/* line 144, ../sass/_inner.scss */
.industry .media {
  position: relative;
}
/* line 147, ../sass/_inner.scss */
.industry .media img {
  border-radius: var(--radius);
  width: 100%;
  height: 380px;
  object-fit: cover;
}
/* line 155, ../sass/_inner.scss */
.industry .tag {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--gold);
  color: var(--dark-2);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: .78rem;
  padding: 6px 14px;
  border-radius: 100px;
}
/* line 169, ../sass/_inner.scss */
.industry .copy h2 {
  font-size: 1.9rem;
  margin-bottom: 14px;
}
/* line 174, ../sass/_inner.scss */
.industry .copy p {
  max-width: 520px;
}
/* line 178, ../sass/_inner.scss */
.industry .copy .btn {
  margin-top: 24px;
}
/* line 183, ../sass/_inner.scss */
.industry .points {
  margin-top: 1.5rem;
  gap: 10px;
  display: grid;
  grid-template-columns: 50% 50%;
}
/* line 189, ../sass/_inner.scss */
.industry .points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .92rem;
  color: var(--text);
}
/* line 196, ../sass/_inner.scss */
.industry .points li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: 8px;
  flex-shrink: 0;
}

/* =============================================================
   CTA BAND (merged: base band + newsletter variant)
   ============================================================= */
/* line 214, ../sass/_inner.scss */
.cta-band {
  background: linear-gradient(120deg, var(--navy-deep), var(--dark));
  color: var(--white);
  text-align: left;
  padding: 5rem 0;
}
/* line 220, ../sass/_inner.scss */
.cta-band .cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
/* line 227, ../sass/_inner.scss */
.cta-band .cta-inner h2 {
  color: var(--white);
  font-size: 3rem;
  max-width: 650px;
  margin-bottom: 8px;
}
/* line 234, ../sass/_inner.scss */
.cta-band .cta-inner p {
  color: #CFE0E2;
  max-width: 480px;
  margin: 0;
}
/* line 241, ../sass/_inner.scss */
.cta-band .subscribe-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* line 246, ../sass/_inner.scss */
.cta-band .subscribe-form input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  padding: 14px 18px;
  border-radius: var(--radius);
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  min-width: 240px;
}
/* line 256, ../sass/_inner.scss */
.cta-band .subscribe-form input::placeholder {
  color: #B9CBCD;
}

/* =============================================================
   WHO WE ARE
   ============================================================= */
/* line 268, ../sass/_inner.scss */
.who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
/* line 275, ../sass/_inner.scss */
.who-grid .copy h2 {
  font-size: 2.1rem;
  max-width: 520px;
}
/* line 280, ../sass/_inner.scss */
.who-grid .copy p {
  max-width: 520px;
}
/* line 285, ../sass/_inner.scss */
.who-grid .media img {
  border-radius: var(--radius);
}

/* line 290, ../sass/_inner.scss */
.value-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

/* line 297, ../sass/_inner.scss */
.value-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--warm);
}
/* line 303, ../sass/_inner.scss */
.value-card img {
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
}
/* line 309, ../sass/_inner.scss */
.value-card h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
/* line 314, ../sass/_inner.scss */
.value-card p {
  margin: 0;
  font-size: .92rem;
}

/* =============================================================
   WHY US
   ============================================================= */
/* line 325, ../sass/_inner.scss */
.alt-bg {
  background: var(--warm);
}

/* line 329, ../sass/_inner.scss */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* line 335, ../sass/_inner.scss */
.why-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
}
/* line 341, ../sass/_inner.scss */
.why-card .num {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 14px;
}
/* line 349, ../sass/_inner.scss */
.why-card h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--navy);
  font-weight: 700;
}
/* line 356, ../sass/_inner.scss */
.why-card p {
  margin: 0;
  font-size: .93rem;
}

/* =============================================================
   WHAT WE DO
   ============================================================= */
/* line 367, ../sass/_inner.scss */
.about-solution-wrap {
  padding: 3rem 0;
}
/* line 370, ../sass/_inner.scss */
.about-solution-wrap .solutions-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 0;
}
/* line 376, ../sass/_inner.scss */
.about-solution-wrap .solutions-strip::after {
  display: none;
}
/* line 381, ../sass/_inner.scss */
.about-solution-wrap .sol-item {
  text-align: left;
  padding: 26px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: border-color .2s ease, transform .2s ease;
}
/* line 388, ../sass/_inner.scss */
.about-solution-wrap .sol-item:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}
/* line 393, ../sass/_inner.scss */
.about-solution-wrap .sol-item img {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
}
/* line 399, ../sass/_inner.scss */
.about-solution-wrap .sol-item h4 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: var(--navy);
  font-weight: 700;
}
/* line 406, ../sass/_inner.scss */
.about-solution-wrap .sol-item p {
  font-size: .88rem;
  margin: 0;
}

/* line 414, ../sass/_inner.scss */
.solutions-strip {
  position: relative;
}

/* =============================================================
   APPROACH / PROCESS
   ============================================================= */
/* line 423, ../sass/_inner.scss */
.approach-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px;
  counter-reset: step;
}

/* line 430, ../sass/_inner.scss */
.approach-item {
  position: relative;
  padding-top: 14px;
  border-top: 2px solid var(--border);
}
/* line 435, ../sass/_inner.scss */
.approach-item .step {
  font-weight: 600;
  color: var(--gold-deep);
  font-size: 1.2rem;
  letter-spacing: .02em;
  margin-bottom: 10px;
  display: block;
}
/* line 444, ../sass/_inner.scss */
.approach-item h5 {
  font-size: 1rem;
  margin-bottom: 8px;
}
/* line 449, ../sass/_inner.scss */
.approach-item p {
  font-size: .88rem;
  margin: 0;
}

/* line 455, ../sass/_inner.scss */
.process-row {
  display: flex;
}

/* line 459, ../sass/_inner.scss */
.process-connector {
  display: flex;
}

/* =============================================================
   COMMERCIAL MODELS
   ============================================================= */
/* line 469, ../sass/_inner.scss */
.commercial-models .commercial-media {
  display: flex;
}

/* line 474, ../sass/_inner.scss */
.commercial-callout {
  position: absolute;
}

/* =============================================================
   ABOUT SECTION (shared / inherited layout)
   ============================================================= */
/* line 484, ../sass/_inner.scss */
.about-section .content-wrapper {
  display: flex;
}
/* line 488, ../sass/_inner.scss */
.about-section .mission-vision-wrap {
  display: flex;
}

/* line 494, ../sass/_inner.scss */
.about-media .frame {
  display: block;
}

/* =============================================================
   HERO (shared / inherited layout)
   ============================================================= */
/* line 505, ../sass/_inner.scss */
.hero .hero-inner {
  display: flex;
}
/* line 509, ../sass/_inner.scss */
.hero .hero-title {
  display: block;
}
/* line 513, ../sass/_inner.scss */
.hero .hero-arrow {
  display: flex;
}

/* =============================================================
   NEWS — FILTER BAR
   ============================================================= */
/* line 525, ../sass/_inner.scss */
.news-top {
  padding: 60px 0;
}

/* line 529, ../sass/_inner.scss */
.filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 28px;
}

/* line 539, ../sass/_inner.scss */
.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* line 545, ../sass/_inner.scss */
.filter-btn {
  background: none;
  border: 1px solid var(--border);
  color: var(--muted);
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: .85rem;
  padding: 9px 18px;
  border-radius: 100px;
  cursor: pointer;
  transition: all .2s ease;
}
/* line 557, ../sass/_inner.scss */
.filter-btn:hover {
  border-color: var(--gold);
  color: var(--dark);
}
/* line 562, ../sass/_inner.scss */
.filter-btn.active {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

/* line 569, ../sass/_inner.scss */
.search-box {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 6px 6px 6px 18px;
  min-width: 240px;
}
/* line 577, ../sass/_inner.scss */
.search-box input {
  border: none;
  outline: none;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  flex: 1;
  background: transparent;
}
/* line 586, ../sass/_inner.scss */
.search-box button {
  background: var(--gold);
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
}

/* =============================================================
   NEWS — FEATURED STORY
   ============================================================= */
/* line 605, ../sass/_inner.scss */
.featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 36px;
}
/* line 614, ../sass/_inner.scss */
.featured .media {
  position: relative;
  height: 100%;
  min-height: 320px;
}
/* line 619, ../sass/_inner.scss */
.featured .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 626, ../sass/_inner.scss */
.featured .tag {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--gold);
  color: var(--dark-2);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: .78rem;
  padding: 6px 14px;
  border-radius: 100px;
}
/* line 639, ../sass/_inner.scss */
.featured .copy {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--warm);
}
/* line 646, ../sass/_inner.scss */
.featured .copy h2 {
  font-size: 1.7rem;
  margin-bottom: 12px;
}
/* line 651, ../sass/_inner.scss */
.featured .copy p {
  margin-bottom: 20px;
}

/* line 657, ../sass/_inner.scss */
.meta {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: .82rem;
  color: var(--muted);
  margin-bottom: 14px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}
/* line 667, ../sass/_inner.scss */
.meta .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--border);
}

/* =============================================================
   NEWS — CARD GRID
   ============================================================= */
/* line 680, ../sass/_inner.scss */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

/* line 687, ../sass/_inner.scss */
.news-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 30px rgba(15, 44, 51, 0.1);
  transition: box-shadow .2s ease, transform .2s ease;
}
/* line 696, ../sass/_inner.scss */
.news-card:hover {
  box-shadow: 0 14px 30px rgba(15, 44, 51, 0.15);
  transform: translateY(-3px);
}
/* line 700, ../sass/_inner.scss */
.news-card:hover .read-more .arrow {
  transform: translateX(4px);
}
/* line 705, ../sass/_inner.scss */
.news-card .media {
  position: relative;
  height: 200px;
}
/* line 709, ../sass/_inner.scss */
.news-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 716, ../sass/_inner.scss */
.news-card .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--white);
  color: var(--dark);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: .72rem;
  padding: 5px 12px;
  border-radius: 100px;
}
/* line 729, ../sass/_inner.scss */
.news-card .body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* line 736, ../sass/_inner.scss */
.news-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-weight: 700;
}
/* line 743, ../sass/_inner.scss */
.news-card p {
  font-size: .92rem;
  margin-bottom: 16px;
  flex: 1;
}

/* line 750, ../sass/_inner.scss */
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  color: var(--gold-deep);
  margin-top: auto;
}
/* line 760, ../sass/_inner.scss */
.read-more .arrow {
  transition: transform .2s ease;
}

/* =============================================================
   PAGINATION
   ============================================================= */
/* line 770, ../sass/_inner.scss */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 56px;
}

/* line 778, ../sass/_inner.scss */
.page-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  color: var(--dark);
  cursor: pointer;
  background: var(--white);
  transition: all .2s ease;
}
/* line 794, ../sass/_inner.scss */
.page-btn:hover {
  border-color: var(--gold);
  color: var(--gold-deep);
}
/* line 799, ../sass/_inner.scss */
.page-btn.active {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}
/* line 805, ../sass/_inner.scss */
.page-btn.nav {
  width: auto;
  padding: 0 18px;
  border-radius: 100px;
  gap: 6px;
}

/* =============================================================
   CONTACT — INFO CARDS
   ============================================================= */
/* line 818, ../sass/_inner.scss */
.info-strip {
  padding: 50px 0;
}

/* line 822, ../sass/_inner.scss */
.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  transform: translateY(0);
}

/* line 829, ../sass/_inner.scss */
.info-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: 0 20px 40px rgba(15, 44, 51, 0.08);
  display: flex;
  gap: 18px;
  align-items: center;
}
/* line 839, ../sass/_inner.scss */
.info-card .icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fdeee0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 849, ../sass/_inner.scss */
.info-card .icon img {
  width: 36px;
  height: auto;
}
/* line 855, ../sass/_inner.scss */
.info-card h4 {
  font-size: 1.3rem;
  margin-bottom: 6px;
  font-weight: 700;
  color: var(--navy-deep);
}
/* line 862, ../sass/_inner.scss */
.info-card p {
  margin: 0;
  font-size: .9rem;
}
/* line 867, ../sass/_inner.scss */
.info-card a {
  color: var(--muted);
}
/* line 870, ../sass/_inner.scss */
.info-card a:hover {
  color: var(--gold-deep);
}

/* =============================================================
   CONTACT — MAIN FORM
   ============================================================= */
/* line 882, ../sass/_inner.scss */
.contact-main .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

/* line 891, ../sass/_inner.scss */
.form-card h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
/* line 896, ../sass/_inner.scss */
.form-card > p {
  max-width: 480px;
}

/* line 901, ../sass/_inner.scss */
.form-note {
  margin: 1.5rem 0;
  color: #4b78b3;
  font-weight: 500;
}

/* honeypot: hidden from real visitors, still present for bots to fill in */
/* line 908, ../sass/_inner.scss */
.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 910, ../sass/_inner.scss */
.form-alert {
  border-radius: var(--radius);
  padding: 16px 18px;
  margin-top: 22px;
  font-size: .9rem;
  grid-column: 1 / -1;
}

/* line 914, ../sass/_inner.scss */
.form-alert.success {
  background: #E8F5E9;
  color: #1E5E28;
  border: 1px solid #B7DFBB;
}

/* line 915, ../sass/_inner.scss */
.form-alert.error {
  background: #FBEAE9;
  color: #8B241C;
  border: 1px solid #F1C1BC;
}

/* line 916, ../sass/_inner.scss */
.form-alert ul {
  margin: 6px 0 0;
  padding-left: 18px;
  list-style: disc;
}

/* line 918, ../sass/_inner.scss */
.field-error {
  display: block;
  margin-top: 6px;
  font-size: .82rem;
  color: #C0392B;
}

/* intl-tel-input sizing to match this theme */
/* line 923, ../sass/_inner.scss */
.iti {
  display: block;
  width: 100%;
}

/* line 924, ../sass/_inner.scss */
.iti input.iti__tel-input, .iti input {
  width: 100%;
}

/* line 926, ../sass/_inner.scss */
form.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 2rem;
}
/* line 932, ../sass/_inner.scss */
form.contact-form .full {
  grid-column: 1 / -1;
}
/* line 936, ../sass/_inner.scss */
form.contact-form .btn {
  margin-top: 6px;
  justify-self: start;
}

/* line 942, ../sass/_inner.scss */
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* line 947, ../sass/_inner.scss */
.field label {
  font-weight: 600;
  font-size: .85rem;
  color: var(--dark);
  font-family: 'Raleway', sans-serif;
}
/* line 954, ../sass/_inner.scss */
.field input, .field select, .field textarea {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 13px 16px;
  font-family: 'Raleway', sans-serif;
  font-size: .92rem;
  color: var(--text);
  background: var(--white);
  outline: none;
  transition: border-color .2s ease;
}
/* line 965, ../sass/_inner.scss */
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold);
}
/* line 970, ../sass/_inner.scss */
.field textarea {
  resize: vertical;
  min-height: 130px;
}
/* line 975, ../sass/_inner.scss */
.field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%235B6D70" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}
/* line 983, ../sass/_inner.scss */
.field select:invalid {
  color: var(--muted);
}
/* line 988, ../sass/_inner.scss */
.field input[type="file"] {
  padding: 10px 16px;
  font-size: .86rem;
  color: var(--muted);
}
/* line 993, ../sass/_inner.scss */
.field input[type="file"]::file-selector-button {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: .82rem;
  color: var(--dark-2);
  background: var(--warm);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 8px 14px;
  margin-right: 12px;
  cursor: pointer;
  transition: background .2s ease;
}
/* line 1006, ../sass/_inner.scss */
.field input[type="file"]::file-selector-button:hover {
  background: var(--gold);
  border-color: var(--gold);
}

/* line 1014, ../sass/_inner.scss */
.side-info {
  background: #faf9f8;
  border-radius: var(--radius);
  padding: 2.5rem;
}
/* line 1019, ../sass/_inner.scss */
.side-info h3 {
  font-size: 1.3rem;
  margin-bottom: 18px;
  font-weight: 600;
  color: var(--navy-deep);
}

/* line 1027, ../sass/_inner.scss */
.hours-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

/* line 1034, ../sass/_inner.scss */
.hours-row {
  display: flex;
  justify-content: space-between;
  font-size: .92rem;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--border);
}
/* line 1041, ../sass/_inner.scss */
.hours-row span:first-child {
  color: var(--dark);
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
}

/* line 1048, ../sass/_inner.scss */
.map-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
/* line 1053, ../sass/_inner.scss */
.map-frame iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}

/* =============================================================
   QUICK NAV STRIP
   ============================================================= */
/* line 1066, ../sass/_inner.scss */
.quicknav-strip {
  position: relative;
  z-index: 10;
  margin-top: -56px;
}

/* line 1072, ../sass/_inner.scss */
.quicknav-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem 1rem 1.4rem;
  text-align: center;
  height: 100%;
  box-shadow: 0 22px 48px rgba(5, 18, 35, 0.14);
  border-bottom: 3px solid var(--gold);
  color: var(--navy);
  display: block;
  transition: transform .3s ease, box-shadow .3s ease;
}
/* line 1084, ../sass/_inner.scss */
.quicknav-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 52px rgba(5, 18, 35, 0.2);
  color: var(--navy);
}
/* line 1090, ../sass/_inner.scss */
.quicknav-card span {
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

/* line 1097, ../sass/_inner.scss */
.quicknav-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff6e6;
  color: var(--gold);
  font-size: 2rem;
  margin: 0 auto .9rem;
}

/* =============================================================
   SOLUTION BLOCK
   ============================================================= */
/* line 1115, ../sass/_inner.scss */
.solution-block {
  padding: 140px 0;
}
/* line 1118, ../sass/_inner.scss */
.solution-block.alt-bg {
  background: var(--pale);
}
/* line 1122, ../sass/_inner.scss */
.solution-block .head {
  display: none;
}
/* line 1126, ../sass/_inner.scss */
.solution-block h2 {
  font-size: 2rem;
  color: var(--navy);
  margin-bottom: 1rem;
  line-height: 1.2;
}
/* line 1133, ../sass/_inner.scss */
.solution-block .sol-desc {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}

/* line 1141, ../sass/_inner.scss */
.sol-eyebrow {
  color: var(--gold-dark);
  font-weight: 700;
  letter-spacing: .06em;
  font-size: .8rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .8rem;
}
/* line 1152, ../sass/_inner.scss */
.sol-eyebrow .num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

/* line 1167, ../sass/_inner.scss */
.sol-icon-badge {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--navy);
  color: var(--gold);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  box-shadow: 0 16px 30px rgba(10, 37, 64, 0.18);
}

/* line 1181, ../sass/_inner.scss */
.sol-list-label {
  font-weight: 700;
  color: var(--navy);
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 1rem;
}

/* line 1190, ../sass/_inner.scss */
.sol-chip-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem .9rem;
}
/* line 1198, ../sass/_inner.scss */
.sol-chip-list li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .88rem;
  color: var(--ink);
  line-height: 1.5;
}
/* line 1206, ../sass/_inner.scss */
.sol-chip-list li i {
  color: var(--gold-dark);
  font-size: 1rem;
  margin-top: .15rem;
  flex: 0 0 auto;
}

/* line 1215, ../sass/_inner.scss */
.sol-media {
  position: relative;
}
/* line 1218, ../sass/_inner.scss */
.sol-media .frame {
  position: absolute;
  inset: 20px -20px -20px 20px;
  border: 3px solid var(--gold);
  border-radius: var(--radius);
  z-index: 0;
}
/* line 1226, ../sass/_inner.scss */
.sol-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 30px 60px rgba(10, 37, 64, 0.25);
}

/* line 1237, ../sass/_inner.scss */
.sol-disclaimer {
  background: #fff;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  padding: 1rem 1.2rem;
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 1.8rem;
  display: flex;
  gap: .7rem;
}
/* line 1249, ../sass/_inner.scss */
.sol-disclaimer i {
  color: var(--gold-dark);
  font-size: 1.1rem;
  margin-top: .1rem;
}

/* line 1256, ../sass/_inner.scss */
.page-banner {
  position: relative;
}

/* =============================================================
   SOLUTIONS CTA BAND
   ============================================================= */
/* line 1265, ../sass/_inner.scss */
.solutions-cta-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 80px 0;
  background: url("../images/flexible-commercial-solutions.png") center/cover no-repeat;
}
/* line 1272, ../sass/_inner.scss */
.solutions-cta-band::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  background: linear-gradient(to right, #1daa82, rgba(46, 203, 246, 0.85), rgba(13, 196, 181, 0));
}
/* line 1283, ../sass/_inner.scss */
.solutions-cta-band .content-wrap {
  position: relative;
  z-index: 30;
}
/* line 1288, ../sass/_inner.scss */
.solutions-cta-band h2 {
  font-size: 3rem;
  margin-bottom: .9rem;
  color: #fff;
}
/* line 1294, ../sass/_inner.scss */
.solutions-cta-band p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 1.6rem;
}

/* ===== Article layout ===== */
/* line 1304, ../sass/_inner.scss */
.article-section {
  padding-top: 60px !important;
}

/* line 1305, ../sass/_inner.scss */
.article-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: start;
}

/* line 1307, ../sass/_inner.scss */
.article-hero {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 36px;
}

/* line 1308, ../sass/_inner.scss */
.article-hero img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
}

/* line 1309, ../sass/_inner.scss */
.article-hero figcaption {
  font-size: .82rem;
  color: var(--muted);
  margin-top: 10px;
}

/* line 1311, ../sass/_inner.scss */
.article-body {
  max-width: 680px;
}

/* line 1312, ../sass/_inner.scss */
.article-body .lead {
  font-size: 1.2rem;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 1.4em;
}

/* line 1313, ../sass/_inner.scss */
.article-body h2 {
  font-size: 1.5rem;
  margin: 2em  0 1rem 0;
}

/* line 1314, ../sass/_inner.scss */
.article-body h3 {
  font-size: 1.2rem;
  margin: 1.2em  0 1rem 0;
}

/* line 1315, ../sass/_inner.scss */
.article-body p {
  font-size: 1rem;
  color: var(--muted);
}

/* line 1316, ../sass/_inner.scss */
.article-body ul {
  margin: 0 0 1.4em;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}

/* line 1317, ../sass/_inner.scss */
.article-body ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: var(--muted);
  display: flex;
  flex-direction: column;
}

/* line 1322, ../sass/_inner.scss */
.article-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--gold);
}

/* line 1325, ../sass/_inner.scss */
.article-body blockquote {
  border-left: 3px solid var(--gold);
  background: var(--warm);
  padding: 22px 26px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 2em 0;
  font-family: 'Manrope',sans-serif;
  font-weight: 600;
  font-size: 1.12rem;
  color: var(--dark);
}

/* line 1330, ../sass/_inner.scss */
.article-body blockquote cite {
  display: block;
  margin-top: 10px;
  font-family: 'Inter',sans-serif;
  font-weight: 600;
  font-size: .82rem;
  color: var(--muted);
  font-style: normal;
}

/* line 1332, ../sass/_inner.scss */
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

/* line 1333, ../sass/_inner.scss */
.article-tags a {
  border: 1px solid var(--border);
  color: var(--muted);
  font-family: 'Manrope',sans-serif;
  font-weight: 600;
  font-size: .82rem;
  padding: 8px 16px;
  border-radius: 100px;
  transition: all .2s ease;
}

/* line 1337, ../sass/_inner.scss */
.article-tags a:hover {
  border-color: var(--gold);
  color: var(--dark);
}

/* line 1339, ../sass/_inner.scss */
.share-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

/* line 1340, ../sass/_inner.scss */
.share-row span {
  font-family: 'Manrope',sans-serif;
  font-weight: 700;
  font-size: .82rem;
  color: var(--muted);
}

/* line 1341, ../sass/_inner.scss */
.share-row a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

/* line 1345, ../sass/_inner.scss */
.share-row a:hover {
  border-color: var(--gold);
  background: var(--warm);
}

/* line 1346, ../sass/_inner.scss */
.share-row a img {
  width: 15px;
  height: 15px;
}

/* line 1348, ../sass/_inner.scss */
.author-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 44px;
  padding: 28px;
  background: var(--warm);
  border-radius: var(--radius);
}

/* line 1352, ../sass/_inner.scss */
.author-box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* line 1353, ../sass/_inner.scss */
.author-box h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

/* line 1354, ../sass/_inner.scss */
.author-box .role {
  font-family: 'Manrope',sans-serif;
  font-weight: 700;
  font-size: .78rem;
  color: var(--gold-deep);
  margin-bottom: 10px;
  display: block;
}

/* line 1355, ../sass/_inner.scss */
.author-box p {
  font-size: .9rem;
  margin: 0;
}

/* ===== Sidebar ===== */
/* line 1358, ../sass/_inner.scss */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 104px;
}

/* line 1359, ../sass/_inner.scss */
.widget {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
}

/* line 1360, ../sass/_inner.scss */
.widget h5 {
  font-family: 'Manrope',sans-serif;
  font-size: 1rem;
  color: var(--dark);
  margin-bottom: 20px;
}

/* line 1361, ../sass/_inner.scss */
.widget-post {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

/* line 1362, ../sass/_inner.scss */
.widget-post:last-child {
  margin-bottom: 0;
}

/* line 1363, ../sass/_inner.scss */
.widget-post img {
  width: 64px;
  height: 64px;
  border-radius: var(--radius);
  object-fit: cover;
  flex-shrink: 0;
}

/* line 1364, ../sass/_inner.scss */
.widget-post .info h6 {
  font-family: 'Manrope',sans-serif;
  font-size: .9rem;
  color: var(--dark);
  line-height: 1.35;
  margin-bottom: 6px;
  font-weight: 700;
}

/* line 1365, ../sass/_inner.scss */
.widget-post .info span {
  font-size: .78rem;
  color: var(--muted);
}

/* line 1366, ../sass/_inner.scss */
.widget-cats li {
  border-bottom: 1px solid var(--border);
}

/* line 1367, ../sass/_inner.scss */
.widget-cats li:last-child {
  border-bottom: none;
}

/* line 1368, ../sass/_inner.scss */
.widget-cats a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-family: 'Manrope',sans-serif;
  font-weight: 600;
  font-size: .9rem;
  color: var(--muted);
}

/* line 1372, ../sass/_inner.scss */
.widget-cats a:hover {
  color: var(--gold-deep);
}

/* line 1373, ../sass/_inner.scss */
.widget-cats a span {
  background: var(--warm);
  color: var(--muted);
  font-size: .75rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 100px;
}

/* line 1377, ../sass/_inner.scss */
.widget.cta-widget {
  background: var(--dark);
  border-color: var(--dark);
}

/* line 1378, ../sass/_inner.scss */
.widget.cta-widget h5 {
  color: var(--white);
}

/* line 1379, ../sass/_inner.scss */
.widget.cta-widget p {
  color: #CFE0E2;
  font-size: .88rem;
  margin-bottom: 18px;
}

@media (max-width: 960px) {
  /* line 1382, ../sass/_inner.scss */
  .article-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  /* line 1383, ../sass/_inner.scss */
  .sidebar {
    position: static;
  }
}
/* ===== Related articles (reuses news-card pattern) ===== */
/* line 1387, ../sass/_inner.scss */
.related {
  background: var(--warm);
}

/* line 1388, ../sass/_inner.scss */
.related h2 {
  font-size: 1.7rem;
  margin-bottom: 36px;
}

/* =================================================================
   MEDIA QUERIES
   All responsive overrides live here, in one place, ordered from
   the largest breakpoint down to the smallest. Each block only
   contains the property overrides for that breakpoint — the base
   (desktop-first) rules live with their component above.
   ================================================================= */
@media only screen and (max-width: 1600px) {
  /* line 32, ../sass/_media-query.scss */
  .container-xxl {
    max-width: 1600px;
  }
}
@media (max-width: 1050px) {
  /* line 41, ../sass/_media-query.scss */
  .about-section .mission-vision-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
@media (max-width: 1000px) {
  /* line 52, ../sass/_media-query.scss */
  .about-solution-wrap .solutions-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  /* line 61, ../sass/_media-query.scss */
  .section-pad {
    padding: 70px 0;
  }

  /* line 65, ../sass/_media-query.scss */
  .quicknav-strip {
    margin-top: -30px;
  }

  /* line 69, ../sass/_media-query.scss */
  .solution-block {
    padding: 60px 0;
  }

  /* line 74, ../sass/_media-query.scss */
  .sol-media .frame {
    display: none;
  }
  /* line 78, ../sass/_media-query.scss */
  .sol-media img {
    height: 300px;
  }

  /* line 83, ../sass/_media-query.scss */
  .page-banner h1 {
    font-size: 2.1rem;
  }

  /* line 87, ../sass/_media-query.scss */
  .navbar-toggler::focus {
    box-shadow: none;
  }

  /* line 89, ../sass/_media-query.scss */
  .site-nav {
    position: fixed;
    top: 0;
    background: var(--white);
    padding: .7rem 0;
  }
  /* line 96, ../sass/_media-query.scss */
  .site-nav.is-scrolled .nav-link {
    color: var(--white) !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /* line 106, ../sass/_media-query.scss */
  .site-nav.is-scrolled .nav-wrap .navbar-collapse {
    top: 60px;
  }
  /* line 112, ../sass/_media-query.scss */
  .site-nav .navbar-collapse {
    background: var(--navy);
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  }
  /* line 119, ../sass/_media-query.scss */
  .site-nav .navbar-collapse .navbar-nav .dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  /* line 124, ../sass/_media-query.scss */
  .site-nav .navbar-collapse .navbar-nav .dropdown-menu {
    margin-top: 0;
  }
  /* line 127, ../sass/_media-query.scss */
  .site-nav .navbar-collapse .navbar-nav .dropdown-menu li::last-child .dropdown-item {
    border-bottom: none;
  }
  /* line 130, ../sass/_media-query.scss */
  .site-nav .navbar-collapse .navbar-nav .dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
  /* line 131, ../sass/_media-query.scss */
  .site-nav .navbar-collapse .navbar-nav .nav-link {
    justify-content: space-between;
  }
  /* line 133, ../sass/_media-query.scss */
  .site-nav .navbar-collapse .navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  /* line 140, ../sass/_media-query.scss */
  .site-nav .nav-wrap .navbar-collapse {
    position: absolute;
    top: 90px;
    width: 100%;
  }

  /* line 148, ../sass/_media-query.scss */
  .hero .hero-title {
    font-size: 4rem;
  }

  /* line 149, ../sass/_media-query.scss */
  .about-section .about-title, .section-title {
    font-size: 3.2rem;
  }

  /* line 151, ../sass/_media-query.scss */
  .hero-inner {
    padding-top: 150px;
    padding-bottom: 110px;
  }

  /* line 156, ../sass/_media-query.scss */
  .hero-title {
    font-size: 2.3rem;
  }

  /* line 160, ../sass/_media-query.scss */
  .hero-arrow {
    display: none;
  }

  /* line 168, ../sass/_media-query.scss */
  .about-media .frame {
    display: none;
  }

  /* line 172, ../sass/_media-query.scss */
  .about-section {
    padding: 80px 0 60px;
  }
  /* line 175, ../sass/_media-query.scss */
  .about-section .content-wrapper {
    flex-direction: column;
  }

  /* line 180, ../sass/_media-query.scss */
  .process-row {
    align-items: center;
  }

  /* line 184, ../sass/_media-query.scss */
  .process-connector {
    transform: rotate(90deg);
    margin: .4rem 0;
  }

  /* line 189, ../sass/_media-query.scss */
  .commercial-callout {
    position: static;
    margin-top: -1rem;
    max-width: none;
  }

  /* line 195, ../sass/_media-query.scss */
  .commercial-models .commercial-media {
    justify-content: center;
    margin-top: 2rem;
  }

  /* line 201, ../sass/_media-query.scss */
  .industry .grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  /* line 206, ../sass/_media-query.scss */
  .industry.reverse .grid {
    direction: ltr;
  }
  /* line 210, ../sass/_media-query.scss */
  .industry .media img {
    height: 280px;
  }

  /* line 215, ../sass/_media-query.scss */
  .who-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  /* line 219, ../sass/_media-query.scss */
  .who-grid .media {
    order: -1;
  }

  /* line 224, ../sass/_media-query.scss */
  .value-cards {
    grid-template-columns: 1fr;
  }

  /* line 228, ../sass/_media-query.scss */
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* line 232, ../sass/_media-query.scss */
  .approach-list {
    grid-template-columns: 1fr 1fr;
  }

  /* line 236, ../sass/_media-query.scss */
  .featured {
    grid-template-columns: 1fr;
  }
  /* line 239, ../sass/_media-query.scss */
  .featured .media {
    min-height: 220px;
  }
  /* line 243, ../sass/_media-query.scss */
  .featured .copy {
    padding: 28px;
  }

  /* line 248, ../sass/_media-query.scss */
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* line 252, ../sass/_media-query.scss */
  .info-cards {
    grid-template-columns: 1fr;
    transform: translateY(-60px);
    margin-bottom: -36px;
  }

  /* line 258, ../sass/_media-query.scss */
  .contact-main .grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
@media screen and (max-width: 768px) {
  /* line 268, ../sass/_media-query.scss */
  .container-xxl {
    width: 94%;
  }

  /* line 272, ../sass/_media-query.scss */
  .section-title {
    font-size: 3.5rem;
  }

  /* line 276, ../sass/_media-query.scss */
  .process-row {
    gap: 1rem;
  }
}
@media screen and (max-width: 680px) {
  /* line 285, ../sass/_media-query.scss */
  .hero {
    min-height: auto;
  }

  /* line 289, ../sass/_media-query.scss */
  .hero-inner {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 90px;
  }

  /* line 295, ../sass/_media-query.scss */
  .hero-title {
    font-size: 1.85rem;
  }

  /* line 299, ../sass/_media-query.scss */
  .container-xxl {
    width: 96%;
  }

  /* line 303, ../sass/_media-query.scss */
  .section-title {
    font-size: 3rem;
  }

  /* line 307, ../sass/_media-query.scss */
  .why-item-wrap,
  .solution-item-wrap,
  .value-item {
    flex: 0 0 auto;
    width: 100% !important;
  }

  /* line 314, ../sass/_media-query.scss */
  .process-row {
    gap: 2rem;
  }
  /* line 317, ../sass/_media-query.scss */
  .process-row .process-step {
    width: 100%;
    max-width: 200px;
  }

  /* line 323, ../sass/_media-query.scss */
  .industry-card .industry-photo {
    height: 25rem;
  }

  /* line 327, ../sass/_media-query.scss */
  .inner-banner {
    padding: 96px 0 56px;
  }
  /* line 330, ../sass/_media-query.scss */
  .inner-banner h1 {
    font-size: 1.9rem;
  }

  /* line 335, ../sass/_media-query.scss */
  .industry .points {
    display: flex;
    flex-direction: column;
  }

  /* line 340, ../sass/_media-query.scss */
  .about-solution-wrap .solutions-strip {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  /* line 349, ../sass/_media-query.scss */
  .why-grid {
    grid-template-columns: 1fr;
  }

  /* line 353, ../sass/_media-query.scss */
  .search-box {
    width: 100%;
  }

  /* line 357, ../sass/_media-query.scss */
  .news-grid {
    grid-template-columns: 1fr;
  }

  /* line 361, ../sass/_media-query.scss */
  form.contact-form {
    grid-template-columns: 1fr;
  }

  /* line 365, ../sass/_media-query.scss */
  .sol-chip-list {
    grid-template-columns: 1fr;
  }

  /* line 370, ../sass/_media-query.scss */
  .footer .footer-bottom p {
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
  }
  /* line 375, ../sass/_media-query.scss */
  .footer .footer-bottom p a {
    border-left: none;
    margin-left: auto;
    width: fit-content;
    justify-content: center;
    margin: auto;
  }
  /* line 383, ../sass/_media-query.scss */
  .footer .footer-brand {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  /* line 388, ../sass/_media-query.scss */
  .footer .wrap-contact {
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  /* line 393, ../sass/_media-query.scss */
  .footer .footer-link-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* line 405, ../sass/_media-query.scss */
  .section-title {
    font-size: 2.8rem;
  }

  /* line 409, ../sass/_media-query.scss */
  .approach-list {
    grid-template-columns: 1fr;
  }

  /* line 413, ../sass/_media-query.scss */
  .about-solution-wrap .solutions-strip {
    grid-template-columns: 1fr;
  }
}
