@charset "UTF-8";
/*
 * Stylesheet for Calisto custom theme
 * Author: Spot On Earth Team
 */
/* Import fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/* Main Styles */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 860px) {
  * {
    line-height: normal;
  }
  p {
    line-height: 1.88;
  }
  .gform_wrapper.gravity-theme * {
    line-height: normal !important;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 23px;
  line-height: 1.7391304348;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

textarea,
button,
input,
select {
  font-family: "Roboto", Helvetica, sans-serif;
}

*, *:focus,
a, a:focus {
  outline: 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.25s ease 0s;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a:hover {
    text-decoration: none;
    color: #ff5c35;
  }
}
a:focus {
  color: #ff5c35;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

progress {
  display: inline-block;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0 0 32px 0;
}
figure > figcaption {
  display: block;
}

figcaption {
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
}

p {
  margin: 0 0 26px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0;
  font-weight: normal;
  font-family: "Roboto", Helvetica, sans-serif;
}

h1,
.h1 {
  font-size: 84px;
  line-height: 1.119047619;
  letter-spacing: 0.38px;
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  h1,
  .h1 {
    font-size: 60px;
    line-height: 1.1333333333;
    letter-spacing: 0.27px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.2666666667;
}

h3 {
  font-size: 25px;
  line-height: 1.4;
}

h4 {
  font-size: 22px;
  line-height: 1.4545454545;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

h6 {
  font-size: 17px;
  line-height: 1.5294117647;
  font-weight: 500;
}

blockquote,
blockquote p {
  margin: 25px 0;
  font-size: 30px;
  line-height: 1.2666666667;
  font-weight: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #000;
  margin: 25px 0;
  padding: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 16px;
  list-style-type: disc;
}

ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 24px;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.25em;
}

sub {
  bottom: -0.25em;
}

pre {
  padding: 10px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
table td {
  border-top: 2px solid #000;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 15px 40px 40px 0;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  table td {
    padding: 12px 16px 24px 0;
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
table th {
  border: 0;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  table th {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
table th[scope=col] {
  padding: 0 40px 3px 0;
}
@media screen and (max-width: 860px) {
  table th[scope=col] {
    padding-right: 16px;
  }
}
table th[scope=row] {
  border-top: 2px solid #000;
  padding: 15px 40px 40px 0;
}
@media screen and (max-width: 860px) {
  table th[scope=row] {
    padding: 12px 16px 24px 0;
  }
}
table caption {
  margin: 0 0 3px 0;
  padding: 0 0 16px 0;
  font-size: 32px;
  line-height: 1.25;
  font-style: normal;
}
@media screen and (max-width: 860px) {
  table caption {
    margin: 0 0 3px 0;
    padding: 0 0 12px 0;
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1690px) {
  .container {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }
}

a.cta {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 30px;
  line-height: 1.2666666667;
  font-weight: 500;
  text-decoration: none;
  transition: border-bottom-color 0.35s ease 0s;
}
a.cta:hover, a.cta:focus {
  color: #000;
  border-bottom-color: #ff5c35;
}

.invisible,
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
}

.message {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 10px 8px 30px;
  border: 1px solid;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  background-position: 6px 10px !important;
  background-repeat: no-repeat !important;
}

.warning {
  border-color: #E6DB55;
  background: url("../images/ui/warning.png") repeat scroll 0 0 #FFFBCC;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #002a3a;
  transition: background-color 0.3s ease;
}
#header.header-transparent {
  background: transparent;
}
#header.header-transparent.scrolled {
  background: #002a3a;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 41.5px 40px;
}
@media screen and (max-width: 1024px) {
  .header-inner {
    padding: 20px 20px;
  }
  html.mobile-nav-open .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #002a3a;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

#logo {
  display: block;
  flex-shrink: 0;
  margin: 0 91px;
}
#logo img {
  display: block;
  width: 136px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #logo {
    margin: 0 auto 0 0;
    position: relative;
    z-index: 101;
  }
  html.mobile-nav-open #logo {
    display: none;
  }
}

.header-nav {
  display: flex;
}
.header-nav .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
.header-nav .menu li a {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  padding-bottom: 6px;
}
.header-nav .menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff5c35;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.header-nav .menu li a:hover::after {
  transform: scaleX(1);
}
.header-nav .menu li.current-menu-item a::after,
.header-nav .menu li.current_page_item a::after {
  transform: scaleX(1);
}
@media screen and (max-width: 1024px) {
  .header-nav {
    display: none;
  }
  html.mobile-nav-open .header-nav {
    display: flex;
  }
  html.mobile-nav-open .header-nav .menu {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  html.mobile-nav-open .header-nav .menu li a {
    font-size: 18px;
    letter-spacing: 3px;
  }
  html.mobile-nav-open .header-nav#nav-left {
    margin-bottom: 30px;
  }
}

#nav-toggle {
  display: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  appearance: none;
  margin-left: auto;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
}
#nav-toggle .nav-toggle-open,
#nav-toggle .nav-toggle-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}
#nav-toggle .nav-toggle-close {
  display: none;
}
html.mobile-nav-open #nav-toggle .nav-toggle-open {
  display: none;
}
html.mobile-nav-open #nav-toggle .nav-toggle-close {
  display: flex;
}
@media screen and (max-width: 1024px) {
  #nav-toggle {
    display: flex;
    position: relative;
    z-index: 101;
  }
  html.mobile-nav-open #nav-toggle {
    position: absolute;
    top: 44px;
    right: 20px;
  }
}

