@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap");
/* Special breaking points */
/* Colors */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote:after, q::before, q:after {
  content: "";
  content: none;
}

html {
  scroll-behavior: smooth;
}

:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}
@media (max-width: 640px) {
  :target:before {
    height: 50px;
    margin: -50px 0 0;
  }
}

p {
  line-height: 1.87;
  margin: 1vw 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 640px) {
  p {
    margin: 20px 0;
  }
}
p.text-left {
  text-align: left;
}
p.text-center {
  text-align: center;
}
p {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  p {
    font-size: calc(14px + 4 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  p {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: #000;
  font-family: "Poppins";
}
a:hover {
  text-decoration: underline;
}

ul.left {
  text-align: left;
}

span.text-left {
  text-align: left;
}

.subtitle {
  font-family: "Poppins";
}
.subtitle {
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .subtitle {
    font-size: calc(18px + 6 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .subtitle {
    font-size: 24px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins";
}
h1.text-left, h2.text-left, h3.text-left, h4.text-left, h5.text-left {
  text-align: left;
}
h1.text-center, h2.text-center, h3.text-center, h4.text-center, h5.text-center {
  text-align: center;
}

h1 {
  letter-spacing: 0.14vw;
  line-height: 1;
}
h1 {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  h1 {
    font-size: calc(30px + 30 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1440px) {
  h1 {
    font-size: 4.5vw;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  line-height: 1.19;
  color: #3175C0;
  font-weight: 700;
}
h2 {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  h2 {
    font-size: calc(30px + 30 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  line-height: 1.25;
  color: #3175C0;
  font-weight: 700;
}
h3 {
  font-size: 24px;
}
@media screen and (min-width: 640px) {
  h3 {
    font-size: calc(24px + 10 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 34px;
  }
}

h4 {
  line-height: 1.25;
  color: #000;
  font-weight: 700;
}
h4 {
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  h4 {
    font-size: calc(18px + 6 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 24px;
  }
}

sup {
  vertical-align: top;
  position: relative;
  top: -6px;
  margin-left: 2px;
  font-family: "Poppins", sans-serif;
}

strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

body {
  font-weight: 500;
  color: #000;
  font-family: "Poppins", sans-serif;
  line-height: 1.87;
}
body {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  body {
    font-size: calc(16px + 2 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 18px;
  }
}

.container {
  margin: 0 4vw;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn {
  color: #fff;
  background: #3175C0;
  padding: 13px 30px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .btn {
    font-size: calc(16px + 2 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .btn {
    font-size: 18px;
  }
}
.btn:hover {
  background: #275c97;
  text-decoration: none;
}
@media (max-width: 980px) {
  .btn {
    padding: 5px 15px;
  }
}

.search_map {
  height: 600px;
}
.search_map .gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  padding: 20px !important;
  font-size: 16px !important;
  font-family: "Poppins" !important;
}
.search_map .gm-style .gm-style-iw-c b {
  font-weight: 700 !important;
}
.search_map .gm-style .gm-style-iw-c .btn {
  padding: 6px 20px;
  background: #fff;
  color: #3175C0;
  border: 2px solid #3175C0;
  margin: 15px 0 25px;
}

.map_result_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 6px;
  margin: 4vw 0;
}
@media (max-width: 640px) {
  .map_result_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.map_result_list .card {
  border: 1px solid #3175C0;
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3px);
          flex: 0 0 calc(50% - 3px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media (max-width: 640px) {
  .map_result_list .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}
.map_result_list .card:hover, .map_result_list .card.active {
  background: #F2F2F2;
}
.map_result_list .card .direction_button_holder a {
  text-decoration: underline;
  color: #3175C0;
}

.button {
  color: #3175C0;
  font-weight: 700;
  display: inline-block;
  padding: 13px 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid #3175C0;
  position: relative;
  /*&.light {
      background: #fff;
      color:$primary_color;
      &:hover {
          background: $beige;
          color: $primary_color;
      }
  }*/
}
.button.slideroverlay_button {
  cursor: pointer;
  margin: 0 0 0 10px;
}
.button::before {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.button::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
.button::before, .button::after {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 3;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: 1s cubic-bezier(0.2, 1, 0.3, 1);
}
.button:hover {
  color: #000;
  border: 2px solid transparent;
  text-decoration: none;
}
.button:hover::after, .button:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#mobile_nav {
  width: 50%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: all 0.9s cubic-bezier(1, 0.02, 0.38, 0.96);
  transition: all 0.9s cubic-bezier(1, 0.02, 0.38, 0.96);
  z-index: 100;
  background: #e1e9f4;
  overflow: scroll;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mobile_nav.loaded {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#mobile_nav .menu_logo {
  background: url(../img/mhssz_logo@2x.png) no-repeat center center;
  width: 100px;
  height: 100px;
  display: block;
  background-size: 100%;
  margin: 0 auto 20px;
}
@media (max-width: 640px) {
  #mobile_nav .menu_logo {
    margin-bottom: 3vw;
    width: 100px;
    height: 153px;
  }
}
@media (max-width: 640px) {
  #mobile_nav {
    width: 100%;
  }
}
#mobile_nav .close {
  background: none;
  border: none;
  background: url(../img/close.svg) no-repeat center center;
  width: 45px;
  height: 45px;
  background-size: 100%;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
#mobile_nav .mobilemenu {
  /*.expand {
      background: url(../img/arrow_next.svg) no-repeat center center;
      position: absolute;
      right: 20px;
      width: 40px;
      height: 40px;
      background-size: 100%;
      top: 8px;
      transform: rotate(90deg);
  }*/
}
#mobile_nav .mobilemenu li a {
  font-weight: 700;
}
#mobile_nav .mobilemenu .mobiledropdownmenu li a {
  font-size: 20px;
  padding: 1vw 2vw;
  font-weight: normal;
}
@media (max-width: 640px) {
  #mobile_nav .mobilemenu .mobiledropdownmenu li a {
    padding: 2vw;
  }
}
#mobile_nav .menu_wrapper ul li {
  position: relative;
}
#mobile_nav .menu_wrapper ul li a {
  letter-spacing: 0.1vw;
  line-height: 1.19;
  text-decoration: none;
  color: #000;
  display: block;
  padding: 1vw 2vw;
}
#mobile_nav .menu_wrapper ul li a {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  #mobile_nav .menu_wrapper ul li a {
    font-size: calc(30px + 20 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  #mobile_nav .menu_wrapper ul li a {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  #mobile_nav .menu_wrapper ul li a {
    font-size: 30px;
    padding: 2vw 2vw;
  }
}

.overlay {
  z-index: 21;
}
.overlay::after {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  position: fixed;
  z-index: 21;
}

.overlay.loaded::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media (max-width: 640px) {
  .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wrapper {
  max-width: 1530px;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .wrapper {
    margin: 0 20px;
  }
}
.wrapper.narrow {
  max-width: 50%;
}
@media (min-width: 2050px) {
  .wrapper.narrow {
    max-width: 1024px;
  }
}
@media (max-width: 1580px) {
  .wrapper.narrow {
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .wrapper.narrow {
    margin: 0 20px;
    max-width: 100%;
  }
}

#content {
  padding: 4vw 0;
}

.blog-post-meta {
  color: #707070;
}
.blog-post-meta a {
  color: #707070;
}

.header {
  background: #fff;
  height: 90px;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 20;
  -webkit-transition: height 0.4s ease, -webkit-transform 0.7s ease;
  transition: height 0.4s ease, -webkit-transform 0.7s ease;
  transition: transform 0.7s ease, height 0.4s ease;
  transition: transform 0.7s ease, height 0.4s ease, -webkit-transform 0.7s ease;
}
@media (max-width: 1580px) {
  .header {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 70px;
  }
}
@media (max-width: 640px) {
  .header {
    height: 50px;
  }
}
.header.nav-up {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.nav-down {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header #mobile_menu_trigger {
  display: none;
  background: url(../img/burger.svg) no-repeat center center;
  width: 45px;
  height: 45px;
  background-size: 100%;
  border: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header #mobile_menu_trigger {
    display: block;
  }
}
.header .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header .logo {
  background: url(../img/mhssz_logo@2x.png) no-repeat center center;
  width: 84px;
  height: 84px;
  display: block;
  background-size: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .header .logo {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 800px) {
  .header .logo {
    width: 45px;
    height: 45px;
  }
}
.header .primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .header .primary {
    display: none;
  }
}
.header .primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .primary ul li {
  list-style: none;
  position: relative;
}
.header .primary ul li a {
  text-decoration: none;
  padding: 43px 13px 15px 13px;
  position: relative;
  display: block;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.header .primary ul li a::before {
  content: "";
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.header .primary ul li.current a, .header .primary ul li:hover a {
  color: #3175C0;
}
.header .primary ul li.current a::before, .header .primary ul li:hover a::before {
  opacity: 1;
  width: calc(100% - 26px);
  position: absolute;
  bottom: 2px;
  left: 13px;
  height: 2px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  background: #3175C0;
}
.header .primary ul li:hover > ul {
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  overflow: hidden;
}
.header .primary ul li:hover > ul li {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  overflow: hidden;
}
.header .primary ul li:hover > ul li:nth-child(1n) {
  -webkit-animation-delay: 0.07s;
          animation-delay: 0.07s;
}
.header .primary ul li:hover > ul li:nth-child(2n) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.header .primary ul li:hover > ul li:nth-child(3n) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}
.header .primary ul li:hover > ul li:nth-child(4n) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.header .primary ul li:hover > ul li:nth-child(5n) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.header .primary ul li:hover > ul li:nth-child(6n) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.header .primary ul li:hover > ul li:nth-child(7n) {
  -webkit-animation-delay: 0.49s;
          animation-delay: 0.49s;
}
.header .primary ul li:hover > ul li:nth-child(8n) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.header .primary ul li:hover > ul li:nth-child(9n) {
  -webkit-animation-delay: 0.63s;
          animation-delay: 0.63s;
}
.header .primary ul li:hover > ul li:nth-child(10n) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.header .primary ul li:hover > ul li:nth-child(11n) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
}
.header .primary ul li:hover > ul li:nth-child(12n) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.header .primary ul li:hover > ul li:nth-child(13n) {
  -webkit-animation-delay: 0.91s;
          animation-delay: 0.91s;
}
.header .primary ul li:hover > ul li:nth-child(14n) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.header .primary ul li:hover > ul li a {
  text-transform: none;
  /*&::after {
      //display: none;
      content:'';
      background: $beige;
      width: 40px;
      z-index: 0;
      //left: 50%;
      transform: translateX(-50%);
      bottom:0px;
      height: 100%;
      position: absolute;
      opacity: 1;
      transition: opacity 0.4s ease;
  }*/
}
.header .primary ul li:hover > ul li a::before {
  -webkit-transform-origin: 50%, 50%;
          transform-origin: 50%, 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  opacity: 1;
  background: #3175C0;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
}
.header .primary ul li:hover > ul li:last-child a::after {
  display: none;
}
.header .primary ul li:hover > ul li:hover a::after {
  opacity: 0;
}
.header .primary ul li:hover > ul li:hover a:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  background: rgba(49, 117, 192, 0.3);
}
.header .primary ul li.current > ul li a::before {
  opacity: 0;
}
.header .primary ul ul {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  display: block;
  top: 53px;
  left: 50%;
  min-width: 300px;
}
.header .primary ul ul li {
  background: #fff;
}
.header .primary ul ul a {
  position: relative;
  text-align: center;
  text-transform: none;
}
.header .primary ul ul a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background: #000;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.header .primary ul#language_switch li ul {
  min-width: 114px;
}
.header .primary .menu-submenu {
  top: 90px;
}
@media (max-width: 1024px) {
  .header .primary .menu-submenu {
    top: 70px;
  }
}
@media (max-width: 640px) {
  .header .primary .menu-submenu {
    top: 50px;
  }
}
.header .primary .menu-submenu li a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.header.scrolled {
  height: 70px;
}
@media (max-width: 640px) {
  .header.scrolled {
    height: 50px;
  }
}
.header.scrolled #logo {
  width: 220px;
}
@media (max-width: 640px) {
  .header.scrolled #logo {
    width: 175px;
    height: 27px;
  }
}
.header #language_switch {
  background: url(../img/down_arrow.svg) no-repeat right center;
  padding-right: 8px;
  margin: 0 41px 0 22px;
  background-size: 20px;
}

main {
  margin-top: 90px;
}
@media (max-width: 1024px) {
  main {
    margin-top: 70px;
  }
}
@media (max-width: 640px) {
  main {
    margin-top: 50px;
  }
}

.footer {
  padding-top: 4vw;
  background: #3175C0;
  position: relative;
  color: #fff;
}
.footer::before {
  content: "";
  background: url(../img/diamonds.svg) repeat-y center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.26;
  mix-blend-mode: lighten;
  z-index: 0;
}
.footer .footer_top {
  padding: 1vw 0 2vw;
  border-bottom: 1px solid #fff;
  margin-bottom: 2vw;
}
.footer .footer_top .primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
}
@media (max-width: 980px) {
  .footer .footer_top .primary ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media (max-width: 640px) {
  .footer .footer_top .primary ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
  }
}
.footer .footer_top .primary ul a {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}
.footer .footer_top .primary ul .link {
  border-top: 1px solid #fff;
  padding-top: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  padding-bottom: 15px;
}
@media (max-width: 980px) {
  .footer .footer_top .primary ul .link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 6px);
            flex: 0 0 calc(50% - 6px);
    text-align: left;
  }
}
@media (max-width: 640px) {
  .footer .footer_top .primary ul .link {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}
.footer .footer_top .primary ul .link a {
  font-weight: 700;
}
.footer .footer_top .primary ul .link .menu-submenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.footer .footer_top .primary ul .link .submenufirstchild a {
  font-weight: 400;
}
.footer .footer_logo {
  background: url(../img/mhssz_logo@2x.png) no-repeat center center;
  width: 85px;
  height: 85px;
  display: block;
  background-size: 100%;
}
@media (max-width: 640px) {
  .footer .footer_logo {
    margin-bottom: 4vw;
    width: 40px;
    height: 40px;
  }
}
.footer .privacy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding-bottom: 2vw;
}
@media (max-width: 640px) {
  .footer .privacy {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.footer .privacy a {
  text-decoration: none;
  color: #fff;
}
.footer .privacy a:hover {
  text-decoration: underline;
}
.footer .contact_title {
  font-size: 18px;
  font-family: "Poppins";
  text-transform: uppercase;
}
.footer .contact_data {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 3vw;
}
@media (max-width: 640px) {
  .footer .row {
    width: 100%;
  }
  .footer .contact_data {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    padding-left: 0;
  }
}
.footer .contact_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .contact_text p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.3vw;
          flex: 0 0 23.3vw;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .footer .contact_text p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
            flex: 0 0 30vw;
  }
}
@media (max-width: 800px) {
  .footer .contact_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .footer .contact_text p {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media (max-width: 640px) {
  .footer .contact_text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .footer .contact_text p {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-top: 2vw;
  }
}
.footer .contact_text a {
  text-decoration: none;
}
.footer .contact_text a:hover {
  text-decoration: underline;
}
.footer .footer_bottom {
  padding: 2vw 0;
}
.footer .footer_bottom {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .footer .footer_bottom {
    font-size: calc(14px + 2 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer_bottom {
    font-size: 16px;
  }
}
.footer .footer_bottom .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .footer .footer_bottom .row {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.footer .footer_bottom .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
  .footer .footer_bottom .privacy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer_bottom .privacy a {
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
}
.footer .footer_bottom .privacy a:hover {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .footer .footer_bottom .privacy a {
    margin: 20px;
  }
}
.footer .social_links {
  text-align: right;
}
@media (max-width: 640px) {
  .footer .social_links {
    text-align: left;
    margin-top: 4vw;
  }
}
.footer .social_links a {
  display: inline-block;
  margin: 0 6px;
  width: 30px;
  height: 30px;
}
.footer .social_links a#fb {
  background: url(../img/icon_fb.svg) no-repeat center center;
  background-size: 100%;
}
.footer .social_links a#instagram {
  background: url(../img/icon_insta.svg) no-repeat center center;
  background-size: 100%;
}
.footer .social_links a#youtube {
  background: url(../img/icon_yt.svg) no-repeat center center;
  background-size: 100%;
}
.footer .social_links a#twitter {
  background: url(../img/icon_tw.svg) no-repeat center center;
  background-size: 100%;
}
.footer .social_links a#linkedin {
  background: url(../img/icon_linkedin.svg) no-repeat center center;
  background-size: 100%;
}

body article .container {
  padding-top: 5.8vw;
}

.moreon {
  position: relative;
  padding: 0 4px;
  font-size: 18px;
  text-decoration: none;
}
.moreon span {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.moreon::after {
  content: "";
  background: rgba(185, 218, 255, 0.8);
  height: 11px;
  width: 100%;
  z-index: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
}
.moreon:hover {
  text-decoration: none;
}
.moreon:hover span {
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.moreon:hover::after {
  background: rgba(185, 218, 255, 0.6);
}

.box_header {
  padding: 3vw 0;
  position: relative;
  z-index: 2;
}

.videoembed {
  position: relative;
  padding-bottom: 34.25%;
  height: 0;
  width: 60% !important;
  margin: 0 auto 3vw;
}
@media (max-width: 800px) {
  .videoembed {
    width: 100% !important;
    padding-bottom: 56.25%;
    margin-bottom: 5vw;
  }
}
.videoembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoembed img {
  display: block;
  width: 100%;
  height: auto !important;
}

.background {
  padding: 4vw 0;
}
.background.blue {
  background: #3175C0;
  color: #fff;
}
.background.blue .text h2 {
  color: #fff;
}
.background.blue .btn {
  border: 1px solid #fff;
}
.background.light {
  background: rgba(49, 117, 192, 0.16);
  position: relative;
}
.background.light .text {
  position: relative;
  z-index: 1;
}
.background.light::before {
  content: "";
  background: url(../img/diamonds.svg) repeat-y center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: lighten;
  z-index: 0;
}
.background.bluediamond {
  background: #3175C0;
  position: relative;
  color: #fff;
}
.background.bluediamond .text h2 {
  color: #fff;
}
.background.bluediamond .btn {
  border: 1px solid #fff;
}
.background.bluediamond::before {
  content: "";
  background: url(../img/diamonds.svg) repeat-y center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.26;
  mix-blend-mode: lighten;
  z-index: 0;
}

#tiles {
  background: #3175C0;
  position: relative;
  padding: 4vw 0;
}
#tiles::before {
  content: "";
  background: url(../img/diamonds.svg) repeat-y center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.26;
  mix-blend-mode: lighten;
  z-index: 0;
}
#tiles .moreon {
  color: #fff;
}
#tiles .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 9px 16px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  grid-template-areas: "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . . viaferrata viaferrata viaferrata viaferrata viaferrata" "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . . viaferrata viaferrata viaferrata viaferrata viaferrata" "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . . viaferrata viaferrata viaferrata viaferrata viaferrata" "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . . viaferrata viaferrata viaferrata viaferrata viaferrata" ". . . . . . . . . . . . . viaferrata viaferrata viaferrata viaferrata viaferrata" ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas . . viaferrata viaferrata viaferrata viaferrata viaferrata" ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas . . viaferrata viaferrata viaferrata viaferrata viaferrata" ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas . . viaferrata viaferrata viaferrata viaferrata viaferrata" ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas . . viaferrata viaferrata viaferrata viaferrata viaferrata" ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas . . . . . . ." ". . . . . . . . . . . . . . . . . ." "hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . . ." "hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . . ." "hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . . ." "hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . . .";
}
#tiles .grid .sziklamaszas {
  grid-area: sziklamaszas;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
