<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --font-l10: 2.33rem;
  --font-l9: 2.01rem;
  --font-l8: 1.75rem;
  --font-l7: 1.55rem;
  --font-l6: 1.40rem;
  --font-l5: 1.29rem;
  --font-l4: 1.19rem;
  --font-l3: 1.12rem;
  --font-l2: 1.07rem;
  --font-l1: 1.03rem;
  --font-m: 1rem;
  --font-s1: 0.95rem;
  --font-s2: 0.90rem;
  --font-s3: 0.85rem;
  --font-s4: 0.8rem;
  --line-height-m: 1.5em;
  --line-height-s1: 1.25em;
  --line-height-s2: 1.1em;
  --line-height-s3: 1em;
  --layout-padding: 1rem;
  --lef-col-width: 7.45rem;
}
@media screen and (min-width: 400px) {
  :root {
    --layout-padding: 4vw;
    --lef-col-width: 29.8vw;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --font-l10: 3.00rem;
    --font-l9: 2.52rem;
    --font-l8: 2.13rem;
    --font-l7: 1.83rem;
    --font-l6: 1.60rem;
    --font-l5: 1.43rem;
    --font-l4: 1.29rem;
    --font-l3: 1.18rem;
    --font-l2: 1.10rem;
    --font-l1: 1.04rem;
  }
}
@media screen and (min-width: 1240px) {
  :root {
    --lef-col-width: 23.175rem;
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --layout-padding: 3.6rem;
  }
}

@font-face {
  font-family: "exo";
  src: url("fonts/exo2_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "exo";
  src: url("fonts/exo2_regular_italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "exo";
  src: url("fonts/exo2_semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "exo";
  src: url("fonts/exo2_semibold_italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "exo";
  src: url("fonts/exo2_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "exo";
  src: url("fonts/exo2_bold_italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "exo", sans-serif;
  font-weight: 400;
  color: #262626;
  font-size: var(--font-l2);
  line-height: var(--line-height-m);
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em 0;
  line-height: var(--line-height-s2);
}

h1 {
  font-family: "exo", sans-serif;
  font-weight: 400;
  font-size: var(--font-l9);
  color: #0978B9;
  margin: 0;
}

h2, h3 {
  font-family: "exo", sans-serif;
  font-weight: 400;
  color: #0978B9;
}

h2,
h3 {
  font-size: var(--font-l7);
}
h2.withdivider,
h3.withdivider {
  padding-top: 8rem;
  margin-top: -4rem;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
h2 .country,
h3 .country {
  display: block;
  font-size: 14px;
}

h4, h5, h6 {
  font-family: "exo", sans-serif;
  font-weight: 400;
  color: #262626;
  clear: left;
  margin-top: 1rem;
  font-size: 1.05rem;
}

ul, ol, blockquote, pre, td, th, label, iframe, img {
  margin: 0 0 1em 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  scroll-behavior: smooth;
}
html:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #01a0fe;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10040;
}
html:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #01a0fe;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10040;
}

body {
  color: #262626;
  width: 100%;
  margin: 0 0 -20px;
}
body:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #01a0fe;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10040;
}
body:after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #01a0fe;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10040;
}

.wrapper {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-left: calc(10px + var(--layout-padding));
  padding-right: calc(10px + var(--layout-padding));
}

body &gt; header .wrapper {
  overflow: visible;
}

a {
  color: #0978B9;
  text-decoration: none;
  transition: color 0.25s, background 0.25s, opacity 0.25s;
}
a:hover, a:focus-visible {
  outline: 0;
  color: #009bf5;
}

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

.withdivider {
  padding-top: 8rem;
  margin-top: -4rem;
}

ul {
  padding: 0 1rem;
}

strong {
  font-family: "exo", sans-serif;
  font-weight: 400;
}

.clearfix {
  clear: both;
}

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -999;
}

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

#content {
  overflow: hidden;
  padding: 0;
  min-height: 44rem;
  width: 100%;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  #content &gt; .wrapper {
    display: grid;
    grid-template-columns: var(--lef-col-width) 1fr;
  }
}

#leftcol, #maincol {
  min-height: 2rem;
}