#main {
  padding-top: 156px;
  padding-bottom: 1px;
}
@media screen and (max-width: 860px) {
  #main {
    padding-top: 116px;
  }
}

.default-page {
  max-width: 1080px;
  margin: 0 auto;
  padding: 72px 20px 100px;
}
@media screen and (max-width: 860px) {
  .default-page {
    padding: 40px 20px 60px;
  }
}
.default-page .page-title {
  font-family: "ivymode", serif;
  font-size: 45px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.9px;
  color: #002a3a;
  margin: 0 0 32px;
}
@media screen and (max-width: 860px) {
  .default-page .page-title {
    font-size: 32px;
  }
}
.default-page .page-content {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #535455;
}
.default-page .page-content p {
  margin: 0 0 24px;
}
.default-page .page-content h2, .default-page .page-content h3, .default-page .page-content h4, .default-page .page-content strong {
  font-weight: 700;
  color: #002a3a;
}
.default-page .page-content h2 {
  font-size: 18px;
  margin: 32px 0 12px;
}
.default-page .page-content h3 {
  font-size: 16px;
  margin: 24px 0 8px;
}
.default-page .page-content ul, .default-page .page-content ol {
  margin: 0 0 24px;
  padding-left: 20px;
}
.default-page .page-content a {
  color: #ff5c35;
  text-decoration: none;
}
.default-page .page-content a:hover {
  text-decoration: underline;
}

.btn-cta, .insight-back, .tm-back, .ot-cta-btn, .fp-back, .wu-button, .wwd-button, .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 24px 38px;
  border: 1px solid #002a3a;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-cta span, .insight-back span, .tm-back span, .ot-cta-btn span, .fp-back span, .wu-button span, .wwd-button span, .cta-button span {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #002a3a;
  transition: color 0.3s ease;
}
.btn-cta img, .insight-back img, .tm-back img, .ot-cta-btn img, .fp-back img, .wu-button img, .wwd-button img, .cta-button img {
  width: 50px;
  height: auto;
}
.btn-cta:hover, .insight-back:hover, .tm-back:hover, .ot-cta-btn:hover, .fp-back:hover, .wu-button:hover, .wwd-button:hover, .cta-button:hover {
  background: #002a3a;
}
.btn-cta:hover span, .insight-back:hover span, .tm-back:hover span, .ot-cta-btn:hover span, .fp-back:hover span, .wu-button:hover span, .wwd-button:hover span, .cta-button:hover span {
  color: #fff;
}
.btn-cta:hover img, .insight-back:hover img, .tm-back:hover img, .ot-cta-btn:hover img, .fp-back:hover img, .wu-button:hover img, .wwd-button:hover img, .cta-button:hover img {
  filter: brightness(0) invert(1);
}

.section-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: -156px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .section-hero {
    height: 65vh;
    align-items: flex-end;
    padding-bottom: 120px;
  }
}
.section-hero .background_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-hero .background_video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.section-hero .background_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.6);
}
.section-hero .hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-hero .title h1 {
  font-family: "ivymode", serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 92px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.section-hero .title h1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.section-hero .title h1 span.visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .section-hero .title h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 860px) {
  .section-hero .title h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.section-hero .headllines {
  position: relative;
  margin-top: 24px;
  height: 33px;
}
@media screen and (max-width: 860px) {
  .section-hero .headllines {
    height: 28px;
  }
}
.section-hero .headline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-hero .headline br {
  display: none;
}
@media screen and (max-width: 860px) {
  .section-hero .headline br {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .section-hero .headline {
    padding: 0 20px;
  }
}
.section-hero .headline {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.section-hero .headline.active {
  opacity: 1;
  visibility: visible;
}
.section-hero .headline h2 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .section-hero .headline h2 {
    font-size: 18px;
    line-height: normal;
  }
}
.section-hero .hero-ticker {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  z-index: 1;
  bottom: 60px;
  right: 40px;
}
@media screen and (max-width: 860px) {
  .section-hero .hero-ticker {
    right: 20px;
    bottom: 40px;
  }
}
.section-hero .ticker-line {
  display: block;
  width: 28px;
  height: 2px;
  padding: 0;
  border: none;
  background: #545453;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.3s ease;
}
.section-hero .ticker-line.active {
  background: #c4c4c4;
}

.section-intro {
  position: relative;
  background: #fff;
  max-width: 1150px;
  margin: 0 auto;
  padding: 80px 0 30px;
}
@media screen and (max-width: 860px) {
  .section-intro {
    padding: 60px 0 20px;
  }
}

.intro-inner {
  display: flex;
  gap: 0;
}
@media screen and (max-width: 1024px) {
  .intro-inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
}

.intro-left {
  flex: 0 0 55%;
  margin-left: -20px;
}
@media screen and (max-width: 1024px) {
  .intro-left {
    margin-left: 0;
  }
}
.intro-left .founded {
  margin-bottom: 20px;
}
.intro-left .founded span {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #ff5c35;
}
.intro-left .intro-title {
  font-family: "ivymode", serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 0.7px;
  color: #002a3a;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .intro-left .intro-title {
    font-size: 28px;
    line-height: normal;
  }
}

.intro-right {
  flex: 1;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .intro-right {
    padding-top: 0;
  }
}
@media screen and (max-width: 860px) {
  .intro-right {
    padding-bottom: 40px;
  }
}
.intro-right p {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.88;
  color: #535455;
  margin: 0;
}

.section-focus_areas {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 860px) {
  .section-focus_areas {
    padding: 0 0 50px;
  }
}

.focus-areas-inner {
  display: flex;
  gap: 46px;
}
@media screen and (max-width: 860px) {
  .focus-areas-inner {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }
}

.focus-area {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  height: 490px;
  text-decoration: none;
  overflow: hidden;
}
.focus-area:hover .focus-area-bg {
  transform: scale(1.06);
}
@media screen and (max-width: 1024px) {
  .focus-area {
    height: 400px;
  }
}
@media screen and (max-width: 860px) {
  .focus-area {
    height: auto;
    aspect-ratio: 1;
  }
}
.focus-area .focus-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.focus-area .focus-area-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 174px;
  background: rgba(0, 0, 0, 0.42);
}
@media screen and (max-width: 860px) {
  .focus-area .focus-area-overlay {
    height: 120px;
  }
}
.focus-area h2 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  line-height: 1.38;
  color: #fff;
  margin: 0;
  text-align: center;
}

