.text-primary {
  color: #01325b;
}

.text-white {
  color: #fff;
}

.bg-primary {
  background-color: #01325b;
}

.bg-secondary {
  background-color: #f2fdf8;
}

.bg-green {
  background-color: #01d579;
}

.text-gray {
  color: #777;
}

body .ct-link-button {
  font-weight: bold;
  font-size: 0.875em;
  line-height: 2.75em;
  border-radius: 3rem;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2em;
  height: 3em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  transition: opacity 0.3s ease, background 0.3s ease, border 0.3s ease, text 0.3s ease;
  min-width: 10em;
}
body .ct-link-button:focus {
  outline: none;
}
body .ct-link-button {
  /* Solid blue variant (data-style='solid-blue') */
}
body .ct-link-button.button-solid-blue {
  color: #ffffff;
  border-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
body .ct-link-button.button-solid-blue::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: rgb(1, 50, 91); /* primary base fill */
  border-radius: 25px;
  z-index: -2;
}
body .ct-link-button.button-solid-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to left, rgb(1, 50, 91), #01d579, #01d579);
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-radius: inherit;
}
body .ct-link-button.button-solid-blue:hover {
  color: #ffffff;
}
body .ct-link-button.button-solid-blue:hover::before {
  left: 0;
}
body .ct-link-button {
  /* Outline blue variant (data-style='outline-blue') */
}
body .ct-link-button.button-outline-blue {
  color: rgb(1, 50, 91);
  background-color: transparent;
  border-color: rgb(1, 50, 91);
}
body .ct-link-button.button-outline-blue:hover {
  color: rgb(1, 50, 91);
  background-color: #ffffff;
  border-color: #ffffff;
}
body .ct-link-button {
  /* Solid smoke variant (data-style='solid-smoke') */
}
body .ct-link-button.button-solid-smoke {
  color: rgb(1, 50, 91);
  background-color: rgba(212, 212, 212, 0.3); /* neutral-300 30% */
  border-color: transparent;
}
body .ct-link-button.button-solid-smoke:hover {
  color: rgb(1, 50, 91);
  background-color: #ffffff;
  border-color: rgb(1, 50, 91);
}
body .ct-link-button {
  /* Outline smoke variant (data-style='outline-smoke') */
}
body .ct-link-button.button-outline-smoke {
  color: rgb(1, 50, 91);
  background-color: transparent;
  border-color: #d4d4d4; /* neutral-300 */
}
body .ct-link-button.button-outline-smoke:hover {
  color: rgb(1, 50, 91);
  background-color: transparent;
  border-color: #d4d4d4;
}
body .ct-link-button {
  /* Solid black variant (data-style='solid-black') */
}
body .ct-link-button.button-solid-black {
  color: #ffffff;
  background-color: #000000;
  border-color: transparent;
}
body .ct-link-button.button-solid-black:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: transparent;
}
body .ct-link-button {
  /* Outline black variant (data-style='outline-black') */
}
body .ct-link-button.button-outline-black {
  color: rgb(1, 50, 91);
  background-color: transparent;
  border-color: #000000;
}
body .ct-link-button.button-outline-black:hover {
  color: rgb(1, 50, 91);
  background-color: transparent;
  border-color: #000000;
}
body .ct-link-button {
  /* Solid white variant (data-style='solid-white') */
}
body .ct-link-button.button-solid-white {
  color: rgb(1, 50, 91);
  border-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: none;
}
body .ct-link-button.button-solid-white::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #ffffff;
  border-radius: 25px;
  z-index: -2;
}
body .ct-link-button.button-solid-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to left, #ffffff, #30dd8a, #01d579);
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-radius: inherit;
}
body .ct-link-button.button-solid-white:hover {
  color: #ffffff;
  border-color: transparent;
}
body .ct-link-button.button-solid-white:hover::before {
  left: 0;
}
body .ct-link-button {
  /* Outline white variant (data-style='outline-white') */
}
body .ct-link-button.button-outline-white {
  color: rgb(1, 50, 91);
  background-color: transparent;
  border-color: #ffffff;
}
body .ct-link-button.button-outline-white:hover {
  color: #01d579; /* mint */
  background-color: transparent;
  border-color: #ffffff;
}

.footer_inner h2 {
  font-size: 18px;
  font-weight: 700;
  color: #97091e;
  padding-bottom: 0.7em;
}
.footer_inner p {
  padding-bottom: 0.6em;
  line-height: 1.2em;
}
.footer_inner a {
  color: #555;
  font-style: italic;
  display: inline-block;
  padding-bottom: 10px;
}
.footer_inner a:hover {
  color: #97091e;
  transition-duration: 0.5s;
  transition: all 0.5s ease-out;
}

