:root {
  --main-purple: #FFF;
  --main-blue: #778DF7;
  --black: #000;
  --grey-dark: #111;
  --grey: rgba(0, 0, 0, 0.3);
  --mint: #40D9B3;
}

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;
  vertical-align: baseline;
}

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

html, body {
  -webkit-text-size-adjust: none;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.image {
  display: block;
  max-width: 100%;
}

.mb-5 {
  margin-bottom: 0.3125rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.mb-25 {
  margin-bottom: 1.5625rem;
}

.mb-45 {
  margin-bottom: 2.8125rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-75 {
  margin-bottom: 4.6875rem;
}

.m-auto {
  margin: auto;
}

.section {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 575px) {
  .section {
    padding: 3.125rem 0;
  }
}
.section__title {
  margin-bottom: 2.8125rem;
}

.wrapper {
  position: relative;
  padding-top: 5.625rem;
}
@media (max-width: 991px) {
  .wrapper {
    padding-top: 3.75rem;
  }
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}
.display-table__cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.container {
  max-width: 78.75rem;
  padding: 0 0.9375rem;
  margin: auto;
}

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

.m-row {
  margin: 0 -15px;
}

.m-row-sm {
  margin: 0 -7px;
}

.column {
  padding: 0 15px;
  position: relative;
}

.column-sm {
  padding: 0 7px;
}

.align-self-middle {
  -webkit-align-self: center;
  align-self: center;
}

.align-self-end {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

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

.align-spaced {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

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

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

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.mobile-visible {
  display: none;
}
@media (max-width: 767px) {
  .mobile-visible {
    display: block;
  }
}

.mobile-hidden {
  display: block;
}
@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}

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

.xs-offset-1 {
  margin-left: 8.33333%;
}

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

.xs-offset-2 {
  margin-left: 16.66666%;
}

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

.xs-offset-3 {
  margin-left: 24.99999%;
}

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

.xs-offset-4 {
  margin-left: 33.33332%;
}

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

.xs-offset-5 {
  margin-left: 41.66665%;
}

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

.xs-offset-6 {
  margin-left: 49.99998%;
}

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

.xs-offset-7 {
  margin-left: 58.33331%;
}

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

.xs-offset-8 {
  margin-left: 66.66664%;
}

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

.xs-offset-9 {
  margin-left: 74.99997%;
}

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

.xs-offset-10 {
  margin-left: 83.3333%;
}

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

.xs-offset-11 {
  margin-left: 91.66663%;
}

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

.xs-offset-12 {
  margin-left: 99.99996%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666%;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.99999%;
    -ms-flex: 0 0 24.99999%;
    flex: 0 0 24.99999%;
    max-width: 24.99999%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33332%;
    -ms-flex: 0 0 33.33332%;
    flex: 0 0 33.33332%;
    max-width: 33.33332%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66665%;
    -ms-flex: 0 0 41.66665%;
    flex: 0 0 41.66665%;
    max-width: 41.66665%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.99998%;
    -ms-flex: 0 0 49.99998%;
    flex: 0 0 49.99998%;
    max-width: 49.99998%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33331%;
    -ms-flex: 0 0 58.33331%;
    flex: 0 0 58.33331%;
    max-width: 58.33331%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66664%;
    -ms-flex: 0 0 66.66664%;
    flex: 0 0 66.66664%;
    max-width: 66.66664%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.99997%;
    -ms-flex: 0 0 74.99997%;
    flex: 0 0 74.99997%;
    max-width: 74.99997%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333%;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66663%;
    -ms-flex: 0 0 91.66663%;
    flex: 0 0 91.66663%;
    max-width: 91.66663%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.99996%;
    -ms-flex: 0 0 99.99996%;
    flex: 0 0 99.99996%;
    max-width: 99.99996%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666%;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
  .medium-offset-2 {
    margin-left: 16.66666%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.99999%;
    -ms-flex: 0 0 24.99999%;
    flex: 0 0 24.99999%;
    max-width: 24.99999%;
  }
  .medium-offset-3 {
    margin-left: 24.99999%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33332%;
    -ms-flex: 0 0 33.33332%;
    flex: 0 0 33.33332%;
    max-width: 33.33332%;
  }
  .medium-offset-4 {
    margin-left: 33.33332%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66665%;
    -ms-flex: 0 0 41.66665%;
    flex: 0 0 41.66665%;
    max-width: 41.66665%;
  }
  .medium-offset-5 {
    margin-left: 41.66665%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.99998%;
    -ms-flex: 0 0 49.99998%;
    flex: 0 0 49.99998%;
    max-width: 49.99998%;
  }
  .medium-offset-6 {
    margin-left: 49.99998%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33331%;
    -ms-flex: 0 0 58.33331%;
    flex: 0 0 58.33331%;
    max-width: 58.33331%;
  }
  .medium-offset-7 {
    margin-left: 58.33331%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66664%;
    -ms-flex: 0 0 66.66664%;
    flex: 0 0 66.66664%;
    max-width: 66.66664%;
  }
  .medium-offset-8 {
    margin-left: 66.66664%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.99997%;
    -ms-flex: 0 0 74.99997%;
    flex: 0 0 74.99997%;
    max-width: 74.99997%;
  }
  .medium-offset-9 {
    margin-left: 74.99997%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333%;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .medium-offset-10 {
    margin-left: 83.3333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66663%;
    -ms-flex: 0 0 91.66663%;
    flex: 0 0 91.66663%;
    max-width: 91.66663%;
  }
  .medium-offset-11 {
    margin-left: 91.66663%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.99996%;
    -ms-flex: 0 0 99.99996%;
    flex: 0 0 99.99996%;
    max-width: 99.99996%;
  }
  .medium-offset-12 {
    margin-left: 99.99996%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666%;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
  .large-offset-2 {
    margin-left: 16.66666%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.99999%;
    -ms-flex: 0 0 24.99999%;
    flex: 0 0 24.99999%;
    max-width: 24.99999%;
  }
  .large-offset-3 {
    margin-left: 24.99999%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33332%;
    -ms-flex: 0 0 33.33332%;
    flex: 0 0 33.33332%;
    max-width: 33.33332%;
  }
  .large-offset-4 {
    margin-left: 33.33332%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66665%;
    -ms-flex: 0 0 41.66665%;
    flex: 0 0 41.66665%;
    max-width: 41.66665%;
  }
  .large-offset-5 {
    margin-left: 41.66665%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.99998%;
    -ms-flex: 0 0 49.99998%;
    flex: 0 0 49.99998%;
    max-width: 49.99998%;
  }
  .large-offset-6 {
    margin-left: 49.99998%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33331%;
    -ms-flex: 0 0 58.33331%;
    flex: 0 0 58.33331%;
    max-width: 58.33331%;
  }
  .large-offset-7 {
    margin-left: 58.33331%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66664%;
    -ms-flex: 0 0 66.66664%;
    flex: 0 0 66.66664%;
    max-width: 66.66664%;
  }
  .large-offset-8 {
    margin-left: 66.66664%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.99997%;
    -ms-flex: 0 0 74.99997%;
    flex: 0 0 74.99997%;
    max-width: 74.99997%;
  }
  .large-offset-9 {
    margin-left: 74.99997%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333%;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .large-offset-10 {
    margin-left: 83.3333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66663%;
    -ms-flex: 0 0 91.66663%;
    flex: 0 0 91.66663%;
    max-width: 91.66663%;
  }
  .large-offset-11 {
    margin-left: 91.66663%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.99996%;
    -ms-flex: 0 0 99.99996%;
    flex: 0 0 99.99996%;
    max-width: 99.99996%;
  }
  .large-offset-12 {
    margin-left: 99.99996%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xl-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666%;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
  .xl-offset-2 {
    margin-left: 16.666666%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.99999%;
    -ms-flex: 0 0 24.99999%;
    flex: 0 0 24.99999%;
    max-width: 24.99999%;
  }
  .xl-offset-3 {
    margin-left: 24.999999%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33332%;
    -ms-flex: 0 0 33.33332%;
    flex: 0 0 33.33332%;
    max-width: 33.33332%;
  }
  .xl-offset-4 {
    margin-left: 33.333332%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66665%;
    -ms-flex: 0 0 41.66665%;
    flex: 0 0 41.66665%;
    max-width: 41.66665%;
  }
  .xl-offset-5 {
    margin-left: 41.666665%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.99998%;
    -ms-flex: 0 0 49.99998%;
    flex: 0 0 49.99998%;
    max-width: 49.99998%;
  }
  .xl-offset-6 {
    margin-left: 49.999998%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33331%;
    -ms-flex: 0 0 58.33331%;
    flex: 0 0 58.33331%;
    max-width: 58.33331%;
  }
  .xl-offset-7 {
    margin-left: 58.333331%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66664%;
    -ms-flex: 0 0 66.66664%;
    flex: 0 0 66.66664%;
    max-width: 66.66664%;
  }
  .xl-offset-8 {
    margin-left: 66.666664%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.99997%;
    -ms-flex: 0 0 74.99997%;
    flex: 0 0 74.99997%;
    max-width: 74.99997%;
  }
  .xl-offset-9 {
    margin-left: 74.999997%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333%;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66663%;
    -ms-flex: 0 0 91.66663%;
    flex: 0 0 91.66663%;
    max-width: 91.66663%;
  }
  .xl-offset-11 {
    margin-left: 91.666663%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.99996%;
    -ms-flex: 0 0 99.99996%;
    flex: 0 0 99.99996%;
    max-width: 99.99996%;
  }
  .xl-offset-12 {
    margin-left: 99.999996%;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/marschall/dist/fonts/icomoon.eot");
  src: url("/wp-content/themes/marschall/dist/fonts/icomoon.eot") format("embedded-opentype"), url("/wp-content/themes/marschall/dist/fonts/icomoon.ttf") format("truetype"), url("/wp-content/themes/marschall/dist/fonts/icomoon.woff") format("woff"), url("/wp-content/themes/marschall/dist/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/marschall/dist/fonts/jost-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/marschall/dist/fonts/jost-v15-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body, html {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: var(--grey-dark);
  letter-spacing: 0.01em;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

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

.title {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-weight: 800;
  text-transform: uppercase;
}

.title-1 {
  font-size: 3rem;
  line-height: 3.75rem;
}
@media (max-width: 991px) {
  .title-1 {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .title-1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (max-width: 575px) {
  .title-1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.title-2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 575px) {
  .title-2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.title-3 {
  font-size: 2.25rem;
  line-height: 3rem;
}
@media (max-width: 575px) {
  .title-3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--grey-dark);
}
@media (max-width: 575px) {
  .text {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.text p {
  margin-bottom: 1.875rem;
}

.text-content {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--grey-dark);
}
@media (max-width: 575px) {
  .text-content {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.text-content h2 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 575px) {
  .text-content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.text-content h3 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 575px) {
  .text-content h3 {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}
.text-content ul {
  max-width: 43.125rem;
  margin: auto auto 1.875rem;
  padding: 0 0 0 2.8125rem;
}
.text-content ul li {
  position: relative;
  margin-bottom: 0.3125rem;
}
.text-content ul li:before {
  content: "";
  position: absolute;
  left: -1.5625rem;
  top: 0.75rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: var(--main-purple);
}
.text-content p {
  max-width: 43.125rem;
  margin: auto auto 1.875rem;
}
.text-content ol {
  padding: 0 0 0 0.9375rem;
  list-style-type: decimal;
}
.text-content a {
  color: var(--grey-dark);
  text-decoration: underline;
  transition: all 0.3s;
}
.text-content strong, .text-content b {
  font-weight: bold;
}
.text-content img {
  display: block;
  width: 54.375rem;
  max-width: 100%;
  height: auto;
  margin: auto;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .text-content img {
    width: auto;
    max-width: 100%;
    margin: auto;
    transform: none;
  }
}
.text-content .wp-caption {
  width: auto !important;
}
.text-content .wp-caption-text {
  text-align: center;
}
.text-content iframe {
  display: block;
  width: 54.375rem;
  height: 28.125rem;
  transform: translateX(-5.625rem);
  max-width: initial;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .text-content iframe {
    width: 100%;
    margin: auto;
    transform: none;
  }
}
@media (max-width: 575px) {
  .text-content iframe {
    height: 21.875rem;
  }
}
.text-content table {
  width: 100%;
  text-align: left;
  margin-bottom: 1.875rem;
  border: 1px solid var(--black);
}
.text-content table th, .text-content table td {
  padding: 0.3125rem;
  border: 1px solid var(--black);
}

@media (max-width: 767px) {
  .gallery-item {
    width: 100% !important;
  }
}
.gallery-item img {
  border-color: transparent !important;
}

.btn {
  border: 0;
  outline: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background: none;
}

.btn-primary {
  display: block;
  max-width: 9.0625rem;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2.25rem;
  background: var(--main-purple);
  border-radius: 3.125rem;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: var(--main-blue);
}

.form-group {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
}

.form-label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-input {
  position: relative;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0;
  outline: none;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
}
.form-input:focus {
  border-bottom: 1px solid var(--dark-blue);
}

.form-select {
  position: relative;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.9375rem 0 0;
  outline: none;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
}
.form-select option {
  color: var(--black);
}
.form-select:focus {
  border-bottom: 1px solid var(--dark-blue);
}

span.form-select-corner {
  position: absolute;
  right: 0;
  bottom: 1.0625rem;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  transition: all 0.3s ease;
  border-color: var(--white) transparent transparent transparent;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0 !important;
  border: 0 !important;
  color: #fff;
  font-weight: normal;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.875rem !important;
  font-weight: normal;
  display: block;
  line-height: 1.25rem;
  font-style: italic;
}

[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp:before {
  content: "\e907";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-linkedin:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-eye:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.pagination {
  text-align: center;
}
.pagination__item {
  display: inline-block;
}
.pagination__item + .pagination__item {
  margin-left: 0.9375rem;
}
.pagination__link {
  display: block;
  text-align: center;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 50%;
}
.pagination__link.active {
  color: #fff;
  background-color: var(--main-purple);
}

@font-face {
  font-family: "lg";
  src: url("/wp-content/themes/marschall/dist/fonts/lg.ttf?22t19m") format("truetype"), url("/wp-content/themes/marschall/dist/fonts/lg.woff?22t19m") format("woff"), url("/wp-content/themes/marschall/dist/fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #778DF7;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #778DF7;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-group {
  *zoom: 1;
}

.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.lg-group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.breadcrumbs {
  padding: 1.25rem 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0.9375rem 0;
  }
}
.breadcrumbs.--modifier {
  position: absolute;
  left: 0;
  right: 0;
  top: 7.8125rem;
  z-index: 9;
}
@media (max-width: 767px) {
  .breadcrumbs.--modifier {
    top: 4.6875rem;
  }
}
.breadcrumbs.--post {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}
.breadcrumbs.--white .breadcrumbs--link {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs.--white .breadcrumbs--link:hover {
  color: rgb(255, 255, 255);
}
.breadcrumbs.--white .breadcrumbs--link.active {
  color: rgb(255, 255, 255);
}
.breadcrumbs.--white .breadcrumbs--item + .breadcrumbs--item:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs.--purple .breadcrumbs--link {
  color: rgba(200, 191, 216, 0.6);
}
.breadcrumbs.--purple .breadcrumbs--link:hover {
  color: var(--main-purple);
}
.breadcrumbs.--purple .breadcrumbs--link.active {
  color: var(--main-purple);
}
.breadcrumbs.--purple .breadcrumbs--item + .breadcrumbs--item:before {
  background-color: rgba(200, 191, 216, 0.6);
}
.breadcrumbs--list {
  font-size: 0;
  vertical-align: middle;
}
.breadcrumbs--item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs--item + .breadcrumbs--item {
  margin-left: 1.875rem;
}
@media (max-width: 575px) {
  .breadcrumbs--item + .breadcrumbs--item {
    margin-left: 0.9375rem;
  }
}
.breadcrumbs--item + .breadcrumbs--item:before {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.5rem;
  width: 1.5625rem;
  height: 1px;
}
@media (max-width: 575px) {
  .breadcrumbs--item + .breadcrumbs--item:before {
    width: 0.625rem;
    left: -0.75rem;
    top: 0.5625rem;
  }
}
.breadcrumbs--link {
  display: block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  transition: color 0.3s ease;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  height: 7.8125rem;
  background: #fff;
}
@media (max-width: 767px) {
  .header {
    height: 4.6875rem;
  }
}
.header--row {
  height: 9.375rem;
}
@media (max-width: 767px) {
  .header--row {
    height: 4.6875rem;
  }
}
.header--column {
  padding: 0 0.9375rem;
}
.header--logo {
  display: block;
  height: 90px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 767px) {
  .header--logo {
    height: 3.125rem;
  }
}

.header-nav {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 4.6875rem;
    text-align: center;
    padding: 1.25rem 0;
    background-color: #fff;
  }
}
.header-nav--list {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.header-nav--item {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header-nav--item {
    display: block;
    text-align: center;
    margin-bottom: 0.625rem;
  }
}
.header-nav--item + .header-nav--item {
  margin-left: 3.125rem;
}
@media (max-width: 1200px) {
  .header-nav--item + .header-nav--item {
    margin-left: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .header-nav--item + .header-nav--item {
    margin-left: 0;
  }
}
.header-nav--link {
  position: relative;
  display: block;
  font-style: normal;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--grey-dark);
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media (max-width: 991px) {
  .header-nav--link {
    display: inline-block;
    height: auto;
    line-height: 1.875rem;
  }
}
@media (hover: hover) {
  .header-nav--link:hover {
    color: var(--black);
  }
}
.header-nav--link:active {
  color: var(--black);
}
.header-nav--link.active {
  color: var(--black);
}

.header-language {
  position: relative;
  display: none;
  vertical-align: middle;
  margin-left: 9.0625rem;
}
@media (max-width: 991px) {
  .header-language {
    margin-left: 5.9375rem;
  }
}
@media (max-width: 767px) {
  .header-language {
    display: block;
    margin-left: 0;
  }
}
.header-language--item {
  display: inline-block;
}
.header-language--item + .header-language--item {
  margin-left: 1.875rem;
}
.header-language--item:nth-child(1) a.active:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
  width: 1.875rem;
  height: 1px;
  background-color: var(--black);
}
.header-language--item:nth-child(2) a.active:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  width: 1.875rem;
  height: 1px;
  background-color: var(--black);
}
.header-language--link {
  position: relative;
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--grey-dark);
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .header-language--link:hover {
    color: var(--black);
  }
}
.header-language--link.active {
  color: var(--black);
}

.hamburger {
  display: none;
}

@media (max-width: 767px) {
  .hamburger {
    display: block;
    position: absolute;
    top: 1.25rem;
    right: 0;
    overflow: visible;
    margin: 0;
    outline: none;
    padding: 0.125rem 0.9375rem;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
  }
  .hamburger,
  .hamburger .hamburger__box {
    cursor: pointer;
    display: inline-block;
  }
  .hamburger__box {
    position: relative;
    width: 2.5rem;
    height: 1.5rem;
    top: 0;
  }
  .hamburger__inner {
    display: block;
    margin-top: -0.125rem;
    width: 1.875rem;
  }
  .hamburger__inner, .hamburger__inner:before, .hamburger__inner:after {
    position: absolute;
    width: 2.1875rem;
    height: 0.125rem;
    border-radius: 0;
    top: auto;
    bottom: 0;
    right: 0;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.13s;
    transition-property: -webkit-transform;
    transition-property: transform;
    background-color: var(--mint);
  }
  .hamburger__inner:before, .hamburger__inner:after {
    content: "";
    display: block;
  }
  .hamburger__inner:before {
    top: -0.625rem;
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger__inner:after {
    bottom: -0.625rem;
    top: -1.25rem;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  }
  .is-active .hamburger__inner {
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -0.625rem, 0) rotate(-45deg);
  }
  .is-active .hamburger__inner:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transform: rotate(-90deg);
  }
  .is-active .hamburger__inner:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0;
  }
}
.js-show {
  display: block;
}

.footer {
  position: relative;
  padding: 0 0 1.25rem 0;
}
@media (max-width: 767px) {
  .footer .text-right {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer {
    text-align: center;
  }
}
.footer a.footer--text {
  transition: all 0.3s ease;
}
.footer a.footer--text:hover {
  color: var(--black);
}
.footer--topborder {
  border-top: 3px solid var(--mint);
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 30px;
}
.footer--text {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: var(--grey-dark);
  margin-bottom: 0.3125rem;
}
@media (max-width: 767px) {
  .footer--text {
    margin-bottom: 0.9375rem;
  }
}
.footer--list-item {
  vertical-align: middle;
  display: inline-block;
}
.footer--list-item + .footer--list-item {
  margin-left: 2.5rem;
}
.footer--list-link {
  vertical-align: middle;
  font-size: 0.9375rem;
  color: var(--grey-dark);
  transition: all 0.3s ease;
}
.footer--list-link:hover {
  color: var(--main-blue);
}

.copyright {
  margin-top: 0.9375rem;
}
.copyright--txt {
  text-align: right;
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: var(--grey-dark);
}
@media (max-width: 575px) {
  .copyright--txt {
    text-align: center;
  }
}
.copyright--link {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: var(--grey-dark);
  transition: all 0.3s ease;
}
.copyright--link svg {
  fill: var(--black);
  opacity: 0.6;
  height: 0.9375rem;
  position: absolute;
  right: -0.9375rem;
  top: 1px;
  transition: all 0.3s ease;
}
.copyright--link:hover {
  color: var(--black);
}
.copyright--link:hover svg {
  opacity: 1;
  overflow: visible;
}
.copyright--link:hover svg #logo-path {
  transform-origin: bottom;
  animation-iteration-count: 1;
  animation-duration: 0.45s;
  animation-name: logo-path;
}

@-webkit-keyframes logo-path {
  0% {
    transform: translate(0) rotate(-20deg);
  }
  20% {
    transform: translate(0) rotate(0deg);
  }
  40% {
    transform: translate(0) rotate(20deg);
  }
  60% {
    transform: translate(0) rotate(0deg);
  }
  70% {
    transform: translate(0) rotate(-10deg);
  }
  80% {
    transform: translate(0) rotate(0deg);
  }
  90% {
    transform: translate(0) rotate(10deg);
  }
  100% {
    transform: translate(0) rotate(0deg);
  }
}
.wrapper {
  position: relative;
  padding-top: 8.125rem;
  padding-bottom: 5.3125rem;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.post-items-tags {
  margin-bottom: 1rem;
}
.post-items-tags.--modifier {
  margin: 0;
}
.post-items-tags.--post {
  max-width: 43.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.25rem;
  margin: auto auto 1.5625rem;
}
.post-items-tags--item {
  display: inline-block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-right: 1.25rem;
}
@media (max-width: 575px) {
  .post-items-tags--item {
    margin-right: 0.625rem;
  }
}
.post-items-tags--item:nth-child(1n+1) {
  color: var(--mint);
}
.post-items-tags--item:nth-child(2n+2) {
  color: var(--mint);
}
.post-items-tags--item:nth-child(3n+3) {
  color: var(--mint);
}
.post-items-tags--item:nth-child(4n+4) {
  color: #C8BFD8;
}
.post-items-tags--item:nth-child(5n+5) {
  color: #14DAE7;
}
.post-items-tags--item.active {
  text-decoration: line-through;
}

.blog-item {
  position: relative;
  height: 31.25rem;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 2.1875rem;
}
@media (max-width: 1200px) {
  .blog-item {
    height: 28.125rem;
  }
}
@media (max-width: 991px) {
  .blog-item {
    height: 26.5625rem;
  }
}
@media (max-width: 575px) {
  .blog-item {
    height: 23.4375rem;
  }
}
.blog-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: background 0.3s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (hover: hover) {
  .blog-item:hover:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .blog-item:hover .blog-item--image {
    transform: scale(1.1);
  }
}
.blog-item--image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: -1;
  transition: all 0.45s ease;
}
.blog-item--content {
  position: absolute;
  z-index: 2;
  left: 1.875rem;
  right: 1.875rem;
  bottom: 1.875rem;
}
@media (max-width: 991px) {
  .blog-item--content {
    left: 1.25rem;
    right: 1.25rem;
  }
}
@media (max-width: 575px) {
  .blog-item--content {
    left: 0.9375rem;
    right: 0.9375rem;
    bottom: 1.25rem;
  }
}
.blog-item--title {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.9375rem;
}
@media (max-width: 575px) {
  .blog-item--title {
    margin-bottom: 0.625rem;
  }
}
.blog-item--txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5625rem;
}
@media (max-width: 575px) {
  .blog-item--txt {
    height: 3rem;
    margin-bottom: 0.9375rem;
  }
}
.blog-item--views {
  display: block;
  max-width: 9.0625rem;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.875rem;
  background: var(--main-purple);
  border-radius: 3.125rem;
}
.blog-item--views i {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8125rem;
}
.blog-item--views span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.9375rem;
}

.article--header {
  position: relative;
  margin-bottom: 3.75rem;
}
.article--header-wrapper {
  position: relative;
  max-width: 67.5rem;
  padding: 0 0.9375rem;
  margin: auto;
}
.article--title {
  margin-bottom: 3.125rem;
}
@media (max-width: 575px) {
  .article--title {
    margin-bottom: 1.875rem;
  }
}
.article--image {
  height: auto;
  width: 100%;
}
.article--views {
  font-size: 0.875rem;
}
.article--views i {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8125rem;
}
.article--views span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.9375rem;
}
.article--content {
  max-width: 43.125rem;
  margin: auto auto 5.625rem;
}

.post-item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 1.875rem;
}
.post-item:hover .post-item--image img {
  transform: scale(1.05);
}
.post-item:hover .post-item--arrow {
  opacity: 1;
  transform: translateX(0);
}
.post-item--image {
  position: relative;
  overflow: hidden;
}
.post-item--image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.post-item--image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: all 0.45s ease;
}
.post-item--content {
  position: relative;
  padding: 1.875rem 0 0 0;
  color: #111 !important;
}
.post-item--content:before {
  content: "";
  position: absolute;
  left: 1.875rem;
  top: -0.625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
}
@media (max-width: 575px) {
  .post-item--content:before {
    left: 1.25rem;
    top: -0.9375rem;
    border-width: 0 15px 15px 15px;
  }
}
@media (max-width: 575px) {
  .post-item--content {
    padding: 1.25rem 0.9375rem;
  }
}
.post-item--title {
  margin-bottom: 0.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-item--text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.post-type-1 .post-item--content {
  background: #FFF;
}
.post-type-1 .post-item--content:before {
  border-color: transparent transparent var(--main-purple) transparent;
}
.post-type-1 .post-item--title {
  color: var(--grey-dark);
}
.post-type-1 .post-item--text {
  color: var(--grey-dark);
}

.post-type-2 .post-item--content {
  background-color: #FFF;
}
.post-type-2 .post-item--content:before {
  border-color: transparent transparent #FFF transparent;
}
.post-type-2 .post-item--title {
  color: var(--grey-dark);
}
.post-type-2 .post-item--text {
  color: var(--grey-dark);
}

.post-type-3 .post-item--content {
  background-color: #fff;
}
.post-type-3 .post-item--content:before {
  border-color: transparent transparent #fff transparent;
}
.post-type-3 .post-item--title {
  color: var(--grey-dark);
}
.post-type-3 .post-item--text {
  color: var(--grey-dark);
}

.work-item-header {
  position: relative;
  margin-bottom: 4.6875rem;
}
.work-item-header--inner {
  position: relative;
}
.work-item-header--inner:before {
  z-index: 1;
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 991px) {
  .work-item-header--inner:before {
    display: none;
  }
}
.work-item-header--image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.work-item-header--content {
  text-align: center;
}
.work-item-header--title {
  color: var(--mint);
  margin: 0.9375rem 0 0;
  text-align: center;
}
.work-item-header--subtitle {
  color: var(--grey-dark);
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.work-item-social {
  text-align: center;
  vertical-align: middle;
  margin-top: 1.875rem;
  font-size: 0;
}
.work-item-social--item {
  display: inline-block;
  vertical-align: middle;
}
.work-item-social--item + .work-item-social--item {
  margin-left: 1.25rem;
}
.work-item-social--link {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border-radius: 50%;
  font-size: 0.9375rem;
  border: 1px solid var(--grey-dark);
  transition: all 0.3s ease;
}
.work-item-social--link:hover {
  border: 1px solid var(--main-blue);
  color: var(--main-blue);
}

.page-bottom-link {
  margin: 110px 0px 0px 0px;
  background: var(--mint);
  padding: 90px 0px;
}
.page-bottom-link .button {
  background: #FFF;
  color: var(--grey-dark);
  text-transform: uppercase;
  font-weight: 800;
  padding: 15px 20px;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
}
.page-bottom-link .button:hover {
  background: var(--grey-dark);
  color: #fff;
}
.page-bottom-link--title {
  display: block;
  color: var(--main-purple);
  margin-bottom: 2.5rem;
}
.page-bottom-link--txt {
  display: block;
  color: #FFF;
  transition: all 0.3s ease;
}
.page-bottom-link--txt:hover {
  color: #FFF;
}
.page-bottom-link--link {
  display: block;
  margin-top: 4.6875rem;
  color: #fff !important;
  margin-bottom: 2.5rem;
  text-decoration: underline;
}
.page-bottom-link--link:hover {
  color: #fff;
}
.page-bottom-link--link i {
  font-size: 1.25rem;
  line-height: 2rem;
}

.page-ich-bin {
  position: relative;
  height: calc(100vh - 125px);
}
@media (max-width: 767px) {
  .page-ich-bin {
    height: calc(100vh - 75px);
  }
}
.page-ich-bin--link {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .page-ich-bin--link {
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
  }
}
.page-ich-bin--link:hover .title {
  color: var(--grey-dark);
}
.page-ich-bin--link .title {
  max-width: 27.8125rem;
  margin: auto;
  display: block;
  transition: all 0.45s ease;
}
.page-ich-bin--link .title i {
  font-size: 1.5625rem;
}
@media (max-width: 575px) {
  .page-ich-bin--link .title i {
    font-size: 1rem;
  }
}
.page-ich-bin--link:nth-child(1) {
  left: 0;
  color: #fff;
  background-color: var(--mint);
}
@media (max-width: 991px) {
  .page-ich-bin--link:nth-child(1) {
    top: 0;
    bottom: 50%;
  }
}
.page-ich-bin--link:nth-child(1) .title i {
  margin-right: 1.25rem;
}
.page-ich-bin--link:nth-child(2) {
  right: 0;
  color: var(--mint);
}
@media (max-width: 991px) {
  .page-ich-bin--link:nth-child(2) {
    top: 50%;
    bottom: 0;
  }
}
.page-ich-bin--link:nth-child(2) .title i {
  margin-left: 1.25rem;
}

.storytellers-header {
  max-width: 56.25rem;
  padding: 0 0.9375rem;
  margin: auto auto 4.375rem;
}
@media (max-width: 575px) {
  .storytellers-header {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .storytellers-header img {
    margin: auto auto 1.875rem;
  }
}

.storytellers-content {
  max-width: 33.75rem;
  padding: 0 0.9375rem;
  margin: auto auto 4.375rem;
}

.straight-business-header img {
  display: block;
  width: 36.5625rem;
  height: 21.875rem;
  object-position: center;
  object-fit: cover;
  margin: auto auto 4.375rem;
}
@media (max-width: 575px) {
  .straight-business-header img {
    width: auto;
    height: auto;
    object-fit: initial;
    max-width: 100%;
    margin: auto auto 2.8125rem;
  }
}

.straight-business-content {
  max-width: 33.75rem;
  padding: 0 0.9375rem;
  margin: auto auto 4.375rem;
}

.error404 .header {
  display: none;
}

.page-404 {
  text-align: center;
  color: #fff;
  height: 100vh;
  background-color: var(--main-purple);
}
.page-404--title {
  margin-bottom: 2.1875rem;
}
.page-404--link {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.page-404--link:hover {
  color: var(--main-blue);
}
.page-404--address {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.6875rem;
  margin: auto;
  color: #fff;
  text-align: center;
  max-width: 15.3125rem;
}
@media (max-width: 575px) {
  .page-404--address {
    bottom: 1.875rem;
  }
}
.page-404--soc {
  margin-top: 2.5rem;
}
@media (max-width: 575px) {
  .page-404--soc {
    margin-top: 0.9375rem;
  }
}
.page-404--soc li {
  display: inline-block;
}
.page-404--soc li + li {
  margin-left: 2.5rem;
}
.page-404--soc a {
  transition: all 0.3s ease;
}
.page-404--soc a:hover {
  color: var(--main-blue);
}

.single-work .wrapper {
  padding-bottom: 0;
}
.single-work .footer--topborder {
  border-top: 0px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  width: 100%;
}

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

.container-medium {
  max-width: 1024px;
  margin-top: 60px;
}

.container-image img {
  width: 100%;
}

.container-gallery {
  margin-top: 60px;
}
.container-gallery .gallery-item {
  border: 2px solid #fff;
}
.container-gallery .gallery-item img {
  width: 100%;
}
