*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  color: #002b49;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

.wrapper_page {
  margin: 0 auto;
}

@media (width >= 768px) {
  .col-2 {
    align-items: center;
    gap: 0;
    display: flex;
  }
}

p {
  color: #000;
  font-family: Inter;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2 {
  text-transform: uppercase;
  font: 800 4.5rem Inter, sans-serif;
}

@media (width >= 1024px) {
  h2 {
    font-size: 7rem;
  }
}

@media (width >= 1720px) {
  h2 {
    font-size: 8rem;
  }
}

@media (width <= 768px) {
  h2 {
    font-size: 3.4rem !important;
  }
}

h3 {
  color: #00427f;
  text-transform: uppercase;
  font: 700 3.5rem / 1 Arial, sans-serif;
}

@media (width >= 1024px) {
  h3 {
    font-size: 4.1rem;
  }
}

@media (width >= 1720px) {
  h3 {
    font-size: 4.3rem;
  }
}

@media (width <= 768px) {
  h3 {
    font-size: 2.8rem !important;
  }
}

h4 {
  color: #00427f;
  font-family: Arial;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 span {
  font-size: 2rem;
}

@media (width >= 1024px) {
  h4 {
    font-size: 2.6rem;
  }

  h4 span {
    font-size: 2.2rem;
  }
}

@media (width >= 1720px) {
  h4 {
    font-size: 2.8rem;
  }

  h4 span {
    font-size: 2.4rem;
  }
}

@media (width <= 768px) {
  h4 {
    font-size: 2.3rem !important;
  }

  h4 span {
    font-size: 2rem !important;
  }
}

.inside-block {
  padding-left: 20px;
  padding-right: 20px;
}

@media (width >= 1024px) {
  .inside-block {
    padding-left: 68px;
    padding-right: 68px;
  }
}

@media (width <= 768px) {
  .inside-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

sup {
  padding-right: .3rem;
  font-size: 70%;
}

@media (width <= 768px) {
  html {
    font-size: 7.5px;
  }
}

body.debug:after {
  content: "";
  opacity: .5;
  pointer-events: none;
  z-index: 9999;
  width: 1720px;
  max-width: 1720px;
  height: 13386px;
  margin: 0 auto;
  position: fixed;
  inset: -997px 0 0;
}

.header {
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.header-top {
  background: #fff;
  height: 9rem;
}

@media (width >= 1024px) {
  .header-top {
    height: 15rem;
  }
}

.header-middle {
  background: #00427f;
  height: 0;
}

.header-nav {
  background: #00427f;
}

.header-nav .wrapper_page {
  justify-content: center;
  align-items: center;
  height: 7rem;
  display: flex;
}

@media (width >= 1024px) {
  .header-nav .wrapper_page {
    height: 8rem;
  }
}

#menu-list {
  gap: 2.5rem;
  list-style: none;
  display: flex;
}

@media (width >= 1024px) {
  #menu-list {
    justify-content: space-between;
    gap: 6.5rem;
    width: 100%;
  }
}

#menu-list a {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 1rem .6rem;
  font: 700 1.8rem / 120% Arial, sans-serif;
  text-decoration: none;
  transition: transform .1s, font-size .1s;
  display: block;
}

@media (width >= 1024px) {
  #menu-list a {
    font: 700 2rem / 1 Arial, sans-serif;
  }
}

@media (width >= 1720px) {
  #menu-list a {
    font: 700 2.2rem / 1 Arial, sans-serif;
  }
}

#menu-list a:hover, #menu-list a.active {
  transform: scale(1.02);
}

.menu-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  width: 3.2rem;
  height: 2.4rem;
  position: relative;
}