.coppy-right {
  border-top: solid 1px #ddd;
  padding: 15px;
}

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

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.fu-gen-site-search-wrapper {
  background-color: #01325b;
  color: #fff;
}

.fu-gen-site-search {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.oxy-fu-gen-site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.oxy-fu-gen-site-header .fu-gen-site-search-wrapper .searchform {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.oxy-fu-gen-site-header .fu-gen-site-search-wrapper .searchform input[type=search] {
  border: solid 2px #fff;
  border-radius: 40px;
  padding: 16px 32px 16px 64px;
  width: 100%;
  color: #ffffff;
  background: transparent;
  outline: none;
}
.oxy-fu-gen-site-header .fu-gen-site-search-wrapper .searchform input[type=search]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7803921569);
}
.oxy-fu-gen-site-header .fu-gen-site-search-wrapper .searchform input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.7803921569);
}
.oxy-fu-gen-site-header .fu-gen-site-search-wrapper .searchform input[type=search]:focus {
  border-color: #01d579;
}
.oxy-fu-gen-site-header .fu-gen-site-search-wrapper .searchform button[type=submit] {
  position: absolute;
  top: 52%;
  left: 26px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  cursor: pointer;
}
.oxy-fu-gen-site-header .fu-gen-site-search-wrapper .searchform button[type=submit] img {
  width: 20px;
  fill: #fff;
}

