/**************************************************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms;
            animation-duration: 0.01ms;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/**************************************************************/
.container > *:first-child {
  margin-top: 0 !important;
}
.container > *:last-child {
  margin-bottom: 0 !important;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .container {
    --pad: 40px ;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: calc(576px - var(--pad) * 2);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: calc(768px - var(--pad) * 2);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: calc(1200px - var(--pad) * 2);
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: calc(1600px - var(--pad) * 2);
  }
}
.container.narrow {
  max-width: 800px;
}
.container.narrow > *:first-child {
  margin-top: 0 !important;
}
.container.narrow > *:last-child {
  margin-bottom: 0 !important;
}
.container.center {
  text-align: center;
}

/**************************************************************/
:root {
  --font-size: 16px;
  --line-height: 1.5;
  --padding: 50px;
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: var(--font-size);
  color: #3A5047;
  line-height: var(--line-height);
}
@media (min-width: 576px) {
  :root {
    --font-size: 18px;
  }
}
@media (min-width: 1200px) {
  :root {
    --padding: 80px;
  }
}
@media (min-width: 1600px) {
  :root {
    --padding: 120px;
  }
}

::-moz-selection {
  color: white;
  background: #03546a;
}

::selection {
  color: white;
  background: #03546a;
}

h1, h2, h3, h4 {
  color: #129157;
  font-family: "Outfit", serif;
  font-weight: 700;
  margin: 0 0 20px;
}

h1 {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 1px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 576px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

h3 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 576px) {
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 26px;
  }
}

p {
  margin: 0 0 20px;
}

ul {
  margin: 0;
}

strong, b {
  font-weight: 700;
}

a {
  color: #03546a;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  font-weight: 700;
  text-decoration: none;
}
a:hover, a:focus {
  color: black;
}

.centered {
  text-align: center;
}

.button {
  background: #03546a;
  padding: 14px 16px;
  margin-top: 10px;
  line-height: 1;
  color: white;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .button {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .button {
    padding: 20px 22px;
    font-size: 18px;
  }
}
.button:hover, .button:focus {
  background: rgb(0.8944954128, 25.0458715596, 31.6055045872);
  color: white;
}
.button.invert {
  background: white;
  color: #03546a;
}
.button.invert:hover, .button.invert:focus {
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}

hr {
  border: 0;
  border-bottom: 1px solid #DEF4EB;
  padding-top: 30px;
  margin-bottom: 50px;
}

body.locked {
  overflow: hidden;
}

/**************************************************************/
#io {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  visibility: hidden;
  pointer-events: none;
}

header#site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(18, 145, 87, 0);
  backdrop-filter: blur(10px);
  z-index: 10;
  -webkit-transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header#site-header.scrolled {
  background: rgba(18, 145, 87, 0.9);
}
header#site-header #menubutton {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #03546a url(../images/menu.png);
  z-index: 101;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header#site-header #menubutton.open {
  background-position: 0 -56px;
  background-color: #7c2f39;
}
@media (min-width: 1200px) {
  header#site-header #menubutton {
    display: none;
  }
}
header#site-header #menubutton span {
  display: none;
}
header#site-header #navi-wrapper {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media (min-width: 1200px) {
  header#site-header #navi-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header#site-header #navi-wrapper .logo img {
  width: auto;
  height: 40px;
}
header#site-header #navi-wrapper #main-navi ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 1600px) {
  header#site-header #navi-wrapper #main-navi ul {
    gap: 30px;
  }
}
header#site-header #navi-wrapper #main-navi ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 5px 0;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1600px) {
  header#site-header #navi-wrapper #main-navi ul li a {
    font-size: 18px;
  }
}
header#site-header #navi-wrapper #main-navi ul li a:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header#site-header #navi-wrapper #main-navi ul li a.current:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header#site-header #navi-wrapper #main-navi ul li a.ext:after {
  content: "";
  width: 14px;
  height: 14px;
  background: white;
  -webkit-mask: url(../images/ext-link.svg) 50% 50% no-repeat;
          mask: url(../images/ext-link.svg) 50% 50% no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
