@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Manrope:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");
* {
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
  font-family: 'Open Sans';
}

.container {
  width: 100%;
  padding-right: var(--m-gutter-x, 0.75rem);
  padding-left: var(--m-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1356px;
}
.container-wrapper {
  margin: 1rem auto;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--m-gutter-x, 0.75rem);
  padding-left: var(--m-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --m-gutter-x: 1.5rem;
  --m-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--m-gutter-y) * -1);
  margin-right: calc(var(--m-gutter-x) / -2);
  margin-left: calc(var(--m-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--m-gutter-x) / 2);
  padding-left: calc(var(--m-gutter-x) / 2);
  margin-top: var(--m-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-section {
  flex: 0 0 auto;
  width: 100%;
  padding: .5rem;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .col-section-sm {
    flex: 0 0 auto;
    width: 100%;
    padding: .5rem;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-offset-sm-0 {
    margin-left: 0;
  }

  .col-offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-sm-3 {
    margin-left: 25%;
  }

  .col-offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-sm-6 {
    margin-left: 50%;
  }

  .col-offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-sm-9 {
    margin-left: 75%;
  }

  .col-offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-section-md {
    flex: 0 0 auto;
    width: 100%;
    padding: .5rem;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-offset-md-0 {
    margin-left: 0;
  }

  .col-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-md-3 {
    margin-left: 25%;
  }

  .col-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-md-6 {
    margin-left: 50%;
  }

  .col-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-md-9 {
    margin-left: 75%;
  }

  .col-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-section-lg {
    flex: 0 0 auto;
    width: 100%;
    padding: .5rem;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-offset-lg-0 {
    margin-left: 0;
  }

  .col-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-lg-3 {
    margin-left: 25%;
  }

  .col-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-lg-6 {
    margin-left: 50%;
  }

  .col-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-lg-9 {
    margin-left: 75%;
  }

  .col-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .col-section-xl {
    flex: 0 0 auto;
    width: 100%;
    padding: .5rem;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-offset-xl-0 {
    margin-left: 0;
  }

  .col-offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-xl-3 {
    margin-left: 25%;
  }

  .col-offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-xl-6 {
    margin-left: 50%;
  }

  .col-offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-xl-9 {
    margin-left: 75%;
  }

  .col-offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .col-section-xxl {
    flex: 0 0 auto;
    width: 100%;
    padding: .5rem;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-offset-xxl-0 {
    margin-left: 0;
  }

  .col-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-xxl-3 {
    margin-left: 25%;
  }

  .col-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-xxl-6 {
    margin-left: 50%;
  }

  .col-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-xxl-9 {
    margin-left: 75%;
  }

  .col-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-xs-none {
  display: none !important;
}

.d-xs-block {
  display: block !important;
}

.d-xs-flex {
  display: flex !important;
}

@media (max-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }
}
@media (max-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }
}
@media (max-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }
}
@media (max-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }
}
.navigation {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  font-size: 1.25rem;
}
.navigation:before {
  content: '';
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #c3ced2;
}
.navigation .navigation-top {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  position: relative;
  padding: 0 0 1rem;
}
.navigation .navigation-top .navigation-contact {
  flex: 1 1 auto;
  margin-left: 1rem;
  margin-right: auto;
  margin-bottom: .85rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  font-size: 1rem;
  color: #426672;
  font-weight: 700;
}
.navigation .navigation-top .navigation-contact .navigation-contact-item {
  margin-bottom: 1rem;
}
.navigation .navigation-top .navigation-contact .navigation-contact-item:last-child {
  margin-left: 1rem;
}
.navigation .navigation-top .navigation-action {
  flex: 1 1 auto;
  margin-left: auto;
  margin-bottom: .85rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.navigation .navigation-top .navigation-action .navigation-action-link {
  display: inline-block;
  color: #426672;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem .75rem;
}
.navigation .navigation-top .navigation-action .navigation-action-link:last-child {
  margin-left: 1rem;
}
.navigation .navigation-container {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.navigation .navigation-container .navigation-logo {
  flex: 0 0 128px;
  margin-right: auto;
  margin-top: 1rem;
}
.navigation .navigation-container .navigation-logo .navigation-logo-image {
  width: 100%;
  display: block;
}
.navigation .navigation-container .navigation-menu {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}
.navigation .navigation-container .navigation-menu .navigation-menu-item {
  display: inline-block;
  color: #426672;
  text-decoration: none;
  padding: 1rem .75rem;
  font-weight: 700;
  position: relative;
}
.navigation .navigation-container .navigation-menu .navigation-menu-item:not(:last-child) {
  margin-right: 1rem;
}

.navigation-logo-image {
  max-width: 128px;
}

.dropdown {
  align-self: flex-start;
  position: relative;
}
.dropdown:hover .dropdown-menu {
  display: flex;
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  display: none;
  flex-flow: row wrap;
  background-color: #fff;
}
.dropdown .dropdown-menu .dropdown-item {
  flex: 1 1 100%;
  color: #426672;
  text-decoration: none;
  padding: .5rem .75rem;
  cursor: pointer;
}

.wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  flex: 1 0 auto;
}
.wrapper-flex {
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
}

/*
.footer {
  width: 100%;
  height: 300px;
  position: relative;
  background-color: #1a1a1a;
  background-image: url(/assets/images/footer_web.png);
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #fd004c, #fe9000, #fff020, #3edf4b, #3363ff, #b102b7, #fd004c);
    animation: rainbow-move 6s infinite linear alternate;
  }
}

@keyframes rainbow-move {
  100% {
    background-position-x: 4000px;
  }
}*/
.footer {
  width: 100%;
  background-color: #426672;
  color: #fff;
  padding: 3.5rem 0;
}
.footer .footer-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: 'Open Sans';
  font-weight: 300;
}
.footer .footer-description {
  font-size: 1rem;
}
.footer .footer-link {
  width: 100%;
  display: block;
  color: #f2f2f2;
  text-decoration: none;
}
.footer .footer-link:not(:last-child) {
  margin-bottom: 1rem;
}
.footer .footer-news-item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  text-decoration: none;
  line-height: 1.5;
}
.footer .footer-news-item:not(:last-child) {
  margin-bottom: 1rem;
}
.footer .footer-news-item .footer-news-title {
  width: 100%;
  color: #f2f2f2;
  margin-bottom: .5rem;
}
.footer .footer-news-item .footer-news-date {
  color: #c8c8c8;
}

details {
  display: block;
}

summary {
  display: list-item;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

input {
  overflow: visible;
}

img {
  max-width: 100%;
  height: auto;
}

b, strong {
  font-weight: 700;
}

code, kbd, pre, samp {
  font-family: 'Menlo, Consolas, monospace';
  font-size: 1rem;
}

code {
  background: #f0f0f0;
  border-radius: .125rem;
}

kbd {
  background: #111;
  color: #f8f8f8;
  border-radius: .125rem;
}

pre {
  overflow: auto;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-left: 4px solid #1565c0;
  border-radius: 0 .125rem 0;
}

sup, sub, code, kbd {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small, sup, sub, figcaption {
  font-size: 0.75rem;
}

figure {
  margin: 0;
}

figcaption {
  color: #444;
}

.p-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p-xy-0 {
  padding: 0px 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-xy-5 {
  padding: 5px 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-xy-10 {
  padding: 10px 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-xy-15 {
  padding: 15px 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-xy-20 {
  padding: 20px 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-xy-25 {
  padding: 25px 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-xy-30 {
  padding: 30px 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-xy-35 {
  padding: 35px 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-xy-40 {
  padding: 40px 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-xy-45 {
  padding: 45px 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-xy-50 {
  padding: 50px 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-x-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.p-y-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.p-xy-75 {
  padding: 75px 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.p-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.p-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.p-xy-100 {
  padding: 100px 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-x-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.m-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m-xy-0 {
  margin: 0px 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-xy-5 {
  margin: 5px 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-xy-10 {
  margin: 10px 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-xy-15 {
  margin: 15px 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-xy-20 {
  margin: 20px 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-xy-25 {
  margin: 25px 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-xy-30 {
  margin: 30px 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.m-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-xy-35 {
  margin: 35px 35px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-xy-40 {
  margin: 40px 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-x-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.m-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-xy-45 {
  margin: 45px 45px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-xy-50 {
  margin: 50px 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-x-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.m-y-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.m-xy-75 {
  margin: 75px 75px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.m-x-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.m-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.m-xy-100 {
  margin: 100px 100px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m-xy-auto {
  margin: auto auto !important;
}

.m-t-auto {
  margin-top: auto !important;
}

.m-l-auto {
  margin-left: auto !important;
}

.m-r-auto {
  margin-right: auto !important;
}

.m-b-auto {
  margin-bottom: auto !important;
}

.box-shadow {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}

.text-size-xs {
  font-size: 0.5rem;
}

.text-size-sm {
  font-size: 0.75rem;
}

.text-size-md {
  font-size: 1rem;
}

.text-size-lg {
  font-size: 1.25rem;
}

.text-size-xl {
  font-size: 2rem;
}

.text-size-xxl {
  font-size: 3.5rem;
}

.text-color-silent {
  color: #adadad;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form {
  width: 100%;
  height: auto;
}
.form-label {
  width: 100%;
  font-size: .85rem;
  font-weight: 700;
}
.form-input {
  width: 100%;
  flex-grow: 1;
  background-color: #fff;
  font-size: 1rem;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  z-index: 1;
  padding-top: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.375rem;
}
.form-input:active, .form-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 121, 214, 0.25);
  border-color: #1c5658;
}
.form-input-group {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.form-input-group .form-input:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-input-group .form-input:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-textarea {
  width: 100%;
  min-height: 3rem;
  flex: 1 1 auto;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  z-index: 1;
  margin: 0;
  padding-top: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.375rem;
}
.form-textarea:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-textarea:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group-prepend {
  display: flex;
}
.form-group-prepend > .form-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.form-group-center {
  display: flex;
}
.form-group-center > .form-group-text {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.form-group-append {
  display: flex;
}
.form-group-append > .form-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.form-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  white-space: nowrap;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding-top: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.375rem;
}

.error-list {
  width: 100%;
  background-color: #6a1a21;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  margin-top: 1rem;
  padding: .5rem 1.25rem;
  border-radius: 7px;
}
.error-item {
  width: 100%;
  font-weight: 700;
  display: flex;
  flex-flow: row nowrap;
}
.error-item:not(:last-child) {
  margin-bottom: .5rem;
}
.error-type {
  font-size: .85rem;
  align-self: center;
}
.error-text {
  margin-left: .5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding-top: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0.5rem;
}
.button-xs-block {
  width: 100%;
  display: block;
}
.button-xs-flex {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .button-sm-block {
    width: 100%;
    display: block;
  }
  .button-sm-flex {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .button-md-block {
    width: 100%;
    display: block;
  }
  .button-md-flex {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .button-lg-block {
    width: 100%;
    display: block;
  }
  .button-lg-flex {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .button-xl-block {
    width: 100%;
    display: block;
  }
  .button-xl-flex {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1400px) {
  .button-xxl-block {
    width: 100%;
    display: block;
  }
  .button-xxl-flex {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.button-block {
  width: 100%;
  display: block;
}
.button-flex {
  width: 100%;
  display: flex;
  justify-content: center;
}
.button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.button-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.button-primary:hover, .button-primary:active, .button-primary:focus {
  background-color: #0069d9;
  border-color: #005cbf;
  outline: 0;
}
.button-primary:focus, .button-primary:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 111, 230, 0.5);
}
.button-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.button-secondary:hover, .button-secondary:active, .button-secondary:focus {
  background-color: #5a6268;
  border-color: #4e555b;
  outline: 0;
}
.button-secondary:focus, .button-secondary:active {
  box-shadow: 0 0 0 0.2rem rgba(96, 104, 111, 0.5);
}
.button-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.button-success:hover, .button-success:active, .button-success:focus {
  background-color: #218838;
  border-color: #1c7430;
  outline: 0;
}
.button-success:focus, .button-success:active {
  box-shadow: 0 0 0 0.2rem rgba(35, 146, 61, 0.5);
}
.button-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.button-danger:hover, .button-danger:active, .button-danger:focus {
  background-color: #c82333;
  border-color: #b21f2d;
  outline: 0;
}
.button-danger:focus, .button-danger:active {
  box-shadow: 0 0 0 0.2rem rgba(211, 37, 53, 0.5);
}
.button-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.button-warning:hover, .button-warning:active, .button-warning:focus {
  background-color: #e0a800;
  border-color: #c69500;
  outline: 0;
}
.button-warning:focus, .button-warning:active {
  box-shadow: 0 0 0 0.2rem rgba(237, 177, 0, 0.5);
}
.button-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.button-info:hover, .button-info:active, .button-info:focus {
  background-color: #138496;
  border-color: #10707f;
  outline: 0;
}
.button-info:focus, .button-info:active {
  box-shadow: 0 0 0 0.2rem rgba(20, 142, 161, 0.5);
}
.button-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.button-light:hover, .button-light:active, .button-light:focus {
  background-color: #e2e6ea;
  border-color: #d3d9df;
  outline: 0;
}
.button-light:focus, .button-light:active {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.button-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.button-dark:hover, .button-dark:active, .button-dark:focus {
  background-color: #23272b;
  border-color: #171a1d;
  outline: 0;
}
.button-dark:focus, .button-dark:active {
  box-shadow: 0 0 0 0.2rem rgba(41, 45, 50, 0.5);
}
.button-icon {
  display: inline-block;
}
.button-icon-before {
  margin-right: .5rem;
}
.button-icon-after {
  margin-left: .5rem;
}

.alert {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.alert:not(:last-child) {
  margin-bottom: 0.75rem;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary .alert-link {
  color: #004085;
  font-weight: 700;
}
.alert-primary .alert-heading {
  font-size: 1.5rem;
  color: #0071eb;
  font-weight: 700;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary .alert-link {
  color: #263f53;
  font-weight: 700;
}
.alert-secondary .alert-heading {
  font-size: 1.5rem;
  color: #677078;
  font-weight: 700;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success .alert-link {
  color: #05671b;
  font-weight: 700;
}
.alert-success .alert-heading {
  font-size: 1.5rem;
  color: #29a946;
  font-weight: 700;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger .alert-link {
  color: #870713;
  font-weight: 700;
}
.alert-danger .alert-heading {
  font-size: 1.5rem;
  color: #c4303e;
  font-weight: 700;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning .alert-link {
  color: #896600;
  font-weight: 700;
}
.alert-warning .alert-heading {
  font-size: 1.5rem;
  color: #e8ae07;
  font-weight: 700;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info .alert-link {
  color: #005d6c;
  font-weight: 700;
}
.alert-info .alert-heading {
  font-size: 1.5rem;
  color: #17a3bb;
  font-weight: 700;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #5b5ba8;
  font-weight: 700;
}
.alert-light .alert-heading {
  font-size: 1.5rem;
  color: #b4b4b5;
  font-weight: 700;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark .alert-link {
  color: #121e2a;
  font-weight: 700;
}
.alert-dark .alert-heading {
  font-size: 1.5rem;
  color: #495159;
  font-weight: 700;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

p, li {
  font-size: 1.25rem;
  line-height: 1.75;
}

.align-center {
  align-self: center;
}

.line-trough {
  position: relative;
}
.line-trough::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 5px;
  width: 1rem;
  background-color: #fff;
}
.line-trough--reverse::before {
  background-color: #426672;
}

.homepage {
  width: 100%;
  height: auto;
  min-height: 80vh;
  position: relative;
  margin-top: -40px;
}
.homepage .homepage-container {
  width: 100%;
  max-width: 1356px;
  margin: 0 auto;
}
.homepage .homepage-container .homepage-wrapper {
  max-width: 640px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.homepage .homepage-container .homepage-wrapper::before {
  content: '';
  position: absolute;
  top: 4rem;
  left: -2rem;
  bottom: 0;
  width: 2px;
  background-color: rgba(66, 102, 114, 0.2);
}
.homepage .homepage-container .homepage-wrapper .homepage-title {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  color: #426672;
  font-size: 4rem;
}
.homepage .homepage-container .homepage-wrapper .homepage-title > span {
  display: block;
  flex: 1 1 100%;
}
.homepage .homepage-container .homepage-wrapper .homepage-title > span.homepage-title-line {
  position: relative;
}
.homepage .homepage-container .homepage-wrapper .homepage-title > span.homepage-title-line::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.45rem;
  height: 2px;
  background-color: rgba(66, 102, 114, 0.2);
}
.homepage .homepage-container .image-wrapper {
  position: absolute;
  top: 50%;
  right: -1.025rem;
  transform: translateY(-50%);
  padding: .75rem;
  background-color: #426672;
}
.homepage .homepage-container .image-wrapper::before {
  content: '';
  position: absolute;
  top: 1.025rem;
  left: 1.025rem;
  right: 1.025rem;
  bottom: 1.025rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.homepage .homepage-container .image-wrapper > img {
  display: block;
  max-width: 840px;
  border: .325rem solid #fff;
}

.landing-section {
  width: 100%;
  height: auto;
  min-height: 80vh;
  position: relative;
  margin-top: -233px;
}
.landing-section .landing-container {
  position: relative;
  font-size: 1.25rem;
}
.landing-section .landing-container:before {
  content: '';
  position: absolute;
  left: -3rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #c3ced2;
}
.landing-section .landing-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/assets/images/Titelfolie.JPG);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.landing-section .landing-background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.landing-section .container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing-section .landing-description {
  color: #7d7261;
}
.landing-section .landing-title {
  font-size: 4rem;
  line-height: .75;
  color: #426672;
  font-family: 'Open Sans';
  font-weight: 300;
}
.landing-section .landing-title .landing-seperator {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #c3ced2;
  margin-bottom: .75rem;
}

.section {
  padding: 6rem 0;
  color: #8d99a1;
}
.section.section-primary {
  background-color: #426672;
  color: #fff !important;
}
.section.section-primary .section-title {
  color: #fff;
  position: relative;
  border-bottom: 0;
  font-weight: 300;
}
.section.section-primary .section-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -5rem;
  height: 1px;
  width: 4rem;
  background-color: #fff;
  transform: translateY(-50%);
}
.section .section-title {
  margin-top: 0;
  border-bottom: 1px solid #f4f4f4;
  color: #8d99a1;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 300;
}

.about-container {
  position: relative;
  align-self: center;
}
.about-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: -4rem;
  bottom: 0;
  width: 1px;
  background-color: #fff;
}

.cta-button {
  display: inline-block;
  padding: .75rem 1.5rem;
  background-color: #fff;
  color: #426672;
  font-size: 1.25rem;
  text-decoration: none;
  border-radius: 4px;
}
.cta-button-block {
  text-align: center;
  display: block;
}
.cta-button-reverse {
  background-color: #426672;
  color: #fff;
}

.text-large {
  font-size: 1.75rem;
  font-family: 'Open Sans';
  line-height: 1.25;
}

.position-sticky {
  position: sticky;
  top: 1rem;
  align-self: flex-start;
}

.service-item {
  margin-bottom: 1rem;
}
.service-item .service-header {
  display: flex;
  flex-flow: row wrap;
}
.service-item .service-header .service-icon {
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: .5rem;
}
.service-item .service-header .service-icon > * {
  color: #426672;
  font-size: 5rem;
}
.service-item .service-header .service-title {
  flex: 1 1 100%;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: 'Open Sans';
  color: #426672;
  text-align: center;
  margin-bottom: 1rem;
}
.service-item:hover .service-description {
  display: block;
}
.service-item .service-description {
  display: block;
  text-align: left;
}
.service-item .service-description--collapse {
  background-color: #426672;
  color: #fff;
  display: none;
}
.service-item .service-description .service-description-text {
  display: inline-block;
  padding: .5rem 1rem;
}
.service-item .service-description .service-more {
  display: inline-block;
  margin-top: .75rem;
  width: 100%;
  text-align: center;
  color: #426672;
  text-decoration: none;
  border-left: 2px solid #426672;
  border-right: 2px solid #426672;
  border-bottom: 2px solid #426672;
  background-color: #fff;
}

.service-seperator {
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
  margin-bottom: 2rem;
}

.choose-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.choose-list .choose-list-item {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.choose-list .choose-list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.choose-list .choose-list-item .choose-icon {
  flex: 0 0 auto;
  margin-right: 1rem;
}
.choose-list .choose-list-item .choose-icon > i {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #426672;
  color: #fff;
  border-radius: 50%;
}
.choose-list .choose-list-item .choose-container .choose-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Open Sans';
  margin-bottom: 1rem;
}

.check-list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.check-list .check-list-item {
  flex: 1 1 100%;
  padding-left: 2rem;
  position: relative;
}
.check-list .check-list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.check-list .check-list-item:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  color: #426672;
  top: 0;
  left: 0;
}

.founder-item {
  width: 100%;
  position: relative;
}
.founder-item .founder-image {
  width: 100%;
}
.founder-item .founder-container {
  position: absolute;
  bottom: -5%;
  left: 5%;
  right: 5%;
  background-color: #fff;
  color: #303030;
  padding: 1rem 1.5rem;
  text-align: center;
}
.founder-item .founder-container .founder-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #426672;
  margin-bottom: 1.5rem;
  font-family: 'Open Sans';
}
.founder-item .founder-container .founder-title {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.founder-item .founder-container .founder-action {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #426672;
  color: #fff;
  padding: .5rem;
  text-decoration: none;
}

.service-more-item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.service-more-item .service-more-icon {
  flex: 0 0 2rem;
}
.service-more-item .service-more-icon > i {
  font-size: 1.25rem;
}
.service-more-item .service-more-container {
  flex: 1 1 calc(100% - 2rem);
  display: flex;
  flex-flow: row wrap;
}
.service-more-item .service-more-container .service-more-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Open Sans';
}

.service-more-image {
  position: relative;
  display: flex;
}
.service-more-image:before {
  content: '';
  position: absolute;
  top: .5rem;
  left: .5rem;
  right: .5rem;
  bottom: .5rem;
  border: 1px solid #e2e3e5;
}

.contact-form {
  width: 100%;
  background-color: #426672;
  color: #fff;
  padding: 3.5rem 2.5rem;
  text-align: center;
}
.contact-form .contact-form-title {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-family: 'Open Sans';
}
.contact-form .contact-form-description {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.contact-form .contact-form-input {
  width: 100%;
  background-color: #fff;
  border: 0;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-family: inherit;
}
.contact-form .contact-form-submit {
  margin-top: 2rem;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  padding: .5rem 1rem;
  text-align: center;
  font-size: 1rem;
  font-family: inherit;
}

.timeline-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.timeline-list .timeline-item {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding-bottom: 3rem;
  position: relative;
}
.timeline-list .timeline-item .timeline-number {
  width: 3rem;
  height: 3rem;
  font-size: .85rem;
  border-radius: 50%;
  flex: 0 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #426672;
  margin-right: 1.5rem;
}
.timeline-list .timeline-item .timeline-number::before {
  content: '';
  position: absolute;
  left: 1.5rem;
  bottom: 0;
  height: 100%;
  width: 2px;
  background-color: #fff;
}
.timeline-list .timeline-item:last-child .timeline-number::before {
  display: none;
}
.timeline-list--reverse .timeline-item .timeline-number {
  background-color: #426672;
  color: #fff;
}
.timeline-list--reverse .timeline-item .timeline-number::before {
  background-color: #426672;
}

.contact-image {
  width: 100%;
}
.contact-image--alternative {
  background-color: #426672;
}
.contact-image > img {
  width: 100%;
  display: block;
}
.contact-image .contact-description {
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: #fff;
  color: #8d99a1;
}
.contact-image .contact-description .contact-name {
  font-size: 1.25rem;
  color: #426672;
  margin-bottom: 1rem;
  text-align: center;
}
.contact-image .contact-description .contact-title {
  color: #426672;
  text-align: center;
}

.quote-item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 2rem 0;
}
.quote-item .quote-text {
  flex: 1 1 100%;
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
}
.quote-item .quote-author {
  flex: 1 1 100%;
  font-style: italic;
  text-align: right;
}

.dictionary-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.dictionary-list .dictionary-item {
  flex: 1 1 100%;
  display: flex;
  flex-flow: row wrap;
}
.dictionary-list .dictionary-item .dictionary-title {
  flex: 1 1 100%;
}
.dictionary-list .dictionary-item .dictionary-description {
  flex: 1 1 100%;
  background-color: #426672;
  color: #fff;
  padding: .5rem .75rem;
}

.hexagron-grid {
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(3, 1fr 2fr) 1fr;
  grid-template-rows: repeat(5, 90px);
}
.hexagron-grid .hexagon:nth-child(1) {
  grid-column-start: 3;
  grid-column-end: span 3;
  grid-row-start: 3;
  grid-row-end: span 2;
}
.hexagron-grid .hexagon:nth-child(1) .hexagon-text {
  color: #fff;
}
.hexagron-grid .hexagon:nth-child(1) .hexagon-wrapper {
  background-color: #426672;
}
.hexagron-grid .hexagon:nth-child(1) .hexagon-wrapper::before {
  border-bottom-color: #426672;
}
.hexagron-grid .hexagon:nth-child(1) .hexagon-wrapper::after {
  border-top-color: #426672;
}
.hexagron-grid .hexagon:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 2;
}
.hexagron-grid .hexagon:nth-child(2) .hexagon-text {
  color: #426672;
}
.hexagron-grid .hexagon:nth-child(2) .hexagon-wrapper {
  background-color: #e8e8e8;
}
.hexagron-grid .hexagon:nth-child(2) .hexagon-wrapper::before {
  border-bottom-color: #e8e8e8;
}
.hexagron-grid .hexagon:nth-child(2) .hexagon-wrapper::after {
  border-top-color: #e8e8e8;
}
.hexagron-grid .hexagon:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: span 3;
  grid-row-start: 2;
  grid-row-end: span 2;
}
.hexagron-grid .hexagon:nth-child(3) .hexagon-text {
  color: #fff;
}
.hexagron-grid .hexagon:nth-child(3) .hexagon-wrapper {
  background-color: #555555;
}
.hexagron-grid .hexagon:nth-child(3) .hexagon-wrapper::before {
  border-bottom-color: #555555;
}
.hexagron-grid .hexagon:nth-child(3) .hexagon-wrapper::after {
  border-top-color: #555555;
}
.hexagron-grid .hexagon:nth-child(4) {
  grid-column-start: 5;
  grid-column-end: span 3;
  grid-row-start: 2;
  grid-row-end: span 2;
}
.hexagron-grid .hexagon:nth-child(4) .hexagon-text {
  color: #426672;
}
.hexagron-grid .hexagon:nth-child(4) .hexagon-wrapper {
  background-color: #d4d4d4;
}
.hexagron-grid .hexagon:nth-child(4) .hexagon-wrapper::before {
  border-bottom-color: #d4d4d4;
}
.hexagron-grid .hexagon:nth-child(4) .hexagon-wrapper::after {
  border-top-color: #d4d4d4;
}
.hexagron-grid .hexagon:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: span 3;
  grid-row-start: 4;
  grid-row-end: span 2;
}
.hexagron-grid .hexagon:nth-child(5) .hexagon-text {
  color: #fff;
}
.hexagron-grid .hexagon:nth-child(5) .hexagon-wrapper {
  background-color: #797979;
}
.hexagron-grid .hexagon:nth-child(5) .hexagon-wrapper::before {
  border-bottom-color: #797979;
}
.hexagron-grid .hexagon:nth-child(5) .hexagon-wrapper::after {
  border-top-color: #797979;
}
.hexagron-grid .hexagon:nth-child(6) {
  grid-column-start: 5;
  grid-column-end: span 3;
  grid-row-start: 4;
  grid-row-end: span 2;
}
.hexagron-grid .hexagon:nth-child(6) .hexagon-text {
  color: #fff;
}
.hexagron-grid .hexagon:nth-child(6) .hexagon-wrapper {
  background-color: #a5a5a5;
}
.hexagron-grid .hexagon:nth-child(6) .hexagon-wrapper::before {
  border-bottom-color: #a5a5a5;
}
.hexagron-grid .hexagon:nth-child(6) .hexagon-wrapper::after {
  border-top-color: #a5a5a5;
}
.hexagron-grid .hexagon:nth-child(7) {
  grid-column-start: 3;
  grid-column-end: span 3;
  grid-row-start: 5;
  grid-row-end: span 2;
}
.hexagron-grid .hexagon:nth-child(7) .hexagon-text {
  color: #fff;
}
.hexagron-grid .hexagon:nth-child(7) .hexagon-wrapper {
  background-color: #7c7c7c;
}
.hexagron-grid .hexagon:nth-child(7) .hexagon-wrapper::before {
  border-bottom-color: #7c7c7c;
}
.hexagron-grid .hexagon:nth-child(7) .hexagon-wrapper::after {
  border-top-color: #7c7c7c;
}

.hexagon {
  width: 150px;
  height: 90px;
  position: relative;
  margin-bottom: 4rem;
}
.hexagon .hexagon-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #426672;
  transform: rotateZ(90deg);
}
.hexagon .hexagon-wrapper::before, .hexagon .hexagon-wrapper::after {
  content: '';
  position: absolute;
  width: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
}
.hexagon .hexagon-wrapper::before {
  bottom: 100%;
  border-bottom: 43.3px solid #426672;
}
.hexagon .hexagon-wrapper::after {
  top: 100%;
  border-top: 43.3px solid #426672;
}
.hexagon .hexagon-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1rem;
  color: #fff;
}

.font-color-white {
  color: white;
}
.font-color-green {
  color: green;
}
.font-color-red {
  color: red;
}
.font-color-blue {
  color: blue;
}
.font-color-yellow {
  color: yellow;
}

.theme-color {
  color: #21b6d8;
}