#tiles .grid .sziklamaszas .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
#tiles .grid .sziklamaszas .text {
  padding-top: 12%;
}
#tiles .grid .sziklamaszas .text h2 {
  margin-left: -33.33%;
}
#tiles .grid .versenymaszas {
  grid-area: versenymaszas;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tiles .grid .versenymaszas .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6667%;
          flex: 0 0 66.6667%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 1;
}
#tiles .grid .versenymaszas .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: -33.33%;
  z-index: 2;
  padding-top: 12%;
}
#tiles .grid .viaferrata {
  grid-area: viaferrata;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}
#tiles .grid .viaferrata .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}
#tiles .grid .viaferrata .text h2 {
  position: absolute;
  top: 40%;
  left: -33.3%;
}
#tiles .grid .hegymaszas {
  grid-area: hegymaszas;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
#tiles .grid .hegymaszas .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61.5%;
          flex: 0 0 61.5%;
}
#tiles .grid .hegymaszas .text {
  padding-top: 12%;
}
#tiles .grid .hegymaszas .text h2 {
  margin-left: -33.33%;
}
@media (max-width: 1580px) {
  #tiles .grid {
    gap: 3vw 10px;
    grid-template-areas: "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . . viaferrata viaferrata viaferrata viaferrata viaferrata" "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . . viaferrata viaferrata viaferrata viaferrata viaferrata" "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . . viaferrata viaferrata viaferrata viaferrata viaferrata" "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . . viaferrata viaferrata viaferrata viaferrata viaferrata" "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . . viaferrata viaferrata viaferrata viaferrata viaferrata" ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas . . viaferrata viaferrata viaferrata viaferrata viaferrata" ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas . . viaferrata viaferrata viaferrata viaferrata viaferrata" ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas . . viaferrata viaferrata viaferrata viaferrata viaferrata" ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas . . viaferrata viaferrata viaferrata viaferrata viaferrata" ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas . . . . . . ." "hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . . ." "hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . . ." "hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . . ." "hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . . ." "hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . . .";
  }
  #tiles .grid .hegymaszas .text {
    padding-top: 8%;
  }
}
@media (max-width: 1280px) {
  #tiles .grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . viaferrata viaferrata viaferrata viaferrata viaferrata viaferrata viaferrata" "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . viaferrata viaferrata viaferrata viaferrata viaferrata viaferrata viaferrata" "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . viaferrata viaferrata viaferrata viaferrata viaferrata viaferrata viaferrata" "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . viaferrata viaferrata viaferrata viaferrata viaferrata viaferrata viaferrata" "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . viaferrata viaferrata viaferrata viaferrata viaferrata viaferrata viaferrata" "sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas sziklamaszas . . . . viaferrata viaferrata viaferrata viaferrata viaferrata viaferrata viaferrata" ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas ." ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas ." ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas ." ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas ." ". . versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas versenymaszas ." ". hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . ." ". hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . ." ". hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . ." ". hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . ." ". hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas hegymaszas . . . .";
  }
  #tiles .grid .sziklamaszas {
    grid-area: sziklamaszas;
  }
  #tiles .grid .versenymaszas {
    grid-area: versenymaszas;
  }
  #tiles .grid .viaferrata {
    grid-area: viaferrata;
  }
  #tiles .grid .hegymaszas {
    grid-area: hegymaszas;
  }
  #tiles .grid .viaferrata .text h2 {
    position: relative;
    left: inherit;
    top: inherit;
  }
}
@media (max-width: 980px) {
  #tiles .grid {
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "sziklamaszas" "viaferrata" "versenymaszas" "hegymaszas";
  }
  #tiles .grid .sziklamaszas {
    grid-area: sziklamaszas;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #tiles .grid .sziklamaszas .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    min-height: 400px;
  }
  #tiles .grid .sziklamaszas .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    padding-top: 0;
  }
  #tiles .grid .sziklamaszas .text h2 {
    margin: 0;
    position: relative;
    top: inherit;
    left: inherit;
  }
  #tiles .grid .versenymaszas {
    grid-area: versenymaszas;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #tiles .grid .versenymaszas .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    min-height: 400px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #tiles .grid .versenymaszas .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #tiles .grid .versenymaszas .text h2 {
    margin: 0;
    position: relative;
    top: inherit;
    left: inherit;
  }
  #tiles .grid .viaferrata {
    grid-area: viaferrata;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #tiles .grid .viaferrata .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    min-height: 400px;
  }
  #tiles .grid .viaferrata .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    padding-top: 0;
  }
  #tiles .grid .viaferrata .text h2 {
    margin: 0;
    position: relative;
    top: inherit;
    left: inherit;
  }
  #tiles .grid .hegymaszas {
    grid-area: hegymaszas;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #tiles .grid .hegymaszas .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    min-height: 400px;
  }
  #tiles .grid .hegymaszas .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    padding-top: 0;
  }
  #tiles .grid .hegymaszas .text h2 {
    margin: 0;
    position: relative;
    top: inherit;
    left: inherit;
  }
}
@media (max-width: 640px) {
  #tiles .grid .image {
    min-height: 45vw !important;
  }
}
#tiles .grid h2 {
  font-weight: 700;
  color: #fff;
}
#tiles .grid h2 {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  #tiles .grid h2 {
    font-size: calc(30px + 30 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  #tiles .grid h2 {
    font-size: 60px;
  }
}
#tiles .grid .text .summary {
  padding-right: 2vw;
}
#tiles .grid .text p {
  color: #fff;
}
#tiles .grid .moreon::after {
  background: rgba(185, 218, 255, 0.4);
}
#tiles .grid .moreon:hover span {
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
}
#tiles .grid .moreon:hover::after {
  background: rgba(255, 255, 255, 0.6);
}

