@font-face {
  font-family: "Lato";
  src: url("/font/LatoLatin-Regular.woff2") format("woff2"), url("/font/LatoLatin-Regular.woff") format("woff"), url("/font/LatoLatin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
/* Bulma Utilities */
.button, .textarea, .input {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.button:focus, .textarea:focus, .input:focus, .button:active, .textarea:active, .input:active, .is-active.button, .is-active.textarea, .is-active.input {
  outline: none;
}

.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.notification:not(:last-child), .content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(55, 93, 187, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .modal-close::after {
  background-color: #fffffe;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before {
  height: 2px;
  width: 50%;
}
.modal-close::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .modal-close:focus {
  background-color: rgba(55, 93, 187, 0.3);
}
.modal-close:active {
  background-color: rgba(55, 93, 187, 0.4);
}
.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.image.is-square img, .image.is-5by4 img, .image.is-16by9 img, .image.is-4by5 img, .image.is-2by3 img, .modal-background, .modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Helpers */
.has-text-white {
  color: hsl(0, 0%, 100%) !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-text-danger {
  color: hsl(348, 86%, 61%) !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ee1742 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

 .title {
  font-size: 3rem !important;
}

 .subtitle {
  font-size: 2rem !important;
}

 .modal.start .modal-content h3, .modal.end .modal-content h3, .modal.error .modal-content h3, .center-text, .card-title, h3.subtitle {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
   .title {
    font-size: 2rem !important;
  }
   .subtitle {
    font-size: 1.5rem !important;
  }
   .modal.start .modal-content h3, .modal.end .modal-content h3, .modal.error .modal-content h3, .center-text, .card-title, h3.subtitle {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 769px), print {
   .title {
    font-size: 2.5rem !important;
  }
   .subtitle {
    font-size: 1.5rem !important;
  }
   .modal.start .modal-content h3, .modal.end .modal-content h3, .modal.error .modal-content h3, .card-title, h3.subtitle {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
}
.has-text-centered, .modal.start .modal-content, .modal.end .modal-content, .modal.error .modal-content, .center-text {
  text-align: center !important;
}

.has-text-right {
  text-align: right !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}
.is-hidden {
  display: none !important;
}
/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ul,
li,
figure,
textarea,
iframe,
hr,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

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

iframe {
  border: 0;
}

html {
  background-color: #fffffe;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}


figure,
footer,
section {
  display: block;
}

body,
button,
input,
textarea {
  font-family: "Lato", sans-serif;
}

body {
  color: #5f6c7b;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #375dbb;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: hsl(0, 0%, 21%);
}

hr {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Form */
 .textarea, .input {
  background-color: #fffffe;
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  color: hsl(0, 0%, 21%);
}
 .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
 .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
 .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
 .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
 .textarea:hover, .input:hover {
  border-color: hsl(0, 0%, 71%);
}
 .textarea:focus, .input:focus, .textarea:active, .input:active, .is-active.textarea, .is-active.input {
  border-color: #375dbb;
  box-shadow: 0 0 0 0.125em rgba(55, 93, 187, 0.25);
}

.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(55, 93, 187, 0.05);
  max-width: 100%;
  width: 100%;
}
.is-dark.textarea, .is-dark.input {
  border-color: hsl(0, 0%, 21%);
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: #375dbb;
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(55, 93, 187, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: hsl(44, 100%, 77%);
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: hsl(348, 86%, 61%);
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: hsl(0, 0%, 21%);
}

.radio + .radio {
  margin-left: 0.5em;
}

.label {
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-large {
  font-size: 1.5rem;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
}
@media screen and (min-width: 769px), print {
   .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
   .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-10 {
    flex: none;
    width: 83.33333337%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 3rem 3rem;
  }
  .section.is-large {
    padding: 18rem 6rem;
  }
}

.card {
  background-color: #fffffe;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(55, 93, 187, 0.1), 0 0px 0 1px rgba(55, 93, 187, 0.02);
  color: #5f6c7b;
  max-width: 100%;
  position: relative;
}

 .card-content:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
 .card-content:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-image {
  display: block;
  position: relative;
}
.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(55, 93, 187, 0.86);
}

.modal-content {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal-content {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.navbar {
  background-color: #fffffe;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active {
  background-color: #292929;
  color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  
  .navbar.is-dark .navbar-end > .navbar-item {
    color: #fff;
  }
  
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active {
    background-color: #292929;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #375dbb;
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active {
  background-color: #3153a7;
  color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  
  .navbar.is-link .navbar-end > .navbar-item {
    color: #fff;
  }
  
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active {
    background-color: #3153a7;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  
  .navbar.is-warning .navbar-end > .navbar-item {
    color: rgba(0, 0, 0, 0.7);
  }
  
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active {
  background-color: #ef2e55;
  color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  
  .navbar.is-danger .navbar-end > .navbar-item {
    color: #fff;
  }
  
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active {
    background-color: #ef2e55;
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
 .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

.navbar-brand {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-burger {
  color: #5f6c7b;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item {
  color: #5f6c7b;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active {
  background-color: hsl(0, 0%, 98%);
  color: #375dbb;
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-menu {
    background-color: #fffffe;
    box-shadow: 0 8px 16px rgba(55, 93, 187, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-top .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item {
    border-radius: 4px;
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  a.navbar-item.is-active {
    color: #375dbb;
  }
  a.navbar-item.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
}

.button {
  background-color: #fffffe;
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button .icon, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.button:focus {
  border-color: hsl(229, 53%, 53%);
  color: hsl(0, 0%, 21%);
}
.button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(55, 93, 187, 0.25);
}
.button:active, .button.is-active {
  border-color: hsl(0, 0%, 29%);
  color: #375dbb;
}
.button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.button.is-link {
  background-color: #375dbb;
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover {
  background-color: #3458b1;
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(55, 93, 187, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #3153a7;
  border-color: transparent;
  color: #fff;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #375dbb;
  color: #375dbb;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
  background-color: #375dbb;
  border-color: #375dbb;
  color: #fff;
}
.button.is-warning {
  background-color: hsl(44, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(44, 100%, 77%);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348, 86%, 61%);
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
  background-color: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
  color: #fff;
}
.button.is-large {
  font-size: 1.5rem;
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3 {
  color: hsl(0, 0%, 21%);
  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;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content.is-large {
  font-size: 1.5rem;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image.is-square img, .image.is-5by4 img, .image.is-16by9 img, .image.is-4by5 img, .image.is-2by3 img {
  height: 100%;
  width: 100%;
}
.image.is-square {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-2by3 {
  padding-top: 150%;
}

.notification {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.notification.is-link {
  background-color: #375dbb;
  color: #fff;
}
.notification.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.video-container {
  position: relative;
  /* 16:9 */
  padding-bottom: 56.25%;
  padding-top: 10px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.maps {
  position: relative;
  padding-bottom: 80%;
  height: 0;
  overflow: hidden;
}

.maps iframe, .maps .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.maps .cover picture {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
.maps .cover img {
  width: 100%;
}
.maps .cover .cover-text {
  color: #49535e;
  position: relative;
  top: 50%;
  bottom: 50%;
  z-index: 20;
  transform: translate3d(0, -50%, 0);
  background: rgba(200, 200, 200, 0.7);
  padding: 5px;
  margin: 0 0.5rem;
}

.facebook-square, .instagram-square {
  width: 16px;
  height: 18px;
  vertical-align: text-bottom;
  pointer-events: none;
}

.title {
  color: #094067;
  padding: 0.5rem 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .title {
    padding-left: 1.5rem;
  }
  .title.has-text-centered, .modal.start .title.modal-content, .modal.end .title.modal-content, .modal.error .title.modal-content, .title.center-text {
    padding-left: 0;
  }
}

.subtitle {
  color: #5f6c7b;
  padding: 0.5rem 0;
  font-weight: 600;
}

.card-title {
  color: #5f6c7b;
  font-weight: 600;
}

.center-text {
  margin: 1rem 0;
}

@media screen and (max-width: 768px) {
  .no-margin {
    margin: 0 -1.5rem;
  }
}

.section .section-padding-small {
  padding: 1rem 1.5rem !important;
}

.secondary {
  background: #eff2fa;
}

.is-tall {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.is-tall-container {
  flex: 1;
}

li {
  padding: 0.5rem 1rem;
}

.content.footer {
  padding-bottom: 1rem;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal.start .modal-content, .modal.end .modal-content, .modal.error .modal-content {
  color: white;
}
.modal.start .modal-content h3, .modal.end .modal-content h3, .modal.error .modal-content h3 {
  color: white;
}

.section {
  padding: 2rem 1.5rem !important;
}

.navbar.is-large-z {
  z-index: 101 !important;
}
@media screen and (min-width: 1024px) {
  .navbar a.logo {
    padding-left: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px), print {
  .navbar a.logo {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .navbar a.logo {
    padding-left: 2rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .navbar img {
    max-height: 4.25rem;
    margin-top: -0.375rem;
    margin-bottom: -0.625rem;
  }
}
@media screen and (min-width: 769px), print {
  .navbar img {
    max-height: 3.5rem;
    margin-top: 0.375rem;
  }
}
@media screen and (max-width: 768px) {
  .navbar img {
    max-height: 3.5rem;
  }
}

.is-large-z {
  z-index: 200;
}

.card-image.white {
  background-color: #fff;
}

.no-list-style {
  list-style-type: none;
}

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .anchor {
    top: -3.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .anchor {
    top: -4.25rem;
  }
}

.bg-navbar {
  font-size: 1.1rem;
}

.navbar-burger span {
  height: 1.5px;
  width: 18px;
}

.notification {
  font-size: 1.1rem;
}

.main-card {
  color: #fff;
  background-color: #375dbb;
}
.main-card.secondary {
  background-color: #6181d1;
}
.main-card .card-title {
  color: inherit;
}
.main-card a {
  color: inherit;
  text-decoration: underline;
}
.main-card ul {
  margin-left: 1em;
  margin-top: 0;
}
.main-card li {
  padding: 0.25rem 0;
}
.main-card hr {
  margin: 1rem 0;
}

ul.dienstleistungen {
  margin-left: 1em;
}
ul.dienstleistungen li {
  padding: 0.25em 0;
}

@media screen and (max-width: 768px) {
  .box-logo {
    max-width: 260px;
    max-height: 300px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px), print {
  .partner {
    min-height: 32rem;
  }
}

@media screen and (min-width: 769px), print {
  .whatsapp-icon {
    height: 2.5em;
  }
}