header#site-header #mobi-navi-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  background: rgba(3, 84, 106, 0.93);
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 1200px) {
  header#site-header #mobi-navi-wrapper {
    display: none;
  }
}
header#site-header #mobi-navi-wrapper.open {
  top: 0;
  opacity: 1;
}
header#site-header #mobi-navi-wrapper .mobi-navi-container {
  margin: auto;
  padding: 50px;
}
header#site-header #mobi-navi-wrapper .mobi-navi-container > img {
  margin: 0 auto 50px;
  width: min(100%, 160px);
}
header#site-header #mobi-navi-wrapper .mobi-navi-container #mobi-navi ul {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
  text-align: center;
}
header#site-header #mobi-navi-wrapper .mobi-navi-container #mobi-navi ul li {
  margin: 0 0 10px;
}
header#site-header #mobi-navi-wrapper .mobi-navi-container #mobi-navi ul li a {
  position: relative;
  color: white;
  font-size: 22px;
  text-decoration: none;
}
@media (min-width: 576px) {
  header#site-header #mobi-navi-wrapper .mobi-navi-container #mobi-navi ul li a {
    font-size: 30px;
  }
}
header#site-header #mobi-navi-wrapper .mobi-navi-container #mobi-navi ul li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0%;
  background: white;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header#site-header #mobi-navi-wrapper .mobi-navi-container #mobi-navi ul li a:hover:after {
  width: 100%;
}
header#site-header #mobi-navi-wrapper .mobi-navi-container .button {
  display: block;
  text-align: center;
  padding: 20px;
}
@media (min-width: 576px) {
  header#site-header #mobi-navi-wrapper .mobi-navi-container .button {
    width: 300px;
  }
}

/**************************************************************/
#main-content .main-header {
  min-height: 100vh;
  min-height: 100svh;
  background: linear-gradient(45deg, #03546a 0%, #129157 100%);
  display: -ms-grid;
  display: grid;
  place-items: center;
}
#main-content .main-header .header-content {
  width: min(100%, 900px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  padding: 20px;
}
@media (min-width: 1200px) {
  #main-content .main-header .header-content {
    -ms-grid-columns: 300px 100px 1fr;
    grid-template-columns: 300px 1fr;
    gap: 100px;
    padding: 120px 0 50px;
  }
}
#main-content .main-header .header-content img {
  width: min(100%, 150px);
  height: auto;
}
@media (min-width: 1200px) {
  #main-content .main-header .header-content img {
    width: min(100%, 300px);
  }
}
#main-content .main-header .header-content .content > *:first-child {
  margin-top: 0 !important;
}
#main-content .main-header .header-content .content > *:last-child {
  margin-bottom: 0 !important;
}
#main-content .main-header .header-content .content {
  color: white;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  #main-content .main-header .header-content .content {
    top: -8px;
  }
}
#main-content .main-header .header-content .content h1 {
  text-wrap: balance;
  color: white;
}
#main-content section {
  position: relative;
  padding: var(--padding) 0;
}
#main-content section.split {
  padding: 0;
}
#main-content section.white + section.white {
  padding-top: 0;
}
#main-content section.gradient {
  background: linear-gradient(45deg, #03546a 0%, #129157 100%);
  color: white;
}
#main-content section.gradient h2, #main-content section.gradient h3 {
  color: white;
}
#main-content h2.centered {
  margin: 0 0 10px;
}
#main-content .split {
  background: #DEF4EB;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1200px) {
  #main-content .split {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  #main-content .split.alt .content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1200px) {
  #main-content .split.alt .content .content-box {
    left: -100px;
  }
}
#main-content .split .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  #main-content .split .content {
    padding: 40px 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#main-content .split .content .content-box > *:first-child {
  margin-top: 0 !important;
}
#main-content .split .content .content-box > *:last-child {
  margin-bottom: 0 !important;
}
#main-content .split .content .content-box {
  position: relative;
  z-index: 1;
  top: 50px;
  left: 0;
  background: #F6FFFB;
  padding: 20px;
  width: min(100%, 740px);
}
@media (min-width: 576px) {
  #main-content .split .content .content-box {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  #main-content .split .content .content-box {
    top: 0;
    left: 100px;
    padding: 50px;
  }
}
#main-content .split .image {
  position: relative;
  min-height: 80vh;
  background: #ccc;
}
#main-content .split .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-content .split .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--padding) 30px;
}
@media (min-width: 1200px) {
  #main-content .split .text {
    padding: 70px;
  }
}
#main-content ul.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
#main-content ul.tags li {
  display: block;
  padding: 5px 12px;
  background: #DEF4EB;
  color: #129157;
  border-radius: 20px;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 576px) {
  #main-content ul.tags li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
#main-content .contact-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
  width: min(100%, 700px);
  margin: 0 auto;
  padding: 30px 20px 0;
}
@media (min-width: 768px) {
  #main-content .contact-list {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
#main-content .contact-list .single-contact {
  text-align: center;
}
#main-content .contact-list .single-contact h3 {
  margin: 0 0 10px;
  padding: 0;
}
#main-content .contact-list .single-contact p {
  margin: 0 0 10px;
}
#main-content .contact-list .single-contact a {
  display: table;
  margin: 0 auto 5px;
}
#main-content .contact-list .single-contact a:last-child {
  margin-bottom: 0;
}