.box {
  margin-bottom: 30px;
}
.box .image {
  margin-bottom: 15px;
}
.box .image img {
  display: block;
  width: 100%;
}
.box .image .wpimage {
  display: block;
  max-height: 283px;
  width: 100%;
  height: 17.7vw;
}
.box .summary {
  padding-right: 20px;
}
@media (max-width: 640px) {
  .box .summary {
    padding-right: 0;
  }
}
.box.event .image {
  margin-bottom: 30px;
}
.box.event .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.box.event .text p {
  line-height: 1.3;
}
.box.event .text .date {
  border: 1px solid #3175C0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3175C0;
  padding: 10px 15px 10px 15px;
  max-height: 82px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box.event .text .date strong {
  line-height: 1;
}
.box.event .text .date strong {
  font-size: 24px;
}
@media screen and (min-width: 640px) {
  .box.event .text .date strong {
    font-size: calc(24px + 16 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .box.event .text .date strong {
    font-size: 40px;
  }
}
.box h3, .box h4 {
  font-size: 18px;
  color: #000;
}
.box .tags {
  margin-bottom: 10px;
}

#news {
  background: rgba(49, 117, 192, 0.16);
  position: relative;
  padding: 4vw 0;
}
@media (min-width: 1440px) {
  #news {
    padding: 30px 0;
  }
}
#news::before {
  content: "";
  background: url(../img/diamonds.svg) repeat-y center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: lighten;
  z-index: 0;
}
#news .grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 6px;
  grid-template-areas: "following following following leading leading leading leading leading leading leading archive archive";
}
@media (max-width: 980px) {
  #news .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "leading leading leading leading leading" "following following following following following" "archive archive archive archive archive";
  }
  #news .grid .following {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
  #news .grid .following .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3px);
            flex: 0 0 calc(50% - 3px);
  }
  #news .grid .archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
  #news .grid .archive .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 6px);
            flex: 0 0 calc(25% - 6px);
  }
}
@media (max-width: 640px) {
  #news .grid .following {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #news .grid .following .box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
  #news .grid .archive {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #news .grid .archive .box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}
#news .following {
  grid-area: following;
}
#news .leading {
  grid-area: leading;
}
#news .archive {
  grid-area: archive;
}
#news .leading h3 {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  #news .leading h3 {
    font-size: calc(30px + 30 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  #news .leading h3 {
    font-size: 60px;
  }
}
@media (max-width: 640px) {
  #news .box_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #news .box_header .btn {
    padding: 6px 10px;
    font-size: 14px;
  }
}