.header-main {
  padding: 32px 0;
}
.header-main__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.header-main__logo {
  width: 255px;
}
.header-main__logo img {
  display: block;
  width: 255px;
}
.header-main__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-main__right__menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  gap: 20px;
}
.header-main__right__menu ul li {
  list-style: none;
  position: relative;
}
.header-main__right__menu ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 20px 0;
  display: block;
}
.header-main__right__menu ul li a:hover {
  text-decoration-line: underline;
}
.header-main__right__menu ul li:hover .sub-menu {
  display: flex;
}
.header-main__right__menu ul li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  flex-direction: column;
  color: #01325b;
  width: -moz-max-content;
  width: max-content;
}
.header-main__right__menu ul li .sub-menu li:first-child a {
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.header-main__right__menu ul li .sub-menu li:first-child a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/arrow_forward.svg") no-repeat center center;
}
.header-main__right__menu ul li .sub-menu li:first-child a:hover {
  color: #01d579;
  border-bottom: none;
}
.header-main__right__menu ul li .sub-menu li a {
  font-size: 18px;
  font-weight: 400;
  color: #01325b;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}
.header-main__right__menu ul li .sub-menu li a:hover {
  text-decoration-line: underline;
}
.header-main__right__lang {
  position: relative;
  height: 20px;
  padding-bottom: 35px;
  margin-bottom: -15px;
}
.header-main__right__lang svg {
  fill: #fff;
  width: 20px;
  cursor: pointer;
}
.header-main__right__lang .wpml-ls-statics-shortcode_actions {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 5px;
  padding: 10px;
  width: 40px;
  display: none;
}
.header-main__right__lang .wpml-ls-statics-shortcode_actions ul {
  margin: 0;
  padding: 0;
}
.header-main__right__lang .wpml-ls-statics-shortcode_actions ul li {
  list-style: none;
}
.header-main__right__lang:hover .wpml-ls-statics-shortcode_actions {
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.header-main__right__search {
  height: 20px;
}
.header-main__right__search button {
  background: none;
  border: none;
  cursor: pointer;
}
.header-main__right__search button img {
  width: 20px;
}
.header-main__right__mobile {
  display: none;
  position: relative;
}

.footer {
  background-color: #01325b;
}
.footer .relative {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__brand {
  width: 255px;
}
.footer__nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  gap: 20px;
}
.footer__nav ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 0;
  display: block;
}
.footer__nav ul li a:hover {
  text-decoration-line: underline;
}
.footer__description {
  font-size: 16px;
  font-weight: 600;
}
.footer__segment {
  padding: 32px 0;
  background: #fff;
}
.footer__segment p {
  margin: 0;
}
.footer__disclaimer {
  display: flex;
  gap: 24px;
}
.footer__disclaimer * {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.footer__disclaimer a {
  text-decoration-line: underline;
}
.footer__disclaimer a:hover {
  color: inherit;
}
.footer .relative {
  position: relative;
  padding: 78px 0;
}
.footer__symbol {
  position: absolute;
  right: 0;
  top: -100px;
  width: 400px;
  z-index: 999;
}
.footer__symbol img {
  width: 100%;
}

@media (max-width: 1300px) {
  .footer__nav .footer__nav-list {
    max-width: calc(100% - 200px);
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .footer__nav .footer__nav-list li {
    width: calc(33.333% - 15px);
  }
  .footer__nav .footer__nav-list li a {
    padding: 0 !important;
  }
  .footer__symbol {
    width: 200px;
    top: -50px;
  }
  .header-main__right__mobile {
    display: block;
    position: relative;
  }
  .header-main__right__mobile-toggle {
    width: 28px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .header-main__right__mobile-toggle-bar {
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
  }
  .header-main__right__mobile-toggle--close-bar:first-child {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .header-main__right__mobile-toggle--close-bar:last-child {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .header-main__right__mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #01325b;
    padding: 40px;
    display: none;
    z-index: 9999;
  }
  .header-main__right__mobile-menu.is-open {
    display: block;
  }
  .header-main__right__mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-main__right__mobile-menu-header .header-main__right__mobile-toggle {
    position: relative;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .header-main__right__mobile-menu-header .header-main__right__mobile-toggle-bar {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }
  .header-main__right__mobile-menu-header .header-main__right__mobile-toggle-bar:first-child {
    transform: rotate(45deg);
  }
  .header-main__right__mobile-menu-header .header-main__right__mobile-toggle-bar:last-child {
    transform: rotate(-45deg);
  }
  .header-main__right__mobile-menu-logo {
    width: 255px;
  }
  .header-main__right__mobile-menu-logo img {
    display: block;
    width: 255px;
  }
  .header-main__right__mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }
  .header-main__right__mobile-menu-list li {
    margin-bottom: 8px;
  }
  .header-main__right__mobile-menu-list li:last-child {
    margin-bottom: 0;
  }
  .header-main__right__mobile-menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-weight: 400;
  }
  .header-main__right__mobile-menu-list li a:hover {
    text-decoration: underline;
  }
  .header-main__right__mobile-menu-list li.menu-item-has-children > a {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    pointer-events: none;
  }
  .header-main__right__mobile-menu-list li.menu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/arrow-right.svg") no-repeat center center;
    background-size: 150%;
  }
  .header-main__right__mobile-menu-list li.menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .header-main__right__mobile-menu-list li.menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .header-main__right__mobile-menu-list li .sub-menu {
    padding: 20px;
    display: none;
  }
  .header-main__right__mobile-menu-list li .sub-menu li:first-child a {
    font-weight: 600;
    padding-right: 30px;
    position: relative;
  }
  .header-main__right__mobile-menu-list li .sub-menu li:first-child a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    width: 15px;
    height: 15px;
    background: url("../img/arrow_forward.svg") no-repeat center center;
  }
  .header-main__right__mobile-menu-list li .sub-menu li:first-child a:hover {
    color: #01d579;
    border-bottom: none;
  }
  .header-main__right__menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-main__logo img {
    width: 150px;
  }
  .header-main__right__mobile-menu-logo img {
    width: 150px;
  }
  .footer__nav .footer__nav-list {
    width: 100%;
    flex-direction: column;
  }
  .footer__nav .footer__nav-list li {
    width: 100%;
  }
  .footer__symbol {
    width: 150px;
    top: -38px;
  }
  .footer__brand {
    width: 130px;
  }
  .footer__disclaimer {
    flex-direction: column;
    gap: 12px;
  }
}
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik/Graphik-Semibold-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik/Graphik-RegularItalic-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "GT Alpina Bold";
  src: url("../fonts/GT-Alpina/GT-Alpina-Standard-Bold.woff2") format("woff2"), url("../fonts/GT-Alpina/GT-Alpina-Standard-Bold.woff") format("woff"), url("../fonts/GT-Alpina/GT-Alpina-Standard-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Alp-Sta-Thin";
  src: url("../fonts/GT-Alpina/GT-Alpina-Standard-Thin.woff2") format("woff2"), url("../fonts/GT-Alpina/GT-Alpina-Standard-Thin.woff") format("woff"), url("../fonts/GT-Alpina/GT-Alpina-Standard-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Alp-Tpwr-Regular";
  src: url("../fonts/GT-Alpina/GT-Alpina-Typewriter-Regular.woff2") format("woff2"), url("../fonts/GT-Alpina/GT-Alpina-Typewriter-Regular.woff") format("woff"), url("../fonts/GT-Alpina/GT-Alpina-Typewriter-Regular.ttf") format("truetype");
}
body {
  font-family: "Graphik Web", sans-serif;
  line-height: 1.5;
  font-size: 18px;
}
body div {
  font-size: 18px;
}
body .font-heading,
body h1,
body h2,
body h3 {
  font-family: "Alp-Sta-Thin", "GT Alpina Bold", serif;
  letter-spacing: -0.05em;
}
body .font-heading-bold {
  font-family: "GT Alpina Bold", serif;
}
body .font-body,
body div,
body h4,
body h5,
body h6,
body p,
body li {
  font-family: "Graphik Web", sans-serif;
  line-height: 1.5;
}
body p {
  font-size: 18px;
}
body h1,
body .h1 {
  font-size: 124px;
  line-height: 1;
  font-family: "Alp-Sta-Thin", "GT Alpina Bold", serif;
  font-weight: 300;
}
body h2,
body .h2 {
  font-size: 60px;
  line-height: 1;
  font-family: "Alp-Sta-Thin", "GT Alpina Bold", serif;
  font-weight: 300;
}
body h3,
body .h3 {
  font-weight: 600;
  letter-spacing: -0.025em;
  font-size: 26px;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  body div {
    font-size: 16px;
  }
  body p {
    font-size: 16px;
  }
  body h1,
  body .h1 {
    font-size: 48px;
  }
  body h2,
  body .h2 {
    font-size: 36px;
  }
  body h3,
  body .h3 {
    font-size: 20px;
  }
}
.home-partner img {
  transition: opacity 0.3s ease;
  opacity: 0.6;
}
.home-partner img:hover {
  opacity: 1;
}

body .slick-track {
  display: flex;
}
body .slick-dots {
  justify-content: center;
  position: relative;
  padding-top: 20px;
  gap: 15px;
  display: flex;
}
body .slick-dots li {
  margin: 0;
  display: block;
  width: auto;
}
body .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
body .slick-dots li button:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  border: #0d2050 1px solid;
}
body .slick-dots li.slick-active button:before {
  background: #0d2050;
  opacity: 1 !important;
}
body .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body .slick-dots {
    justify-content: center;
    position: relative;
    padding-top: 20px;
  }
  body li button:before {
    width: 16px;
    height: 16px;
  }
}
.container {
  max-width: 1536px;
  padding-right: 40px;
  padding-left: 40px;
  margin: auto;
}

body,
html {
  overflow-x: hidden;
}

.oxy-video-background .oxy-video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.oxy-rich-text p {
  font-size: inherit;
}
.oxy-rich-text a {
  color: #01325b;
  text-decoration: underline;
}

.link-with-icon {
  position: relative;
}
.link-with-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 0;
  background-image: url("../img/arrow-link-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.link-with-icon:hover::after {
  transform: translateX(5px);
}

.technologies-item:hover .link-with-icon::after {
  transform: translateX(5px);
}

@media (max-width: 1300px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.oxy-expandable-text div {
  font-size: inherit;
}

.expandable-text-wrapper:not(.active) .expandable-text-full {
  display: -webkit-box; /* Required for line-clamp to work in WebKit browsers */
  -webkit-line-clamp: 3; /* Limits the text to 2 lines */
  -webkit-box-orient: vertical; /* Required for line-clamp */
  overflow: hidden; /* Hides any overflowing text */
  text-overflow: ellipsis; /* Adds an ellipsis (...) at the end of the second line if truncated */
}
.expandable-text-wrapper:not(.active) .expandable-text-button .button-text-hide {
  display: none;
}
.expandable-text-wrapper:not(.active) .expandable-text-button .button-text-show {
  display: block;
}
.expandable-text-wrapper .expandable-text-full {
  font-size: inherit;
}
.expandable-text-wrapper .expandable-text-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.expandable-text-wrapper .expandable-text-button .button-text-show {
  display: none;
}
.expandable-text-wrapper .expandable-text-button * {
  --tw-text-opacity: 1;
  color: rgb(1, 50, 91, var(--tw-text-opacity));
  font-size: inherit;
  text-decoration: underline;
}

.milestones__item {
  padding-left: 55px;
  padding-bottom: 30px;
  position: relative;
}
.milestones__item p {
  margin-top: 8px;
}
.milestones__item:last-child {
  padding-bottom: 0;
}
.milestones__item:first-child::before {
  background-color: #01d579;
}
.milestones__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(187, 187, 187, var(--tw-bg-opacity));
}
.milestones__item::before {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(187, 187, 187, var(--tw-bg-opacity));
  border-radius: 50%;
}
.milestones__item .ct-text-block {
  margin-top: -10px;
}
.milestones__item ul {
  padding-left: 20px;
  margin: 0;
  margin-top: 10px;
}
.milestones__item ul li {
  margin-bottom: 10px;
}

.contact-list.overflow-white .contact-list__item .expandable-text-wrapper:not(.active) .expandable-text-full::after {
  --tw-gradient-from: #ffffff;
}
.contact-list__item .expandable-text-wrapper:not(.active) .expandable-text-full {
  position: relative;
}
.contact-list__item .expandable-text-wrapper:not(.active) .expandable-text-full::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  --tw-gradient-from: #f2fdf8;
  --tw-gradient-stops: var(--tw-gradient-from),
  	var(--tw-gradient-to, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

@media (max-width: 768px) {
  .milestones__item {
    padding-left: 30px;
  }
  .milestones__item::before {
    width: 15px;
    height: 15px;
    left: -7px;
  }
  .milestones__item .ct-text-block {
    margin-top: -4px;
  }
}
body .mapboxgl-popup {
  max-width: 28rem;
  font-family: "Graphik Web", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
}
body .mb-2 {
  margin-bottom: 0.5rem;
}
body .mt-2 {
  margin-top: 0.5rem;
}
body .mapboxgl-popup-content {
  border-radius: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 2rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1),
  	0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
  	0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
body .mapboxgl-popup-content * {
  font-size: 12px;
}
body .mapboxgl-popup-content * a {
  text-decoration: underline;
  color: #01325b;
  outline: none;
  box-shadow: none;
}
body .mapboxgl-popup-close-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
body .font-semibold {
  font-weight: 600;
}

#map {
  width: 100%;
  padding-top: 55%;
}

.acf-projects {
  margin-bottom: 160px;
}
.acf-projects__title {
  margin-bottom: 40px;
}

.filter-project {
  margin-bottom: 160px;
  padding: 40px 0;
  background: rgba(221, 221, 221, 0.2);
}
.filter-project .showFilter {
  display: flex;
  gap: 20px;
}
.filter-project .showFilter select {
  width: calc(33.333% - 14px);
  background: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding: 16px 20px;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-appearance: none; /* Safari and Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Standard property */
  border: none;
}
.filter-project .showFilter select::-ms-expand {
  display: none;
}
.filter-project .showFilter .wrapper-button {
  width: calc(33.333% - 14px);
}
.filter-project .showFilter button {
  width: 100%;
  background: #fff;
  height: 100%;
  border: none;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.filter-project .showFilter button .duration-300 {
  transition-duration: 300ms;
}
.filter-project .showFilter button .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.filter-project .showFilter button .pl-7 {
  padding-left: 1.75rem;
}
.filter-project .showFilter button .p-1 {
  padding: 0.25rem;
}
.filter-project .showFilter button .bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(1, 213, 121, var(--tw-bg-opacity));
  padding-left: 1.75rem;
}
.filter-project .showFilter button .bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(221, 221, 221, var(--tw-bg-opacity));
}
.filter-project .showFilter button .rounded-full {
  border-radius: 9999px;
}
.filter-project .showFilter button .w-14 {
  width: 3.5rem;
}
.filter-project .showFilter button .block {
  display: block;
}
.filter-project .showFilter button .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}
.filter-project .showFilter button .w-6 {
  width: 1.5rem;
}
.filter-project .showFilter button .h-6 {
  height: 1.5rem;
}