#leftcol {
  padding: 0;
}

#maincol {
  padding: 0 0 4rem 0;
  min-height: 101vh;
}
@media (max-width: 767px) {
  #maincol {
    padding-bottom: 4rem;
  }
  #maincol &gt; :first-child {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  #maincol {
    border-left: 1px solid rgba(1, 160, 254, 0.5);
    padding: 8.85rem 0 7.5rem var(--layout-padding);
  }
}
#maincol &gt; * {
  max-width: 46rem;
}
#maincol .texthighlight {
  font-weight: bold;
  line-height: var(--font-l2);
  margin-bottom: 30px;
  color: #262626;
}

.slider {
  padding: 0;
}

.animatableslider {
  padding: 0;
  position: relative;
  margin-bottom: 24px;
}
.animatableslider img {
  margin: 0;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}

#pagenav {
  font-size: 0.825rem;
  width: 100%;
  padding-top: 3rem;
  margin-left: 0;
  z-index: 9999;
}
@media (min-width: 560px) {
  #pagenav {
    padding-top: 7.75rem;
  }
}
@media (min-width: 768px) {
  #pagenav {
    width: var(--lef-col-width);
    position: fixed;
    top: 0;
  }
}
#pagenav h1 {
  margin-bottom: 2rem;
  line-height: 1.1em;
  padding: 0 1.5rem 0 0;
  font-weight: 600;
}
#pagenav a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.1rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 0 0;
  font-weight: 400;
  width: 100%;
}
#pagenav a:hover, #pagenav a:focus-visible {
  position: relative;
  color: #009bf5;
}
#pagenav ul {
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #pagenav ul {
    display: none;
  }
}
#pagenav li {
  list-style: none;
  margin-bottom: 0;
}
#pagenav li.active a {
  position: relative;
  cursor: default;
  color: #262626;
  text-shadow: -0.25px 0 #262626, 0 0.25px #262626, 0.25px 0 #262626, 0 -0.25px #262626;
}
#pagenav li.active a:before {
  border-bottom: 10px solid #fff;
  border-right: 10px solid rgba(1, 160, 254, 0.5);
  border-top: 10px solid #fff;
  content: " ";
  display: block;
  height: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}
#pagenav li.active a:after {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  content: " ";
  display: block;
  height: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -8.75px;
  position: absolute;
  top: 50%;
  width: 0;
}
#pagenav li li {
  padding-left: 1rem;
}

.skip-to {
  padding: 0.25rem 6vw;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #FFFFFF !important;
  z-index: 100000;
  text-decoration: none;
  background: #0978B9;
}
.skip-to:focus-visible {
  top: 0;
  background: #009bf5;
  color: #FFFFFF;
  z-index: 20000;
}