.pagination {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a, .pagination span, .pagination em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination span {
  background: #3175C0;
  color: #fff;
}

#events .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
#events.blog-entries {
  padding: 4vw 0;
}
#events.blog-entries .event {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 6px);
          flex: 0 0 calc(25% - 6px);
}
@media (max-width: 1024px) {
  #events .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #events .flex .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3px);
            flex: 0 0 calc(50% - 3px);
  }
  #events .flex .box .image .wpimage {
    display: block;
    max-height: 351px;
    width: 100%;
    height: 35.2vw;
  }
}
@media (max-width: 640px) {
  #events .flex {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #events .flex.box_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #events .flex.box_header .btn {
    padding: 6px 10px;
    font-size: 14px;
  }
  #events .flex .box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
  #events .flex .box .image .wpimage {
    display: block;
    max-height: 351px;
    width: 100%;
    height: 64.2vw;
  }
}

#about .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 6px;
  grid-template-areas: "bigimage bigimage bigimage bigimage bigimage bigimage bigimage smallimage smallimage smallimage smallimage smallimage";
}
@media (max-width: 1024px) {
  #about .grid {
    grid-template-areas: "bigimage bigimage bigimage bigimage bigimage bigimage smallimage smallimage smallimage smallimage smallimage smallimage";
  }
}
@media (max-width: 800px) {
  #about .grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "smallimage";
  }
  #about .grid .bigimage {
    display: none;
  }
}
#about .bigimage {
  grid-area: bigimage;
}
#about .smallimage {
  grid-area: smallimage;
}
#about .text {
  padding: 1.5vw;
}
#about .text h3 {
  font-size: 40px;
}
@media screen and (min-width: 640px) {
  #about .text h3 {
    font-size: calc(40px + 20 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  #about .text h3 {
    font-size: 60px;
  }
}

#mc_embed_signup {
  padding: 4vw 0;
}
#mc_embed_signup form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 !important;
}
@media (max-width: 800px) {
  #mc_embed_signup form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#mc_embed_signup #mc-embedded-subscribe {
  margin: 20px 0 0 !important;
}
#mc_embed_signup h3 {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  #mc_embed_signup h3 {
    font-size: calc(30px + 30 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  #mc_embed_signup h3 {
    font-size: 60px;
  }
}
#mc_embed_signup .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 800px) {
  #mc_embed_signup .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}
#mc_embed_signup .image img {
  display: block;
  width: 100%;
}
#mc_embed_signup .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 8.333333%;
}
@media (max-width: 640px) {
  #mc_embed_signup .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 800px) {
  #SectionElementWithImage .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#SectionElementWithImage .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 800px) {
  #SectionElementWithImage .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}
#SectionElementWithImage .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 800px) {
  #SectionElementWithImage .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}
#SectionElementWithImage .image img {
  display: block;
  width: 100%;
}

section.hero {
  background: rgba(49, 117, 192, 0.16);
  position: relative;
}
section.hero::before {
  content: "";
  background: url(../img/diamonds.svg) repeat-y center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: lighten;
  z-index: 0;
}
@media (max-width: 800px) {
  section.hero .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
section.hero .hero_text {
  position: relative;
  z-index: 2;
  max-width: 765px;
  margin-left: calc((100% - 1530px) / 2);
  padding-top: 37px;
  padding-bottom: 30px;
}
@media (max-width: 1580px) {
  section.hero .hero_text {
    margin-left: 20px;
  }
}
@media (max-width: 800px) {
  section.hero .hero_text {
    max-width: 100%;
  }
}
section.hero .hero_text h1, section.hero .hero_text h2 {
  font-weight: 700;
  line-height: 1.2;
}
section.hero .hero_text h1, section.hero .hero_text h2 {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  section.hero .hero_text h1, section.hero .hero_text h2 {
    font-size: calc(30px + 30 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  section.hero .hero_text h1, section.hero .hero_text h2 {
    font-size: 60px;
  }
}
section.hero .hero_text h1 span, section.hero .hero_text h2 span {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  section.hero .hero_text h1 span, section.hero .hero_text h2 span {
    font-size: calc(20px + 20 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  section.hero .hero_text h1 span, section.hero .hero_text h2 span {
    font-size: 40px;
  }
}
section.hero .hero_image {
  min-height: 30vw;
  width: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  section.hero .hero_image {
    min-height: 400px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  section.hero .hero_image {
    min-height: 260px;
  }
}

#result_line {
  color: #707070;
  padding: 40px 0 20px 0;
}

.showonmobile {
  display: none;
}
@media (max-width: 640px) {
  .showonmobile {
    display: block;
  }
}

.backto {
  font-size: 18px;
  font-weight: 700;
  color: #3175C0;
  display: block;
  margin-bottom: 10px;
}
.backto::before {
  display: inline-block;
  content: "";
  background: url(../img/arrow-left-line.svg) no-repeat center center;
  background-size: 100%;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

#SearchForm_SearchForm_Search {
  border: none;
  width: 100%;
  height: 54px;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-bottom: 1px solid #3175C0;
}

.search_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .search_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.search_header .field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 150px);
          flex: 0 0 calc(100% - 150px);
  position: relative;
}
.search_header .field::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/search_blue.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 11px;
  z-index: 3;
}
@media (max-width: 640px) {
  .search_header .field::before {
    top: inherit;
    z-index: 3;
    bottom: 12px;
  }
}
.search_header .field .showonmobile {
  font-weight: 700;
  color: #3175C0;
  font-size: 18px;
}
.search_header .button {
  padding: 8px 30px;
}
@media (max-width: 640px) {
  .search_header .button {
    margin-top: 15px;
  }
}

#partners {
  padding-bottom: 4vw;
}
#partners .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#partners .swiper-slide {
  width: 130px;
}
#partners .swiper-slide.featured {
  width: 230px;
}
#partners .swiper-slide.featured img {
  max-height: 160px;
}
#partners .swiper-slide img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 130px;
}

.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 640px) {
  .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.details .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}
