/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
.content:not(:last-child),
.subtitle:not(:last-child),
.title:not(:last-child) {
  margin-bottom: 1.5rem;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
body,
h1,
h2,
h3,
html,
li,
p,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  font-size: 100%;
  font-weight: 400;
}
ul {
  list-style: none;
}
*,
:after,
:before {
  box-sizing: inherit;
}
img {
  height: auto;
  max-width: 100%;
}
html {
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
}
article,
aside,
footer,
header,
section {
  display: block;
}
body {
  font-family:
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
a {
  color: #485fc7;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:hover {
  color: #363636;
}
img {
  height: auto;
  max-width: 100%;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
strong {
  color: #363636;
  font-weight: 700;
}
.button.is-focused:not(:active),
.button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.button.is-white.is-focused:not(:active),
.button.is-white:focus:not(:active) {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
}
.button.is-black.is-focused:not(:active),
.button.is-black:focus:not(:active) {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 4%, 0.25);
}
.button.is-light.is-focused:not(:active),
.button.is-light:focus:not(:active) {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 96%, 0.25);
}
.button.is-dark.is-focused:not(:active),
.button.is-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.button.is-primary.is-focused:not(:active),
.button.is-primary:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.button.is-link.is-focused:not(:active),
.button.is-link:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.button.is-info.is-focused:not(:active),
.button.is-info:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.button.is-success.is-focused:not(:active),
.button.is-success:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.button.is-warning.is-focused:not(:active),
.button.is-warning:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.button.is-danger.is-focused:not(:active),
.button.is-danger:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.content p:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.tag:not(body) {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body).is-white {
  background-color: #fff;
  color: #0a0a0a;
}
.subtitle,
.title {
  word-break: break-word;
}
.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.title.is-4 {
  font-size: 1.5rem;
}
.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.select.is-white:not(:hover):after {
  border-color: #fff;
}
.select.is-black:not(:hover):after {
  border-color: #0a0a0a;
}
.select.is-light:not(:hover):after {
  border-color: #f5f5f5;
}
.select.is-dark:not(:hover):after {
  border-color: #363636;
}
.select.is-primary:not(:hover):after {
  border-color: #00d1b2;
}
.select.is-link:not(:hover):after {
  border-color: #485fc7;
}
.select.is-info:not(:hover):after {
  border-color: #3e8ed0;
}
.select.is-success:not(:hover):after {
  border-color: #48c78e;
}
.select.is-warning:not(:hover):after {
  border-color: #ffe08a;
}
.select.is-danger:not(:hover):after {
  border-color: #f14668;
}
@media screen and (min-width: 1024px) {
  .navbar-link.is-active:not(:focus):not(:hover),
  a.navbar-item.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Inter-Regular.8070997.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/Inter-Italic.dfadecc.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/Inter-SemiBold.a553f44.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/Inter-Bold.1217aae.woff2) format("woff2");
}

body,
html {
  overflow: auto;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 16px;
  word-spacing: 1px;
}
body {
  color: #212121;
  font-family: Inter, sans-serif;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
}
.all-content-box {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
  min-height: 100vh;
}
a {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #00b064;
  text-underline-offset: 3px;
  word-break: break-word;
}
a:hover {
  text-decoration-color: inherit;
}
header[data-v-7336449e] {
  align-items: center;
  display: flex;
  flex-flow: row;
  height: 60px;
  justify-content: space-between;
}
header a.logo[data-v-7336449e] {
  height: 100%;
}
header a.logo img[data-v-7336449e] {
  height: 100%;
  padding: 10px;
  width: 200px;
}
header nav[data-v-7336449e] {
  height: 100%;
}
header nav ul[data-v-7336449e] {
  display: flex;
  flex-flow: row;
  height: 100%;
}
header nav ul li a[data-v-7336449e],
header nav ul li[data-v-7336449e] {
  align-items: center;
  display: flex;
  height: 100%;
}
header nav ul li a[data-v-7336449e] {
  color: inherit;
  font-weight: 600;
  padding: 0 10px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
}
header nav ul a[data-v-7336449e]:hover:before {
  background-color: #00b064;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 786px) {
  header nav ul li a[data-v-7336449e] {
    padding: 0 5px;
    text-align: center;
  }
}
footer {
  margin: 50px auto 10px;
  max-width: 80vw;
  text-align: center;
}
footer a {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #00b064;
  text-underline-offset: 3px;
}
footer a:hover {
  text-decoration-color: inherit;
}
footer a.inline-flag {
  vertical-align: middle;
}
footer p {
  font-size: 0.8em;
}
@media (max-width: 768px) {
  footer p {
    line-height: 1.8em;
  }
}
.flag-icon {
  display: inline-block;
  height: 1em;
  width: 1.333em;
}
.additional-box {
  font-size: normal;
  margin: 50px auto 0;
  width: 90%;
}
aside {
  margin-top: 50px;
  padding-left: 8px;
  position: absolute;
}
aside a {
  display: block;
}
aside a:first-child {
  margin-bottom: 10px;
}
aside a .certificate {
  width: 100px;
}
article.content {
  margin: 0 auto;
  max-width: 650px;
  padding-top: 50px;
}
article.content dnl-image::part(caption) {
  font-size: 0.7em;
}
article.content h1.title.is-4 {
  margin-bottom: 10px;
  margin-top: 0;
}
article.content h2.subtitle {
  margin-top: 0;
}
article.content h2.subtitle + .title {
  margin-top: -1.25rem;
}
article.content .tag.date {
  height: auto;
  margin-bottom: 10px;
  max-width: 100%;
  min-height: 2em;
  padding-left: 0;
  white-space: normal;
}
article.content .teaser {
  font-weight: 600;
  margin-top: 30px;
}
article.content section.main h2 {
  font-size: 1.25rem;
  margin-top: 1.1em;
}
article.content .subheading {
  font-size: 1.2em;
  font-weight: 600;
}
article.content .img-box {
  margin-bottom: 40px;
}
article.content section.has-shadow {
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  max-width: 700px;
  padding: 40px;
}
article.content section.has-shadow section h2 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 900px) {
  aside {
    display: flex;
    flex-flow: row;
    height: 80px;
    margin: 0 auto 10px;
    max-width: 90%;
    padding: 0;
    position: relative;
  }
  aside a {
    height: 100%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  aside a .certificate {
    height: 100%;
    width: auto;
  }
  article.content {
    padding-top: 10px;
  }
}
@media (max-width: 680px) {
  article.content {
    max-width: 90%;
  }
}
@media (max-width: 340px) {
  .article-container aside {
    display: none;
  }
}
main.content[data-v-132e0654]:not(:last-child),
main[data-v-132e0654] {
  margin-bottom: 0;
}