body &gt; header {
  height: 100px;
  z-index: 10010;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 560px) {
  body &gt; header {
    height: 60px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header-box {
  height: 100px;
  width: 100%;
}
@media (min-width: 560px) {
  .header-box {
    height: 60px;
  }
}
.header-box .wrapper {
  height: 100%;
}
@media (min-width: 560px) {
  .header-box .wrapper {
    display: grid;
    grid-template-columns: var(--lef-col-width) 1fr;
    align-items: center;
    justify-content: end;
  }
}

.logomarperita {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 60px;
  padding: 7px 0 9px;
  margin: 0;
}
.logomarperita img {
  display: block;
  margin: 0;
  height: 4.5vw;
  min-height: 32px;
  max-height: 44px;
  width: auto;
}

.logomarperita a {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
}

.main-menu {
  width: auto;
  height: 60px;
  padding: 0;
  margin-top: -20px;
}
@media (min-width: 560px) {
  .main-menu {
    height: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .main-menu {
    border-left: 1px solid rgba(1, 160, 254, 0.5);
  }
}
.main-menu ul {
  display: flex;
  justify-content: start;
  padding: 0;
  margin: 0 calc((10px + var(--layout-padding)) * -0.25);
  height: 100%;
}
@media (min-width: 560px) {
  .main-menu ul {
    justify-content: end;
  }
}
.main-menu li {
  list-style: none;
  display: block;
  position: relative;
  padding: 0;
  height: 100%;
}
.main-menu li a {
  color: #0978B9;
  font-family: "exo", sans-serif;
  font-weight: 400;
  line-height: var(--font-l2);
  padding: 10px calc((10px + var(--layout-padding)) * 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main-menu li a:hover, .main-menu li a:focus-visible {
  color: #009bf5;
}
.main-menu .active a {
  color: #262626;
  text-shadow: -0.25px 0 #262626, 0 0.25px #262626, 0.25px 0 #262626, 0 -0.25px #262626;
}
.main-menu .active a:hover, .main-menu .active a:focus-visible {
  color: #009bf5;
  text-shadow: -0.25px 0 #009bf5, 0 0.25px #009bf5, 0.25px 0 #009bf5, 0 -0.25px #009bf5;
}
.main-menu .active a:before {
  background-image: url(/img/headerbg.svg), none;
  content: " ";
  display: block;
  position: absolute;
  width: 5000px;
  height: 70px;
  top: -10px;
  left: 50%;
  margin-left: -2500px;
  z-index: -1;
  background-size: 5000px 70px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main-menu li:hover, .main-menu li:focus {
  border-bottom: none;
}
.main-menu .active,
.main-menu .active:hover,
.main-menu .active:focus {
  border-bottom: none;
}

body.home &gt; header {
  position: fixed;
}
@media (min-width: 560px) {
  body.home &gt; header {
    height: 90px;
  }
}
body.home &gt; header .header-box {
  background: rgba(8, 107, 166, 0.9);
  border-bottom: 1px solid #01a0fe;
}
body.home &gt; header .header-box h1 {
  color: #FFFFFF;
}
@media (min-width: 560px) {
  body.home &gt; header .header-box {
    height: 90px;
  }
}
body.home &gt; header .main-menu {
  background: none;
}
@media (min-width: 768px) {
  body.home &gt; header .main-menu {
    border-left: none;
  }
}
@media (min-width: 768px) {
  body.home &gt; header .main-menu li a {
    font-size: 2.2vw;
  }
}
@media (min-width: 1024px) {
  body.home &gt; header .main-menu li a {
    font-size: 1.4rem;
  }
}
body.home &gt; header .logomarperita img {
  height: 6vw;
  max-height: 60px;
}

.home {
  overflow: hidden;
  overflow-y: auto;
}
.home .main-menu li a {
  color: #FFFFFF;
}
.home .main-menu li a:hover, .home .main-menu li a:focus-visible {
  opacity: 0.7;
}
.home #homebanner {
  min-height: 100%;
  background: #262626;
  position: relative;
  overflow: hidden;
}
.home #homebanner::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(3, 42, 64, 0.75) 0, rgba(3, 42, 64, 0.6) 55%, rgba(3, 42, 64, 0.45) 100%);
}
@media (min-width: 768px) {
  .home #homebanner::before {
    background: linear-gradient(90deg, rgba(3, 42, 64, 0.85) 0, rgba(3, 42, 64, 0.65) 35%, rgba(3, 42, 64, 0.1) 85%);
  }
}
.home #homebanner::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 110px;
  width: calc(100% - 20px);
  height: calc(100% - 110px);
  background: linear-gradient(0deg, rgba(3, 42, 64, 0.2) 0%, rgba(3, 42, 64, 0) 10%, rgba(3, 42, 64, 0) 90%, rgba(3, 42, 64, 0.2) 100%), linear-gradient(90deg, rgba(3, 42, 64, 0.2) 0, rgba(3, 42, 64, 0) 7%, rgba(3, 42, 64, 0) 93%, rgba(3, 42, 64, 0.2) 100%);
}
@media (min-width: 560px) {
  .home #homebanner::after {
    top: 100px;
    height: calc(100% - 100px);
  }
}
.home #homebanner .wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.home #homebanner .intro {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin: 0;
  padding: 180px 0 80px;
  background: none;
  color: #FFFFFF;
  min-height: 100vh;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 560px) {
  .home #homebanner .intro {
    padding: 140px 0 80px;
  }
}
.home #homebanner .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  max-width: 50rem;
  position: relative;
}
.home #homebanner .text .introslogans {
  padding: 0;
  margin: 2rem 0;
  width: 100%;
  min-height: calc(4.4rem + 3vw);
  position: relative;
}
@media (min-width: 1280px) {
  .home #homebanner .text .introslogans {
    min-height: 3.4rem;
  }
}
.home #homebanner .text .introslogans li {
  position: absolute;
  width: 100%;
  font-family: "exo", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: calc(2rem + 2.5vw);
  min-height: calc(4rem + 5vw);
  line-height: 1em;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0 0 2px rgba(3, 42, 64, 0.6), 0 0 18px rgba(3, 42, 64, 0.6), 0 0 48px #032a40;
}
.home #homebanner .text .introslogans li span {
  margin-right: 0.3em;
}
@media (min-width: 1280px) {
  .home #homebanner .text .introslogans li {
    font-size: 4rem;
    min-height: 4rem;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
}
.home #homebanner .text svg {
  margin: 0 0 0 calc((1.65rem + 2vw) * 8 * -0.01);
  width: calc((1.65rem + 2vw) * 8);
  height: auto;
  max-width: 440px;
  fill: #FFFFFF;
  filter: drop-shadow(0 0 48px #032a40);
  overflow: visible;
}
@media (min-width: 1280px) {
  .home #homebanner .text svg {
    width: 26rem;
    margin: 0 0 0 -0.26rem;
  }
}
.home #homebanner .text svg .icon path {
  filter: drop-shadow(0 0 18px rgba(3, 42, 64, 0.6));
}
.home #homebanner .text svg .marperita path {
  filter: drop-shadow(0 0 12px rgba(3, 42, 64, 0.8));
}
.home #homebanner .text svg .slogan {
  filter: drop-shadow(0 0 12px rgba(3, 42, 64, 0.8));
}
.home #homebanner .text svg .slogan path {
  filter: drop-shadow(0 0 12px rgba(3, 42, 64, 0.8));
}
.home #homebanner .text p {
  font-size: 1.35rem;
  line-height: 1.25em;
  text-shadow: 0 0 2px rgba(3, 42, 64, 0.8), 0 0 18px rgba(3, 42, 64, 0.8), 0 0 48px #032a40;
  max-width: 32rem;
}
@media (min-width: 768px) {
  .home #homebanner .text p {
    font-size: calc(0.675rem + 1.4vw);
  }
}
@media (min-width: 1180px) {
  .home #homebanner .text p {
    font-size: 1.7rem;
  }
}
.home .introbgs {
  position: absolute;
  padding: 0;
  margin: 0;
  opacity: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.home .introbgs li {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.home .introbgs li img {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  object-fit: cover;
  object-position: center center;
}
.home .introbgs li:first-child {
  z-index: -9;
}
.home .introbgs li:first-child img {
  z-index: -9;
}

.aboutus .diagram-1 {
  margin: 2rem 0;
}
.aboutus .diagram-1 ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aboutus .diagram-1 ol li {
  margin: 0;
  padding: 0;
}
.aboutus .diagram-1 ol li {
  background: rgba(9, 120, 185, 0.2);
  padding: 1.25rem 1.5rem;
}
.aboutus .diagram-1 ol li p {
  line-height: var(--line-height-s1);
  margin: 0 0 0.5em 0;
  font-size: var(--font-l1);
}
.aboutus .diagram-1 ol li &gt; :last-child {
  margin-bottom: 0;
}
.aboutus .diagram-1 ol li + li {
  margin-top: 1rem;
  position: relative;
}
.aboutus .diagram-1 ol li + li::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #0978B9;
  position: absolute;
  left: 50%;
  top: -1.5rem;
  margin-left: -1rem;
}
.aboutus .diagram-1 ol li + li:after {
  border-left: 1.5rem solid transparent;
  border-top: 1.5rem solid #0978B9;
  border-right: 1.5rem solid transparent;
  content: " ";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -1.75rem;
  position: absolute;
  top: -0.5rem;
  width: 0;
}
.aboutus .diagram-2 ol {
  list-style: none;
  overflow: hidden;
  margin: 2rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  width: 100%;
}
@media (min-width: 500px) {
  .aboutus .diagram-2 ol {
    flex-direction: row;
    padding-bottom: 0;
    width: unset;
  }
}
.aboutus .diagram-2 li {
  color: white;
  padding: 1.2rem 0.75rem 0.35rem 0.75rem;
  background: #076297;
  position: relative;
  display: block;
  font-size: 0.96rem;
  line-height: 1em;
  width: 100%;
  text-align: center;
}
@media (min-width: 500px) {
  .aboutus .diagram-2 li {
    padding: 1rem 0 1.25rem 1.8rem;
    width: unset;
    text-align: left;
  }
}
@media (min-width: 540px) {
  .aboutus .diagram-2 li {
    padding-left: 2.4rem;
    font-size: 0.98rem;
    line-height: 1em;
  }
}
@media (min-width: 640px) {
  .aboutus .diagram-2 li {
    padding-left: 3rem;
    font-size: 1rem;
    line-height: 1em;
  }
}
@media (min-width: 768px) {
  .aboutus .diagram-2 li {
    padding-left: 1.8rem;
    font-size: 0.96rem;
    line-height: 1em;
  }
}
@media (min-width: 870px) {
  .aboutus .diagram-2 li {
    padding-left: 2.4rem;
    font-size: 0.98rem;
    line-height: 1em;
  }
}
@media (min-width: 980px) {
  .aboutus .diagram-2 li {
    padding-left: 3rem;
    font-size: 1rem;
    line-height: 1em;
  }
}
.aboutus .diagram-2 li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: calc((100vw - (10px + var(--layout-padding)) * 2 + 60px) / 2) solid transparent;
  border-right: calc((100vw - (10px + var(--layout-padding)) * 2 + 60px) / 2) solid transparent;
  border-top: 0.5rem solid #076297;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  margin-left: calc((100vw - (10px + var(--layout-padding)) * 2 + 60px) / 2 * -1);
}
@media (min-width: 500px) {
  .aboutus .diagram-2 li:after {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 1rem solid #076297;
    border-right: unset;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    margin-left: 0;
  }
}
@media (min-width: 540px) {
  .aboutus .diagram-2 li:after {
    border-left-width: 1.5rem;
  }
}
@media (min-width: 640px) {
  .aboutus .diagram-2 li:after {
    border-left-width: 2rem;
  }
}
@media (min-width: 768px) {
  .aboutus .diagram-2 li:after {
    border-left-width: 1rem;
  }
}
@media (min-width: 870px) {
  .aboutus .diagram-2 li:after {
    border-left-width: 1.5rem;
  }
}
@media (min-width: 980px) {
  .aboutus .diagram-2 li:after {
    border-left-width: 2rem;
  }
}
.aboutus .diagram-2 li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: calc((100vw - (10px + var(--layout-padding)) * 2 + 60px) / 2) solid transparent;
  border-right: calc((100vw - (10px + var(--layout-padding)) * 2 + 60px) / 2) solid transparent;
  border-top: 0.5rem solid white;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-top: 1px;
  margin-left: calc((100vw - (10px + var(--layout-padding)) * 2 + 60px) / 2 * -1);
}
@media (min-width: 500px) {
  .aboutus .diagram-2 li:before {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 1rem solid white;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
  }
}
@media (min-width: 540px) {
  .aboutus .diagram-2 li:before {
    border-left-width: 1.5rem;
  }
}
@media (min-width: 640px) {
  .aboutus .diagram-2 li:before {
    border-left-width: 2rem;
  }
}
@media (min-width: 768px) {
  .aboutus .diagram-2 li:before {
    border-left-width: 1rem;
  }
}
@media (min-width: 870px) {
  .aboutus .diagram-2 li:before {
    border-left-width: 1.5rem;
  }
}
@media (min-width: 980px) {
  .aboutus .diagram-2 li:before {
    border-left-width: 2rem;
  }
}
.aboutus .diagram-2 li:first-child {
  padding-top: 0.75rem;
}
@media (min-width: 500px) {
  .aboutus .diagram-2 li:first-child {
    padding-top: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 540px) {
  .aboutus .diagram-2 li:first-child {
    padding-left: 1rem;
  }
}
@media (min-width: 640px) {
  .aboutus .diagram-2 li:first-child {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .aboutus .diagram-2 li:first-child {
    padding-left: 0.75rem;
  }
}
@media (min-width: 870px) {
  .aboutus .diagram-2 li:first-child {
    padding-left: 1rem;
  }
}
@media (min-width: 980px) {
  .aboutus .diagram-2 li:first-child {
    padding-left: 1.5rem;
  }
}
.aboutus .diagram-2 li:nth-child(1) {
  background: #054970;
}
.aboutus .diagram-2 li:nth-child(2) {
  background: #075888;
}
.aboutus .diagram-2 li:nth-child(2)::after {
  border-top-color: #075888;
}
.aboutus .diagram-2 li:nth-child(3) {
  background: #0868a1;
}
.aboutus .diagram-2 li:nth-child(3)::after {
  border-top-color: #0868a1;
}
.aboutus .diagram-2 li:nth-child(4) {
  background: #0978B9;
}
.aboutus .diagram-2 li:nth-child(4)::after {
  border-top-color: #0978B9;
}
@media (min-width: 500px) {
  .aboutus .diagram-2 li:nth-child(2)::after, .aboutus .diagram-2 li:nth-child(3)::after, .aboutus .diagram-2 li:nth-child(4)::after {
    border-top-color: transparent;
  }
  .aboutus .diagram-2 li:nth-child(1)::after {
    border-left-color: #054970;
  }
  .aboutus .diagram-2 li:nth-child(2)::after {
    border-left-color: #075888;
  }
  .aboutus .diagram-2 li:nth-child(3)::after {
    border-left-color: #0868a1;
  }
  .aboutus .diagram-2 li:nth-child(4)::after {
    border-left-color: #0978B9;
  }
}
.aboutus .teamphoto {
  width: 100%;
  height: auto;
  margin: 2rem 0;
}

body.contactus #content &gt; .wrapper {
  overflow: visible;
}
body.contactus .contactus-content {
  position: relative;
}
body.contactus .contactus-content::before {
  content: "";
  position: absolute;
  left: -100vw;
  top: -200px;
  width: 400vw;
  height: calc(200% + 200px);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 30%);
  z-index: -1;
}
@media (min-width: 768px) {
  body.contactus .contactus-content {
    margin-top: 0;
  }
}
body.contactus .contactus-email {
  display: block;
  font-size: 1.5rem;
  margin: 0.5rem 0 0;
  font-weight: bold;
}
@media (max-width: 479px) {
  body.contactus .contactus-email {
    font-size: 5vw;
  }
}
@media (max-width: 369px) {
  body.contactus .contactus-email {
    font-size: 18.5px;
  }
}
body.contactus .contactus-email span {
  display: inline-block;
}
body.contactus .contactus-email span + span {
  margin-left: 0.05em;
}

#map,
#maincol &gt; #map:first-child {
  margin-left: 0;
  position: absolute;
  margin-top: 0;
  z-index: -10;
  width: 57.6rem;
  aspect-ratio: 2;
  max-height: 75vh;
  left: calc((100vw - 57.6rem) / 2);
  top: 100px;
  max-width: unset;
  padding: 0;
  object-fit: contain;
}
@media (min-width: 560px) {
  #map,
#maincol &gt; #map:first-child {
    top: 180px;
  }
}
@media (min-width: 768px) {
  #map,
#maincol &gt; #map:first-child {
    top: 100px;
  }
}
@media (min-width: 1024px) {
  #map,
#maincol &gt; #map:first-child {
    width: 90%;
    left: 4%;
  }
}
@media (min-width: 1440px) {
  #map,
#maincol &gt; #map:first-child {
    width: 81rem;
    left: calc((100% - 81rem) / 2);
  }
}
#map .map-wrapper,
#maincol &gt; #map:first-child .map-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#map .map-wrapper img,
#maincol &gt; #map:first-child .map-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=marperita.css.map */
</pre></body></html>