.details .image img {
  max-width: 100%;
  display: block;
}
@media (max-width: 640px) {
  .details .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.dnadesign__elemental__models__elementcontent .wrapper {
  max-width: 50%;
  margin: 4vw auto 0;
}
@media (max-width: 1580px) {
  .dnadesign__elemental__models__elementcontent .wrapper {
    margin: 13vw auto 0;
  }
}
@media (max-width: 980px) {
  .dnadesign__elemental__models__elementcontent .wrapper {
    margin: 0 20px;
    max-width: 100%;
  }
}
.dnadesign__elemental__models__elementcontent h2, .dnadesign__elemental__models__elementcontent h3 {
  margin-bottom: 20px;
}
.dnadesign__elemental__models__elementcontent .first .wrapper {
  margin: 4vw auto 0;
}
@media (max-width: 980px) {
  .dnadesign__elemental__models__elementcontent .first .wrapper {
    margin: 0 20px;
    max-width: 100%;
  }
}
.dnadesign__elemental__models__elementcontent table {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #7EA8F8;
  border-style: solid;
  color: #000000;
}
.dnadesign__elemental__models__elementcontent table td, .dnadesign__elemental__models__elementcontent table th {
  border-width: 1px;
  border-color: #7EA8F8;
  border-style: solid;
  padding: 5px;
}
.dnadesign__elemental__models__elementcontent table thead {
  background-color: #F8F8F8;
  font-weight: bold;
}

.dnadesign__elemental__models__elementhero .hero_content {
  color: #fff;
  max-width: 540px;
  padding-bottom: 4vw;
}
.dnadesign__elemental__models__elementhero .hero_content .subtitle p {
  margin: 0;
  letter-spacing: 0.05vw;
}
.dnadesign__elemental__models__elementhero .hero_content .subtitle p {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .dnadesign__elemental__models__elementhero .hero_content .subtitle p {
    font-size: calc(20px + 8 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .dnadesign__elemental__models__elementhero .hero_content .subtitle p {
    font-size: 28px;
  }
}
.dnadesign__elemental__models__elementhero .hero_content .title {
  letter-spacing: 0.14vw;
  line-height: 1;
}
.dnadesign__elemental__models__elementhero .hero_content .title {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  .dnadesign__elemental__models__elementhero .hero_content .title {
    font-size: calc(30px + 30 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .dnadesign__elemental__models__elementhero .hero_content .title {
    font-size: 60px;
  }
}
@media (min-width: 1440px) {
  .dnadesign__elemental__models__elementhero .hero_content .title {
    font-size: 4.5vw;
  }
}
.dnadesign__elemental__models__elementhero .hero_content .button {
  margin-top: 1vw;
}
.dnadesign__elemental__models__elementhero .content-element__content {
  min-height: 46.88vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.dnadesign__elemental__models__elementhero .content-element__content.half {
  min-height: 50vw;
  background: #fff;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementhero .content-element__content.half {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dnadesign__elemental__models__elementhero .content-element__content.half.has_logo::before {
  content: "";
  background: #3175C0;
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementhero .content-element__content.half.has_logo::before {
    height: 100%;
  }
}
.dnadesign__elemental__models__elementhero .content-element__content.half.has_logo .hero_logo {
  position: absolute;
  bottom: -10vw;
  width: 190px;
  left: 6vw;
}
.dnadesign__elemental__models__elementhero .content-element__content.half.has_logo .hero_logo img {
  display: block;
  width: 100%;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementhero .content-element__content.half.has_logo .hero_logo {
    width: 190px;
  }
}
.dnadesign__elemental__models__elementhero .content-element__content.half .hero_content {
  color: #000;
  padding: 0 3vw 4vw 4vw;
  max-width: inherit;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementhero .content-element__content.half .hero_content {
    width: 100%;
    text-align: center;
  }
}
.dnadesign__elemental__models__elementhero .content-element__content.half .hero_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 50vw;
  position: relative;
}
.dnadesign__elemental__models__elementhero .content-element__content.half .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementhero .content-element__content.half .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .dnadesign__elemental__models__elementhero .content-element__content.half .row .hero_image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    height: 100vw;
    margin-bottom: 4vw;
  }
  .dnadesign__elemental__models__elementhero .content-element__content.half .row .hero_content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dnadesign__elemental__models__elementhero .content-element__content.half .row .hero_logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    left: inherit;
    bottom: inherit;
  }
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementhero .content-element__content.half .row .hero_image {
    margin-bottom: 6vw;
  }
}
.dnadesign__elemental__models__elementhero .content-element__content.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.dnadesign__elemental__models__elementhero .content-element__content.centered .hero_logo {
  position: absolute;
  left: 4vw;
  top: 0;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementhero .content-element__content.centered .hero_logo {
    position: relative;
    left: 0;
    -webkit-transform: translateX(-36%);
            transform: translateX(-36%);
  }
}
.dnadesign__elemental__models__elementhero .content-element__content.centered .hero_content {
  text-align: center;
  max-width: inherit;
}
.dnadesign__elemental__models__elementhero .content-element__content.centered .hero_content h1 {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  .dnadesign__elemental__models__elementhero .content-element__content.centered .hero_content h1 {
    font-size: calc(30px + 30 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .dnadesign__elemental__models__elementhero .content-element__content.centered .hero_content h1 {
    font-size: 60px;
  }
}
.dnadesign__elemental__models__elementhero .content-element__content.centered .hero_content .button {
  border: 2px solid #fff;
  color: #fff;
}
.dnadesign__elemental__models__elementhero .content-element__content.centered .hero_content .button:hover {
  border: 2px solid transparent;
}
.dnadesign__elemental__models__elementhero .hero_logo {
  width: 200px;
  padding: 3vw 0 1vw;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementhero .hero_logo {
    width: 118px;
  }
}
.dnadesign__elemental__models__elementhero .hero_logo img {
  display: block;
  width: 100%;
}

.dnadesign__elemental__models__elementgallerystripe .swiper-slide img,
.dnadesign__elemental__models__elementlogostripe .swiper-slide img,
.dnadesign__elemental__models__elementstageslider .swiper-slide img {
  width: 100%;
}

article #hero {
  height: 40.5vw;
  position: relative;
}
@media (min-width: 1580px) {
  article #hero {
    height: 640px;
  }
}
article #hero .mobile_image {
  display: none;
}
@media (max-width: 640px) {
  article #hero {
    background: transparent !important;
    height: auto;
  }
  article #hero .mobile_image {
    display: block;
    height: 260px;
  }
}
article #hero .hero_content {
  color: #fff;
  max-width: 1530px;
  width: 100%;
  padding-bottom: 4vw;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 640px) {
  article #hero .hero_content {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
  }
}
article #hero .hero_content .intro_content {
  max-width: 960px;
}
article #hero .hero_content h1 {
  position: relative;
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}
article #hero .hero_content h1 {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  article #hero .hero_content h1 {
    font-size: calc(30px + 30 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  article #hero .hero_content h1 {
    font-size: 60px;
  }
}
article #hero .hero_content h1::after {
  width: 100px;
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.dnadesign__elemental__models__elementtextslider {
  position: relative;
}
.dnadesign__elemental__models__elementtextslider .container {
  padding: 5.8vw 0 2vw;
}
.dnadesign__elemental__models__elementtextslider .swiper-pagination {
  pointer-events: none;
}
.dnadesign__elemental__models__elementtextslider .swiper-pagination .swiper-pagination-bullet {
  display: none !important;
}
.dnadesign__elemental__models__elementtextslider .text p {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .dnadesign__elemental__models__elementtextslider .text p {
    max-width: 60%;
  }
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider .text p {
    max-width: 75%;
  }
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementtextslider .text p {
    max-width: 100%;
  }
}
.dnadesign__elemental__models__elementtextslider .text .button {
  margin-top: 1vw;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e9bc85;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.mustard {
  background: #e9bc85;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.mustard .button::before {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.mustard .button::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.green {
  background: #8fb391;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.beige {
  background: #cbc2b7;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.maroon {
  background: #cb9181;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.maroon .button::before {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.maroon .button::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  position: relative;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .dnadesign__elemental__models__elementtextslider .swiper-slide .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
  .dnadesign__elemental__models__elementtextslider .swiper-slide .image img {
    display: block;
    width: 100%;
  }
}
.dnadesign__elemental__models__elementtextslider .swiper-slide .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.dnadesign__elemental__models__elementtextslider .swiper-slide .text .body {
  width: 100%;
  padding: 0 7vw 5vw;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1280px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide .text .body {
    padding: 4vw 7vw 8vw;
  }
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide .text .body {
    padding: 6vw 6vw 16vw;
  }
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide .text .body {
    padding: 1vw 6vw 16vw;
  }
}
.dnadesign__elemental__models__elementtextslider .swiper-slide .text .body p {
  max-width: 100%;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide .text .body .name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide .text .body .name {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide .text .body .name {
    font-size: calc(16px + 8 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide .text .body .name {
    font-size: 24px;
  }
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.left .text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.left .text .body {
  text-align: left;
  padding: 1.6vw 4vw 8vw 1.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.left .text .body p {
  font-family: "Poppins";
  letter-spacing: 0.1vw;
  line-height: 1.19;
  margin-left: 0;
  margin-right: 0;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.left .text .body p {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide.left .text .body p {
    font-size: calc(30px + 20 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide.left .text .body p {
    font-size: 50px;
  }
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.left .text .body .name {
  /*font-family:'Poppins', sans-serif; 
  font-weight: 700;
      @include fluid-type($min_width, $max_width, 16px, 24px);*/
  margin-top: auto;
  /*width: 100%;
  letter-spacing: inherit;*/
}
@media (max-width: 1280px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide.left .text .body {
    padding: 3vw 7vw 8vw 3vw;
  }
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide.left .text .body {
    padding: 4vw 6vw 16vw 4vw;
  }
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide.left .text .body {
    padding: 4vw 6vw 16vw;
  }
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.right .text {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: right;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.right .text .body {
  text-align: right;
  padding: 4vw 7vw 8vw 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.right .text .body p {
  font-family: "Poppins";
  letter-spacing: 0.1vw;
  line-height: 1.19;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.right .text .body p {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide.right .text .body p {
    font-size: calc(30px + 30 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide.right .text .body p {
    font-size: 60px;
  }
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.right .text .body .name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-top: auto;
  width: 100%;
  letter-spacing: inherit;
}
.dnadesign__elemental__models__elementtextslider .swiper-slide.right .text .body .name {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide.right .text .body .name {
    font-size: calc(16px + 8 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide.right .text .body .name {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide.right .text .body {
    padding: 4vw 7vw 8vw;
  }
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider .swiper-slide.right .text .body {
    padding: 6vw 6vw 16vw;
  }
}
.dnadesign__elemental__models__elementtextslider.rectangle .swiper-slide {
  /*.body {
      text-align: center;
      align-items: center;
  }*/
}
.dnadesign__elemental__models__elementtextslider.rectangle .swiper-slide .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  min-height: 41vw;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider.rectangle .swiper-slide .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider.rectangle .swiper-slide .image {
    min-height: 121vw;
  }
}
.dnadesign__elemental__models__elementtextslider.rectangle .swiper-slide .image img {
  display: block;
  width: 100%;
}
.dnadesign__elemental__models__elementtextslider.rectangle .swiper-slide .text {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dnadesign__elemental__models__elementtextslider.rectangle .swiper-pagination-fraction {
  bottom: 2.6vw !important;
  left: inherit !important;
  width: 66.66% !important;
  right: 0 !important;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider.rectangle .swiper-pagination-fraction {
    left: 0 !important;
    width: 100% !important;
    bottom: 4vw !important;
  }
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementtextslider.rectangle .swiper-pagination-fraction {
    bottom: 7vw !important;
  }
}
.dnadesign__elemental__models__elementtextslider.rectangle .swiper-button-holder {
  bottom: 3.5vw !important;
  left: inherit;
  width: 66.66% !important;
  position: absolute;
  right: 0;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider.rectangle .swiper-button-holder {
    bottom: 6.5vw !important;
    left: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementtextslider.rectangle .swiper-button-holder {
    bottom: 10.5vw !important;
  }
}
.dnadesign__elemental__models__elementtextslider.rectangle .swiper-button-holder .swiper-button-next {
  right: 30%;
}
.dnadesign__elemental__models__elementtextslider.rectangle .swiper-button-holder .swiper-button-prev {
  left: 30%;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementtextslider .btn-toolbar {
    margin-bottom: 4vw;
  }
}
.dnadesign__elemental__models__elementtextslider.square .swiper-slide .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  min-height: 50vw;
  position: relative;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider.square .swiper-slide .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    min-height: 75vw;
  }
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider.square .swiper-pagination-fraction {
    left: 0 !important;
    width: 100% !important;
    bottom: 4vw !important;
  }
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementtextslider.square .swiper-pagination-fraction {
    bottom: 7vw !important;
  }
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextslider.square .swiper-button-holder {
    bottom: 6.5vw !important;
    left: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementtextslider.square .swiper-button-holder {
    bottom: 10.5vw !important;
  }
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementtextslider.mobilehidetext .body p {
    display: none;
  }
}

.swiper-button-holder {
  bottom: 2.5vw !important;
  left: 50%;
  width: 50% !important;
  position: absolute;
  right: 0;
}
@media (max-width: 800px) {
  .swiper-button-holder {
    bottom: 6.5vw !important;
    left: 0 !important;
    width: 100% !important;
  }
}
.swiper-button-holder .swiper-button-next {
  right: 30%;
}
.swiper-button-holder .swiper-button-prev {
  left: 30%;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 1.6vw !important;
  left: 50% !important;
  width: 50% !important;
  right: 0 !important;
}
@media (max-width: 800px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 4vw !important;
    left: 0 !important;
    width: 100% !important;
  }
}

.form-element__form .contactform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
  .form-element__form .contactform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.form-element__form .contactform .form_holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4vw 2vw 4vw 4vw;
}
@media (max-width: 800px) {
  .form-element__form .contactform .form_holder {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}
.form-element__form .contactform .form_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 800px) {
  .form-element__form .contactform .form_image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    height: 100vw;
  }
}
.form-element__form .contactform .dropzone {
  background: #b2a99e;
  border-radius: 7px;
}
.form-element__form .contactform .dropzone .droparea span {
  background: transparent;
}
.form-element__form .contactform .dropzone .droparea span a {
  display: inline-block;
  text-decoration: none;
  border-radius: 7px;
  padding: 5px;
}
.form-element__form .contactform form label.left {
  font-family: "Poppins";
  display: block;
  margin-bottom: 1vw;
}
.form-element__form .contactform form label.left {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .form-element__form .contactform form label.left {
    font-size: calc(16px + 2 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .form-element__form .contactform form label.left {
    font-size: 18px;
  }
}
.form-element__form .contactform form label.error {
  display: block;
  padding: 8px 0 0;
  color: rgb(241, 35, 35);
}
.form-element__form .contactform form .field {
  margin-bottom: 2.6vw;
}
.form-element__form .contactform form input[type=text],
.form-element__form .contactform form input[type=email],
.form-element__form .contactform form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #b2a99e;
  border-radius: 0;
  background: transparent;
  font-family: "Poppins";
}
.form-element__form .contactform form input[type=text],
.form-element__form .contactform form input[type=email],
.form-element__form .contactform form textarea {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .form-element__form .contactform form input[type=text],
  .form-element__form .contactform form input[type=email],
  .form-element__form .contactform form textarea {
    font-size: calc(16px + 2 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .form-element__form .contactform form input[type=text],
  .form-element__form .contactform form input[type=email],
  .form-element__form .contactform form textarea {
    font-size: 18px;
  }
}
.form-element__form .contactform form input[type=text].error,
.form-element__form .contactform form input[type=email].error,
.form-element__form .contactform form textarea.error {
  border-color: rgb(241, 35, 35);
}
.form-element__form .contactform form input[type=text],
.form-element__form .contactform form input[type=email] {
  padding: 0 15px;
  height: 35px;
}
.form-element__form .contactform form input[type=checkbox].error {
  border-color: rgb(241, 35, 35);
}
.form-element__form .contactform form textarea {
  padding: 15px;
  min-height: 180px;
}
.form-element__form .contactform .btn-toolbar {
  text-align: center;
}
.form-element__form .contactform .btn-toolbar .action {
  background: #000;
  color: #fff;
  letter-spacing: 0.09em;
  display: inline-block;
  padding: 9px 20px;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
  cursor: pointer;
}
.form-element__form .contactform .btn-toolbar .action {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .form-element__form .contactform .btn-toolbar .action {
    font-size: calc(16px + 2 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .form-element__form .contactform .btn-toolbar .action {
    font-size: 18px;
  }
}

#result {
  min-height: 120px;
  position: relative;
}

.searchoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
}

.lds-dual-ring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lds-dual-ring.hidden {
  visibility: hidden;
  opacity: 0;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #000;
  border-color: #000 transparent #000 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-button-next, .swiper-button-prev {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  width: 40px !important;
  height: 40px !important;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "" !important;
  width: 20px;
  height: 20px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: rgb(255, 255, 255);
}

.swiper-button-next::after {
  background: url(../img/arrow_next.svg) no-repeat center center;
}

.swiper-button-prev::after {
  background: url(../img/arrow_prev.svg) no-repeat center center;
}

.dnadesign__elemental__models__elementsingleimage img {
  display: block;
  width: 100%;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementsingleimage .image_content {
    padding: 0 4vw;
  }
}

.dnadesign__elemental__models__elementmasonryhero .container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 4vw;
  padding: 4vw;
}
.dnadesign__elemental__models__elementmasonryhero .container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.dnadesign__elemental__models__elementmasonryhero .container .item-a {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 1;
}
.dnadesign__elemental__models__elementmasonryhero .container .item-a-text {
  grid-column: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}
.dnadesign__elemental__models__elementmasonryhero .container .item-a-text h1 {
  font-size: 65px;
}
@media screen and (min-width: 640px) {
  .dnadesign__elemental__models__elementmasonryhero .container .item-a-text h1 {
    font-size: calc(65px + 105 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .dnadesign__elemental__models__elementmasonryhero .container .item-a-text h1 {
    font-size: 170px;
  }
}
@media (min-width: 1440px) {
  .dnadesign__elemental__models__elementmasonryhero .container .item-a-text h1 {
    font-size: 11.6vw;
  }
}
.dnadesign__elemental__models__elementmasonryhero .container .item-b {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column: 2;
}
.dnadesign__elemental__models__elementmasonryhero .container .item-b-text {
  grid-column: 1;
  grid-row-start: 3;
  grid-row-end: 3;
}
@media (max-width: 1024px) {
  .dnadesign__elemental__models__elementmasonryhero .container {
    grid-template-rows: 1fr;
    padding: 4vw;
    grid-gap: 4vw;
  }
  .dnadesign__elemental__models__elementmasonryhero .container .item-a {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .dnadesign__elemental__models__elementmasonryhero .container .item-a-text {
    grid-column: 1/3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .dnadesign__elemental__models__elementmasonryhero .container .item-b {
    grid-row-start: 3;
    grid-row-end: 3;
    grid-column: 1/3;
  }
  .dnadesign__elemental__models__elementmasonryhero .container .item-b-text {
    grid-column: 1/3;
    grid-row-start: 4;
    grid-row-end: 4;
  }
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementmasonryhero .container .item-b {
    display: none;
  }
}

.dnadesign__elemental__models__elementjobs .container,
.dnadesign__elemental__models__elementjobsearch .container {
  max-width: 990px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .dnadesign__elemental__models__elementjobs .container,
  .dnadesign__elemental__models__elementjobsearch .container {
    margin: 0 4vw;
  }
}

.dnadesign__elemental__models__elementjobsearch {
  padding-bottom: 4vw;
}
.dnadesign__elemental__models__elementjobsearch .job_list {
  margin-top: 0;
}

@media print {
  .noprint {
    display: none;
  }
}
.back_to_top {
  position: relative;
  text-align: right;
  padding-top: 30px;
}
.back_to_top a {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}
.back_to_top a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .back_to_top a {
    position: relative;
    padding-bottom: 2vw;
  }
}
.back_to_top a::after {
  content: "";
  background: url(../img/arrow_next.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.back_to_list {
  position: relative;
  text-align: left;
  padding-top: 30px;
}
.back_to_list a {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}
.back_to_list a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .back_to_list a {
    position: relative;
    padding-bottom: 20px;
  }
}
.back_to_list a::before {
  content: "";
  background: url(../img/arrow_prev.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.slider_overlay {
  display: none;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 990px;
  max-height: 80%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 3vw;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slider_overlay .close {
  background: none;
  border: none;
  background: url(../img/close.svg) no-repeat center center;
  width: 45px;
  height: 45px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
}
.slider_overlay.loaded {
  display: block;
}
@media (max-width: 640px) {
  .slider_overlay {
    max-height: 100%;
  }
}

.welcome_overlay {
  display: none;
  position: fixed;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 990px;
  max-height: 80%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 3vw;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.welcome_overlay .close {
  background: none;
  border: none;
  background: url(../img/close.svg) no-repeat center center;
  width: 45px;
  height: 45px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .welcome_overlay {
    max-height: 100%;
  }
}

.overlay.loaded {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.overlay.loaded::after {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  opacity: 1;
  z-index: 19;
}

.select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  max-width: 385.5px;
}

.select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: #000;
}

.select__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 22px;
  color: #3b3b3b;
  height: 41px;
  letter-spacing: 0.09em;
  line-height: 60px;
  background: #ffffff;
  cursor: pointer;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #000;
  font-family: "Poppins";
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid #cbc2b7;
  border-top: 0;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  max-height: 400px;
  overflow: auto;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  color: #000;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  font-family: "Poppins";
}
.custom-option::before {
  content: "";
  background: #cbc2b7;
  width: 40px;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.custom-option::after {
  content: "";
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform-origin: 50%, 50%;
          transform-origin: 50%, 50%;
  background: #000;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.custom-option:last-child::before {
  display: none;
}

.custom-option:hover {
  cursor: pointer;
}
.custom-option:hover::before {
  opacity: 0;
}
.custom-option:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.custom-option.selected {
  color: #ffffff;
  background-color: #cbc2b7;
}

.arrow {
  position: absolute;
  height: 10px;
  width: 10px;
  right: 20px;
  top: 15px;
}

.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow::before {
  left: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #000;
}

.arrow::after {
  left: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000;
}

.open .arrow::before {
  left: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open .arrow::after {
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#search {
  background: #cbc2b7;
  padding: 30px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  #search {
    padding: 20px 0 12px;
  }
}

.dnadesign__elemental__models__elementjobs #jobform .fields {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.element {
  margin-bottom: 4vw;
}
.element.lightdiamond {
  background: rgba(49, 117, 192, 0.16);
  position: relative;
  padding: 4vw 0;
  margin-bottom: 4vw;
}
.element.lightdiamond::before {
  content: "";
  background: url(../img/diamonds.svg) repeat-y center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: lighten;
  z-index: 0;
}
.element.bluediamond {
  background: #3175C0;
  position: relative;
  padding: 4vw 0;
  margin-bottom: 4vw;
}
.element.bluediamond::before {
  content: "";
  background: url(../img/diamonds.svg) repeat-y center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.26;
  mix-blend-mode: lighten;
  z-index: 0;
}
.element .content-element__title {
  color: #000;
}
.element .box_header h2 {
  color: #000;
}

.dnadesign__elemental__models__sectionelementtextimage {
  position: relative;
}
.dnadesign__elemental__models__sectionelementtextimage .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__sectionelementtextimage .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.dnadesign__elemental__models__sectionelementtextimage .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__sectionelementtextimage .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.dnadesign__elemental__models__sectionelementtextimage .image img {
  width: 100%;
  display: block;
}
.dnadesign__elemental__models__sectionelementtextimage .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__sectionelementtextimage .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.dnadesign__elemental__models__sectionelementtextimage .text .text_content {
  padding-left: 2vw;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__sectionelementtextimage .text .text_content {
    padding-left: 0;
    padding-top: 2vw;
  }
}
.dnadesign__elemental__models__sectionelementtextimage .content-element__content.left .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.dnadesign__elemental__models__sectionelementtextimage .content-element__content.left .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.dnadesign__elemental__models__sectionelementtextimage .content-element__content.right .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.dnadesign__elemental__models__sectionelementtextimage .content-element__content.right .text .text_content {
  padding-left: 0;
  padding-right: 2vw;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__sectionelementtextimage .content-element__content.right .text .text_content {
    padding-right: 0;
    padding-top: 2vw;
  }
}
.dnadesign__elemental__models__sectionelementtextimage .content-element__content.right .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__sectionelementtextimage .content-element__content.right .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dnadesign__elemental__models__sectionelementtextimage .content-element__content.right .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.dnadesign__elemental__models__sectionelementwithanchorsidebar {
  position: relative;
  z-index: 1;
  padding: 4vw 0 0;
}
.dnadesign__elemental__models__sectionelementwithanchorsidebar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__sectionelementwithanchorsidebar .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.dnadesign__elemental__models__sectionelementwithanchorsidebar .left_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
}
.dnadesign__elemental__models__sectionelementwithanchorsidebar .left_content .box_header {
  padding-top: 0;
}
.dnadesign__elemental__models__sectionelementwithanchorsidebar .right_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.dnadesign__elemental__models__sectionelementwithanchorsidebar .right_content .sidebar_anchors ul {
  border-top: 1px solid #707070;
}
.dnadesign__elemental__models__sectionelementwithanchorsidebar .right_content .sidebar_anchors ul li {
  border-bottom: 1px solid #707070;
}
.dnadesign__elemental__models__sectionelementwithanchorsidebar .right_content .sidebar_anchors ul li a {
  font-weight: 700;
}
.dnadesign__elemental__models__sectionelementwithanchorsidebar .right_content .sidebar_anchors ul li a {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .dnadesign__elemental__models__sectionelementwithanchorsidebar .right_content .sidebar_anchors ul li a {
    font-size: calc(14px + 4 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .dnadesign__elemental__models__sectionelementwithanchorsidebar .right_content .sidebar_anchors ul li a {
    font-size: 18px;
  }
}

.dnadesign__elemental__models__elementtextimage {
  position: relative;
}
.dnadesign__elemental__models__elementtextimage .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextimage .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.dnadesign__elemental__models__elementtextimage .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
}
.dnadesign__elemental__models__elementtextimage .image img {
  width: 100%;
  display: block;
}
.dnadesign__elemental__models__elementtextimage .text {
  padding-left: 2vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__elementtextimage .text {
    padding-left: 0;
    padding-top: 2vw;
  }
}
.dnadesign__elemental__models__elementtextimage .text ul {
  padding: 1vw 0 2vw 24px;
}
.dnadesign__elemental__models__elementtextimage .text ul li {
  list-style: outside disc;
}
.dnadesign__elemental__models__elementtextimage .text ol {
  padding: 1vw 0 2vw 24px;
}
.dnadesign__elemental__models__elementtextimage .text ol li {
  list-style: outside decimal;
}
.dnadesign__elemental__models__elementtextimage .content-element__content.first {
  padding-top: 4vw;
}
.dnadesign__elemental__models__elementtextimage .content-element__content.left .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.dnadesign__elemental__models__elementtextimage .content-element__content.left .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.dnadesign__elemental__models__elementtextimage .content-element__content.right .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.dnadesign__elemental__models__elementtextimage .content-element__content.right .text .text_content {
  padding-left: 0;
  padding-right: 2vw;
}
.dnadesign__elemental__models__elementtextimage .content-element__content.right .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.dnadesign__elemental__models__elementtextimage .content-element__content.fiftyfifty .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.dnadesign__elemental__models__elementtextimage .content-element__content.fiftyfifty .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.dnadesign__elemental__models__elementtextimage .content-element__content.fiftyfifty .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.dnadesign__elemental__models__elementtextimage .content-element__content.fiftyfifty .text {
  padding-left: 2vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content {
  position: relative;
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content .text .text_content h2 {
  padding-top: 2vw;
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content .text .text_content img {
  width: 100%;
  display: block;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
}
@media (max-width: 800px) {
  .dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content .image {
    display: none;
  }
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content .image img {
  width: 100%;
  display: block;
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content.left .wrapper .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content.left .wrapper .text .text_content {
  padding-left: 0;
  padding-right: 2vw;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content.left .wrapper .text .text_content {
    padding-right: 0;
  }
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content.left .wrapper .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content.left .wrapper .image img {
  width: 100%;
  display: block;
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content.right .wrapper .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content.right .wrapper .text .text_content {
  padding-left: 2vw;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content.right .wrapper .text .text_content {
    padding-left: 0;
  }
}
.dnadesign__elemental__models__sectionelementtexttwoimage .content-element__content.right .wrapper .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.dnadesign__elemental__models__elementtexttwoimage .content-element__content {
  position: relative;
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementtexttwoimage .content-element__content .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content .text .text_content h2 {
  padding-top: 2vw;
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content .text .text_content img {
  width: 100%;
  display: block;
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content .image img {
  width: 100%;
  display: block;
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content.left .wrapper .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content.left .wrapper .text .text_content {
  padding-left: 0;
  padding-right: 2vw;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementtexttwoimage .content-element__content.left .wrapper .text .text_content {
    padding-right: 0;
  }
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content.left .wrapper .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content.left .wrapper .image img {
  width: 100%;
  display: block;
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content.right .wrapper .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content.right .wrapper .text .text_content {
  padding-left: 2vw;
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementtexttwoimage .content-element__content.right .wrapper .text .text_content {
    padding-left: 0;
  }
}
.dnadesign__elemental__models__elementtexttwoimage .content-element__content.right .wrapper .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.dnadesign__elemental__models__elementsingleimage img {
  width: 100%;
  display: block;
}

.BlogPost .content-container .wrapper,
.BlogPost .dnadesign__elemental__models__elementcontent .wrapper {
  max-width: 50%;
}
@media (max-width: 1580px) {
  .BlogPost .content-container .wrapper,
  .BlogPost .dnadesign__elemental__models__elementcontent .wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .BlogPost .content-container .wrapper,
  .BlogPost .dnadesign__elemental__models__elementcontent .wrapper {
    margin: 0 20px;
    max-width: 100%;
  }
}
.BlogPost .content-container a,
.BlogPost .dnadesign__elemental__models__elementcontent a {
  color: #3175C0;
  text-decoration: underline;
  font-weight: 700;
}
.BlogPost .content-container a.btn,
.BlogPost .dnadesign__elemental__models__elementcontent a.btn {
  color: #fff !important;
  text-decoration: none;
}
.BlogPost .content-container ul,
.BlogPost .dnadesign__elemental__models__elementcontent ul {
  padding: 1vw 0 2vw 24px;
}
.BlogPost .content-container ul li,
.BlogPost .dnadesign__elemental__models__elementcontent ul li {
  list-style: outside disc;
}
.BlogPost .content-container ol,
.BlogPost .dnadesign__elemental__models__elementcontent ol {
  padding: 1vw 0 2vw 24px;
}
.BlogPost .content-container ol li,
.BlogPost .dnadesign__elemental__models__elementcontent ol li {
  list-style: outside decimal;
}
.BlogPost .content-container table,
.BlogPost .dnadesign__elemental__models__elementcontent table {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #7EA8F8;
  border-style: solid;
  color: #000000;
}
.BlogPost .content-container table td, .BlogPost .content-container table th,
.BlogPost .dnadesign__elemental__models__elementcontent table td,
.BlogPost .dnadesign__elemental__models__elementcontent table th {
  border-width: 1px;
  border-color: #7EA8F8;
  border-style: solid;
  padding: 5px;
}
.BlogPost .content-container table thead,
.BlogPost .dnadesign__elemental__models__elementcontent table thead {
  background-color: #F8F8F8;
  font-weight: bold;
}

.dnadesign__elemental__models__elementcontent a {
  color: #3175C0;
  text-decoration: underline;
  font-weight: 700;
}
.dnadesign__elemental__models__elementcontent a.btn {
  color: #fff !important;
  text-decoration: none;
}
.dnadesign__elemental__models__elementcontent ul {
  padding: 1vw 0 2vw 24px;
}
.dnadesign__elemental__models__elementcontent ul li {
  list-style: outside disc;
}
.dnadesign__elemental__models__elementcontent ol {
  padding: 1vw 0 2vw 24px;
}
.dnadesign__elemental__models__elementcontent ol li {
  list-style: outside decimal;
}

.purplespider__elementalbasicgallery__imagegalleryblock .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.purplespider__elementalbasicgallery__imagegalleryblock .row img {
  display: block;
  width: 100%;
}
.purplespider__elementalbasicgallery__imagegalleryblock .row .col-6 a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.dynamic__elements__filelist__elements__elementfilelist .wrapper {
  max-width: 50%;
}
@media (max-width: 1580px) {
  .dynamic__elements__filelist__elements__elementfilelist .wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .dynamic__elements__filelist__elements__elementfilelist .wrapper {
    margin: 0 20px;
    max-width: 100%;
  }
}
.dynamic__elements__filelist__elements__elementfilelist .list-group {
  width: 100%;
}
.dynamic__elements__filelist__elements__elementfilelist .list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dynamic__elements__filelist__elements__elementfilelist .list-group-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dynamic__elements__filelist__elements__elementfilelist .list-group-item a::before {
  display: inline-block;
  content: "";
  background: url(../img/download.svg) no-repeat center center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.dnadesign__elemental__models__elementthreecolumns {
  padding: 4vw 0;
}
.dnadesign__elemental__models__elementthreecolumns .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 6px;
}
.dnadesign__elemental__models__elementthreecolumns .wrapper .tile_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 5px);
          flex: 0 0 calc(25% - 5px);
  border: 1px solid #3175C0;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (max-width: 1280px) {
  .dnadesign__elemental__models__elementthreecolumns .wrapper .tile_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 4px);
            flex: 0 0 calc(33.33% - 4px);
  }
}
@media (max-width: 980px) {
  .dnadesign__elemental__models__elementthreecolumns .wrapper .tile_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3px);
            flex: 0 0 calc(50% - 3px);
  }
}
@media (max-width: 640px) {
  .dnadesign__elemental__models__elementthreecolumns .wrapper .tile_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}
.dnadesign__elemental__models__elementthreecolumns .wrapper .tile_item .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  height: 150px;
}
.dnadesign__elemental__models__elementthreecolumns .wrapper .tile_item .image img {
  width: 100%;
  display: block;
  max-width: 150px;
  max-height: 150px;
}
.dnadesign__elemental__models__elementthreecolumns .wrapper .tile_item a {
  word-break: break-all;
}
.dnadesign__elemental__models__elementthreecolumns .info_text {
  max-width: 50%;
  margin: 0vw auto 0;
}
@media (max-width: 980px) {
  .dnadesign__elemental__models__elementthreecolumns .info_text {
    margin: 0 20px;
    max-width: 100%;
  }
}
.dnadesign__elemental__models__elementthreecolumns.threecolumn .wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dnadesign__elemental__models__elementthreecolumns.threecolumn .wrapper .tile_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 4px);
          flex: 0 0 calc(33.33% - 4px);
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.dnadesign__elemental__models__elementthreecolumns.threecolumn .wrapper .tile_item h3 {
  font-size: 28px;
}
@media screen and (min-width: 640px) {
  .dnadesign__elemental__models__elementthreecolumns.threecolumn .wrapper .tile_item h3 {
    font-size: calc(28px + -4 * (100vw - 640px) / 800);
  }
}
@media screen and (min-width: 1440px) {
  .dnadesign__elemental__models__elementthreecolumns.threecolumn .wrapper .tile_item h3 {
    font-size: 24px;
  }
}
.dnadesign__elemental__models__elementthreecolumns .fb_button {
  margin-bottom: 20px;
}
.dnadesign__elemental__models__elementthreecolumns .associationtype {
  width: 90px;
  height: 60px;
  margin-top: auto;
}
.dnadesign__elemental__models__elementthreecolumns .associationtype.type_1 {
  background: url(../img/hegyversenymaszo.png) no-repeat center center;
  background-size: 100%;
}
.dnadesign__elemental__models__elementthreecolumns .associationtype.type_2 {
  background: url(../img/versenymaszo.png) no-repeat center center;
  background-size: 100%;
}
.dnadesign__elemental__models__elementthreecolumns .associationtype.type_3 {
  background: url(../img/hegymaszo.png) no-repeat center center;
  background-size: 100%;
}

#slider {
  width: 100%;
}
@media (max-width: 980px) {
  #slider {
    min-height: 450px;
    height: auto;
  }
  #slider .rsOverflow {
    min-height: 450px;
    height: auto;
  }
}
@media (max-width: 640px) {
  #slider {
    min-height: 520px;
    height: auto;
  }
  #slider .rsOverflow {
    min-height: 520px;
    height: auto;
  }
}
#slider .wrapper {
  position: relative;
  height: 100%;
  /*@include tablet_big {
      order:2;
  }*/
}
#slider .slider_items {
  width: 100%;
  height: 100%;
  /*@include tablet_big {
      display: flex;
      flex-flow: column;
  }*/
}
#slider .slider_items .rsImg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /*@include tablet_big {
      position: relative;
      order: 1;
  }*/
}
#slider .slider_items::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.53)), color-stop(18%, rgba(0, 0, 0, 0.41)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.41) 18%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#54000000", endColorstr="#00000000",GradientType=1 );
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  /*@include tablet_big {
      display: none;
  }*/
}
#slider .infoBlock {
  z-index: 3;
  top: 15%;
  color: #fff;
  /*@include tablet_big {
      color: $primary_color;
      position: relative;
  }*/
}
#slider .infoBlock h1, #slider .infoBlock h2 {
  color: #fff;
  font-weight: 700;
  /*@include tablet_big {
      color: $primary_color;
  }*/
}
#slider .infoBlock .herotext {
  position: relative;
  padding-top: 11px;
  margin-top: 30px;
  max-width: 780px;
  width: 100%;
}
#slider .infoBlock .herotext::after {
  width: 100px;
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  /*@include tablet_big {
      background: $blue;;
  }*/
}

@media (max-width: 640px) {
  .rsArrow {
    display: none !important;
  }
  .rsBullets {
    bottom: -19px;
  }
  .rsBullets .rsNavItem {
    background: rgba(255, 255, 255, 0.5);
  }
}
.rsBullets {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rsBullets .rsNavItem {
  height: 6px;
  width: 54px;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 0 5px;
}
.rsBullets .rsNavItem::before {
  content: "";
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
}
.rsBullets .rsNavItem.rsNavSelected::before {
  background: #3175C0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.rsArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.rsArrow.rsArrowDisabled {
  opacity: 0.4;
}
.rsArrow.rsArrowLeft {
  left: 40px;
  background: url("../img/arrow_left.svg");
  background-size: 100%;
}
.rsArrow.rsArrowRight {
  right: 40px;
  background: url("../img/arrow_right.svg");
  background-size: 100%;
}

#mc_embed_signup .helper_text {
  background: none !important;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 30px 0;
}
.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials ul li {
  list-style: none;
}
.socials ul li a {
  display: block;
  width: 44px;
  height: 44px;
  margin-left: 5px;
}
.socials ul li a.insta {
  background: url(../img/icon_insta.svg) no-repeat center center;
  background-size: 100%;
}
.socials ul li a.fb {
  background: url(../img/icon_fb.svg) no-repeat center center;
  background-size: 100%;
}
.socials ul li a.yt {
  background: url(../img/icon_yt.svg) no-repeat center center;
  background-size: 100%;
}

.size-large,
.size-full,
.size-medium {
  display: block;
  max-width: 100%;
  margin: 20px 0;
  height: auto !important;
}

a .alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

blockquote {
  display: block;
  margin: 30px 0;
}
blockquote em {
  font-style: italic;
}

#content .content-container iframe {
  display: block;
  margin: 30px auto;
}
#content .content-container h4 {
  margin: 40px 0 20px;
}/*# sourceMappingURL=style_mhssz.css.map */