@import "../css/vendor.min.css";
h1, .h1 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 110%;
  font-size: clamp(2.5rem, -4.318rem + 10.909vw, 6.25rem);
}
h1.wide, .h1.wide {
  font-size: 5.7vw;
}
@media (max-width: 640px) {
  h1.wide, .h1.wide {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 110%;
  font-size: clamp(1.875rem, -2.898rem + 7.636vw, 4.5rem);
}

h3, .h3 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 110%;
  font-size: clamp(1.75rem, -0.523rem + 3.636vw, 3rem);
}

h4, .h4, .h4 p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 110%;
  font-size: clamp(1.5rem, 0.136rem + 2.182vw, 2.25rem);
}

h5, .h5 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 110%;
  font-size: clamp(1.375rem, 1.148rem + 0.364vw, 1.5rem);
}

h6, .h6 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 110%;
  font-size: clamp(1.25rem, 1.023rem + 0.364vw, 1.375rem);
}

p a {
  color: #005841;
  display: inline-block;
}
p a:hover, p a:focus {
  color: #005841;
}

.body-1 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 150%;
  font-size: clamp(1.125rem, 0.898rem + 0.364vw, 1.25rem);
}
.body-1 a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.body-2 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 150%;
  font-size: clamp(1rem, 0.773rem + 0.364vw, 1.125rem);
}
.body-2.bold {
  font-weight: 600;
}
.body-2 a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.body-3 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 150%;
  font-size: clamp(0.875rem, 0.648rem + 0.364vw, 1rem);
}
.body-3.bold {
  font-weight: 600;
}
.body-3 a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 110%;
  font-size: clamp(0.875rem, 0.648rem + 0.364vw, 1rem);
  text-transform: uppercase;
}