@media (width >= 1024px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle span {
  transform-origin: center;
  background: #fff;
  border-radius: 2px;
  width: 100%;
  height: 3px;
  transition: transform .3s, opacity .3s;
  position: absolute;
  top: 50%;
  left: 0;
}

.menu-toggle span:first-child {
  transform: translateY(-.6rem);
}

.menu-toggle span:nth-child(2) {
  transform: translateY(0);
}

.menu-toggle span:nth-child(3) {
  transform: translateY(.6rem);
}

.menu-toggle.open span:first-child {
  transform: rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.logo {
  z-index: 1;
  transition: all .25s;
  position: absolute;
  top: .5rem;
  left: .5rem;
}

.logo img {
  width: 7.5rem;
}

@media (width >= 1024px) {
  .logo {
    top: 4.5rem;
    left: 5rem;
  }

  .logo img {
    width: 12rem;
  }
}

@media (width >= 1720px) {
  .logo {
    top: 7rem;
    left: 12.6rem;
  }
}

@media (width <= 1023px) {
  .header-nav .wrapper_page {
    justify-content: flex-end;
    padding-right: 2rem;
  }

  .header-nav nav {
    background: #00427f;
    justify-content: center;
    align-items: flex-start;
    transition: none;
    display: flex;
    position: fixed;
    inset: 16rem 0 0;
    transform: translateX(100%);
  }

  .header-nav nav.anim {
    transition: transform .3s;
  }

  .header-nav nav.open {
    transform: translateX(0);
  }

  .header-nav nav ul {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    padding-top: 0;
  }

  .menu-toggle {
    margin-left: auto;
  }
}

.hero {
  height: auto;
  padding-top: 16rem;
  position: relative;
}

.hero .hero-visual-container {
  max-height: 40rem;
  overflow: hidden;
}

.hero img {
  object-fit: cover;
  clip-path: polygon(0 95%, 0 0, 100% 0, 100% 100%);
  width: 100%;
}

.hero-caption {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-caption .accent {
  color: #00427f;
  font: 700 6rem / 1 Arial, sans-serif;
}

.hero-caption h1 {
  color: #00427f;
  text-align: center;
  margin: 0 0 2rem;
  font: 700 3.5rem / 1.1 Arial, sans-serif;
}

.hero-caption ul {
  margin-top: 2rem;
}

.hero-caption li {
  color: #000;
  margin-left: 4rem;
  font: 400 2.5rem / 1.4 Arial, sans-serif;
}

@media (width >= 1024px) {
  .hero-caption {
    display: block;
  }

  .hero-caption .accent {
    font-size: 6rem;
  }

  .hero-caption h1 {
    text-align: left;
    margin: 0;
    font-size: 4.2rem;
  }

  .hero-caption li {
    font-size: 2.4rem;
  }
}

@media (width >= 1720px) {
  .hero-caption .accent {
    font-size: 8rem;
  }

  .hero-caption h1 {
    font-size: 5.5rem;
  }

  .hero-caption li {
    font-size: 2.7rem;
  }
}

.hero .wrapper_page {
  flex-direction: column-reverse;
  gap: 2rem;
  display: flex;
}

@media (width >= 1024px) {
  .hero {
    height: 70rem;
    padding-top: 27.4rem;
  }

  .hero .wrapper_page {
    flex-direction: row;
    align-items: stretch;
    gap: 2%;
    height: 100%;
  }

  .hero-caption-wrapper {
    background: url("circle-pattern-blue.e0801056.svg") -40rem / cover no-repeat;
    flex: 0 0 50%;
    justify-content: center;
    align-items: start;
    height: 90%;
    padding-top: 2rem;
    padding-left: 8rem;
    display: flex;
  }

  .hero-caption-wrapper:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 69.5rem;
    box-shadow: 0 4px 5px #bdd644bf;
  }

  .hero-caption {
    max-width: 56.3rem;
  }

  .hero-visual {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8vw 100%);
    flex: 0 0 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .hero-visual img {
    width: calc(100% + 8vw);
    height: 100%;
    clip-path: inherit;
    position: absolute;
    top: 0;
    left: -8vw;
  }
}

@media (width >= 1720px) {
  .hero {
    height: 86rem;
  }

  .hero-caption-wrapper {
    flex: 0 0 40%;
  }

  .hero-caption-wrapper:after {
    top: 85.6rem;
  }

  .hero-visual {
    flex: 0 0 60%;
  }
}

@media (width <= 768px) {
  .hero-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.intro-video {
  max-width: 1496px;
  margin: 0 max(2rem, 50% - 748px);
  padding: 4rem 0 0;
}

.intro-video .intro-text {
  color: #000;
  margin: 0 auto 4rem;
  font: 400 2.3rem / 120% Inter, sans-serif;
}

.intro-video .intro-text strong {
  font-weight: 800;
}

.intro-video .video-cover {
  cursor: pointer;
  border: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.intro-video .video-cover img {
  width: 100%;
  display: block;
}

.intro-video .video-box {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.intro-video .video-box iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

@media (width >= 1024px) {
  .intro-video {
    padding: 12rem 0 0;
  }

  .intro-video .intro-text {
    margin: 0 auto 9rem;
    font-size: 2.7rem;
  }
}

@media (width >= 1720px) {
  .intro-video .intro-text {
    font-size: 2.9rem;
  }
}

@media (width <= 768px) {
  .intro-video .intro-text {
    font-size: 2.2rem;
  }
}

.usp-strip {
  isolation: isolate;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #73c4d9 0%, #bfd354 100%);
  margin-top: 6rem;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.usp-strip:after {
  content: "";
  pointer-events: none;
  z-index: 0;
  background: url("circle-pattern-blue.e0801056.svg") 10rem / cover no-repeat;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.usp-strip .wrapper_page, .usp-strip .usp-title, .usp-strip .usp-list {
  z-index: 1;
  position: relative;
}

.usp-strip .wrapper_page {
  margin: 0 max(2rem, 50% - 748px);
}

.usp-strip .wrapper_page .usp-title {
  letter-spacing: -.1px;
  margin: 0 auto 4rem;
}

.usp-strip .wrapper_page .usp-list {
  flex-direction: column;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.usp-strip .wrapper_page .usp-list li {
  color: #00427f;
  text-transform: uppercase;
  padding-bottom: 2rem;
  font: 700 3rem / 1.35 Arial, sans-serif;
  position: relative;
}

.usp-strip .wrapper_page .usp-list li:after {
  content: "";
  background: #fff;
  width: 12rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.usp-strip .wrapper_page .usp-list li:last-child:after {
  display: none;
}

@media (width >= 1024px) {
  .usp-strip {
    margin-top: 10.5rem;
  }

  .usp-strip:after {
    background-position: 25rem;
  }

  .usp-strip .wrapper_page {
    padding-top: 6rem;
  }

  .usp-strip .wrapper_page .usp-list {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .usp-strip .wrapper_page .usp-list li {
    flex: auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2rem;
    font-size: 3.6rem;
    line-height: 100%;
    display: flex;
  }

  .usp-strip .wrapper_page .usp-list li:after {
    width: 2px;
    height: 100%;
    top: 0%;
    left: auto;
    right: 0;
    transform: none;
  }

  .usp-strip .wrapper_page .usp-list li:last-child:after {
    display: none;
  }
}

@media (width >= 1720px) {
  .usp-strip .wrapper_page .usp-list li {
    font-size: 4.4rem;
  }
}

@media (width <= 768px) {
  .usp-strip .wrapper_page .usp-list li {
    padding-bottom: 1.5rem;
    font-size: 2.5rem;
  }
}

.portfolio {
  color: #fff;
  background: #004a84;
  padding-bottom: 16.6rem;
}

.portfolio .portfolio-title {
  word-wrap: normal;
  width: 100%;
}

.portfolio .wrapper_page {
  margin: 0 max(2rem, 50% - 748px);
  padding-top: 16.6rem;
  padding-bottom: 12.3rem;
}

@media (width <= 768px) {
  .portfolio .wrapper_page {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

.portfolio .portfolio__inner {
  background-color: #fff;
  border-radius: 36px;
  flex-direction: column;
  gap: 2rem;
  margin: 0 max(2rem, 50% - 748px);
  padding: 8rem 0 0;
  display: flex;
}

.portfolio .p-two {
  flex-direction: column;
  gap: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

@media (width >= 1024px) {
  .portfolio .p-two {
    flex-direction: row;
    gap: 4%;
    padding-left: 68px;
    padding-right: 68px;
  }
}

.portfolio .p-two .p-left, .portfolio .p-two .p-right {
  flex: 1;
}

.portfolio .p-two .p-title {
  margin: 0 0 2.4rem;
}

.portfolio .p-two .p-body {
  color: #000;
  margin: 0;
  font: 400 2.8rem / 1.3 Arial, sans-serif;
}

.portfolio .p-two .p-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolio .p-two .p-right img {
  max-width: 100%;
  height: auto;
}

.portfolio .gradient {
  color: #0000;
  background: linear-gradient(90deg, #63b8e5 0%, #9ccf64 100%);
  -webkit-background-clip: text;
  font: 700 4.2rem / 1.2 Arial, sans-serif;
}

.portfolio .p-green {
  color: #00427f;
  background: #bdd644;
  padding: 3rem 20px;
  font-family: Arial;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (width >= 1024px) {
  .portfolio .p-green {
    padding: 3rem 68px;
  }
}

.portfolio .p-illu {
  padding: 0;
}

.portfolio .p-illu img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.portfolio .p-sub {
  padding: 3rem 20px;
}

@media (width >= 1024px) {
  .portfolio .p-sub {
    padding: 7rem 68px 1rem;
  }
}

.portfolio .p-carousel {
  overflow: hidden;
}

.portfolio .p-carousel .carousel-wrapper {
  align-items: center;
  gap: 0;
  display: flex;
}

.portfolio .p-carousel .nav {
  cursor: pointer;
  opacity: 1;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 4rem;
  margin: 0 1rem;
  transition: opacity .25s;
  display: none;
}

@media (width >= 1024px) {
  .portfolio .p-carousel .nav {
    flex: 0 0 5.6rem;
    width: 5.3rem;
    height: 8.6rem;
    margin: 0 3.5rem;
    display: block;
  }
}

@media (width >= 1720px) {
  .portfolio .p-carousel .nav {
    margin: 0 4rem;
  }
}

.portfolio .p-carousel .nav.prev {
  background-image: url("previous-arrow.c71d1110.svg");
}

.portfolio .p-carousel .nav.next {
  background-image: url("next-arrow.a9d6b22d.svg");
}

.portfolio .p-carousel .nav.is-off {
  opacity: 0;
  pointer-events: none;
}

.portfolio .p-carousel .slides {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  gap: 0;
  display: flex;
  overflow-x: auto;
}

.portfolio .p-carousel .slides::-webkit-scrollbar {
  display: none;
}

.portfolio .p-carousel .card {
  scroll-snap-align: start;
  flex-direction: column;
  flex: 0 0 100%;
  align-items: center;
  gap: 3rem;
  min-width: 100%;
  padding: 1.8rem;
  display: flex;
}

.portfolio .p-carousel .card .card__text, .portfolio .p-carousel .card .card__img {
  padding: 2.8rem;
}

.portfolio .p-carousel .card .card__text {
  flex: 1;
}

.portfolio .p-carousel .card h4 {
  text-transform: uppercase;
}

.portfolio .p-carousel .card h4 span {
  display: block;
}

@media (width <= 1024px) {
  .portfolio .p-carousel .card h4 {
    text-align: center;
  }
}

.portfolio .p-carousel .card p {
  color: #00427f;
  margin-top: 2.4rem;
  font-family: Arial;
  font-size: 20px;
}

.portfolio .p-carousel .card__img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolio .p-carousel .card__img img {
  object-fit: contain;
  max-width: 60%;
  height: auto;
}

@media (width >= 768px) {
  .portfolio .p-carousel .card__img img {
    max-width: 30rem;
  }
}

@media (width >= 1024px) {
  .portfolio .p-carousel .card__img img {
    max-width: 30rem;
  }
}

@media (width >= 1720px) {
  .portfolio .p-carousel .card__img img {
    max-width: 39.2rem;
  }
}

.portfolio .p-carousel .card-content {
  background: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  gap: 0;
  padding: 1.1rem .8rem;
  display: flex;
  box-shadow: 0 0 1.8rem #0000001a;
}

@media (width >= 1024px) {
  .portfolio .p-carousel .card-content {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding: 3.1rem 1.8rem;
  }
}

@media (width >= 1720px) {
  .portfolio .p-carousel .card-content {
    gap: 4rem;
    padding: 4.1rem 2.8rem;
  }
}

.portfolio .p-carousel .card-content .card__text, .portfolio .p-carousel .card-content .card__img {
  padding: 1rem;
}

@media (width >= 1024px) {
  .portfolio .p-carousel .card-content .card__text, .portfolio .p-carousel .card-content .card__img {
    padding: 2rem;
  }
}

@media (width >= 1720px) {
  .portfolio .p-carousel .card-content .card__text, .portfolio .p-carousel .card-content .card__img {
    padding: 3.2rem .5rem 3.2rem 2rem;
  }
}

.portfolio .p-carousel .card-content img {
  border-radius: 24px;
  box-shadow: 0 4px 20px #0000001a;
}

.portfolio .p-carousel .card-content .card__text {
  flex: 1;
}

@media (width >= 1024px) {
  .portfolio .p-carousel .card-content .card__img {
    padding-left: 0;
  }
}

.portfolio .p-carousel .btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #003e6d;
  border-radius: 5rem;
  justify-content: center;
  justify-self: center;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  height: 6rem;
  font: 400 2rem / 120% Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

@media (width >= 1024px) {
  .portfolio .p-carousel .btn {
    font: 400 2.2rem / 1 Inter, sans-serif;
    max-width: 42rem !important;
  }
}

@media (width >= 1720px) {
  .portfolio .p-carousel .btn {
    font: 400 2.5rem / 1 Inter, sans-serif;
    max-width: 42rem !important;
  }
}

.portfolio .p-carousel .btn.disabled {
  opacity: 0;
  pointer-events: none;
}

.portfolio .p-carousel .bullets {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  margin: 1.8rem auto 0;
  display: flex;
}

.portfolio .p-carousel .bullets .bullet {
  aspect-ratio: 1;
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.portfolio .p-carousel .bullets .bullet.selected {
  background-color: #00427f;
}

.portfolio .p-carousel-anchors {
  margin-top: 4rem;
}

.portfolio .p-carousel-anchors .anchors {
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.portfolio .p-carousel-anchors .anchors .nav {
  display: none;
}

.portfolio .p-carousel-anchors .anchors li {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  cursor: pointer;
  flex: 1;
  font: 400 1.8rem / 1 Inter, sans-serif;
  position: relative;
}

.portfolio .p-carousel-anchors .anchors li:before {
  content: "";
  background: #000;
  width: 60%;
  height: 2px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

@media (width >= 1024px) {
  .portfolio .p-carousel-anchors .anchors li {
    font-size: 2.9rem;
  }
}

@media (width <= 500px) {
  .portfolio .p-carousel-anchors .anchors li {
    font-size: 1.6rem;
  }
}

@media (width <= 768px) {
  .portfolio .anchors {
    justify-content: center;
    align-items: center;
    gap: 2rem;
    display: flex;
    position: relative;
  }

  .portfolio .anchors .nav {
    cursor: pointer;
    opacity: 1;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    transition: opacity .25s;
  }

  .portfolio .anchors .nav.prev {
    background-image: url("previous-arrow.c71d1110.svg");
  }

  .portfolio .anchors .nav.next {
    background-image: url("next-arrow.a9d6b22d.svg");
  }

  .portfolio .anchors .nav.is-off {
    opacity: 0;
    pointer-events: none;
  }

  .portfolio .anchors li {
    font-weight: 700;
    display: none;
  }

  .portfolio .p-carousel[data-date="1963"] ~ .p-carousel-anchors .anchors li[data-date="1963"], .portfolio .p-carousel[data-date="1972"] ~ .p-carousel-anchors .anchors li[data-date="1972"], .portfolio .p-carousel[data-date="1973"] ~ .p-carousel-anchors .anchors li[data-date="1973"], .portfolio .p-carousel[data-date="1988"] ~ .p-carousel-anchors .anchors li[data-date="1988"], .portfolio .p-carousel[data-date="1997"] ~ .p-carousel-anchors .anchors li[data-date="1997"], .portfolio .p-carousel[data-date="2013"] ~ .p-carousel-anchors .anchors li[data-date="2013"], .portfolio .p-carousel[data-date="2014"] ~ .p-carousel-anchors .anchors li[data-date="2014"], .portfolio .p-carousel[data-date="2015"] ~ .p-carousel-anchors .anchors li[data-date="2015"], .portfolio .p-carousel[data-date="2018"] ~ .p-carousel-anchors .anchors li[data-date="2018"], .portfolio .p-carousel[data-date="2021"] ~ .p-carousel-anchors .anchors li[data-date="2021"], .portfolio .p-carousel[data-date="2023"] ~ .p-carousel-anchors .anchors li[data-date="2023"] {
    display: block;
  }
}

.portfolio .p-carousel[data-date="1963"] ~ .p-carousel-anchors li[data-date="1963"], .portfolio .p-carousel[data-date="1972"] ~ .p-carousel-anchors li[data-date="1972"], .portfolio .p-carousel[data-date="1973"] ~ .p-carousel-anchors li[data-date="1973"], .portfolio .p-carousel[data-date="1988"] ~ .p-carousel-anchors li[data-date="1988"], .portfolio .p-carousel[data-date="1997"] ~ .p-carousel-anchors li[data-date="1997"], .portfolio .p-carousel[data-date="2013"] ~ .p-carousel-anchors li[data-date="2013"], .portfolio .p-carousel[data-date="2014"] ~ .p-carousel-anchors li[data-date="2014"], .portfolio .p-carousel[data-date="2015"] ~ .p-carousel-anchors li[data-date="2015"], .portfolio .p-carousel[data-date="2018"] ~ .p-carousel-anchors li[data-date="2018"], .portfolio .p-carousel[data-date="2021"] ~ .p-carousel-anchors li[data-date="2021"], .portfolio .p-carousel[data-date="2023"] ~ .p-carousel-anchors li[data-date="2023"] {
  color: #3c9845;
  font-weight: 700;
}

.portfolio .p-carousel[data-date="1963"] ~ .p-carousel-anchors li[data-date="1963"]:before, .portfolio .p-carousel[data-date="1972"] ~ .p-carousel-anchors li[data-date="1972"]:before, .portfolio .p-carousel[data-date="1973"] ~ .p-carousel-anchors li[data-date="1973"]:before, .portfolio .p-carousel[data-date="1988"] ~ .p-carousel-anchors li[data-date="1988"]:before, .portfolio .p-carousel[data-date="1997"] ~ .p-carousel-anchors li[data-date="1997"]:before, .portfolio .p-carousel[data-date="2013"] ~ .p-carousel-anchors li[data-date="2013"]:before, .portfolio .p-carousel[data-date="2014"] ~ .p-carousel-anchors li[data-date="2014"]:before, .portfolio .p-carousel[data-date="2015"] ~ .p-carousel-anchors li[data-date="2015"]:before, .portfolio .p-carousel[data-date="2018"] ~ .p-carousel-anchors li[data-date="2018"]:before, .portfolio .p-carousel[data-date="2021"] ~ .p-carousel-anchors li[data-date="2021"]:before, .portfolio .p-carousel[data-date="2023"] ~ .p-carousel-anchors li[data-date="2023"]:before {
  background: #3c9845;
}

.portfolio .p-innovating-workflow {
  color: #00427f;
  text-align: center;
  background: linear-gradient(90deg, #73c4d9 0%, #bfd354 100%);
  flex-direction: column;
  margin-top: 4rem;
  padding: 5rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio .p-innovating-workflow:after {
  content: "";
  pointer-events: none;
  background: url("circle-pattern-white.2c5a622a.svg") 10rem / cover no-repeat;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30%;
}

.portfolio .p-innovating-workflow .iw-title {
  margin: 0 0 1.5rem;
  font: 700 4.4rem / 100% Arial, sans-serif;
}

@media (width >= 1024px) {
  .portfolio .p-innovating-workflow .iw-title {
    font-size: 6rem;
  }
}

@media (width >= 1720px) {
  .portfolio .p-innovating-workflow .iw-title {
    font-size: 7.2rem;
  }
}

.portfolio .p-innovating-workflow .iw-title .iw-subtitle {
  font-size: 85%;
}

.portfolio .p-innovating-workflow .iw-tagline {
  color: #7bac7b;
  background: #fff;
  align-self: center;
  padding: 1.6rem 4.8rem;
  font: 400 4rem / 1 Arial, sans-serif;
  display: inline-block;
}

.portfolio .p-innovating-workflow .iw-tagline .grad {
  color: #0000;
  background: linear-gradient(90deg, #63c4d9 0%, #8dcb67 100%);
  -webkit-background-clip: text;
  font-weight: 700;
}

@media (width >= 768px) {
  .portfolio .p-innovating-workflow .iw-tagline {
    padding: 1.6rem 4rem;
    font-size: 3rem;
  }
}

@media (width >= 1024px) {
  .portfolio .p-innovating-workflow .iw-tagline {
    padding: 1.6rem 8.5rem;
    font-size: 3.5rem;
  }
}

@media (width >= 1720px) {
  .portfolio .p-innovating-workflow .iw-tagline {
    padding: 1.6rem 10rem;
    font-size: 4.2rem;
  }
}

.portfolio .p-innovation {
  padding: 1rem 20px;
}

@media (width >= 1024px) {
  .portfolio .p-innovation {
    padding: 2rem 68px 1rem;
  }
}

.portfolio .p-innovation .innovation-title {
  text-transform: none;
  margin: 0 0 5rem;
  font: 700 4rem / 1.25 Inter, sans-serif;
}

@media (width >= 1024px) {
  .portfolio .p-innovation .innovation-title {
    font-size: 4.8rem;
  }
}

@media (width >= 1720px) {
  .portfolio .p-innovation .innovation-title {
    font-size: 5.2rem;
  }
}

.portfolio .p-innovation .p-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  display: flex;
}

.portfolio .p-innovation .p-cta .btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #003e6d;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 42rem;
  height: 8rem;
  font: 400 2rem / 120% Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.portfolio .p-innovation .p-cta .btn sup {
  padding-right: .5rem;
  position: relative;
  top: -.2em;
}

@media (width >= 1024px) {
  .portfolio .p-innovation .p-cta .btn {
    font: 400 2.2rem / 1 Inter, sans-serif;
    max-width: 42rem !important;
  }
}

@media (width >= 1720px) {
  .portfolio .p-innovation .p-cta .btn {
    font: 400 2.5rem / 1 Inter, sans-serif;
    max-width: 42rem !important;
  }
}

@media (width >= 1024px) {
  .portfolio .p-innovation .p-cta {
    flex-direction: row;
    gap: 2rem;
  }

  .portfolio .p-innovation .p-cta .btn {
    flex: 1;
    max-width: none;
  }
}

.portfolio .p-more {
  background: linear-gradient(90deg, #73c4d9 0%, #bfd354 100%);
  border-radius: 0 0 36px 36px;
  padding: 6rem 0;
}

.portfolio .p-more .more-title {
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 4rem;
  font-size: 3rem;
}

@media (width >= 1024px) {
  .portfolio .p-more .more-title {
    font-size: 3.8rem;
  }
}

@media (width >= 1720px) {
  .portfolio .p-more .more-title {
    font-size: 4.2rem;
  }
}

.portfolio .p-more .more-panel {
  background: #fff;
  border-radius: 2.4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4rem 20px;
  display: flex;
}

@media (width >= 1024px) {
  .portfolio .p-more .more-panel {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 68px;
    margin-right: 68px;
    padding: 5rem 68px;
  }
}

.portfolio .p-more .more-text {
  color: #00427f;
  margin: 0;
  font: 400 2.8rem / 1.35 Arial, sans-serif;
}

@media (width >= 1024px) {
  .portfolio .p-more .more-text {
    font-size: 3.2rem;
  }
}

.portfolio .p-more .more-btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #003e6d;
  border-radius: 5rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 42rem;
  height: 8rem;
  font: 400 2rem / 120% Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.portfolio .p-more .more-btn sup {
  padding-right: .5rem;
  position: relative;
  top: -.2em;
}

@media (width >= 1024px) {
  .portfolio .p-more .more-btn {
    font: 400 2.2rem / 1 Inter, sans-serif;
  }
}

@media (width >= 1720px) {
  .portfolio .p-more .more-btn {
    font: 400 2.5rem / 1 Inter, sans-serif;
  }
}

@media (width <= 768px) {
  .portfolio {
    padding-bottom: 9rem;
  }

  .portfolio .p-innovating-workflow .iw-title {
    font-size: 3.6rem;
  }

  .portfolio .p-innovating-workflow .iw-tagline {
    font-size: 3rem;
  }

  .portfolio .p-two .p-right img {
    max-width: 80%;
  }

  .portfolio .p-two .p-body {
    font-size: 2.2rem;
  }

  .p-carousel .nav {
    display: none;
  }

  .portfolio .p-carousel-anchors .anchors {
    justify-content: center;
    align-items: center;
    gap: 5rem;
    display: flex;
    position: relative;
  }

  .portfolio .p-carousel-anchors .anchors .nav {
    cursor: pointer;
    opacity: 1;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    transition: opacity .25s;
    display: block !important;
  }

  .portfolio .p-carousel-anchors .anchors .nav.prev {
    background-image: url("previous-arrow.c71d1110.svg");
  }

  .portfolio .p-carousel-anchors .anchors .nav.next {
    background-image: url("next-arrow.a9d6b22d.svg");
  }

  .portfolio .p-carousel-anchors .anchors .nav.is-off {
    opacity: 0;
    pointer-events: none;
  }

  .portfolio .p-carousel-anchors .anchors li {
    font-weight: 700;
    display: none;
  }

  .portfolio .p-carousel .card-content {
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    height: 100%;
    display: flex;
  }

  .portfolio .p-carousel .card-content .card__text {
    flex: 0;
  }

  .portfolio .p-carousel .card {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    display: flex;
  }

  .p-carousel[data-date="1963"] ~ .p-carousel-anchors .anchors li[data-date="1963"], .p-carousel[data-date="1972"] ~ .p-carousel-anchors .anchors li[data-date="1972"], .p-carousel[data-date="1973"] ~ .p-carousel-anchors .anchors li[data-date="1973"], .p-carousel[data-date="1988"] ~ .p-carousel-anchors .anchors li[data-date="1988"], .p-carousel[data-date="1997"] ~ .p-carousel-anchors .anchors li[data-date="1997"], .p-carousel[data-date="2013"] ~ .p-carousel-anchors .anchors li[data-date="2013"], .p-carousel[data-date="2014"] ~ .p-carousel-anchors .anchors li[data-date="2014"], .p-carousel[data-date="2015"] ~ .p-carousel-anchors .anchors li[data-date="2015"], .p-carousel[data-date="2018"] ~ .p-carousel-anchors .anchors li[data-date="2018"], .p-carousel[data-date="2021"] ~ .p-carousel-anchors .anchors li[data-date="2021"], .p-carousel[data-date="2023"] ~ .p-carousel-anchors .anchors li[data-date="2023"] {
    flex: 0;
    font-size: 2.4rem;
    display: block;
  }

  .p-carousel[data-date="1963"] ~ .p-carousel-anchors .anchors li[data-date="1963"]:before, .p-carousel[data-date="1972"] ~ .p-carousel-anchors .anchors li[data-date="1972"]:before, .p-carousel[data-date="1973"] ~ .p-carousel-anchors .anchors li[data-date="1973"]:before, .p-carousel[data-date="1988"] ~ .p-carousel-anchors .anchors li[data-date="1988"]:before, .p-carousel[data-date="1997"] ~ .p-carousel-anchors .anchors li[data-date="1997"]:before, .p-carousel[data-date="2013"] ~ .p-carousel-anchors .anchors li[data-date="2013"]:before, .p-carousel[data-date="2014"] ~ .p-carousel-anchors .anchors li[data-date="2014"]:before, .p-carousel[data-date="2015"] ~ .p-carousel-anchors .anchors li[data-date="2015"]:before, .p-carousel[data-date="2018"] ~ .p-carousel-anchors .anchors li[data-date="2018"]:before, .p-carousel[data-date="2021"] ~ .p-carousel-anchors .anchors li[data-date="2021"]:before, .p-carousel[data-date="2023"] ~ .p-carousel-anchors .anchors li[data-date="2023"]:before {
    background: none;
  }
}

.services {
  color: #fff;
  background: #3c9845;
  padding-bottom: 16.6rem;
}

.services .wrapper_page {
  margin: 0 max(2rem, 50% - 748px);
  padding-top: 16.6rem;
  padding-bottom: 12.3rem;
}

.services .services__inner {
  background: #fff;
  border-radius: 36px;
  flex-direction: column;
  gap: 5rem;
  margin: 0 max(2rem, 50% - 748px);
  padding: 8rem 0 0;
  display: flex;
}

.services .services-intro {
  text-transform: none;
  margin: 0 0 4rem;
}

@media (width >= 1024px) {
  .services .services-intro {
    font-size: 4.8rem;
  }
}

@media (width >= 1720px) {
  .services .services-intro {
    font-size: 5.2rem;
  }
}

.services .services-kpi {
  flex-direction: column;
  gap: 4rem;
  margin: 0;
  padding: 1rem 20px;
  list-style: none;
  display: flex;
}

@media (width >= 768px) {
  .services .services-kpi {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 20px;
  }
}

@media (width >= 1024px) {
  .services .services-kpi {
    gap: 4rem;
    padding: 1rem 68px;
  }
}

@media (width >= 1720px) {
  .services .services-kpi {
    gap: 5.4rem;
  }
}

.services .services-kpi .kpi {
  text-align: center;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 1.5rem;
  flex: 1;
  padding: 3.2rem 2rem;
  box-shadow: 0 .4rem 2rem #00000059;
}

.services .services-kpi .kpi .kpi-icon {
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  margin: 0 auto .5rem;
  display: flex;
}

@media (width >= 768px) {
  .services .services-kpi .kpi .kpi-icon {
    width: 16rem;
    height: 16rem;
  }
}

@media (width >= 1024px) {
  .services .services-kpi .kpi .kpi-icon {
    margin: 0 auto 1.2rem;
  }
}

@media (width >= 1720px) {
  .services .services-kpi .kpi .kpi-icon {
    width: 22.9rem;
    height: 22.9rem;
    margin: 0 auto 1.8rem;
  }
}

.services .services-kpi .kpi .kpi-icon img {
  max-width: 100%;
  height: auto;
}

.services .services-kpi .kpi .kpi-value {
  color: #3c9845;
  text-transform: uppercase;
  font: 800 4.8rem / 1 Arial, sans-serif;
  display: block;
}

@media (width >= 768px) {
  .services .services-kpi .kpi .kpi-value {
    font: 800 4rem / 1 Arial, sans-serif;
  }
}

@media (width >= 1024px) {
  .services .services-kpi .kpi .kpi-value {
    font: 800 4.8rem / 1 Arial, sans-serif;
  }
}

@media (width >= 1720px) {
  .services .services-kpi .kpi .kpi-value {
    font: 800 5.2rem / 1 Arial, sans-serif;
  }
}

.services .services-kpi .kpi .kpi-label {
  color: #3c9845;
  text-transform: uppercase;
  margin-top: 0;
  font: 800 2.4rem / 1.25 Arial, sans-serif;
  display: block;
}

@media (width >= 768px) {
  .services .services-kpi .kpi .kpi-label {
    font: 800 2.2rem / 1 Arial, sans-serif;
  }
}

@media (width >= 1024px) {
  .services .services-kpi .kpi .kpi-label {
    font: 800 2.4rem / 1 Arial, sans-serif;
  }
}

@media (width >= 1720px) {
  .services .services-kpi .kpi .kpi-label {
    font: 800 2.8rem / 1 Arial, sans-serif;
  }
}

@media (width >= 768px) {
  .services .services-kpi .kpi {
    padding: 3rem 1.6rem;
  }
}

@media (width >= 1024px) {
  .services .services-kpi .kpi {
    padding: 2.8rem 1.6rem;
  }
}

@media (width >= 1720px) {
  .services .services-kpi .kpi {
    padding: 3.2rem 2rem;
  }
}

.services .services-lead {
  margin: 0;
  padding: 0 20px;
}

@media (width >= 1024px) {
  .services .services-lead {
    padding: 0 68px;
  }
}

.services .s-block {
  padding: 0;
}

@media (width >= 1024px) {
  .services .s-block {
    padding: 0;
  }
}

.services .s-block .s-head {
  text-align: center;
  color: #00427f;
  text-transform: uppercase;
  background: #bdd644;
  width: 100%;
  margin: 0 0 3.2rem;
  padding: 2rem 0;
  font: 700 2.8rem / 1 Arial, sans-serif;
  display: inline-block;
}

.services .s-block .s-head.last {
  margin: 0 0 2.5rem;
}

@media (width >= 768px) {
  .services .s-block .s-head {
    text-align: left;
    width: auto;
    padding: 2.4rem 4.8rem 2.4rem 6rem;
    font-size: 3.2rem;
  }
}

@media (width >= 1024px) {
  .services .s-block .s-head {
    margin-bottom: 4.5rem;
    padding: 2.8rem 5.6rem 2.8rem 6.8rem;
    font-size: 4.2rem;
  }
}

.services .s-block .s-block-lead {
  margin-bottom: 6.5rem;
}

.services .s-block .s-entry {
  border-top: none;
  border-bottom: .4rem solid #bdd644;
  border-left: .1rem solid #bdd644;
  border-right: none;
  border-radius: 0 0 3rem 3rem;
  flex-direction: column;
  align-items: stretch;
  gap: 2.8rem;
  margin: 0 20px 3.5rem;
  padding: 0;
  display: flex;
  position: relative;
}

@media (width >= 1024px) {
  .services .s-block .s-entry {
    flex-direction: row;
    gap: 4.8rem;
    margin: 0 68px 3.5rem;
    padding: 0 0 0 3rem;
  }
}

.services .s-block .s-entry .s-text {
  color: #00427f;
  flex: 1;
  align-self: center;
  padding: 0 3.2rem;
  font-size: 2.2rem;
}

.services .s-block .s-entry .s-text h5 {
  margin: 0 0 1.8rem;
}

.services .s-block .s-entry .s-text p {
  margin: 0;
}

.services .s-block .s-entry .s-text h5, .services .s-block .s-entry .s-text p {
  color: #00427f;
  font-size: 2.6rem;
}

@media (width >= 768px) {
  .services .s-block .s-entry .s-text h5, .services .s-block .s-entry .s-text p {
    font-size: 2.4rem;
  }
}

@media (width >= 1024px) {
  .services .s-block .s-entry .s-text {
    padding: 0;
  }

  .services .s-block .s-entry .s-text h5, .services .s-block .s-entry .s-text p {
    font-size: 2.6rem;
  }
}

@media (width >= 1720px) {
  .services .s-block .s-entry .s-text h5, .services .s-block .s-entry .s-text p {
    font-size: 2.8rem;
  }
}

@media (width <= 768px) {
  .services .s-block .s-entry .s-text h5, .services .s-block .s-entry .s-text p {
    font-size: 2.2rem;
  }
}

.services .s-block .s-entry .s-media {
  border-radius: 0 3rem 3rem;
  flex: 0 0 100%;
  align-self: flex-end;
  width: 100%;
  height: 34.7rem;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

@media (width >= 1024px) {
  .services .s-block .s-entry .s-media {
    border-radius: 0 3rem 3rem 0;
    flex: 0 0 50%;
    height: 27.6rem;
    padding-bottom: 0;
  }
}

@media (width >= 1720px) {
  .services .s-block .s-entry .s-media {
    height: 34.7rem;
  }
}

.services .s-block .s-entry .s-media iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.services .s-block .s-entry.s-alone {
  border: none;
}

@media (width >= 1024px) {
  .services .s-block .s-entry.s-alone {
    padding: 0 !important;
  }
}

.services .s-block .s-entry.s-alone .s-text p {
  color: #000;
}

.services .s-block .s-entry.s-alone .s-media {
  border-radius: 0;
}

.services .s-block .s-entry.s-alone .s-media iframe {
  padding: 0 3.2rem;
}

@media (width >= 1024px) {
  .services .s-block .s-entry.s-alone .s-media {
    flex: 0 0 50%;
    height: 37.2rem;
    padding-bottom: 0;
  }

  .services .s-block .s-entry.s-alone .s-media iframe {
    padding: 0;
  }
}

.services .s-consultancy {
  text-align: center;
  background: linear-gradient(90deg, #73c4d9 0%, #bfd354 100%);
  border-radius: 0 0 2.4rem 2.4rem;
  margin-top: 0;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.services .s-consultancy .consult-title {
  color: #fff;
  margin: 0 0 5rem;
  font: 700 3.8rem / 1.25 Inter, sans-serif;
}

@media (width >= 1024px) {
  .services .s-consultancy .consult-title {
    font-size: 4rem;
  }
}

@media (width >= 1720px) {
  .services .s-consultancy .consult-title {
    margin-bottom: 7rem;
    font-size: 4.2rem;
  }
}

.services .s-consultancy .consult-panel {
  background: #fff;
  border-radius: 2.4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  display: flex;
}

.services .s-consultancy .consult-panel p {
  color: #00427f;
  text-align: start;
  max-width: 70%;
  font: 400 2.4rem / 1.35 Arial, sans-serif;
}

@media (width <= 768px) {
  .services .s-consultancy .consult-panel p {
    text-align: center;
    max-width: 100%;
  }
}

@media (width >= 1024px) {
  .services .s-consultancy .consult-panel p {
    font-size: 2.6rem;
  }
}

@media (width >= 1720px) {
  .services .s-consultancy .consult-panel p {
    font-size: 2.8rem;
  }
}

.services .s-consultancy .consult-panel .consult-btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #003e6d;
  border-radius: 5rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 42rem;
  height: 7rem;
  margin-top: 1rem;
  font: 400 1.7rem / 120% Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

@media (width >= 768px) {
  .services .s-consultancy .consult-panel .consult-btn {
    margin-top: 2rem;
    font: 400 2rem / 1 Inter, sans-serif;
  }
}

@media (width >= 1024px) {
  .services .s-consultancy .consult-panel .consult-btn {
    max-width: 35rem;
    margin-top: 0;
    font: 400 2.2rem / 1 Inter, sans-serif;
  }
}

@media (width >= 1720px) {
  .services .s-consultancy .consult-panel .consult-btn {
    font: 400 2.5rem / 1 Inter, sans-serif;
  }
}

@media (width >= 768px) {
  .services .s-consultancy .consult-panel {
    gap: 0;
    padding: 2.5rem 4rem;
  }
}

@media (width >= 1024px) {
  .services .s-consultancy .consult-panel {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 2.5rem 3rem;
  }
}

@media (width >= 1720px) {
  .services .s-consultancy .consult-panel {
    gap: 2rem;
    padding: 2.5rem 7rem;
  }

  .services .s-consultancy {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (width <= 768px) {
  .services {
    padding-bottom: 9rem;
  }

  .services .wrapper_page {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .services .s-block .s-entry.s-alone {
    margin: 0;
  }

  .services .s-block .s-entry .s-text {
    padding: 0 1.5rem;
  }

  .services .s-block .s-entry {
    margin: 0 2rem 3.5rem;
  }

  p {
    font-size: 2.2rem;
  }

  .services .services__inner {
    gap: 2rem;
    padding: 4rem 0 0;
  }
}

.community {
  color: #fff;
  background: #73c4d9;
  padding: 9rem 0 16.6rem;
}

.community .wrapper_page {
  margin: 0 max(2rem, 50% - 748px);
}

.community .community-title {
  font: 700 3.4rem / 1.2 Arial, sans-serif;
}

@media (width >= 1024px) {
  .community .community-title {
    font-size: 4.8rem;
  }
}

@media (width >= 1720px) {
  .community .community-title {
    font-size: 6rem;
  }
}

.community .community__inner {
  background: #fff;
  border-radius: 2.4rem;
  flex-direction: column;
  gap: 7rem;
  max-width: 1496px;
  margin: 6rem auto 0;
  padding: 6rem 0 0;
  display: flex;
}

@media (width >= 1720px) {
  .community .community__inner {
    gap: 9rem;
    padding: 8rem 0 0;
  }
}

.community .c-hero {
  flex-direction: column;
  gap: 4rem;
  padding: 0 20px;
  display: flex;
}

@media (width >= 1024px) {
  .community .c-hero {
    gap: 6rem;
    padding: 0 68px;
  }
}

.community .c-hero .c-heading {
  text-align: left;
}

.community .c-hero .c-heading .c-title {
  text-transform: none;
  margin: 0 0 1.8rem;
}

.community .c-hero .c-heading .c-lead {
  color: #00427f;
  margin: 0;
  font: 400 2.2rem / 1.4 Arial, sans-serif;
}

@media (width >= 1024px) {
  .community .c-hero .c-heading .c-lead {
    font-size: 2.4rem;
  }
}

@media (width >= 1720px) {
  .community .c-hero .c-heading .c-lead {
    font-size: 2.7rem;
  }
}

.community .c-hero .c-body {
  flex-direction: column;
  align-items: stretch;
  gap: 3.2rem;
  display: flex;
}

@media (width >= 1024px) {
  .community .c-hero .c-body {
    flex-direction: row;
    gap: 5%;
  }

  .community .c-hero .c-body .c-text, .community .c-hero .c-body .c-media {
    flex: 50%;
    max-width: 47%;
  }

  .community .c-hero .c-body .c-text {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
}

.community .c-hero .c-body .c-text {
  color: #00427f;
  flex: 1;
}

.community .c-hero .c-body .c-text p {
  margin: 0;
  font: 400 2.4rem / 1.4 Arial, sans-serif;
}

@media (width >= 1024px) {
  .community .c-hero .c-body .c-text p {
    font-size: 2.6rem;
  }
}

@media (width >= 1720px) {
  .community .c-hero .c-body .c-text p {
    font-size: 2.8rem;
  }
}

.community .c-hero .c-body .c-media {
  border: .1rem solid #bdd644;
  border-top: none;
  border-bottom-width: .4rem;
  border-radius: 2.4rem;
  flex-direction: column;
  flex: 0 0 100%;
  padding-bottom: 56.25%;
  display: flex;
  position: relative;
}

.community .c-hero .c-body .c-media .c-legend {
  color: #00427f;
  flex: 1;
  place-items: center;
  width: 100%;
  height: 20%;
  padding-left: 2rem;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: 80%;
}

.community .c-hero .c-body .c-media .c-legend p {
  color: #00427f;
  margin: 0;
  font: 400 2rem / 1.4 Arial, sans-serif;
}

@media (width >= 1024px) {
  .community .c-hero .c-body .c-media .c-legend p {
    font-size: 2.2rem;
  }
}

@media (width >= 1720px) {
  .community .c-hero .c-body .c-media .c-legend p {
    font-size: 2.4rem;
  }
}

@media (width >= 1024px) {
  .community .c-hero .c-body .c-media {
    height: 38rem;
    padding-bottom: 0;
  }
}

.community .c-hero .c-body .c-media iframe {
  border: 0;
  border-radius: 2.4rem 2.4rem 0 0;
  width: 100%;
  height: 80%;
  position: absolute;
  inset: 0;
}

.community .c-education {
  background: linear-gradient(90deg, #73c4d9 0%, #bfd354 100%);
  border-radius: 0 0 2.4rem 2.4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (width >= 1024px) {
  .community .c-education {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.community .c-education .c-ed-head {
  color: #fff;
  margin: 0 0 1.2rem;
  font: 700 3.6rem / 1.2 Inter, sans-serif;
}

@media (width >= 1024px) {
  .community .c-education .c-ed-head {
    font-size: 4rem;
  }
}

@media (width >= 1720px) {
  .community .c-education .c-ed-head {
    font-size: 4.2rem;
  }
}

.community .c-education .c-ed-lead {
  color: #fff;
  margin: 0 0 3.2rem;
  font: 400 2.4rem / 1.35 Inter, sans-serif;
}

@media (width >= 1024px) {
  .community .c-education .c-ed-lead {
    font-size: 2.6rem;
  }
}

@media (width >= 1720px) {
  .community .c-education .c-ed-lead {
    font-size: 2.8rem;
  }
}

.community .c-education .c-ed-list {
  flex-direction: column;
  gap: 3.2rem;
  margin: 0;
  list-style: none;
  display: flex;
}

.community .c-education .c-ed-list .c-ed-item {
  background: #fff;
  border-radius: 1.6rem;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem;
  display: flex;
  box-shadow: 0 0 1rem #00000014;
}

.community .c-education .c-ed-list .c-ed-item p {
  color: #00427f;
  margin: 0;
  font: 400 2.2rem / 1.4 Arial, sans-serif;
}

@media (width >= 768px) {
  .community .c-education .c-ed-list .c-ed-item p {
    max-width: 100%;
  }
}

@media (width >= 1024px) {
  .community .c-education .c-ed-list .c-ed-item p {
    font-size: 2.4rem;
  }
}

@media (width >= 1720px) {
  .community .c-education .c-ed-list .c-ed-item p {
    font-size: 2.6rem;
  }
}

.community .c-education .c-ed-list .c-ed-item .btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #003e6d;
  border-radius: 5rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 42rem;
  height: 8.5rem;
  margin-top: 1rem;
  font: 400 1.7rem / 120% Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

@media (width >= 768px) {
  .community .c-education .c-ed-list .c-ed-item .btn {
    margin-top: 2rem;
    font: 400 2rem / 1 Inter, sans-serif;
  }
}

@media (width >= 1024px) {
  .community .c-education .c-ed-list .c-ed-item .btn {
    max-width: 35rem;
    margin-top: 0;
    font: 400 2.2rem / 1 Inter, sans-serif;
  }
}

@media (width >= 1720px) {
  .community .c-education .c-ed-list .c-ed-item .btn {
    font: 400 2.5rem / 1 Inter, sans-serif;
  }
}

@media (width >= 1024px) {
  .community .c-education .c-ed-list .c-ed-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 4.8rem;
  }
}

@media (width >= 1720px) {
  .community .c-education .c-ed-list .c-ed-item {
    gap: 5rem;
  }
}

@media (width <= 768px) {
  .community {
    padding: 6rem 0 9rem;
  }
}

.contact {
  color: #fff;
  background: linear-gradient(90deg, #73c4d9 0%, #bfd354 100%);
  padding: 3rem 0 5rem;
}

.contact .wrapper_page {
  margin: 0 max(2rem, 50% - 748px);
}

.contact .community-title {
  font: 700 3.4rem / 1.2 Arial, sans-serif;
}

@media (width >= 1024px) {
  .contact .community-title {
    font-size: 4.8rem;
  }
}

@media (width >= 1720px) {
  .contact .community-title {
    font-size: 6rem;
  }
}

.contact .c-contact {
  background: linear-gradient(90deg, #73c4d9 0%, #bfd354 100%);
  border-radius: 0 0 2.4rem 2.4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (width >= 1024px) {
  .contact .c-contact {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.contact .c-contact .contact-list {
  flex-direction: column;
  gap: 3.2rem;
  margin: 0;
  list-style: none;
  display: flex;
}

.contact .c-contact .contact-list .contact-item {
  background: #fff;
  border-radius: 1.6rem;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem;
  display: flex;
  box-shadow: 0 0 1rem #00000014;
}

.contact .c-contact .contact-list .contact-item p {
  color: #00427f;
  margin: 0;
  font: 400 2.2rem / 1.4 Arial, sans-serif;
}

@media (width >= 768px) {
  .contact .c-contact .contact-list .contact-item p {
    max-width: 100%;
  }
}

@media (width >= 1024px) {
  .contact .c-contact .contact-list .contact-item p {
    font-size: 2.4rem;
  }
}

@media (width >= 1720px) {
  .contact .c-contact .contact-list .contact-item p {
    font-size: 2.6rem;
  }
}

.contact .c-contact .contact-list .contact-item .btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #003e6d;
  border-radius: 5rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 42rem;
  height: 8.5rem;
  margin-top: 1rem;
  font: 400 1.7rem / 120% Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

@media (width >= 768px) {
  .contact .c-contact .contact-list .contact-item .btn {
    margin-top: 2rem;
    font: 400 2rem / 1 Inter, sans-serif;
  }
}

@media (width >= 1024px) {
  .contact .c-contact .contact-list .contact-item .btn {
    max-width: 35rem;
    margin-top: 0;
    font: 400 2.2rem / 1 Inter, sans-serif;
  }
}

@media (width >= 1720px) {
  .contact .c-contact .contact-list .contact-item .btn {
    font: 400 2.5rem / 1 Inter, sans-serif;
  }
}

@media (width >= 1024px) {
  .contact .c-contact .contact-list .contact-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 4.8rem;
  }
}

@media (width >= 1720px) {
  .contact .c-contact .contact-list .contact-item {
    gap: 5rem;
  }
}

.footer {
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.footer .footer-white {
  background: #fff;
  height: 16rem;
}

.footer .footer-blue {
  background: #00427f;
  padding-top: 10rem;
  padding-bottom: 6rem;
  position: relative;
}

.footer .footer-blue:after {
  content: "";
  opacity: .2;
  pointer-events: none;
  z-index: 0;
  background: url("circle-pattern-white.2c5a622a.svg") 50% 105% / min(90%, 90rem) no-repeat;
  position: absolute;
  inset: 0;
}

.footer .footer-blue .footer-logo, .footer .footer-blue .footer-inner {
  z-index: 1;
  position: relative;
}

.footer .footer-blue .footer-logo {
  width: 16rem;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -65%);
}

.footer .footer-blue .footer-inner {
  position: relative;
}

.footer .footer-blue .copyright {
  color: #fff;
  margin: 6rem 0 2.4rem;
  font: 400 2rem / 1.4 Inter, Arial, sans-serif;
}

.footer .footer-blue .social {
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer .footer-blue .social a {
  width: 4.4rem;
  height: 4.4rem;
  display: inline-block;
}

.footer .footer-blue .social a img {
  width: 100%;
}

@media (width >= 1024px) {
  .footer .footer-blue {
    padding-bottom: 9rem;
  }

  .footer .footer-blue .footer-logo {
    width: 19rem;
  }

  .footer .footer-blue .copyright {
    font-size: 1.8rem;
  }

  .footer .footer-blue .social a {
    width: 4.8rem;
    height: 4.8rem;
  }
}

@media (width <= 768px) {
  .footer .footer-blue {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .footer .footer-blue .social a {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.mkto-modal {
  z-index: 9999;
  background: #ffffffd9;
  display: none;
  position: fixed;
  inset: 0;
}

.mkto-modal[aria-hidden="false"] {
  display: block;
}

.mkto-modal__dialog {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  max-width: 1496px;
  max-height: 90vh;
  margin: 5vh auto;
  padding: 24px;
  position: relative;
  overflow: auto;
  box-shadow: 0 10px 40px #0003;
}

.mkto-modal__close {
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 8px;
}

.mkto-modal .mkto-modal__close {
  color: #00427f;
  font-size: 2.4rem;
}

@media (width >= 1024px) {
  .mkto-modal .mkto-modal__close {
    font-size: 4rem;
  }
}

@media (width >= 1720px) {
  .mkto-modal .mkto-modal__close {
    font-size: 4.8rem;
  }
}

.mkto-modal h2 {
  color: #00427f;
  text-transform: uppercase;
  text-align: center;
  font: 700 2.5rem / 1 Arial, sans-serif;
}

@media (width >= 1024px) {
  .mkto-modal h2 {
    font-size: 3.1rem;
  }
}

@media (width >= 1720px) {
  .mkto-modal h2 {
    font-size: 3.3rem;
  }
}

@media (width <= 768px) {
  .mkto-modal h2 {
    font-size: 2.5rem !important;
  }
}

.mkto-modal .mktoForm {
  width: 100% !important;
}

.mkto-modal .mktoForm label, .mkto-modal .mktoForm .mktoAsterix {
  color: #00427f;
  padding-bottom: .5rem;
  font: 700 2.5rem / 1 Arial, sans-serif;
}

.mkto-modal .mktoForm .mktoForm.mktoLayoutAbove .mktoField, .mkto-modal .mktoForm .mkto-modal .mktoForm.mktoLayoutAbove .mktoField, .mkto-modal .mktoForm input, .mkto-modal .mktoForm textarea {
  box-sizing: border-box;
  color: gray;
  cursor: default;
  -webkit-box-direction: normal;
  width: 449px;
  margin-bottom: 8px;
  font: 400 2.5rem / 20.8px Arial, sans-serif;
  display: block;
  height: 4.5rem !important;
  padding-left: 1rem !important;
}

.mkto-modal .mktoForm select {
  appearance: none;
  color: gray;
  background: #fff url("https://www.biomerieux.com/etc.clientlibs/onebmx/clientlibs/clientlib-site/resources/images/select-button.svg") 100% 0 no-repeat;
  width: 100%;
  height: 6rem;
  min-height: 4.5rem;
  font-size: 2.5rem;
  background-size: 5.4rem 6rem !important;
  padding-left: 1rem !important;
}

.mkto-modal .mktoForm .mktoButtonRow {
  width: 100%;
}

.mkto-modal .mktoForm .mktoButtonRow .mktoButtonWrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
  margin-left: 0 !important;
}

.mkto-modal .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 42rem;
  height: 8rem;
  font: 400 2rem / 120% Inter, sans-serif;
  text-decoration: none;
  display: flex;
  background: #003e6d !important;
  border: none !important;
}

.mkto-modal .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton sup {
  padding-right: .5rem;
  position: relative;
  top: -.2em;
}

@media (width >= 1024px) {
  .mkto-modal .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font: 400 2.2rem / 1 Inter, sans-serif;
    max-width: 42rem !important;
  }
}

@media (width >= 1720px) {
  .mkto-modal .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font: 400 2.5rem / 1 Inter, sans-serif;
    max-width: 42rem !important;
  }
}

@media only screen and (width <= 480px) {
  .mktoForm .mktoFormRow .mktoField {
    clear: left;
    border-style: solid;
    border-width: 1px;
    border-top-color: -apple-system-secondary-label;
    border-right-color: -apple-system-secondary-label;
    border-bottom-color: -apple-system-secondary-label;
    border-left-color: -apple-system-secondary-label;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    border-radius: 5px;
    padding-block: .2em .3em;
    padding-inline-start: .5em;
  }

  .mkto-modal .mktoForm select {
    appearance: none;
    color: gray;
    background: #fff url("https://www.biomerieux.com/etc.clientlibs/onebmx/clientlibs/clientlib-site/resources/images/select-button.svg") 100% 0 / 4rem 4.5rem no-repeat;
    width: 100%;
    height: 6rem;
    min-height: 4.5rem;
    font-size: 2.5rem;
    padding-left: 1rem !important;
  }
}
/*# sourceMappingURL=index.a954cfbe.css.map */