.acf-projects__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.acf-projects__grid .project-card {
  width: calc(33.333% - 34px);
  color: #2b2c28;
}
.acf-projects__grid .project-card__media {
  padding-top: 56.3909774436%;
  position: relative;
  margin-bottom: 20px;
}
.acf-projects__grid .project-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acf-projects__grid .project-card__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  font-family: "GT Alpina Bold";
  color: #01325b;
}
@media (min-width: 1024px) {
  .acf-projects__grid .project-card__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
.acf-projects__grid .project-card__location {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.acf-projects__grid .project-card__location svg {
  margin-right: 0.5rem;
  height: auto;
  width: 25px;
  fill: #01d579;
}
@media (min-width: 1024px) {
  .acf-projects__grid .project-card__location {
    font-size: 18px;
  }
}
.acf-projects__grid .project-card__meta {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .acf-projects__grid .project-card__meta {
    font-size: 18px;
    margin-top: 1.25rem;
  }
}

.meta-table {
  display: grid;
  gap: 0.25rem;
}
.meta-table__row {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.meta-table__label {
  --tw-text-opacity: 1;
  color: rgb(119, 119, 119, var(--tw-text-opacity));
}
.meta-table__line {
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(221, 221, 221, var(--tw-border-opacity));
  position: relative;
  top: -0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  flex: 1 1 0%;
}

.acf-projects__pagination {
  margin-top: 5rem;
}
.acf-projects__pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.acf-projects__pagination .nav-links ul {
  display: flex;
  align-items: center;
  padding: 0;
}
.acf-projects__pagination .nav-links li {
  display: inline-block;
}
.acf-projects__pagination .nav-links span.current {
  color: #01d579;
  font-weight: 600;
}
.acf-projects__pagination .nav-links a,
.acf-projects__pagination .nav-links span {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 1024px) {
  .acf-projects__pagination .nav-links a,
  .acf-projects__pagination .nav-links span {
    font-size: 18px;
  }
}
.acf-projects__pagination .nav-links .prev,
.acf-projects__pagination .nav-links .next {
  position: relative;
  width: 20px;
  height: 20px;
}
.acf-projects__pagination .nav-links .prev::before,
.acf-projects__pagination .nav-links .next::before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
}
.acf-projects__pagination .nav-links .next::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><polygon fill="%2300000066" points="6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.acf-projects__pagination .nav-links .prev::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><polygon fill="%2300000066" points="17.77,3.77 16,2 6,12 16,22 17.77,20.23 9.54,12"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.facts-map-link {
  color: #01325b;
  text-decoration: underline;
  display: flex;
  gap: 10px;
}
.facts-map-link svg {
  fill: #01325b;
  width: 16px;
  height: 16px;
}

.single-projects {
  overflow: visible !important;
}
.single-projects .milestones__item:first-child::before {
  background-color: rgb(187, 187, 187);
}
.single-projects .milestones__item:last-child::before {
  background-color: #01d579;
}
.single-projects .milestones__item:last-child {
  padding-bottom: 30px;
}
.single-projects .milestones__item:first-child {
  padding-top: 0;
}
.single-projects .milestones__item:first-child:after {
  display: none;
}

.contact-card {
  display: flex;
  gap: 40px;
  align-items: center;
}
.contact-card__media {
  width: 210px;
  border-radius: 50%;
  overflow: hidden;
}
.contact-card__media .aspect-h-1 {
  padding-top: 100%;
  position: relative;
}
.contact-card__media .aspect-h-1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-card__title {
  font-size: 26px;
  font-family: "GT Alpina Bold";
  color: #01325b;
}
@media (max-width: 767px) {
  .contact-card__title {
    font-size: 20px;
  }
}
.contact-card a {
  color: #01325b;
  text-decoration: underline;
}

.project-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: solid 2px #01d579;
}
.project-nav__list li {
  list-style: none;
}
.project-nav__list li a {
  display: block;
  padding: 16px;
  border-bottom: solid 1px rgb(221, 221, 221);
  text-decoration: none !important;
}
.project-nav__list li:hover {
  background: rgba(187, 187, 187, 0.2);
}
.project-nav__list li.active {
  background: rgba(187, 187, 187, 0.2);
  border-bottom: solid 1px #01d579;
}
.project-nav__list li:first-child a {
  border-top: solid 1px rgb(221, 221, 221);
}