.cta {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 150%;
  font-size: clamp(1rem, 0.773rem + 0.364vw, 1.125rem);
}
.cta svg {
  width: clamp(1rem, 0.091rem + 1.455vw, 1.5rem);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cta:hover svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.stat {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 110%;
  font-size: clamp(1rem, 0.773rem + 0.364vw, 1.125rem);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-size: clamp(1rem, 0.773rem + 0.364vw, 1.125rem);
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 150%;
  color: #212427;
  background-color: #F6F6F4;
  overflow-x: hidden;
  position: relative;
}
body.page-template-t-home {
  background-color: #003B2B;
}

ol,
ul,
menu {
  list-style: none;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

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

.canvas-wrapper {
  position: relative;
  min-height: auto;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

p {
  line-height: inherit;
}
p:last-child {
  margin-bottom: 0;
}

main {
  position: relative;
  padding-top: 6.625rem;
  overflow-x: clip;
  min-height: calc(100dvh - 6.625rem - 100px);
}
@media (max-width: 900px) {
  main {
    padding-top: 5rem;
  }
}

.container {
  max-width: calc(93.125rem + clamp(3rem, -2.909rem + 9.455vw, 6.25rem));
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.5rem, -1.455rem + 4.727vw, 3.125rem);
  padding-right: clamp(1.5rem, -1.455rem + 4.727vw, 3.125rem);
}
.container.wide {
  max-width: unset;
  margin-left: clamp(1.5rem, -1.455rem + 4.727vw, 3.125rem);
  margin-right: clamp(1.5rem, -1.455rem + 4.727vw, 3.125rem);
  padding-left: 0;
  padding-right: 0;
}

.skip-main {
  left: auto;
  position: absolute;
  top: -60px;
  width: 1px;
  height: 50px;
  overflow: hidden;
  z-index: -999;
  color: #fff;
  background-color: white;
  font-size: 1.2em;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid white;
  text-align: center;
  width: 30%;
  z-index: 999;
  color: white;
  left: auto;
  overflow: auto;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media (max-width: 900px) {
  .skip-main {
    margin: 10px 20%;
    width: 60%;
  }
}
.skip-main:focus, .skip-main:active {
  top: 0;
}

.alm-btn-wrap {
  padding-top: 2rem !important;
}
.alm-btn-wrap .alm-load-more-btn.done {
  display: none !important;
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}
.wp-caption.alignleft, .wp-caption.alignright {
  display: table;
}
.wp-caption.alignleft figcaption, .wp-caption.alignright figcaption {
  display: table-caption;
  caption-side: bottom;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  margin: 0;
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin: 0;
  margin-left: 2rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  position: fixed;
  overflow-x: clip;
  top: 0;
  width: 100%;
  height: 6.625rem;
  background-color: #F6F6F4;
  z-index: 100;
  visibility: visible;
  -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
body.has-scrolled .site-header {
  height: 5rem;
}
@media (max-width: 900px) {
  .site-header {
    height: 5rem;
  }
}
.site-header .logo {
  width: clamp(11.875rem, 0.511rem + 18.182vw, 18.125rem);
}
@media (max-width: 900px) {
  .site-header .nav-left, .site-header .nav-right {
    display: none;
  }
}
.site-header .menu-item {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.site-header .menu-item a {
  padding: 1rem clamp(1.25rem, 0.341rem + 1.455vw, 1.75rem);
  color: #212427;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 150%;
  font-size: clamp(0.875rem, 0.648rem + 0.364vw, 1rem);
}
@media (max-width: 900px) {
  .site-header .menu-item a {
    padding: 1.5rem clamp(1.25rem, 0.341rem + 1.455vw, 1.75rem);
    font-size: 1.5rem;
    display: block;
  }
}
.site-header .menu-item a .menu-item-arrow {
  width: 16px;
  height: 8px;
  overflow: clip;
}
.site-header .menu-item a .menu-item-arrow svg {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-header .menu-item .sub-menu {
  padding-left: clamp(0.25rem, -1.795rem + 3.273vw, 1.375rem);
  left: calc(-1 * clamp(1.5rem, -1.455rem + 4.727vw, 3.125rem));
  top: 75%;
  height: 0;
  overflow: clip;
  background-color: #F6F6F4;
  -webkit-transition: height 0.3s ease-in-out 0.5s;
  transition: height 0.3s ease-in-out 0.5s;
}
.site-header .menu-item .sub-menu a {
  -webkit-transition: opacity 0.2s 0.3s;
  transition: opacity 0.2s 0.3s;
  opacity: 0;
}
.site-header .menu-item:hover, .site-header .menu-item:focus-visible {
  opacity: 1;
  z-index: 2;
}
.site-header .menu-item:hover .menu-item-arrow svg, .site-header .menu-item:focus-visible .menu-item-arrow svg {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.site-header .menu-item:hover .sub-menu, .site-header .menu-item:focus-visible .sub-menu {
  height: 54px;
  -webkit-transition: height 0.3s ease-in-out 0s;
  transition: height 0.3s ease-in-out 0s;
}
.site-header .menu-item:hover .sub-menu a, .site-header .menu-item:focus-visible .sub-menu a {
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 1;
}
.site-header ul:has(li:hover) li:not(:hover) {
  opacity: 0.5;
}
@media (min-width: 900px) {
  .site-header .menu-header-left, .site-header .menu-header-right {
    margin-left: calc(-1 * clamp(1.25rem, 0.341rem + 1.455vw, 1.75rem));
  }
}
@media (max-width: 900px) {
  .site-header .menu-header-left, .site-header .menu-header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media (min-width: 900px) {
  .site-header .menu-header-right {
    margin-right: calc(-1 * clamp(1.25rem, 0.341rem + 1.455vw, 1.75rem));
  }
}

.admin-bar .site-header {
  top: 32px;
}

[data-dgtakeover-toggle] {
  width: 3rem;
  height: 3rem;
  display: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 101;
  margin-right: -0.875rem;
}
@media (max-width: 900px) {
  [data-dgtakeover-toggle] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
[data-dgtakeover-toggle] span {
  position: absolute;
  width: 1.25rem;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background-color: #002018;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
[data-dgtakeover-toggle]:before, [data-dgtakeover-toggle]:after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 2px;
  top: calc(50% - 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1px;
  background-color: #002018;
  -webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, background-color 0.4s;
  transition: transform 0.4s, background-color 0.4s, -webkit-transform 0.4s;
}
[data-dgtakeover-toggle]:after {
  top: calc(50% + 6px);
}
[data-dgtakeover-toggle].takeover__opening span {
  opacity: 0;
}
[data-dgtakeover-toggle].takeover__opening:before {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
[data-dgtakeover-toggle].takeover__opening:after {
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
}
[data-dgtakeover-toggle].takeover__open:before {
  -webkit-transform: translate(-50%, 8px) rotate(45deg);
          transform: translate(-50%, 8px) rotate(45deg);
}
[data-dgtakeover-toggle].takeover__open:after {
  -webkit-transform: translate(-50%, -6px) rotate(-45deg);
          transform: translate(-50%, -6px) rotate(-45deg);
}

[data-dgtakeover-menu] {
  width: 100vw;
  height: calc(100vh - 6.625rem);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  background-color: #FFFFFD;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
body.has-scrolled [data-dgtakeover-menu] {
  height: calc(100vh - 5rem);
}
@media (max-width: 900px) {
  [data-dgtakeover-menu] {
    height: calc(100vh - 5rem);
  }
}
[data-dgtakeover-menu] .takeover-content {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  padding: 3.3125rem 1.875rem 0 1.875rem;
}

[data-dgtakeover-menu].takeover__opening {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  pointer-events: auto;
}

[data-dgtakeover-menu].takeover__open .takeover-content {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.page-template-t-home .site-header {
  background-color: #003B2B;
}
.page-template-t-home .site-header .menu-item a {
  color: #FFFFFF;
}
.page-template-t-home .site-header .menu-item a .menu-item-arrow svg path {
  fill: #FFFFFF;
}
.page-template-t-home .site-header .sub-menu {
  background-color: #003B2B;
}
.page-template-t-home .site-header svg path {
  fill: #FFFFFF;
}
.page-template-t-home .site-header svg path.dimond {
  fill: #DEF24E;
}
.page-template-t-home .site-header [data-dgtakeover-toggle] span, .page-template-t-home .site-header [data-dgtakeover-toggle]:before, .page-template-t-home .site-header [data-dgtakeover-toggle]:after {
  background-color: #FFFFFF;
}
.page-template-t-home .site-header [data-dgtakeover-menu] {
  background-color: #003B2B;
}

.site-footer {
  padding-top: 100px;
}
.site-footer .footer-socials svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .site-footer li {
    line-height: 1;
  }
  .site-footer .mb-20 {
    margin-bottom: 1.25rem;
  }
  .site-footer .mb-10 {
    margin-bottom: 1rem;
  }
  .site-footer ul {
    gap: 1rem;
  }
}
@media (min-width: 900px) {
  .site-footer .menu a:hover {
    color: #212427;
  }
  .site-footer .menu:has(a:hover) a:not(:hover) {
    opacity: 0.5;
  }
  .site-footer .footer-socials a:hover svg path {
    fill: #002018;
  }
}
.site-footer .site-footer-grid {
  row-gap: 3rem;
}
@media (max-width: 900px) {
  .site-footer .site-footer-grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (max-width: 420px) {
  .site-footer .site-footer-grid .site-footer-main-nav {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer .site-footer-grid .col-span-2 {
    grid-column: unset;
  }
}
@media (max-width: 640px) {
  .site-footer .site-footer-grid .site-footer-legal {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-footer .site-footer-grid .site-footer-social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page-template-t-home .site-footer {
  background-color: #002018;
}
.page-template-t-home .site-footer .body-2 {
  color: #FFFFFF;
}
.page-template-t-home .site-footer .body-3 {
  color: #C8C7C7;
}
.page-template-t-home .site-footer .logo path {
  fill: #FFFFFF;
}
.page-template-t-home .site-footer .logo path.dimond {
  fill: #DEF24E;
}
.page-template-t-home .site-footer .footer-socials svg path {
  fill: #FFFFFF;
}
@media (min-width: 900px) {
  .page-template-t-home .site-footer .menu a:hover {
    color: #FFFFFF;
  }
  .page-template-t-home .site-footer .footer-socials a:hover svg path {
    fill: #DEF24E;
  }
}

.gform_wrapper {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #FFFFFD;
}
.gform_wrapper .gform_heading {
  margin-bottom: clamp(3.125rem, -2.557rem + 9.091vw, 6.25rem);
}
.gform_wrapper .gform_heading .gform_title {
  margin-bottom: clamp(0.75rem, -0.159rem + 1.455vw, 1.25rem);
}
@media (min-width: 640px) {
  .gform_wrapper .gform_fields {
    grid-column-gap: 1.75rem !important;
    grid-row-gap: 3rem !important;
  }
}
.gform_wrapper .gform_required_legend {
  display: none;
}

.gform_wrapper .gfield .gfield_label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 110%;
  font-size: clamp(0.875rem, 0.648rem + 0.364vw, 1rem);
  text-transform: uppercase;
  color: #757575;
}
.gform_wrapper .gfield--width-half {
  width: 100%;
  float: left;
  margin-right: 16px;
}
.gform_wrapper .gfield--width-half:nth-of-type(2n) {
  margin-right: 0;
}
.gform_wrapper .gfield--width-half:after {
  content: "";
  display: table;
  clear: both;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=url], .gform_wrapper input[type=password], .gform_wrapper input[type=number], .gform_wrapper textarea, .gform_wrapper select {
  width: 100%;
  padding: clamp(0.375rem, -0.08rem + 0.727vw, 0.625rem) 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 0.648rem + 0.364vw, 1rem);
  color: #FFFFFD;
  background: none !important;
  border-bottom: 1px solid #757575;
}
.gform_wrapper input[type=text]:-internal-autofill-selected, .gform_wrapper input[type=email]:-internal-autofill-selected, .gform_wrapper input[type=tel]:-internal-autofill-selected, .gform_wrapper input[type=url]:-internal-autofill-selected, .gform_wrapper input[type=password]:-internal-autofill-selected, .gform_wrapper input[type=number]:-internal-autofill-selected, .gform_wrapper textarea:-internal-autofill-selected, .gform_wrapper select:-internal-autofill-selected {
  width: 100%;
  padding: clamp(0.375rem, -0.08rem + 0.727vw, 0.625rem) 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 0.648rem + 0.364vw, 1rem);
  color: #FFFFFD;
  background: none !important;
  border-bottom: 1px solid #757575;
}
.gform_wrapper textarea {
  resize: none !important;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  margin-bottom: 4px;
}
.gform_wrapper .gfield_checkbox input, .gform_wrapper .gfield_radio input {
  margin-right: 4px;
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
  font-weight: normal;
  color: #757575;
  display: inline-block;
}
.gform_wrapper .gfield_description.gfield_instruction {
  font-size: 0.9em;
  color: #67717a;
  margin-top: 4px;
}

.gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  padding: clamp(1rem, -0.818rem + 2.909vw, 2rem) 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: none;
}
.gform_wrapper .gform_footer .gform_button svg {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.gform_wrapper .gform_footer .gform_button:hover svg, .gform_wrapper .gform_footer .gform_button:focus svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.gform_wrapper .gfield_error .validation_message {
  color: #f25050;
  font-size: 0.9em;
  margin-top: 4px;
}
.gform_wrapper .gfield_error .ginput_container:after {
  background-color: #f25050;
}

.gform_wrapper .gform_confirmation_wrapper {
  border: 1px solid #005841;
  background-color: #3fffcd;
  color: #005841;
  padding: 16px;
  border-radius: 4px;
}

.py-200 {
  padding-top: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
  padding-bottom: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}

.pb-200 {
  padding-bottom: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}

.mb-100 {
  margin-bottom: clamp(3.125rem, -2.557rem + 9.091vw, 6.25rem);
}

.mb-75 {
  margin-bottom: clamp(2.1875rem, -2.358rem + 7.273vw, 4.6875rem);
}

.mb-50 {
  margin-bottom: clamp(1.5625rem, -1.278rem + 4.545vw, 3.125rem);
}

.mb-40 {
  margin-bottom: clamp(1.25rem, -1.023rem + 3.636vw, 2.5rem);
}

.mb-30 {
  margin-bottom: clamp(1.25rem, 0.114rem + 1.818vw, 1.875rem);
}

.mb-20 {
  margin-bottom: clamp(0.625rem, -0.511rem + 1.818vw, 1.25rem);
}

.mb-10 {
  margin-bottom: clamp(0.5rem, 0.273rem + 0.364vw, 0.625rem);
}

.gap-86 {
  gap: clamp(3rem, -1.318rem + 6.909vw, 5.375rem);
}

.gap-60 {
  gap: clamp(2rem, -1.182rem + 5.091vw, 3.75rem);
}

.gap-50 {
  gap: clamp(1.75rem, -0.75rem + 4vw, 3.125rem);
}

.gap-40 {
  gap: clamp(1.25rem, -1.023rem + 3.636vw, 2.5rem);
}

.gap-30 {
  gap: clamp(0.9375rem, -0.767rem + 2.727vw, 1.875rem);
}

.gap-20 {
  gap: 1.25rem;
}

.gap-10 {
  gap: 0.625rem;
}

.square {
  padding-top: 100%;
}

.rect {
  padding-top: 66%;
}

.block {
  display: block;
}

.hide {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.font-bold {
  font-weight: 600;
}

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

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

@media (max-width: 1600px) {
  .xxl\:text-center {
    text-align: center;
  }
}

@media (max-width: 1440px) {
  .xl\:text-center {
    text-align: center;
  }
}

@media (max-width: 1280px) {
  .lg\:text-center {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .md\:text-center {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .sm\:text-center {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .xs\:text-center {
    text-align: center;
  }
}

@media (max-width: 360px) {
  .xxs\:text-center {
    text-align: center;
  }
}

@media (max-width: 1600px) {
  .xxl\:text-left {
    text-align: left;
  }
}

@media (max-width: 1440px) {
  .xl\:text-left {
    text-align: left;
  }
}

@media (max-width: 1280px) {
  .lg\:text-left {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .md\:text-left {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .sm\:text-left {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .xs\:text-left {
    text-align: left;
  }
}

@media (max-width: 360px) {
  .xxs\:text-left {
    text-align: left;
  }
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.leading-none {
  line-height: 1;
}

.w-full, .w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.h-full, .h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-100vh {
  height: 100vh;
}

.pointer {
  cursor: pointer;
}

.bg-black {
  background-color: #002018;
}

.bg-gray {
  background-color: #003B2B;
}

.bg-light-gray {
  background-color: #F6F6F4;
}

.bg-white {
  background-color: #FFFFFD;
}

.bg-green {
  background-color: #005841;
}

.bg-yellow {
  background-color: #DEF24E;
}

.bg-blue {
  background-color: #4551FC;
}

.text-black {
  color: #212427;
}
.text-black a {
  color: #757575;
}

.text-gray {
  color: #757575;
}
.text-gray a {
  color: #212427;
}

.text-light-gray {
  color: #C8C7C7;
}

.text-white {
  color: #FFFFFF;
}

.text-green {
  color: #005841;
}

.text-yellow {
  color: #DEF24E;
}

.text-blue {
  color: #4551FC;
}

.intro-content a {
  text-decoration: underline;
  color: #212427;
}

.m-hero, .m-hero .container {
  min-height: 50dvh;
}
@media (max-height: 1100px) {
  .m-hero, .m-hero .container {
    min-height: 66dvh;
  }
}
@media (max-height: 900px) {
  .m-hero, .m-hero .container {
    min-height: 75dvh;
  }
}
@media (max-width: 1280px) {
  .m-hero, .m-hero .container {
    min-height: 33dvh;
  }
}
@media (max-width: 900px) {
  .m-hero, .m-hero .container {
    min-height: unset;
  }
}

@media (max-width: 900px) {
  .m-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-hero .container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.m-hero .m-hero-text {
  padding: clamp(3.125rem, 0.284rem + 4.545vw, 4.6875rem) 0;
}

.m-hero .m-hero-image {
  width: 58.33%;
}
@media (max-width: 1280px) {
  .m-hero .m-hero-image {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .m-hero .m-hero-image {
    position: relative;
    width: 100%;
    min-height: 25vh;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.m-hero .m-hero-image .tag {
  padding: 0.625rem 1.25rem 1.25rem 1.25rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
}

@media (min-width: 900px) {
  .m-hero .m-hero-image:hover .tag {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
.m-hero-single .m-hero-text {
  padding: clamp(3.125rem, 0.284rem + 4.545vw, 4.6875rem) 0;
}

.m-hero-single pre {
  white-space: break-spaces;
}
@media (max-width: 900px) {
  .m-hero-single .basis-5 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-hero-single .basis-6 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 900px) {
  .m-hero-single .m-hero-image {
    top: clamp(3.125rem, 0.284rem + 4.545vw, 4.6875rem);
  }
}
@media (max-width: 900px) {
  .m-hero-single .m-hero-image {
    margin-top: 1.5rem;
  }
}
.m-hero-single .tag {
  padding: 1.25rem;
}
@media (max-width: 900px) {
  .m-hero-single .tag {
    padding: 1rem;
  }
}
@media (max-width: 900px) {
  .m-hero-single.no-image .m-hero-image {
    display: none;
  }
}

.m-media .inner {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.m-media .tag {
  padding: 0.625rem 1.25rem 1.25rem 1.25rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
}

@media (min-width: 900px) {
  .m-media:hover .inner {
    -webkit-transform: translateY(-2.5%);
            transform: translateY(-2.5%);
  }
  .m-media:hover .tag {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
.m-slider {
  width: 100%;
  height: clamp(13.125rem, -10.739rem + 38.182vw, 26.25rem);
}
@media (max-width: 640px) {
  .m-slider .swiper-slide {
    width: 100%;
    position: relative;
  }
  .m-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.m-cta a {
  position: relative;
  -webkit-text-decoration: underline solid #DEF24E clamp(0.25rem, -0.432rem + 1.091vw, 0.625rem);
          text-decoration: underline solid #DEF24E clamp(0.25rem, -0.432rem + 1.091vw, 0.625rem);
  color: #212427;
}
@media (min-width: 900px) {
  .m-cta {
    text-underline-offset: clamp(0.125rem, -0.33rem + 0.727vw, 0.375rem);
  }
  .m-cta a:hover {
    text-underline-offset: clamp(0.25rem, -0.432rem + 1.091vw, 0.625rem);
  }
}

.m-career-card {
  padding: clamp(1.5625rem, -0.142rem + 2.727vw, 2.5rem);
  min-height: clamp(21.875rem, 7.33rem + 23.273vw, 29.875rem);
}
@media (min-width: 640px) {
  .m-career-card {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .m-career-card .h4, .m-career-card .body-2, .m-career-card .body-3 {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .m-career-card:hover {
    background-color: #005841;
  }
  .m-career-card:hover .h4 {
    color: #FFFFFD;
  }
  .m-career-card:hover .body-2, .m-career-card:hover .body-3:not(.bg-yellow) {
    color: #F6F6F4;
  }
}

.careers-opening-location {
  padding: 0.625rem;
}

.careers-opening-body {
  margin-top: auto;
}

.m-news-card > div {
  padding: clamp(1.25rem, -1.023rem + 3.636vw, 2.5rem);
}
@media (min-width: 640px) {
  .m-news-card {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .m-news-card .h4, .m-news-card .body-2, .m-news-card .body-3 {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .m-news-card:hover {
    background-color: #005841;
  }
  .m-news-card:hover .h4 {
    color: #FFFFFD;
  }
  .m-news-card:hover .body-2, .m-news-card:hover .body-3:not(.bg-yellow) {
    color: #F6F6F4;
  }
}

.m-news-card-tag {
  padding: clamp(0.375rem, -0.08rem + 0.727vw, 0.625rem);
  display: inline-block;
}

.m-dropdown.focus {
  z-index: 1;
}

.m-dropdown [role=menu] {
  display: none;
  top: 150%;
  padding: 0.625rem;
  width: calc(100% + clamp(3rem, -2.909rem + 9.455vw, 5rem));
}

.m-dropdown [role=menuitem],
.m-dropdown [role=separator] {
  margin: 0;
  padding: 0 0.5rem;
  display: block;
  background-color: #F6F6F4;
  color: black;
}

.m-dropdown button .overflow-clip {
  height: 0.75rem;
}
.m-dropdown button .overflow-clip svg {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.m-dropdown button[aria-expanded=true] svg {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* focus styling */
.m-dropdown [role=menuitem].focus,
.m-dropdown [role=menuitem]:focus {
  background: #eee;
}

.default-content .wp-block-image {
  margin: 40px 0;
  position: relative;
}
.default-content .wp-block-columns {
  margin: 30px 0;
}
.default-content .wp-block-columns .wp-block-image {
  margin: 0;
}
.default-content .wp-block-quote {
  background-color: #005841;
  border: none;
  padding: 40px;
  margin: 40px 0;
}
.default-content .wp-block-quote p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFD;
}
.default-content .wp-block-quote cite {
  color: #FFFFFD;
  margin-top: 10px;
}

.home-hero {
  padding-top: clamp(6.25rem, 8.523rem + -3.636vw, 5rem);
  padding-bottom: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}
@media (max-width: 640px) {
  .home-hero .container {
    gap: 1.875rem;
  }
}
.home-hero .container .body-1 {
  max-width: 50ch;
}
@media (min-width: 640px) {
  .home-hero .home-hero-img {
    right: calc(-1 * (clamp(1.5rem, -1.455rem + 4.727vw, 3.125rem) + 5%));
  }
  .home-hero .home-hero-img img {
    top: 0;
    right: 0;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

.home-services .home-services-list a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home-services .home-services-list path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.home-services .home-services-list li:hover a {
  color: #FFFFFD;
}
.home-services .home-services-list li:hover path {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.home-services .home-services-list[data-index="0"] li:nth-child(1) a {
  color: #DEF24E;
}
.home-services .home-services-list[data-index="1"] li:nth-child(2) a {
  color: #DEF24E;
}
.home-services .home-services-list[data-index="2"] li:nth-child(3) a {
  color: #DEF24E;
}
.home-services .home-services-list[data-index="3"] li:nth-child(4) a {
  color: #DEF24E;
}
.home-services .home-services-list[data-index="4"] li:nth-child(5) a {
  color: #DEF24E;
}
.home-services .home-services-list[data-index="5"] li:nth-child(6) a {
  color: #DEF24E;
}
.home-services .home-services-list[data-index="6"] li:nth-child(7) a {
  color: #DEF24E;
}
.home-services .home-services-list[data-index="7"] li:nth-child(7) a {
  color: #DEF24E;
}
.home-services .home-services-list[data-index="8"] li:nth-child(9) a {
  color: #DEF24E;
}
.home-services .home-services-list[data-index="9"] li:nth-child(10) a {
  color: #DEF24E;
}
.home-services .home-services-slide {
  top: 50%;
  left: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-services .home-services-slide[data-index="0"] {
  z-index: 2;
}
.home-services .home-services-slide[data-index="1"] {
  -webkit-transform: translate(33%, -50%) scale(0.8) rotateY(15deg);
          transform: translate(33%, -50%) scale(0.8) rotateY(15deg);
  z-index: 1;
}
.home-services .home-services-slide[data-index="2"] {
  -webkit-transform: translate(66%, -50%) scale(0.6) rotateY(50deg);
          transform: translate(66%, -50%) scale(0.6) rotateY(50deg);
  z-index: 0;
}
.home-services .home-services-slide[data-index="3"] {
  -webkit-transform: translate(66%, -50%) scale(0.6) rotateY(50deg);
          transform: translate(66%, -50%) scale(0.6) rotateY(50deg);
  z-index: -1;
  opacity: 0;
}
.home-services .home-services-slide[data-index="4"] {
  -webkit-transform: translate(-66%, -50%) scale(0.6) rotateY(50deg);
          transform: translate(-66%, -50%) scale(0.6) rotateY(50deg);
  z-index: -1;
  opacity: 0;
}
.home-services .home-services-slide[data-index="5"] {
  -webkit-transform: translate(-66%, -50%) scale(0.6) rotateY(50deg);
          transform: translate(-66%, -50%) scale(0.6) rotateY(50deg);
  z-index: 0;
}
.home-services .home-services-slide[data-index="6"] {
  -webkit-transform: translate(-33%, -50%) scale(0.8) rotateY(15deg);
          transform: translate(-33%, -50%) scale(0.8) rotateY(15deg);
  z-index: 1;
}
@media (max-width: 900px) {
  .home-services .home-services-content {
    row-gap: 3rem;
  }
  .home-services .home-services-list {
    row-gap: 1rem;
  }
}

@media (max-width: 640px) {
  .home-projects .gap-86 {
    gap: 2rem;
  }
}

.home-projects-slider {
  width: 3294px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1280px) {
  .home-projects-slider {
    max-width: unset;
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .home-projects-slider {
    width: 2900px;
  }
}
@media (max-width: 1280px) {
  .home-projects-slider {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .home-info .home-info-content {
    row-gap: 2.25rem;
  }
}
.home-info .mb-100 {
  padding-top: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}
.home-info:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #003B2B;
  height: clamp(8.75rem, -7.159rem + 25.455vw, 17.5rem);
}

.home-markets a.underline {
  text-underline-offset: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 900px) {
  .home-markets a.underline:hover {
    text-underline-offset: 6px;
    color: #DEF24E;
  }
}
@media (max-width: 1280px) {
  .home-markets .gap-86 {
    gap: 2rem;
  }
  .home-markets .grid {
    row-gap: 3.25rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.home-locations {
  padding-bottom: clamp(0.125rem, -22.375rem + 36vw, 12.5rem);
}
@media (max-width: 640px) {
  .home-locations {
    padding-top: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
  }
}
@media (min-width: 900px) {
  .home-locations:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #003B2B;
    height: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
  }
}
.home-locations .home-locations-list {
  row-gap: clamp(0.375rem, -0.761rem + 1.818vw, 1rem);
  -webkit-column-gap: clamp(0.75rem, -0.159rem + 1.455vw, 1.25rem);
     -moz-column-gap: clamp(0.75rem, -0.159rem + 1.455vw, 1.25rem);
          column-gap: clamp(0.75rem, -0.159rem + 1.455vw, 1.25rem);
}
.home-locations .home-locations-media {
  height: 50vw;
}
.home-locations .home-locations-media img {
  width: 50vw;
  max-width: 1500px;
}
@media (max-width: 640px) {
  .home-locations .home-locations-media {
    height: unset;
    width: calc(100% + 3rem);
    left: -1.5rem;
    overflow: clip;
  }
  .home-locations .home-locations-media img {
    width: 100%;
  }
}

.careers-hero, .careers-hero .container {
  min-height: 50dvh;
}
@media (max-height: 1100px) {
  .careers-hero, .careers-hero .container {
    min-height: 66dvh;
  }
}
@media (max-height: 900px) {
  .careers-hero, .careers-hero .container {
    min-height: 75dvh;
  }
}
@media (max-width: 640px) {
  .careers-hero, .careers-hero .container {
    min-height: 50dvh;
  }
}

.careers-hero .careers-hero-text {
  padding: clamp(3.125rem, 0.284rem + 4.545vw, 4.6875rem) 0;
}

.careers-intro .body-2 p {
  margin-bottom: 1.25rem;
}
.careers-intro .body-2 p:last-child {
  margin-bottom: 0;
}

.careers-tagline .careers-tagline-bar {
  padding: clamp(1.25rem, 0.114rem + 1.818vw, 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.careers-tagline .careers-tagline-image {
  padding-top: 40%;
}

.careers-gallery {
  padding-top: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}
.careers-gallery .h2 {
  max-width: 48rem;
}
.careers-gallery .careers-gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.7fr clamp(0.9375rem, -0.767rem + 2.727vw, 1.875rem) 1fr clamp(0.9375rem, -0.767rem + 2.727vw, 1.875rem) 0.65fr;
  grid-template-columns: 1.7fr 1fr 0.65fr;
  gap: clamp(0.9375rem, -0.767rem + 2.727vw, 1.875rem);
}
@media (max-width: 900px) {
  .careers-gallery .careers-gallery-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .careers-gallery .careers-gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.careers-gallery .careers-gallery-item {
  padding-top: 56%;
}
@media (max-width: 640px) {
  .careers-gallery .careers-gallery-item {
    padding-top: 66%;
  }
}
.careers-gallery:before, .careers-gallery:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #FFFFFD;
  height: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
  z-index: -1;
}
.careers-gallery:after {
  bottom: 0;
  background-color: #F6F6F4;
  z-index: 0;
}

.careers-benefits .grid {
  gap: clamp(2.5rem, 1.364rem + 1.818vw, 3.125rem) clamp(1.875rem, 0.739rem + 1.818vw, 2.5rem);
}

.careers-openings .careers-filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .careers-openings .careers-filter-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: clamp(0.9375rem, 0.369rem + 0.909vw, 1.25rem);
  }
}
.careers-openings .careers-filter {
  cursor: pointer;
}
.careers-openings .careers-filter svg {
  width: clamp(1rem, 0.091rem + 1.455vw, 1.5rem);
  height: auto;
}

.company-hero, .company-hero .container, .company-hero-images {
  min-height: 50dvh;
}
@media (max-height: 1100px) {
  .company-hero, .company-hero .container, .company-hero-images {
    min-height: 66dvh;
  }
}
@media (max-height: 900px) {
  .company-hero, .company-hero .container, .company-hero-images {
    min-height: 75dvh;
  }
}
@media (max-width: 900px) {
  .company-hero, .company-hero .container, .company-hero-images {
    min-height: 50dvh;
  }
}

.company-hero .company-hero-text {
  padding: clamp(3.125rem, 0.284rem + 4.545vw, 4.6875rem) 0;
}
.company-hero .company-hero-image {
  position: absolute;
  max-width: 400px;
}
.company-hero .company-hero-image-0 {
  width: 50%;
  aspect-ratio: 4/3;
  top: 8%;
  right: 25%;
}
@media (max-width: 640px) {
  .company-hero .company-hero-image-0 {
    top: 15%;
  }
}
.company-hero .company-hero-image-1 {
  width: 40%;
  aspect-ratio: 3/4;
  top: 60%;
  right: 0%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .company-hero .company-hero-image-1 {
    top: 55%;
  }
}
@media (max-width: 640px) {
  .company-hero .company-hero-image-1 {
    top: 45%;
  }
}
.company-hero .company-hero-image-2 {
  width: 50%;
  aspect-ratio: 4/3;
  top: 92%;
  left: 0%;
  z-index: 2;
}
@media (max-width: 1280px) {
  .company-hero .company-hero-image-2 {
    top: 75%;
  }
}
@media (max-width: 640px) {
  .company-hero .company-hero-image-2 {
    top: 66%;
  }
}
.company-hero .company-hero-image-3 {
  width: 48%;
  aspect-ratio: 3/4;
  top: 140%;
  right: 15%;
  z-index: 3;
}
@media (max-width: 1280px) {
  .company-hero .company-hero-image-3 {
    top: 125%;
  }
}
@media (max-width: 640px) {
  .company-hero .company-hero-image-3 {
    top: 115%;
  }
}

@media (max-width: 900px) {
  .company-safety-header {
    row-gap: 2.25rem;
  }
}

.company-timeline {
  overflow: clip;
  z-index: 1;
}
.company-timeline .company-timeline-header {
  margin: 0 auto clamp(3.125rem, -2.557rem + 9.091vw, 6.25rem);
}
.company-timeline .company-timeline-line {
  margin-bottom: 100px;
}
.company-timeline .company-timeline-diamond {
  width: clamp(1rem, -0.136rem + 1.818vw, 1.625rem);
  height: clamp(1rem, -0.136rem + 1.818vw, 1.625rem);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  z-index: 1;
}
.company-timeline .company-timeline-items {
  gap: clamp(3.125rem, -2.557rem + 9.091vw, 6.25rem);
}
.company-timeline .company-timeline-items::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: calc(100% + 100px);
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 640px) {
  .company-timeline .company-timeline-items {
    padding: 0 0 0 16.66%;
    margin: 0;
  }
  .company-timeline .company-timeline-items::before {
    left: 0.468rem;
    -webkit-transform: unset;
            transform: unset;
  }
}
.company-timeline .company-timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(3.125rem, -24.261rem + 43.818vw, 18.1875rem);
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.company-timeline .company-timeline-item.active {
  opacity: 1;
}
.company-timeline .company-timeline-item .rect {
  padding-top: 75%;
}
@media (max-width: 900px) {
  .company-timeline .company-timeline-item {
    gap: clamp(1.25rem, -2.159rem + 5.455vw, 3.125rem);
  }
}

.company-founders {
  position: relative;
  padding-top: clamp(6.25rem, -14.205rem + 32.727vw, 17.5rem);
  padding-bottom: clamp(6.25rem, -14.205rem + 32.727vw, 17.5rem);
  margin-top: calc(-1 * clamp(0.125rem, -8.739rem + 14.182vw, 5rem));
}

.company-team {
  margin-top: calc(-1 * clamp(0.125rem, -8.739rem + 14.182vw, 5rem));
  padding-bottom: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}

.contact-hero .contact-hero-image {
  height: clamp(25rem, 0rem + 40vw, 38.75rem);
  background-color: #003B2B;
}

.contact-form-section {
  margin-top: clamp(-15.625rem, -4.261rem + -18.182vw, -21.875rem);
  position: relative;
  z-index: 1;
}
.contact-form-section .contact-form-inner {
  padding: clamp(3.125rem, -2.557rem + 9.091vw, 6.25rem);
}
.contact-form-section .gform_wrapper {
  color: #212427;
}

.contact-details {
  padding: clamp(5rem, 2.727rem + 3.636vw, 6.25rem) 0;
}
.contact-details .contact-details-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.625rem, -0.511rem + 1.818vw, 1.25rem);
}
.contact-details .contact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.625rem, -0.511rem + 1.818vw, 1.25rem);
}
@media (max-width: 640px) {
  .contact-details .contact-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.contact-careers {
  padding-top: 0;
}

.markets-grid-section .container {
  padding-bottom: clamp(3.125rem, -2.557rem + 9.091vw, 6.25rem);
}
@media (max-width: 640px) {
  .markets-grid-section .container .grid {
    row-gap: 3rem;
  }
}
.markets-grid-section:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #F6F6F4;
  height: clamp(3.125rem, -2.557rem + 9.091vw, 6.25rem);
}

.projects-hero {
  padding-bottom: clamp(3.125rem, 0.284rem + 4.545vw, 4.6875rem);
}
.projects-hero .projects-hero-inner {
  min-height: clamp(21.875rem, -8.807rem + 49.091vw, 38.75rem);
}
.projects-hero .projects-hero-bg {
  position: absolute;
  top: 0;
  left: clamp(1.5rem, -1.455rem + 4.727vw, 3.125rem);
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .projects-hero .projects-hero-bg {
    width: calc(100% - clamp(1.5rem, -1.455rem + 4.727vw, 3.125rem));
  }
}
.projects-hero .projects-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
}
@media (max-width: 900px) {
  .projects-hero .projects-hero-image {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .projects-hero .projects-hero-image {
    position: relative;
    width: 100%;
    padding-top: 56%;
  }
}
.projects-hero .projects-hero-content {
  left: clamp(3rem, -6.091rem + 14.545vw, 8rem);
  bottom: clamp(5rem, -2.955rem + 12.727vw, 9.375rem);
  max-width: clamp(18.75rem, -10.455rem + 46.727vw, 34.8125rem);
}
@media (max-width: 640px) {
  .projects-hero .projects-hero-content {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
    padding: clamp(1.5rem, -1.455rem + 4.727vw, 3.125rem);
    background-color: #005841;
  }
}
.projects-hero .projects-hero-tags {
  right: clamp(1.5rem, -1.455rem + 4.727vw, 3.125rem);
  bottom: -1.5rem;
}
.projects-hero .projects-hero-tags .tag {
  padding: clamp(0.625rem, -0.511rem + 1.818vw, 1.25rem);
}
@media (max-width: 640px) {
  .projects-hero .projects-hero-tags {
    position: relative;
    right: 0;
    bottom: 0;
  }
}

.projects-filters {
  padding-top: clamp(3.75rem, -0.795rem + 7.273vw, 6.25rem);
  padding-bottom: clamp(2.5rem, 0.227rem + 3.636vw, 3.75rem);
}
.projects-filters .gap-40 {
  gap: clamp(1.25rem, -1.023rem + 3.636vw, 2.5rem);
}

.projects-search {
  width: 100%;
  max-width: clamp(17.5rem, -5rem + 36vw, 29.875rem);
}
@media (max-width: 640px) {
  .projects-search {
    max-width: 100%;
  }
}

.projects-search-input {
  border-bottom: 1px solid #005841;
  padding-bottom: clamp(0.5rem, 0.273rem + 0.364vw, 0.625rem);
}
.projects-search-input input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.875rem, 0.648rem + 0.364vw, 1rem);
  line-height: 150%;
  color: #212427;
}
.projects-search-input input::-webkit-input-placeholder {
  color: #757575;
}
.projects-search-input input::-moz-placeholder {
  color: #757575;
}
.projects-search-input input:-ms-input-placeholder {
  color: #757575;
}
.projects-search-input input::-ms-input-placeholder {
  color: #757575;
}
.projects-search-input input::placeholder {
  color: #757575;
}

.projects-grid {
  padding-bottom: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}

.services-features .services-intro-image {
  padding-top: 40%;
}
@media (min-width: 1280px) {
  .services-features .services-features-titles {
    width: 100%;
    position: absolute;
    top: calc(100% - clamp(1.5rem, -3.159rem + 7.455vw, 4.0625rem));
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .services-features .services-features-titles .grid {
    padding-left: clamp(0.5rem, -2.227rem + 4.364vw, 2rem);
    padding-right: clamp(0.5rem, -2.227rem + 4.364vw, 2rem);
  }
}
@media (max-width: 1280px) and (min-width: 640px) {
  .services-features .services-features-titles {
    position: relative;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
.services-features .services-feature-tile {
  padding: clamp(1.25rem, 0.341rem + 1.455vw, 1.75rem);
  min-height: clamp(11.25rem, 3.295rem + 12.727vw, 15.625rem);
  cursor: pointer;
}
.services-features .services-feature-tile p, .services-features .services-feature-tile h3 {
  opacity: 0.25;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.services-features .services-feature-tile:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 0;
  background-color: #DEF24E;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.services-features .services-feature-tile[aria-selected=true]:before {
  height: 10px;
}
.services-features .services-feature-tile[aria-selected=true] h3, .services-features .services-feature-tile[aria-selected=true] p {
  opacity: 1;
}
.services-features .services-feature-tile:hover h3, .services-features .services-feature-tile:hover p {
  opacity: 1;
}

@media (min-width: 1280px) {
  .services-list {
    padding-top: 25rem;
  }
}
@media (max-width: 640px) {
  .services-list .grid {
    row-gap: 2.75rem;
  }
}

.career-content {
  padding-bottom: clamp(8.75rem, -7.159rem + 25.455vw, 17.5rem);
}
.career-content .career-section-list {
  list-style: disc;
  padding-left: 1.7rem;
}
.career-content .career-section-list li {
  margin-bottom: 0;
}

.career-overview {
  padding-bottom: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}

.career-benefits .grid {
  gap: clamp(1.875rem, -0.398rem + 3.636vw, 3.125rem) clamp(1.25rem, -1.023rem + 3.636vw, 2.5rem);
}

.career-apply {
  margin-top: calc(-1 * clamp(2.5rem, -2.045rem + 7.273vw, 5rem));
  padding-bottom: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}
.career-apply .bg-green {
  padding: clamp(3.125rem, -2.557rem + 9.091vw, 6.25rem);
}

.market-overview .market-highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(3.125rem, -2.557rem + 9.091vw, 6.25rem);
}
.market-overview .market-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
}

.market-forecast {
  padding-bottom: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}

.market-gallery {
  margin-top: calc(-1 * clamp(2.5rem, -2.045rem + 7.273vw, 5rem));
}

.market-testimonial {
  padding-bottom: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}
.market-testimonial .bg-green {
  padding: clamp(3.125rem, -2.557rem + 9.091vw, 6.25rem);
  max-width: 80%;
  margin: auto;
}
@media (max-width: 900px) {
  .market-testimonial .bg-green {
    max-width: 100%;
  }
}

.project-hero {
  padding-bottom: clamp(3.125rem, 0.284rem + 4.545vw, 4.6875rem);
}
.project-hero .project-hero-inner {
  position: relative;
}
.project-hero .project-hero-text {
  padding-top: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
  max-width: 55%;
}
@media (max-width: 900px) {
  .project-hero .project-hero-text {
    max-width: 100%;
  }
}
.project-hero .project-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
}
@media (max-width: 900px) {
  .project-hero .project-hero-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    margin-top: clamp(1.875rem, -0.398rem + 3.636vw, 3.125rem);
  }
}

.project-overview .project-advantages-list svg {
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}
.project-overview .project-service-tag {
  padding: 0.625rem;
}

.project-gallery {
  margin-top: calc(-1 * clamp(2.5rem, -2.045rem + 7.273vw, 5rem));
}

.news-hero, .news-hero .container {
  min-height: 50dvh;
}
@media (max-height: 1100px) {
  .news-hero, .news-hero .container {
    min-height: 66dvh;
  }
}
@media (max-height: 900px) {
  .news-hero, .news-hero .container {
    min-height: 75dvh;
  }
}
@media (max-width: 640px) {
  .news-hero, .news-hero .container {
    min-height: 50dvh;
  }
}

.news-hero .news-hero-text {
  padding: clamp(3.125rem, 0.284rem + 4.545vw, 4.6875rem) 0;
}

.news-hero-search {
  width: 100%;
  max-width: 30rem;
}

.news-search-input {
  border-bottom: 1px solid #DEF24E;
  padding-bottom: 0.625rem;
}
.news-search-input input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: white;
}
.news-search-input input::-webkit-input-placeholder {
  color: #F6F6F4;
}
.news-search-input input::-moz-placeholder {
  color: #F6F6F4;
}
.news-search-input input:-ms-input-placeholder {
  color: #F6F6F4;
}
.news-search-input input::-ms-input-placeholder {
  color: #F6F6F4;
}
.news-search-input input::placeholder {
  color: #F6F6F4;
}

.news-grid {
  padding-bottom: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}
.news-grid .container {
  top: calc(-1 * clamp(2.5rem, -2.045rem + 7.273vw, 5rem));
}

.news-pagination {
  margin-top: clamp(2.5rem, -2.045rem + 7.273vw, 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
.news-pagination a, .news-pagination span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-pagination .current {
  background-color: #DEF24E;
  color: #212427;
}
.news-pagination a:hover {
  background-color: #F6F6F4;
}

.service-intro .service-advantages-list svg {
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}

.service-gallery {
  margin-top: calc(-1 * clamp(2.5rem, -2.045rem + 7.273vw, 5rem));
}

.service-capabilities .service-capability-list {
  list-style: disc;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}

.service-projects {
  padding-bottom: clamp(6.25rem, -5.114rem + 18.182vw, 12.5rem);
}
@media (max-width: 640px) {
  .service-projects .grid {
    row-gap: 3rem;
  }
}