.section-stats {
  background: #002a3a;
  padding: 100px 0 130px;
}
@media screen and (max-width: 860px) {
  .section-stats {
    padding: 60px 0 80px;
  }
}

.stats-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.stats-title {
  font-family: "ivymode", serif;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 60px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .stats-title {
    font-size: 42px;
  }
}

.stats-subtitle {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 16px 0 0;
}
@media screen and (max-width: 860px) {
  .stats-subtitle {
    font-size: 12px;
    margin-top: 0;
  }
}

.stats-grid {
  display: flex;
  justify-content: center;
  margin: 85px 0 0;
  padding: 0;
}
@media screen and (max-width: 860px) {
  .stats-grid {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}

.stat {
  flex: 1;
  text-align: center;
  position: relative;
}
.stat + .stat {
  border-left: 1px solid #ff5c35;
}
@media screen and (max-width: 860px) {
  .stat + .stat {
    border-left: none;
    border-top: none;
    padding-top: 0;
  }
  .stat + .stat::before {
    content: "";
    display: block;
    width: 75%;
    height: 1px;
    background: #ff5c35;
    margin: 0 auto 40px;
  }
}

.stat-value {
  font-family: "ivymode", serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 64px;
  color: #fff;
  margin: 0;
}
.stat-value span {
  font-size: 35px;
  line-height: 64px;
}
@media screen and (max-width: 860px) {
  .stat-value {
    font-size: 70px;
    line-height: normal;
  }
  .stat-value span {
    font-size: 26px;
    line-height: normal;
  }
}

.stat-label {
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999b9f;
  margin: 16px 0 0;
}

.section-cta {
  background: #fff;
  padding: 90px 0;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .section-cta {
    padding: 50px 0;
  }
}

.intro-arrow {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .intro-arrow {
    display: none;
  }
}
.intro-arrow img {
  display: block;
  width: 15px;
  height: auto;
}

.wwd-toggle {
  padding: 69px 0 45px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .wwd-toggle {
    padding-top: 0;
  }
}
@media screen and (max-width: 860px) {
  .wwd-toggle {
    padding-top: 35px;
  }
}

.wwd-toggle-inner {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-top: 0;
}

.wwd-toggle-link {
  display: inline-block;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  text-decoration: none;
  color: #939393;
  padding: 8px 20px;
  transition: color 0.3s ease;
}
.wwd-toggle-link:hover {
  color: #002a3a;
}
.wwd-toggle-link.active {
  color: #002a3a;
}
.wwd-toggle-link + .wwd-toggle-link {
  position: relative;
}
.wwd-toggle-link + .wwd-toggle-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 1px;
  background: #808080;
}

.wwd-hero {
  position: relative;
  width: 100%;
  height: 451px;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .wwd-hero {
    height: 338px;
  }
}
.wwd-hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wwd-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
}

.public-infra-hero-affordable-housing .wwd-hero video {
  object-position: center 82%;
}

.wwd-hero-title {
  position: absolute;
  bottom: 45px;
  left: 32.6%;
  z-index: 1;
  max-width: 465px;
  margin: 0 auto;
  padding: 0;
  transform: translateX(-50%);
  width: 100%;
  font-family: "ivymode", serif;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  line-height: 114%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1024px) {
  .wwd-hero-title {
    font-size: 40px;
    bottom: 30px;
    left: 0;
    transform: none;
    max-width: none;
    padding: 0 20px;
  }
}