.sticky {
  position: sticky !important;
  top: 40px;
}

.document-row {
  display: flex;
  gap: 20px;
  align-items: center;
}
.document-row__title {
  color: #01325b;
  text-decoration: underline;
}

.project-block__images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.project-block__images .aspect-w-1 {
  width: calc(25% - 17px);
  padding-top: 22%;
  position: relative;
  cursor: pointer;
}
.project-block__images .aspect-w-1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1023px) {
  .project-block__images .aspect-w-1 {
    width: calc(50% - 10px);
    padding-top: 44%;
    position: relative;
  }
  .acf-projects {
    margin-bottom: 100px;
  }
  .filter-project .showFilter {
    flex-direction: column;
  }
  .filter-project .showFilter > * {
    width: 100% !important;
  }
  .acf-projects__grid {
    gap: 20px;
  }
  .acf-projects__grid .project-card {
    width: calc(50% - 10px);
  }
  .single-projects .sticky {
    border-left: none;
  }
  .single-projects .sticky {
    z-index: 999;
  }
  .project-nav__list {
    display: flex;
    border-left: 0;
    width: 100%;
    justify-content: space-between;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    overflow-x: auto;
  }
  .project-nav__list li.active {
    background: none;
    border-bottom: solid 2px #01d579;
  }
  .project-nav__list li a {
    border: none;
  }
}
@media (max-width: 767px) {
  #map {
    padding-top: 68%;
  }
  .acf-projects__grid {
    gap: 20px;
  }
  .acf-projects__grid .project-card {
    width: 100%;
  }
}
.news-listing-filter {
  margin-bottom: 60px;
  padding: 40px 0;
  background: rgba(221, 221, 221, 0.2);
}
.news-listing-filter__dropdowns {
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
}
.news-listing-filter__dropdowns select {
  width: calc(33.333% - 14px);
  background: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding: 16px 20px;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-appearance: none; /* Safari and Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Standard property */
  border: none;
}
.news-listing-filter__dropdowns select::-ms-expand {
  display: none;
}

.news-listing-grid {
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
}
.news-listing-grid .news-listing-content {
  width: 70%;
}
.news-listing-grid .news-listing-content .news-row {
  display: flex;
  gap: 40px;
  padding: 40px 0;
  border-bottom: solid 1px #777;
  flex-wrap: nowrap;
  color: #000;
}
.news-listing-grid .news-listing-content .news-row__info {
  width: calc(100% - 230px);
}
.news-listing-grid .news-listing-content .news-row__media {
  width: 190px;
  padding-top: 190px;
  position: relative;
}
.news-listing-grid .news-listing-content .news-row__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-listing-grid .news-listing-content .news-row__label {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230, 80, 54, var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(230, 80, 54, var(--tw-text-opacity));
  border: solid 1px;
}
.news-listing-grid .news-listing-content .news-row__title {
  font-size: 26px;
  margin-top: 12px;
  font-family: "Graphik Web", sans-serif;
  line-height: 1.3em;
}
.news-listing-grid .news-listing-content .news-row__excerpt {
  font-size: 16px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-listing-grid .news-listing-content .news-row__date {
  font-size: 14px;
  color: #777;
  margin-top: 16px;
}
.news-listing-grid .news-listing-content .news-row:hover .news-row__title {
  color: #01325b;
}
.news-listing-grid .news-listing-sidebar {
  width: 30%;
}
.news-listing-grid .contact-card {
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  align-items: center;
  max-width: 290px;
  margin-left: auto;
}
.news-listing-grid .contact-card__image-wrapper {
  padding-top: 100%;
  position: relative;
}
.news-listing-grid .contact-card__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-listing-grid .contact-card__media {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: 0;
}
.news-listing-grid .contact-card__label {
  font-family: "GT Alpina Bold";
}

.oxy-fu-gen-news-listing .acf-projects__pagination {
  margin-top: 32px;
}
.oxy-fu-gen-news-listing .nav-links {
  justify-content: left;
  margin-bottom: 64px;
}
.oxy-fu-gen-news-listing .nav-links li .page-numbers {
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: solid 1px #777 !important;
  border-radius: 0;
}
.oxy-fu-gen-news-listing .nav-links li .page-numbers.current {
  background: #01325b !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.oxy-fu-gen-news-listing .nav-links li:not(:last-child) .page-numbers {
  border-right: none !important;
}
.oxy-fu-gen-news-listing .nav-links li:first-child .page-numbers {
  border-radius: 4px 0 0 4px !important;
}
.oxy-fu-gen-news-listing .nav-links li:last-child .page-numbers {
  border-radius: 0 4px 4px 0 !important;
}
.oxy-fu-gen-news-listing .acf-projects__pagination .nav-links .prev::before,
.oxy-fu-gen-news-listing .acf-projects__pagination .nav-links .next::before {
  width: 40px;
  height: 40px;
  background-size: 20px;
  top: 0;
  left: 0;
}

.single-article .container {
  max-width: 1200px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.single-article .single-article__sidebar {
  width: 200px;
}
.single-article .single-article__sidebar time {
  color: #777;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
  display: block;
}
.single-article .single-article__sidebar time:after {
  content: "";
  width: 80px;
  bottom: 0px;
  left: 0;
  height: 1px;
  display: block;
  background: #ddd;
  position: absolute;
}
.single-article .single-article__sidebar .single-article__categories {
  margin: 30px 0;
}
.single-article .single-article__sidebar .single-article__categories a {
  color: rgb(230, 80, 54);
}
.single-article .single-article__sidebar .single-article__author-image {
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.single-article .single-article__sidebar .single-article__author-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-article .single-article__sidebar .single-article__author-info p {
  margin: 0;
}
.single-article .single-article__sidebar .single-article__author-info .single-article__label {
  font-family: "GT Alpina Bold", serif;
  margin: 10px 0;
}
.single-article .single-article__sidebar .single-article__author-info .single-article__author-name {
  font-size: 26px;
  color: #01325b;
  font-family: "GT Alpina Bold", serif;
}
.single-article .single-article__sidebar .single-article__author-info a {
  color: #01325b;
  text-decoration: underline;
}
.single-article .single-article__share-list {
  margin-top: 30px;
  padding: 15px 0;
  position: relative;
  display: flex;
  gap: 10px;
}
.single-article .single-article__share-list::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 70px;
  height: 1px;
  background: #ddd;
}
.single-article .single-article__share-list li {
  list-style: none;
}
.single-article .single-article__share-list li a {
  display: block;
  width: 24px;
  height: 24px;
  background: #01325b;
  padding: 2px;
  border-radius: 20px;
}
.single-article .single-article__share-list li a svg {
  fill: #fff;
}
.single-article .single-article__main {
  width: 67%;
}
.single-article__header {
  background: #01325b;
  padding-top: 150px;
  padding-bottom: 150px;
}
.single-article__header .container__inner {
  display: block;
  width: 67%;
}
.single-article__header .single-article__title {
  font-size: 60px;
  color: #fff;
  line-height: 1.1em;
  font-family: "GT Alpina Bold", serif;
  letter-spacing: 0;
}
.single-article__header .has-lead-text-font-size {
  font-size: 26px;
  color: #fff;
}
.single-article .single-article__content h1,
.single-article .single-article__content h2,
.single-article .single-article__content h3,
.single-article .single-article__content h4,
.single-article .single-article__content h5,
.single-article .single-article__content h6 {
  font-family: "Graphik Web", sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #000;
}
.single-article .single-article__content h2 {
  font-size: 32px;
  margin-bottom: 1.5rem;
  line-height: 1.3333333;
  font-weight: 600;
  letter-spacing: -0.025em;
  font-family: "Graphik Web", sans-serif;
}
@media (max-width: 768px) {
  .single-article .single-article__content h2 {
    font-size: 24px;
  }
}
.single-article .single-article__image {
  margin-top: -60px;
  margin-bottom: 30px;
}
.single-article .single-article__categories a {
  color: rgb(230, 80, 54, var(--tw-text-opacity));
  font-size: 16px;
  text-decoration: underline;
}
.single-article .single-article__back a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
}
.single-article .single-article__content {
  font-size: 20px;
}
.single-article .single-article__content p {
  font-size: inherit;
}
.single-article .single-article__content :where(p):not(:where([class~=not-prose] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.single-article .single-article__content li {
  margin: 0.6em 0;
}
.single-article .single-article__content a {
  color: #01325b;
  text-decoration: underline;
}

.related__categories {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230, 80, 54, var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(230, 80, 54, var(--tw-text-opacity));
  border: solid 1px;
}
.related__title {
  font-family: "Graphik Web", sans-serif;
  margin: 10px 0 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Optional, but good practice */
}
.related__time {
  color: #777;
}

@media (max-width: 1200px) {
  .news-listing-grid {
    flex-direction: column;
  }
  .news-listing-grid > div {
    width: 100% !important;
  }
  .news-listing-grid .contact-card {
    margin-left: 0;
    flex-direction: row;
    max-width: none;
    gap: 40px;
    justify-content: flex-start;
  }
  .news-listing-grid .contact-card .contact-card__media {
    width: 250px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .news-listing-grid .news-listing-content .news-row {
    gap: 15px;
    align-items: flex-start;
  }
  .news-listing-grid .news-listing-content .news-row .news-row__media {
    width: 40%;
    padding-top: 40%;
  }
  .news-listing-grid .news-listing-content .news-row .news-row__info {
    width: 60%;
  }
  .news-listing-filter__dropdowns {
    flex-direction: column;
    gap: 15px;
  }
  .news-listing-filter__dropdowns select {
    width: 100%;
  }
  .single-article__header .container__inner {
    width: 100%;
  }
  .single-article .container {
    flex-direction: column;
  }
  .single-article .single-article__main {
    width: 100%;
  }
  .single-article .single-article__author {
    display: none;
  }
  .single-article .single-article__content {
    font-size: 18px;
  }
  .single-article__header .single-article__title {
    font-size: 30px;
  }
  .single-article__header .has-lead-text-font-size {
    font-size: 22px;
  }
}
.oxy-repeater-pages {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 64px;
}
.oxy-repeater-pages .page-numbers {
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: solid 1px #777 !important;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
@media (min-width: 1024px) {
  .oxy-repeater-pages .page-numbers {
    font-size: 18px;
  }
}
.oxy-repeater-pages .page-numbers.current {
  background: #01325b !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.oxy-repeater-pages .page-numbers:not(:last-child) {
  border-right: none !important;
}
.oxy-repeater-pages .page-numbers:first-child {
  border-radius: 4px 0 0 4px !important;
}
.oxy-repeater-pages .page-numbers:last-child {
  border-radius: 0 4px 4px 0 !important;
}
.oxy-repeater-pages .page-numbers.prev, .oxy-repeater-pages .page-numbers.next {
  position: relative;
  font-size: 0;
}
.oxy-repeater-pages .page-numbers.prev::before, .oxy-repeater-pages .page-numbers.next::before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.oxy-repeater-pages .page-numbers.next::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><polygon fill="%2300000066" points="6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12"/></g></svg>');
}
.oxy-repeater-pages .page-numbers.prev::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><polygon fill="%2300000066" points="17.77,3.77 16,2 6,12 16,22 17.77,20.23 9.54,12"/></g></svg>');
}

.search-list .oxy-dynamic-list .search-item {
  padding: 30px 0;
  border-bottom: solid 1px #777;
}
.search-list .oxy-dynamic-list .search-item .news-row__label {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230, 80, 54, var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(230, 80, 54, var(--tw-text-opacity));
  border: solid 1px;
  margin-bottom: 12px;
}
.search-list .oxy-dynamic-list .search-item h3 {
  font-family: "Graphik Web", sans-serif;
}
.search-list .oxy-dynamic-list .search-item .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*# sourceMappingURL=app.css.map*/