.wwd-content {
  display: flex;
  gap: 144px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 82px 0 92px;
}
@media screen and (max-width: 1024px) {
  .wwd-content {
    flex-direction: column;
    gap: 60px;
    padding: 60px 20px;
  }
}

.wwd-content-left {
  flex: 1;
  max-width: 502px;
}
@media screen and (max-width: 1024px) {
  .wwd-content-left {
    max-width: none;
  }
}

.wwd-body {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  color: #535455;
}
.wwd-body p {
  margin: 0 0 37px;
}

.wwd-button {
  margin-top: 20px;
  margin-bottom: 0;
}

.wwd-content-right {
  flex-shrink: 0;
  width: 430px;
}
@media screen and (max-width: 1024px) {
  .wwd-content-right {
    width: 100%;
  }
}

.wwd-stats-heading,
.wwd-docs-heading {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #002a3a;
  margin: 0 0 16px;
}

.wwd-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #dcdee0;
}
.wwd-stat:last-child {
  border-bottom: 1px solid #dcdee0;
}

.wwd-stat-label {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7e7f80;
  line-height: 1.83;
}

.wwd-stat-value {
  font-family: "ivymode", serif;
  font-size: 55px;
  font-weight: 400;
  color: #002a3a;
  line-height: 1;
  text-align: right;
}
.wwd-stat-value span {
  font-size: 35px;
  line-height: 64px;
}

.wwd-docs {
  margin-top: 62px;
}

.wwd-doc-link {
  display: block;
  padding: 14px 0;
  border-top: 1px solid #dcdee0;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.56;
  color: #535455;
  text-decoration: none;
  transition: color 0.3s ease;
}
.wwd-doc-link:last-child {
  border-bottom: 1px solid #dcdee0;
}
.wwd-doc-link:hover {
  color: #002a3a;
}

.wu-reasons {
  padding-top: 99px;
  margin-bottom: 67px;
}
@media screen and (max-width: 1024px) {
  .wu-reasons {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.wu-reasons-inner {
  display: flex;
  gap: 110px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .wu-reasons-inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
}

.wu-title {
  font-family: "ivymode", serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 1.2px;
  color: #002a3a;
  flex-shrink: 0;
  width: 340px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .wu-title {
    width: auto;
    font-size: 44px;
  }
}
@media screen and (max-width: 860px) {
  .wu-title {
    font-size: 36px;
    line-height: normal;
  }
}

.wu-reasons-list {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .wu-reasons-list {
    width: 100%;
  }
}

.wu-reason {
  display: grid;
  grid-template-columns: 39px 215px 1fr;
  gap: 0 14px;
  align-items: start;
  padding: 25px 0;
  border-top: 0.5px solid #ff5c35;
}
.wu-reason:first-child {
  border-top: none;
  padding-top: 10px;
}
.wu-reason:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 860px) {
  .wu-reason {
    grid-template-columns: 40px 1fr;
    gap: 4px 12px;
  }
}

.wu-reason-num {
  font-family: "ivymode", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.6px;
  color: #ff5c35;
}
@media screen and (max-width: 860px) {
  .wu-reason-num {
    grid-row: 1/3;
    font-size: 24px;
  }
}

.wu-reason-label {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #535455;
  line-height: 26px;
}
@media screen and (max-width: 860px) {
  .wu-reason-label {
    font-size: 18px;
  }
}

.wu-reason-value {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #535455;
}
@media screen and (max-width: 860px) {
  .wu-reason-value {
    grid-column: 2;
    font-size: 14px;
  }
}

.wu-separator {
  margin-top: 0;
  width: 100%;
  height: 451px;
  overflow: hidden;
}
.wu-separator img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 860px) {
  .wu-separator {
    height: 280px;
  }
}

.wu-clients {
  text-align: center;
  border-bottom: 1px solid #dcdee0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.wu-clients-bar {
  background: #002a3a;
  padding: 34px 0;
}

.wu-clients-heading {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #fff;
}

.wu-clients-marquee {
  overflow: hidden;
  padding: 50px 0;
}
@media screen and (max-width: 860px) {
  .wu-clients-marquee {
    padding: 30px 0;
  }
}

.wu-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  animation: wu-marquee-scroll 30s linear infinite;
}
.wu-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes wu-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
.wu-marquee-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 90px;
  transform: translateZ(0);
}
.wu-marquee-item img {
  display: block;
  max-height: 80px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.75;
}
@media screen and (max-width: 860px) {
  .wu-marquee-item {
    padding: 0 20px;
    height: 60px;
  }
  .wu-marquee-item img {
    max-height: 50px;
    max-width: 100px;
  }
}

.wu-cta {
  text-align: center;
  padding: 60px 0 80px;
}
@media screen and (max-width: 860px) {
  .wu-cta {
    padding: 40px 0 60px;
  }
}

.fp-article {
  padding-top: 72px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .fp-article {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 860px) {
  .fp-article {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

.fp-inner {
  display: flex;
  gap: 80px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .fp-inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
}

.fp-main {
  flex: 1;
  min-width: 0;
}

.fp-title {
  font-family: "ivymode", serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0.9px;
  color: #002a3a;
  margin: 0 0 12px;
}
@media screen and (max-width: 860px) {
  .fp-title {
    font-size: 32px;
  }
}

.fp-subtitle {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 32px;
}

.fp-text {
  margin-bottom: 32px;
}
.fp-text p {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.88;
  color: #535455;
  margin: 0 0 24px;
}
.fp-text p:last-child {
  margin-bottom: 0;
}

.fp-image {
  margin-bottom: 32px;
}
.fp-image img {
  display: block;
  width: 100%;
  height: auto;
}

.fp-back {
  margin-top: 24px;
}
.fp-back img {
  transform: rotate(180deg);
}

.fp-sidebar {
  flex-shrink: 0;
  width: 340px;
  padding-top: 12px;
}
@media screen and (max-width: 1024px) {
  .fp-sidebar {
    width: 100%;
    padding-top: 0;
  }
}

.fp-sidebar-heading {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #002a3a;
  margin: 0 0 20px;
}

.fp-details {
  margin: 0;
}

.fp-detail {
  padding: 16px 0;
  border-top: 1px solid #dcdee0;
  margin: 0;
  line-height: 20px;
}
.fp-detail:last-child {
  border-bottom: 1px solid #dcdee0;
}

.fp-detail-label {
  display: inline;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #002a3a;
  margin: 0;
}

.fp-detail-value {
  display: inline;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #535455;
  margin: 0;
}

.ot-hero {
  padding-top: 87px;
  padding-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ot-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 860px) {
  .ot-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.ot-hero-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

.ot-title {
  font-family: "ivymode", serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 1.2px;
  color: #002a3a;
  margin: 0 0 20px;
}
@media screen and (max-width: 860px) {
  .ot-title {
    font-size: 36px;
  }
}

.ot-intro {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  color: #535455;
  max-width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .ot-intro {
    font-size: 15px;
  }
}

.ot-team {
  padding-bottom: 63px;
}
@media screen and (max-width: 860px) {
  .ot-team {
    padding-bottom: 50px;
  }
}

.ot-team-inner {
  padding: 0 20px;
}

.ot-heading {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #002a3a;
  text-align: center;
  margin: 0 0 50px;
  padding-bottom: 16px;
  position: relative;
}
.ot-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #ff5c35;
}

.ot-grid {
  display: grid;
  gap: 50px;
}
@media screen and (max-width: 860px) {
  .ot-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.ot-grid--leadership {
  grid-template-columns: repeat(2, 1fr);
  max-width: 798px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .ot-grid--leadership {
    grid-template-columns: 1fr;
  }
}

.ot-grid--team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1202px;
  gap: 40px;
  margin: 80px auto 0;
}
.ot-grid--team .ot-member {
  width: 374px;
}
@media screen and (max-width: 1024px) {
  .ot-grid--team {
    max-width: 798px;
    gap: 50px;
  }
}
@media screen and (max-width: 860px) {
  .ot-grid--team {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 40px;
  }
  .ot-grid--team .ot-member {
    width: auto;
  }
}

.ot-member {
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 860px) {
  .ot-member {
    margin-bottom: 40px;
  }
  .ot-member:last-child {
    margin-bottom: 0;
  }
}

.ot-member-photo {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  max-width: 372px;
  aspect-ratio: 372/443;
}
.ot-member-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}
.ot-member-photo:hover img {
  filter: grayscale(0);
}

.ot-member-arrow {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.ot-member-name {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #002a3a;
  margin: 0 0 6px;
}

.ot-member-position {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0;
}

.ot-quotes {
  background: #002a3a;
  padding: 80px 0;
  min-height: 355px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .ot-quotes {
    padding: 60px 0;
    min-height: 0;
  }
}

.ot-quotes-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ot-quote {
  display: none;
}
.ot-quote.active {
  display: block;
}

.ot-quote-text {
  font-family: "ivymode", serif;
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
  line-height: 50px;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 30px;
}
@media screen and (max-width: 860px) {
  .ot-quote-text {
    font-size: 24px;
    line-height: normal;
  }
}

.ot-quote-author {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.ot-quote-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 30px;
}

.ot-quote-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 221, 213, 0.35);
  cursor: pointer;
  transition: background 0.3s ease;
}
.ot-quote-dot.active {
  background: rgba(255, 96, 58, 0.95);
}

.ot-cta {
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .ot-cta {
    padding: 50px 0;
  }
}

.tm-article {
  padding-top: 72px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .tm-article {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 860px) {
  .tm-article {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

.tm-inner {
  display: flex;
  gap: 80px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .tm-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 860px) {
  .tm-inner {
    gap: 0;
  }
}

.tm-main {
  flex: 1;
  min-width: 0;
}

.tm-title {
  font-family: "ivymode", serif;
  font-size: 60px;
  font-weight: 250;
  line-height: 69px;
  letter-spacing: 1.2px;
  color: #002a3a;
  margin: 0 0 12px;
}
@media screen and (max-width: 860px) {
  .tm-title {
    font-size: 42px;
    margin-bottom: 0;
  }
}

.tm-position {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 32px;
}

.tm-bio {
  margin-bottom: 32px;
}
.tm-bio p {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  color: #535455;
  margin: 0 0 24px;
}
.tm-bio p:last-child {
  margin-bottom: 0;
}
.tm-bio h3, .tm-bio strong {
  font-weight: 700;
  color: #002a3a;
}
.tm-bio ul {
  list-style: none;
  padding-left: 16px;
  margin: 0 0 24px;
}
.tm-bio ul li {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  color: #535455;
  margin-bottom: 8px;
}
.tm-bio ul li::before {
  content: "·";
  display: inline-block;
  margin-left: -16px;
  width: 16px;
  color: #999;
  font-size: 20px;
}

.tm-back {
  margin-top: 24px;
}
.tm-back img {
  transform: rotate(180deg);
}

@media screen and (max-width: 860px) {
  .tm-back-desktop {
    display: none;
  }
}

.tm-back-mobile {
  display: none;
}
@media screen and (max-width: 860px) {
  .tm-back-mobile {
    display: inline-flex;
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

.tm-sidebar {
  flex-shrink: 0;
  width: 380px;
}
@media screen and (max-width: 1024px) {
  .tm-sidebar {
    width: 100%;
  }
}

.tm-photo-mobile {
  display: none;
}
@media screen and (max-width: 860px) {
  .tm-photo-mobile {
    display: block;
    margin-bottom: 30px;
  }
  .tm-photo-mobile img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.tm-photo {
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  .tm-photo {
    display: none;
  }
}
.tm-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.tm-quote {
  margin-bottom: 30px;
}

.tm-quote-text {
  font-family: "ivymode", serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: 36px;
  letter-spacing: 0.2px;
  color: #002a3a;
  margin: 0 0 12px;
}

.tm-quote-author {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #002a3a;
  margin: 0;
}

.tm-section {
  margin-bottom: 30px;
}

.tm-section-heading {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #002a3a;
  margin: 0 0 16px;
}

.tm-section-item {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: #535455;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #dcdee0;
}
.tm-section-item:last-child {
  border-bottom: 1px solid #dcdee0;
}

.tm-contact-phone {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #535455;
  margin: 0 0 16px;
}

.tm-contact-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tm-contact-icon {
  display: inline-flex;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.tm-contact-icon svg {
  display: block;
}
.tm-contact-icon:hover {
  opacity: 0.7;
}

.insights-section {
  padding: 80px 0 120px;
}
@media screen and (max-width: 860px) {
  .insights-section {
    padding: 50px 0 80px;
  }
}

.insights-inner {
  display: flex;
  gap: 75px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .insights-inner {
    flex-direction: column;
    gap: 40px;
  }
}

.insights-sidebar {
  flex-shrink: 0;
  width: 348px;
}
@media screen and (max-width: 1024px) {
  .insights-sidebar {
    width: 100%;
  }
}

.insights-title {
  font-family: "ivymode", serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 1.2px;
  color: #002a3a;
  margin: 0 0 12px;
}
@media screen and (max-width: 860px) {
  .insights-title {
    font-size: 42px;
    line-height: 48px;
  }
}

.insights-intro {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #002a3a;
  margin: 0 0 30px;
}

.insights-filter {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .insights-filter--desktop {
    display: none;
  }
}

.insights-filter--mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .insights-filter--mobile {
    display: block;
  }
}

.insights-filter-select {
  width: 100%;
  margin-top: 12px;
  padding: 10px 12px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #002a3a;
  border: 1px solid #545453;
  border-radius: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23002a3a' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}

.insights-filter-label {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #002a3a;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff5c35;
  display: inline-block;
}

.insights-filter-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.insights-filter-list li {
  margin: 0;
  padding: 0;
}
.insights-filter-list label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #002a3a;
  line-height: 36px;
  cursor: pointer;
  opacity: 0.75;
}
.insights-filter-list label:has(input:checked) {
  color: #ff5c35;
  font-weight: 600;
  opacity: 1;
}
.insights-filter-list input[type=checkbox] {
  width: 13px;
  height: 13px;
  border: 1px solid #cfd0d1;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  background: #fff;
  opacity: 0.75;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.insights-filter-list input[type=checkbox]:checked {
  background: #ff5c35;
  border-color: #ff5c35;
  opacity: 1;
}

.insights-disclaimer {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  color: #545453;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .insights-disclaimer--desktop {
    display: none;
  }
}

.insights-disclaimer--mobile {
  display: none;
  max-width: 1240px;
  margin: 40px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .insights-disclaimer--mobile {
    display: block;
  }
}

.insights-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-content: start;
  transition: opacity 0.25s ease;
}
@media screen and (max-width: 860px) {
  .insights-grid {
    grid-template-columns: 1fr;
  }
}

.insights-card {
  background: #f6f6f6;
  padding: 35px 31px 40px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
}

.insights-card-tag {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #002a3a;
  margin: 0 0 16px;
}

.insights-card-title {
  font-family: "ivymode", serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 0.25px;
  color: #002a3a;
  margin: 0 0 20px;
}

.insights-card-excerpt {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: #545453;
  margin: 0 0 auto;
  padding-bottom: 20px;
}

.insights-card-link {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #ff5c35;
  text-decoration: none;
}
.insights-card-link:hover {
  text-decoration: none;
}

.insights-cta {
  max-width: 1240px;
  margin: 60px auto 0;
  padding: 0 20px;
  padding-left: calc(423px + 20px);
}
@media screen and (max-width: 1024px) {
  .insights-cta {
    padding-left: 20px;
  }
}

.insight-article {
  padding: 72px 0 100px;
}
@media screen and (max-width: 860px) {
  .insight-article {
    padding: 40px 0 60px;
  }
}

.insight-inner {
  display: flex;
  gap: 55px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .insight-inner {
    flex-direction: column;
    gap: 40px;
  }
}

.insight-left {
  flex: 1;
  max-width: 650px;
}

.insight-image {
  margin: 0 0 20px;
}
.insight-image img {
  display: block;
  width: 100%;
  height: auto;
}

.insight-detail-title {
  font-family: "ivymode", serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 0.7px;
  color: #002a3a;
  margin: 0 0 12px;
}
@media screen and (max-width: 860px) {
  .insight-detail-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.insight-subtitle {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #002a3a;
  margin: 0 0 30px;
}

.insight-content {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: #002a3a;
}
.insight-content h2, .insight-content h3, .insight-content h4 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  color: #002a3a;
  margin: 40px 0 12px;
}
.insight-content h2 {
  font-size: 22px;
  line-height: 30px;
}
.insight-content h3 {
  font-size: 18px;
  line-height: 26px;
}
.insight-content h4 {
  font-size: 17px;
  line-height: 24px;
}
.insight-content p {
  margin: 0 0 16px;
}
.insight-content ul, .insight-content ol {
  margin: 0 0 16px;
  padding-left: 24px;
}
.insight-content li {
  margin: 0 0 6px;
}
.insight-content strong {
  font-weight: 700;
}

.insight-back {
  margin-top: 50px;
}
.insight-back img {
  transform: rotate(180deg);
}

.insight-sidebar {
  flex-shrink: 0;
  width: 348px;
}
@media screen and (max-width: 1024px) {
  .insight-sidebar {
    width: 100%;
  }
}

.insight-sidebar-heading {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #002a3a;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff5c35;
}

.insight-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.insight-related-list li {
  border-bottom: 1px solid #c4c4c4;
}
.insight-related-list a {
  display: block;
  padding: 16px 0;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.56;
  color: #002a3a;
  text-decoration: none;
}
.insight-related-list a:hover {
  color: #ff5c35;
}

.careers-content {
  padding: 77px 0 79px;
}
@media screen and (max-width: 1024px) {
  .careers-content {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 860px) {
  .careers-content {
    padding: 40px 0 40px;
  }
}

.careers-inner {
  display: flex;
  gap: 122px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .careers-inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
}

.careers-left {
  flex-shrink: 0;
  width: 429px;
}
@media screen and (max-width: 1024px) {
  .careers-left {
    width: 100%;
  }
}

.careers-title {
  font-family: "ivymode", serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 0.7px;
  color: #002a3a;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .careers-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.careers-right {
  flex: 1;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .careers-right {
    padding-top: 0;
  }
}

.careers-body {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  color: #535455;
}
.careers-body p {
  margin: 0 0 24px;
}
.careers-body p:last-child {
  margin-bottom: 0;
}
.careers-body strong {
  font-weight: 500;
}

.careers-button {
  margin-top: 30px;
}

.careers-image {
  width: 100%;
  height: 451px;
  overflow: hidden;
}
.careers-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 860px) {
  .careers-image {
    height: 280px;
  }
}

@media screen and (max-width: 860px) {
  .page-template-template-contact #main {
    padding-top: 100px;
  }
}

.contact-section {
  background: #002a3a;
  padding: 90px 0 120px;
}
@media screen and (max-width: 860px) {
  .contact-section {
    padding: 60px 0 80px;
  }
}

.contact-inner {
  display: flex;
  gap: 111px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .contact-inner {
    flex-direction: column;
    gap: 60px;
  }
}

.contact-left {
  flex: 1;
  max-width: 559px;
}

.contact-title {
  font-family: "ivymode", serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 0.7px;
  color: #fff;
  margin: 0 0 10px;
}
@media screen and (max-width: 860px) {
  .contact-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.contact-form {
  margin-top: 0;
}
.contact-form .gform_wrapper {
  margin: 0;
  padding: 0;
}
.contact-form .gform_title {
  display: none;
}
.contact-form .gform_description {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 0.34px;
  color: #fff;
  margin: 0 0 32px;
}
.contact-form .gform_body {
  margin: 0;
}
.contact-form .gform_fields,
.contact-form .gform_wrapper.gravity-theme .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
  grid-row-gap: 0;
}
.contact-form .gfield {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 92, 53, 0.5);
}
.contact-form .gfield:last-of-type {
  border-bottom: 1px solid rgba(255, 92, 53, 0.5);
}
.contact-form .gfield_label,
.contact-form .gfield_label_before_complex,
.contact-form .gform_wrapper label {
  display: none !important;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea,
.contact-form .gform_wrapper.gravity-theme input[type=text],
.contact-form .gform_wrapper.gravity-theme input[type=email],
.contact-form .gform_wrapper.gravity-theme input[type=tel],
.contact-form .gform_wrapper.gravity-theme textarea {
  display: block;
  width: 100%;
  max-width: 507px;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 57px;
  line-height: 57px;
  letter-spacing: 0.7px;
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 0;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form textarea::placeholder,
.contact-form .gform_wrapper.gravity-theme input[type=text]::placeholder,
.contact-form .gform_wrapper.gravity-theme input[type=email]::placeholder,
.contact-form .gform_wrapper.gravity-theme input[type=tel]::placeholder,
.contact-form .gform_wrapper.gravity-theme textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-weight: 600;
}
.contact-form textarea,
.contact-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 200px;
  line-height: 1.6;
  padding: 21px 0;
  resize: none;
}
.contact-form .gform_footer,
.contact-form .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 55px;
  padding: 0;
}
.contact-form input[type=submit],
.contact-form .gform_button {
  display: inline-block;
  padding: 24px 100px 24px 38px;
  border: 1px solid #fff;
  background: transparent url("../images/arrow-right-white.svg") no-repeat right 38px center;
  background-size: 50px auto;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.contact-form input[type=submit]:hover,
.contact-form .gform_button:hover {
  background-color: #fff;
  background-image: url("../images/arrow-right.svg");
  color: #002a3a;
}
.contact-form .gform_confirmation_message {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.34px;
  color: #fff;
}
.contact-form .gform_confirmation_message br {
  display: none;
}
.contact-form .gform_confirmation_message .contact-title {
  font-family: "ivymode", serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 0.7px;
  color: #fff;
  margin: 0 0 10px;
}
.contact-form .gform_confirmation_message p {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}

.contact-left:has(.gform_confirmation_message) > .contact-title {
  display: none;
}

.contact-right {
  flex-shrink: 0;
  width: 334px;
  padding-top: 13px;
}
@media screen and (max-width: 1024px) {
  .contact-right {
    width: 100%;
    padding-top: 0;
  }
}

.contact-company {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  color: #ff5c35;
  margin: 0 0 4px;
}

.contact-address {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 10px;
}
.contact-address strong {
  display: none;
}

.contact-phone,
.contact-email {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 6px;
}
.contact-phone a,
.contact-email a {
  color: #fff;
  text-decoration: none;
}
.contact-phone a:hover,
.contact-email a:hover {
  color: #ff5c35;
}

#footer {
  background: #f3f4f5;
  color: #002a3a;
  font-family: "Montserrat", Helvetica, sans-serif;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
  padding: 60px 20px 48px;
}
@media screen and (max-width: 860px) {
  .footer-inner {
    flex-direction: column;
    gap: 48px;
    padding: 48px 20px 24px;
  }
}

.footer-left {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin-left: -64px;
}
@media screen and (max-width: 1024px) {
  .footer-logo {
    margin-left: 0;
  }
}
.footer-logo img {
  display: block;
  width: 140px;
  height: auto;
}

.footer-right {
  text-align: left;
}

.footer-heading {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #002a3a;
  margin: 0 0 28px;
}

.footer-address {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #002a3a;
  margin: 0;
}

.footer-divider {
  border: none;
  border-top: 2px solid #ff5c35;
  width: 41px;
  margin: 16px 0;
}

.footer-phone,
.footer-email {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 4px;
}
.footer-phone a,
.footer-email a {
  color: #002a3a;
  text-decoration: none;
}
.footer-phone a:hover,
.footer-email a:hover {
  color: #ff5c35;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  margin: 0 auto;
  padding: 20px 20px 30px;
  border-top: 1px solid #dcdee0;
}
@media screen and (max-width: 860px) {
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 24px 20px 32px;
  }
}

.copyright {
  font-size: 12px;
  font-weight: 300;
  line-height: 55px;
  color: #002a3a;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .copyright {
    line-height: normal;
  }
}

.footer-legal {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #002a3a;
  margin: 0;
}
.footer-legal a {
  cursor: pointer;
  color: #002a3a;
  text-decoration: none;
}
.footer-legal a:hover {
  color: #ff5c35;
}
.footer-legal .footer-design-link {
  color: #002a3a;
  text-decoration: none;
}
.footer-legal .footer-design-link:hover, .footer-legal .footer-design-link:focus {
  color: #ff5c35;
}
.footer-legal .footer-design-link strong {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
}
