@charset "UTF-8";
/* ------------------------------------------------------------ *	Reset
\* ------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,300italic");
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box; }

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

html,
body {
  min-height: 100%; }

html {
  tap-highlight-color: transparent; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

img, iframe, video, audio, object {
  max-width: 100%; }

img, iframe {
  border: 0 none; }

img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

address {
  font-style: normal; }

svg:not(:root) {
  overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

button,
select {
  text-transform: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

nav ul,
nav ol {
  list-style: none outside none; }

@font-face {
  font-family: "bs_icon";
  src: url("/static/fonts/bs_icons/bs_icon.eot");
  src: url("/static/fonts/bs_icons/bs_icon.eot?#iefix") format("eot"), url("/static/fonts/bs_icons/bs_icon.woff") format("woff"), url("/static/fonts/bs_icons/bs_icon.ttf") format("truetype"), url("/static/fonts/bs_icons/bs_icon.svg#bs_icon") format("svg"); }

.bs_icon:before, .checkbox-field label:before,
.checkboxes-field label:before, .main-header .fp-controlArrow:before, .section-highlight .fp-controlArrow:before, .select-field:before, .radio-field label:before,
.radios-field label:before, .pswp__button--close:before, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  font-family: "bs_icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.bs_icon-arrow-down:before {
  content: "\E001"; }

.bs_icon-arrow-left:before, .main-header .fp-controlArrow.fp-prev:before, .section-highlight .fp-controlArrow.fp-prev:before {
  content: "\E002"; }

.bs_icon-arrow-right:before, .main-header .fp-controlArrow.fp-next:before, .section-highlight .fp-controlArrow.fp-next:before {
  content: "\E003"; }

.bs_icon-arrow-up:before {
  content: "\E004"; }

.bs_icon-checkmark:before, .checkbox-field label:before,
.checkboxes-field label:before, .radio-field label:before,
.radios-field label:before {
  content: "\E005"; }

.bs_icon-chevron-down:before {
  content: "\E006"; }

.bs_icon-chevron-left:before, .pswp__button--arrow--left:before {
  content: "\E007"; }

.bs_icon-chevron-right:before, .pswp__button--arrow--right:before {
  content: "\E008"; }

.bs_icon-chevron-up:before {
  content: "\E009"; }

.bs_icon-close:before, .pswp__button--close:before {
  content: "\E00A"; }

.bs_icon-document:before {
  content: "\E00B"; }

.bs_icon-download:before {
  content: "\E00C"; }

.bs_icon-dropdown:before, .select-field:before {
  content: "\E00D"; }

.bs_icon-facebook:before {
  content: "\E00E"; }

.bs_icon-instagram:before {
  content: "\E00F"; }

.bs_icon-key:before {
  content: "\E010"; }

.bs_icon-linkedin:before {
  content: "\E011"; }

.bs_icon-logout:before {
  content: "\E012"; }

.bs_icon-mail:before {
  content: "\E013"; }

.bs_icon-menu:before {
  content: "\E014"; }

.bs_icon-minus-circ:before {
  content: "\E015"; }

.bs_icon-minus:before {
  content: "\E016"; }

.bs_icon-phone:before {
  content: "\E017"; }

.bs_icon-pin:before {
  content: "\E018"; }

.bs_icon-pinterest:before {
  content: "\E019"; }

.bs_icon-plus:before {
  content: "\E01A"; }

.bs_icon-remove:before {
  content: "\E01B"; }

.bs_icon-search:before {
  content: "\E01C"; }

.bs_icon-share:before {
  content: "\E01D"; }

.bs_icon-trash:before {
  content: "\E01E"; }

.bs_icon-twitter:before {
  content: "\E01F"; }

html, body {
  overflow-x: hidden !important;
  min-height: 100%; }

body.open-navigation {
  overflow: hidden !important; }

.bs_icon, .checkbox-field label,
.checkboxes-field label, .main-header .fp-controlArrow, .section-highlight .fp-controlArrow, .select-field, .radio-field label,
.radios-field label, .pswp__button--close, .pswp__button--arrow--left, .pswp__button--arrow--right {
  font-size: 16px; }

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s; }
  .loader.hide {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  .loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3) {
      .loader img {
        width: 45px; } }

html {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  line-height: 1.75;
  color: #697086; }
  @media only screen and (min-width: 1600px) {
    html {
      font-size: 18px; } }

h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 1.5rem;
  color: #21263f; }
  @media only screen and (min-width: 375px) {
    h1 {
      font-size: 40px; } }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 80px; } }
  @media only screen and (min-width: 1600px) {
    h1 {
      font-size: 100px; } }

h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 1rem;
  color: #21263f; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 40px; } }

h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
  color: #21263f; }

h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
  color: #21263f; }

h5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .45em;
  font-size: 18;
  line-height: 34px;
  margin-bottom: 0;
  color: #21263f; }

p {
  margin-bottom: 1.2rem; }
  p.introduction {
    font-size: 22px;
    font-weight: 300;
    color: #697086; }
  p a {
    color: #2d303a;
    font-weight: 500; }

blockquote {
  margin: 0;
  padding: 20px 0;
  position: relative; }
  blockquote p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    font-size: 22px;
    line-height: 32px;
    color: #697086;
    margin-bottom: .5rem;
    quotes: '“' '”' '‘' '’'; }
    blockquote p::before {
      content: open-quote;
      display: block;
      font-size: 80px;
      line-height: 0;
      margin: 40px 0 -5px -10px;
      color: #e0e0e0; }
    blockquote p::after {
      content: close-quote;
      visibility: hidden; }
  blockquote cite {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #2d303a; }
    blockquote cite strong {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 0;
      font-size: 18px; }

q {
  quotes: '“' '”' '‘' '’'; }

q::before {
  content: open-quote; }

q::after {
  content: close-quote; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
blockquote:last-child {
  margin-bottom: 0; }

a {
  color: #2d303a;
  text-decoration: none; }
  .no-touchevents a:hover {
    color: #2d303a;
    text-decoration: none; }

hr {
  border: 0;
  height: 0;
  border-bottom: 1px solid #e0e0e0;
  margin: 30px auto; }

::-moz-selection {
  background: #697086;
  color: #fff; }

::selection {
  background: #697086;
  color: #fff; }

ol,
ul {
  list-style-position: outside;
  margin: 1rem 0 1rem .4em;
  padding: 0 0 0 .4em; }
  ol li,
  ul li {
    margin: 0 0 0 .3em;
    padding: 0 0 0 .3em; }

.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: left; }
  .article-list__item {
    display: block;
    position: relative;
    padding: 24px 0;
    margin: 0;
    border-top: 1px solid #e0e0e0; }
    .no-touchevents .article-list__item:hover .article-list__title,
    .no-touchevents .article-list__item:hover .article-list__icon {
      color: #697086; }
  .article-list__image {
    margin-bottom: 20px; }
    .article-list__image img {
      width: 100%; }
  .article-list__content {
    position: relative;
    padding-right: 30px;
    z-index: 1; }
  .article-list__subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: 14px;
    line-height: 24px;
    color: #697086;
    margin: 0; }
  .article-list__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    -webkit-transition: color .1s;
    transition: color .1s; }
  .article-list__text {
    color: #697086;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px; }
  .article-list__icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
    -webkit-transition: color .1s;
    transition: color .1s; }
  @media only screen and (min-width: 768px) {
    .article-list__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .article-list__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 31%;
              flex: 0 0 31%;
      width: 31%;
      position: relative;
      margin: 0 30px 0 0; }
    .article-list__content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }
  @media only screen and (min-width: 1600px) {
    .article-list__item {
      padding: 30px 0; } }

.button-first-section {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .button-first-section {
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      background: #fff;
      border-style: solid;
      border-color: #e0e0e0;
      border-width: 1px 0 0 1px;
      outline: none;
      color: #2d303a;
      font-weight: 500;
      width: 60px;
      height: 60px;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: opacity 0.2s, background 0.2s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.1s;
      transition: opacity 0.2s, background 0.2s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.1s;
      transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.1s, opacity 0.2s, background 0.2s;
      transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.1s, opacity 0.2s, background 0.2s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.1s;
      opacity: 1; }
      .button-first-section i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: color .2s;
        transition: color .2s; }
      .no-touchevents .button-first-section:hover {
        background: #2d303a;
        color: #fff; } }
  @media only screen and (min-width: 1600px) {
    .button-first-section {
      width: 80px;
      height: 80px; } }

.section.fp-completely .button-first-section,
.button-first-section.visible {
  -webkit-transform: none;
          transform: none;
  opacity: 1; }

.button-next-section {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .45em;
  display: none; }
  @media only screen and (min-width: 1024px) {
    .button-next-section {
      display: block;
      position: absolute;
      bottom: 40px;
      left: 24px;
      background: none;
      border: none;
      outline: none;
      color: #2d303a;
      font-size: 14px;
      line-height: 15px;
      letter-spacing: .45em;
      font-weight: 500;
      width: 50px;
      height: 300px;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      -webkit-transition: opacity .8s, -webkit-transform .8s;
      transition: opacity .8s, -webkit-transform .8s;
      transition: transform .8s, opacity .8s;
      transition: transform .8s, opacity .8s, -webkit-transform .8s;
      opacity: 0; }
      .button-next-section-icon {
        position: absolute;
        bottom: 0;
        left: 10px;
        width: 50px;
        text-align: center;
        color: #2d303a; }
        .button-next-section-icon::after {
          content: '';
          display: block;
          position: absolute;
          bottom: 20px;
          left: calc(50% - 3px);
          width: 2px;
          height: 20px;
          background: #2d303a;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .button-next-section-text {
        position: absolute;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
        white-space: nowrap;
        height: 15px;
        bottom: 45px;
        left: calc(50% + 7px); } }
  .button-next-section--light {
    color: #fff; }
    .button-next-section--light .button-next-section-icon {
      color: #fff; }
      .button-next-section--light .button-next-section-icon::after {
        background: #fff; }
  @media only screen and (min-width: 1600px) {
    .button-next-section {
      font-size: 15px;
      letter-spacing: .45em; }
      .button-next-section-icon::after {
        left: calc(50% - 3px);
        height: 30px; }
      .button-next-section-text {
        bottom: 60px;
        left: calc(50% + 7px); } }

.section.fp-completely .button-next-section {
  -webkit-transform: none;
          transform: none;
  opacity: 1; }

.button-scroll-down {
  display: block;
  background: transparent;
  border: none;
  overflow: visible; }
  .button-scroll-down-icon {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    color: #2d303a; }
    .button-scroll-down-icon-background {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background: #fff;
      -webkit-transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
      transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
      transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
      transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
    .button-scroll-down-icon i {
      position: absolute;
      top: calc(50% + 3px);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 23px; }
  .no-touchevents .button-scroll-down:hover .button-scroll-down-icon-background {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3); }
  .button-scroll-down-dots {
    display: block;
    position: relative;
    margin: 5px auto; }
    .button-scroll-down-dots img {
      display: block;
      margin: 0 auto;
      height: 65px; }
  .button-scroll-down-dot {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px auto;
    background: #fff;
    border-radius: 100%;
    position: relative;
    -webkit-animation: 2s infinite dotPlop;
            animation: 2s infinite dotPlop;
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
    .button-scroll-down-dot::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      border-radius: 100%;
      opacity: 0;
      border: 1px solid #fff; }
    .button-scroll-down-dot:nth-child(1) {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
      .button-scroll-down-dot:nth-child(1)::before {
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s; }
    .button-scroll-down-dot:nth-child(2) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
      .button-scroll-down-dot:nth-child(2)::before {
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; }
    .button-scroll-down-dot:nth-child(3) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
      .button-scroll-down-dot:nth-child(3)::before {
        -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s; }
    .button-scroll-down-dot:nth-child(4) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
      .button-scroll-down-dot:nth-child(4)::before {
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; }
    .button-scroll-down-dot:nth-child(5) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
      .button-scroll-down-dot:nth-child(5)::before {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
    .button-scroll-down-dot:nth-child(6) {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }
      .button-scroll-down-dot:nth-child(6)::before {
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s; }
    .button-scroll-down-dot:nth-child(7) {
      -webkit-animation-delay: 0.7s;
              animation-delay: 0.7s; }
      .button-scroll-down-dot:nth-child(7)::before {
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s; }
    .button-scroll-down-dot:nth-child(8) {
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s; }
      .button-scroll-down-dot:nth-child(8)::before {
        -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s; }
    .button-scroll-down-dot:nth-child(9) {
      -webkit-animation-delay: 0.9s;
              animation-delay: 0.9s; }
      .button-scroll-down-dot:nth-child(9)::before {
        -webkit-animation-delay: 0.9s;
                animation-delay: 0.9s; }
    .button-scroll-down-dot:nth-child(10) {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
      .button-scroll-down-dot:nth-child(10)::before {
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
    .button-scroll-down-dot:nth-child(11) {
      -webkit-animation-delay: 1.1s;
              animation-delay: 1.1s; }
      .button-scroll-down-dot:nth-child(11)::before {
        -webkit-animation-delay: 1.1s;
                animation-delay: 1.1s; }
    .button-scroll-down-dot:nth-child(12) {
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s; }
      .button-scroll-down-dot:nth-child(12)::before {
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s; }
    .button-scroll-down-dot:nth-child(13) {
      -webkit-animation-delay: 1.3s;
              animation-delay: 1.3s; }
      .button-scroll-down-dot:nth-child(13)::before {
        -webkit-animation-delay: 1.3s;
                animation-delay: 1.3s; }
    .button-scroll-down-dot:nth-child(14) {
      -webkit-animation-delay: 1.4s;
              animation-delay: 1.4s; }
      .button-scroll-down-dot:nth-child(14)::before {
        -webkit-animation-delay: 1.4s;
                animation-delay: 1.4s; }
    .button-scroll-down-dot:nth-child(15) {
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }
      .button-scroll-down-dot:nth-child(15)::before {
        -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s; }
    .button-scroll-down-dot:nth-child(16) {
      -webkit-animation-delay: 1.6s;
              animation-delay: 1.6s; }
      .button-scroll-down-dot:nth-child(16)::before {
        -webkit-animation-delay: 1.6s;
                animation-delay: 1.6s; }
    .button-scroll-down-dot:nth-child(17) {
      -webkit-animation-delay: 1.7s;
              animation-delay: 1.7s; }
      .button-scroll-down-dot:nth-child(17)::before {
        -webkit-animation-delay: 1.7s;
                animation-delay: 1.7s; }
    .button-scroll-down-dot:nth-child(18) {
      -webkit-animation-delay: 1.8s;
              animation-delay: 1.8s; }
      .button-scroll-down-dot:nth-child(18)::before {
        -webkit-animation-delay: 1.8s;
                animation-delay: 1.8s; }
    .button-scroll-down-dot:nth-child(19) {
      -webkit-animation-delay: 1.9s;
              animation-delay: 1.9s; }
      .button-scroll-down-dot:nth-child(19)::before {
        -webkit-animation-delay: 1.9s;
                animation-delay: 1.9s; }
    .button-scroll-down-dot:nth-child(20) {
      -webkit-animation-delay: 2s;
              animation-delay: 2s; }
      .button-scroll-down-dot:nth-child(20)::before {
        -webkit-animation-delay: 2s;
                animation-delay: 2s; }
  @media only screen and (min-width: 768px) {
    .button-scroll-down-icon {
      width: 36px;
      height: 36px; }
      .button-scroll-down-icon i {
        font-size: 16px; }
    .button-scroll-down-dot {
      width: 6px;
      height: 6px; } }

@keyFrames dotPlop {
  0%, 60%, 100% {
    -webkit-transform: scale(0.6666);
            transform: scale(0.6666); }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  99% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); } }

@keyFrames dotFade {
  0%, 50%, 100% {
    opacity: .66; }
  10% {
    opacity: 1; } }

.btn {
  display: inline-block;
  border: none;
  -webkit-transition: background .2s, border .2s, color .2s, -webkit-transform .1s;
  transition: background .2s, border .2s, color .2s, -webkit-transform .1s;
  transition: background .2s, border .2s, color .2s, transform .1s;
  transition: background .2s, border .2s, color .2s, transform .1s, -webkit-transform .1s;
  text-decoration: none;
  outline: none; }
  .no-touchevents .btn:hover {
    text-decoration: none;
    -webkit-transition: background 0.1s, border 0.1s, color 0.1s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s;
    transition: background 0.1s, border 0.1s, color 0.1s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s;
    transition: background 0.1s, border 0.1s, color 0.1s, transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s;
    transition: background 0.1s, border 0.1s, color 0.1s, transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s; }

.btn-block {
  display: inline-block;
  border: none;
  -webkit-transition: background .2s, border .2s, color .2s, -webkit-transform .1s;
  transition: background .2s, border .2s, color .2s, -webkit-transform .1s;
  transition: background .2s, border .2s, color .2s, transform .1s;
  transition: background .2s, border .2s, color .2s, transform .1s, -webkit-transform .1s;
  text-decoration: none;
  outline: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .45em;
  border: 1px solid transparent;
  border-radius: 2px;
  height: auto;
  padding: 16px 28px 16px;
  font-size: 14px;
  line-height: 20px; }
  .no-touchevents .btn-block:hover {
    text-decoration: none;
    -webkit-transition: background 0.1s, border 0.1s, color 0.1s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s;
    transition: background 0.1s, border 0.1s, color 0.1s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s;
    transition: background 0.1s, border 0.1s, color 0.1s, transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s;
    transition: background 0.1s, border 0.1s, color 0.1s, transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s; }

.btn-icon {
  display: inline-block;
  border: none;
  -webkit-transition: background .2s, border .2s, color .2s, -webkit-transform .1s;
  transition: background .2s, border .2s, color .2s, -webkit-transform .1s;
  transition: background .2s, border .2s, color .2s, transform .1s;
  transition: background .2s, border .2s, color .2s, transform .1s, -webkit-transform .1s;
  text-decoration: none;
  outline: none;
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  border-radius: 17px;
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  position: relative; }
  .no-touchevents .btn-icon:hover {
    text-decoration: none;
    -webkit-transition: background 0.1s, border 0.1s, color 0.1s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s;
    transition: background 0.1s, border 0.1s, color 0.1s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s;
    transition: background 0.1s, border 0.1s, color 0.1s, transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s;
    transition: background 0.1s, border 0.1s, color 0.1s, transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s; }
  .btn-icon i {
    display: block;
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.btn-dark {
  background-color: #2d303a;
  border-color: #2d303a;
  color: #fff; }
  .no-touchevents .btn-dark:hover {
    background-color: transparent;
    border-color: #2d303a;
    color: #2d303a; }

.btn-dark-bordered {
  background-color: transparent;
  border-color: #2d303a;
  color: #2d303a;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .no-touchevents .btn-dark-bordered:hover {
    background-color: #2d303a;
    border-color: #2d303a;
    color: #fff; }

.btn-light {
  background-color: #fff;
  border-color: #2d303a;
  color: #2d303a; }
  .no-touchevents .btn-light:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff; }

.btn-light-bordered {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  overflow: hidden;
  position: relative; }
  .no-touchevents .btn-light-bordered:hover {
    background-color: #fff;
    border-color: #fff;
    color: #2d303a; }

.btn-maxwidth {
  max-width: 275px;
  width: 275px;
  text-align: center;
  margin-right: 10px; }
  .btn-maxwidth span {
    display: inline-block; }

.color-switcher__text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .45em;
  font-size: 14px;
  margin-bottom: 1rem; }

.color-switcher__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.color-switcher__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
  box-sizing: content-box; }
  .color-switcher__item::before, .color-switcher__item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    z-index: 0; }
  .color-switcher__item::before {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(45, 48, 58, 0.1);
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .color-switcher__item::after {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(45, 48, 58, 0.1);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity .1s;
    transition: opacity .1s; }
  .color-switcher__item button {
    cursor: default;
    display: block;
    background: transparent;
    border: none;
    outline: none;
    font-size: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
    .color-switcher__item button i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      pointer-events: none; }
  .color-switcher__item--bordered button i {
    border: 1px solid #e0e0e0; }
  .no-touchevents .color-switcher__item:hover:not(.active)::after {
    opacity: 1; }
  .color-switcher__item.active::before,
  .no-touchevents .color-switcher__item:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.4s;
    transition: -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.4s;
    transition: transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.4s;
    transition: transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.4s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.4s; }
  .color-switcher__item.active .color-switcher__label,
  .no-touchevents .color-switcher__item:hover .color-switcher__label {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: opacity .1s .1s, -webkit-transform .2s .1s;
    transition: opacity .1s .1s, -webkit-transform .2s .1s;
    transition: opacity .1s .1s, transform .2s .1s;
    transition: opacity .1s .1s, transform .2s .1s, -webkit-transform .2s .1s; }
    .color-switcher__item.active .color-switcher__label::before,
    .no-touchevents .color-switcher__item:hover .color-switcher__label::before {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
      -webkit-transition: -webkit-transform .2s .3s;
      transition: -webkit-transform .2s .3s;
      transition: transform .2s .3s;
      transition: transform .2s .3s, -webkit-transform .2s .3s; }
  .color-switcher__item.active .color-switcher__label-image,
  .no-touchevents .color-switcher__item:hover .color-switcher__label-image {
    opacity: 1;
    -webkit-transform: translateX(-55px);
            transform: translateX(-55px);
    -webkit-transition: opacity .1s .1s, -webkit-transform .2s .1s;
    transition: opacity .1s .1s, -webkit-transform .2s .1s;
    transition: opacity .1s .1s, transform .2s .1s;
    transition: opacity .1s .1s, transform .2s .1s, -webkit-transform .2s .1s; }
    .color-switcher__item.active .color-switcher__label-image::before,
    .no-touchevents .color-switcher__item:hover .color-switcher__label-image::before {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
      -webkit-transition: -webkit-transform .2s .3s;
      transition: -webkit-transform .2s .3s;
      transition: transform .2s .3s;
      transition: transform .2s .3s, -webkit-transform .2s .3s; }
  .color-switcher__item.active .color-switcher__label-image span,
  .no-touchevents .color-switcher__item:hover .color-switcher__label-image span {
    opacity: 1;
    -webkit-transition: opacity .2s .3s;
    transition: opacity .2s .3s; }

.color-switcher__label {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  max-width: 200px;
  background: #2d303a;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  padding: 5px 20px;
  border-radius: 2px;
  z-index: 10;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .1s, -webkit-transform .2s;
  transition: opacity .1s, -webkit-transform .2s;
  transition: opacity .1s, transform .2s;
  transition: opacity .1s, transform .2s, -webkit-transform .2s;
  pointer-events: none; }
  .color-switcher__label::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent #2d303a; }

.color-switcher__label-image {
  position: absolute;
  top: calc(100% + 10px);
  -webkit-transform: translate(-54px, 0);
          transform: translate(-54px, 0);
  height: 140px;
  width: 140px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  border-radius: 50%;
  z-index: 10;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .1s, -webkit-transform .2s;
  transition: opacity .1s, -webkit-transform .2s;
  transition: opacity .1s, transform .2s;
  transition: opacity .1s, transform .2s, -webkit-transform .2s;
  pointer-events: none; }
  .color-switcher__label-image__wrapper {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
  .color-switcher__label-image img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    z-index: 10; }
  .color-switcher__label-image span {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    z-index: 10;
    width: 140px;
    text-align: center;
    white-space: normal;
    border-radius: 0px 2px 0px 2px;
    background: #2d303a;
    padding: 10px 40px 13px; }
  .color-switcher__label-image::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 8;
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent #2d303a; }

@media only screen and (min-width: 768px) {
  .color-switcher__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .color-switcher__label-image {
    top: calc(100% + 10px);
    -webkit-transform: translate(-84px, 10px);
            transform: translate(-84px, 10px);
    height: 200px;
    width: 200px; }
    .color-switcher__label-image span {
      width: 200px; }
  .color-switcher__item.active .color-switcher__label-image,
  .no-touchevents .color-switcher__item:hover .color-switcher__label-image {
    -webkit-transform: translate(-84px, 0);
            transform: translate(-84px, 0); } }

@media only screen and (min-width: 1600px) {
  .color-switcher__text {
    font-size: 15px; } }

.content-wrap, .content-wrap-xsmall, .content-wrap-small, .content-wrap-medium, .section .section-introduction, .content-wrap-large, .section .section-title, .content-wrap-xlarge {
  max-width: 1380px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }
  @media only screen and (min-width: 375px) {
    .content-wrap, .content-wrap-xsmall, .content-wrap-small, .content-wrap-medium, .section .section-introduction, .content-wrap-large, .section .section-title, .content-wrap-xlarge {
      padding: 0 30px; } }
  @media only screen and (min-width: 1024px) {
    .content-wrap, .content-wrap-xsmall, .content-wrap-small, .content-wrap-medium, .section .section-introduction, .content-wrap-large, .section .section-title, .content-wrap-xlarge {
      padding: 0 40px; } }
  .content-wrap-xsmall {
    max-width: 400px; }
  .content-wrap-small {
    max-width: 600px; }
  .content-wrap-medium, .section .section-introduction {
    max-width: 740px; }
  .content-wrap-large, .section .section-title {
    max-width: 1100px; }
  .content-wrap-xlarge {
    max-width: 1600px; }

.checkbox-field,
.checkboxes-field {
  text-align: left;
  position: relative; }
  .checkbox-field input[type="checkbox"],
  .checkboxes-field input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    .checkbox-field input[type="checkbox"]:checked + label:before,
    .checkboxes-field input[type="checkbox"]:checked + label:before {
      opacity: 1; }
    .checkbox-field input[type="checkbox"]:checked + label:after,
    .checkboxes-field input[type="checkbox"]:checked + label:after {
      border-color: #2d303a; }
  .checkbox-field label,
  .checkboxes-field label {
    padding-left: 30px; }
    .checkbox-field label:before, .checkbox-field label:after,
    .checkboxes-field label:before,
    .checkboxes-field label:after {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block; }
    .checkbox-field label:before,
    .checkboxes-field label:before {
      z-index: 2;
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      opacity: 0;
      color: #2d303a; }
    .checkbox-field label:after,
    .checkboxes-field label:after {
      content: '';
      width: 16px;
      height: 16px;
      z-index: 1;
      border: 2px solid #2d303a; }
  .checkbox-field div,
  .checkboxes-field div {
    float: left;
    position: relative;
    margin-right: 16px; }

.configurator {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  padding-top: 60px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .configurator iframe {
    position: relative;
    width: 100%;
    height: 100%;
    display: none; }
  @media only screen and (min-width: 1024px) {
    .configurator {
      padding-top: 0px; } }
  .configurator.open {
    pointer-events: visible;
    opacity: 1; }
    .configurator.open iframe {
      display: block; }

.default-header {
  background: #fff;
  position: relative;
  padding: 100px 0 50px; }
  .default-header__content {
    text-align: center;
    margin: 20px 0;
    position: relative;
    z-index: 1; }
  .default-header__subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 15px; }
  .default-header__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #21263f;
    font-size: 50px; }
  .default-header__designer {
    display: block;
    margin-bottom: 20px; }
  .default-header .color-switcher {
    margin: 20px 0 40px; }
  .default-header__image {
    margin: 0;
    position: relative;
    z-index: 0; }
    .default-header__image img {
      display: block;
      width: 100%; }
  @media only screen and (min-width: 768px) {
    .default-header {
      padding: 0; }
      .default-header .flex-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 70px 0; }
      .default-header__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 30px 0;
        text-align: left; }
      .default-header__title, .default-header__text {
        max-width: 450px; }
      .default-header__subtitle {
        font-size: 18px;
        margin-bottom: 10px; }
      .default-header__title {
        font-size: 70px;
        margin-bottom: 10px; }
      .default-header__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin: -100px 0 0;
        text-align: right;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .default-header__image img {
          display: inline-block;
          max-width: 400px; } }
  @media only screen and (min-width: 1024px) {
    .default-header .content-wrap, .default-header .content-wrap-xsmall, .default-header .content-wrap-small, .default-header .content-wrap-medium, .default-header .section .section-introduction, .section .default-header .section-introduction, .default-header .content-wrap-large, .default-header .section .section-title, .section .default-header .section-title, .default-header .content-wrap-xlarge {
      padding-left: 120px; }
    .default-header .flex-wrap {
      margin: 0;
      position: relative;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .default-header__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      position: relative;
      margin: 0; }
    .default-header__title, .default-header__text {
      max-width: none; }
    .default-header__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
      margin: 0; }
      .default-header__image img {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
           object-fit: contain; } }
  @media only screen and (min-width: 1600px) {
    .default-header__content {
      padding-right: 50px; }
    .default-header__title {
      font-size: 100px; }
    .default-header__image {
      max-width: 800px;
      padding-left: 50px; } }
  @media only screen and (min-width: 1920px) {
    .default-header .content-wrap, .default-header .content-wrap-xsmall, .default-header .content-wrap-small, .default-header .content-wrap-medium, .default-header .section .section-introduction, .section .default-header .section-introduction, .default-header .content-wrap-large, .default-header .section .section-title, .section .default-header .section-title, .default-header .content-wrap-xlarge {
      padding-left: 40px; } }

.footer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block; }
  .footer__item {
    position: relative;
    margin: 15px auto;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px; }
    .footer__item * {
      color: #697086; }
    .footer__item i {
      color: #2d303a; }
    .footer__item.no__icon {
      margin-top: 17px; }
    .footer__item .bs_icon-mail,
    .footer__item .bs_icon-phone {
      margin-right: 10px;
      position: relative;
      top: 2px; }
    .footer__item .btn-block {
      display: block;
      margin-top: 5px;
      margin-bottom: 5px;
      padding-left: 20px;
      padding-right: 20px;
      letter-spacing: .25em; }
    .footer__item .social-list {
      margin: 10px 0; }
  .footer__mediabox i {
    margin-right: 10px; }
  .footer__mediabox__label {
    color: #697086; }
  @media only screen and (min-width: 768px) {
    .footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 30px; }
      .footer__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin: 5px 10px;
        font-size: 15px; }
        .footer__item.no__icon {
          margin-top: 7px; }
      .footer .bs_icon-mail,
      .footer .bs_icon-phone {
        margin-right: 5px; }
      .footer .social-list {
        margin: 0; } }
  @media only screen and (min-width: 768px) {
    .footer {
      margin: 0; }
      .footer a:hover * {
        color: #2d303a;
        cursor: pointer; }
      .footer a.btn-icon:hover i {
        color: #fff; }
      .footer__item {
        margin: 3px 8px; } }
  @media only screen and (min-width: 1600px) {
    .footer__item {
      margin: 5px 20px;
      font-size: 18px; } }
  @media only screen and (min-width: 1920px) {
    .footer {
      font-size: 18px; }
      .footer__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin: 5px 30px; }
      .footer .bs_icon-mail,
      .footer .bs_icon-phone {
        margin-right: 10px; } }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: 0 0 10px;
  position: relative; }
  .form-row > label {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 180px;
            flex: 1 1 180px;
    max-width: 200px;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0;
    white-space: nowrap; }
    .form-row > label.required::after {
      content: ' *';
      font-size: 18px;
      font-weight: 600; }
  .form-row > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 320px;
            flex: 1 1 320px; }
  .form-row .error {
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    min-height: 0;
    height: 0;
    overflow: hidden;
    -webkit-transform: min-height .3s;
            transform: min-height .3s; }
  .form-row .select-field.map {
    width: 175px;
    margin-right: 10px;
    margin-top: 10px; }
    .form-row .select-field.map select {
      background-color: #fff; }
  .form-row.invalid .error {
    min-height: 2.4rem; }
  @media only screen and (min-width: 768px) {
    .form-row label.required::after {
      content: ''; } }
  .form-row-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse wrap;
        flex-flow: column-reverse wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0; }
    .form-row-buttons a {
      color: #697086;
      padding: 15px 0; }
    .form-row-buttons > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    @media only screen and (min-width: 768px) {
      .form-row-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .form-row-buttons > * {
          margin-left: 15px; } }

.form--large-label .form-row > label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 230px;
          flex: 1 1 230px;
  max-width: 250px; }

.form--large-label .form-row > div {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px; }

.form-light > label {
  color: #fff; }

.form-light .text-field input,
.form-light .text-field textarea,
.form-light .text-field select,
.form-light .amforms_email-field input,
.form-light .amforms_email-field textarea,
.form-light .amforms_email-field select,
.form-light .plaintext-field input,
.form-light .plaintext-field textarea,
.form-light .plaintext-field select,
.form-light .select-field input,
.form-light .select-field textarea,
.form-light .select-field select {
  border-color: rgba(224, 224, 224, 0.2);
  color: #fff; }
  .form-light .text-field input:focus,
  .form-light .text-field textarea:focus,
  .form-light .text-field select:focus,
  .form-light .amforms_email-field input:focus,
  .form-light .amforms_email-field textarea:focus,
  .form-light .amforms_email-field select:focus,
  .form-light .plaintext-field input:focus,
  .form-light .plaintext-field textarea:focus,
  .form-light .plaintext-field select:focus,
  .form-light .select-field input:focus,
  .form-light .select-field textarea:focus,
  .form-light .select-field select:focus {
    border-color: #e0e0e0; }

.form-light .text-field.required::after,
.form-light .amforms_email-field.required::after,
.form-light .plaintext-field.required::after,
.form-light .select-field.required::after {
  color: #fff; }

.form-light .text-field input,
.form-light .text-field textarea,
.form-light .plaintext-field input,
.form-light .plaintext-field textarea,
.form-light .amforms_email-field input {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none; }
  .form-light .text-field input::-webkit-input-placeholder,
  .form-light .text-field textarea::-webkit-input-placeholder,
  .form-light .plaintext-field input::-webkit-input-placeholder,
  .form-light .plaintext-field textarea::-webkit-input-placeholder,
  .form-light .amforms_email-field input::-webkit-input-placeholder {
    color: #fff; }
  .form-light .text-field input::-moz-placeholder,
  .form-light .text-field textarea::-moz-placeholder,
  .form-light .plaintext-field input::-moz-placeholder,
  .form-light .plaintext-field textarea::-moz-placeholder,
  .form-light .amforms_email-field input::-moz-placeholder {
    color: #fff; }
  .form-light .text-field input:-ms-input-placeholder,
  .form-light .text-field textarea:-ms-input-placeholder,
  .form-light .plaintext-field input:-ms-input-placeholder,
  .form-light .plaintext-field textarea:-ms-input-placeholder,
  .form-light .amforms_email-field input:-ms-input-placeholder {
    color: #fff; }
  .form-light .text-field input:-moz-placeholder,
  .form-light .text-field textarea:-moz-placeholder,
  .form-light .plaintext-field input:-moz-placeholder,
  .form-light .plaintext-field textarea:-moz-placeholder,
  .form-light .amforms_email-field input:-moz-placeholder {
    color: #fff; }

.form-light .select-field:before {
  color: #fff; }

.form-light .select-field select {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none; }
  .form-light .select-field select:focus {
    color: #e0e0e0; }
    .form-light .select-field select:focus::-ms-value {
      color: #697086; }

.no-touchevents .form-light .select-field:hover:before {
  color: #e0e0e0; }

.form .select-field.map select {
  background-color: red; }

.form-notification {
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
  min-height: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: min-height .3s;
          transform: min-height .3s; }
  .form-notification.show {
    min-height: 2.4rem; }

.errors {
  text-align: left;
  color: #f44; }

button, input, optgroup, select, textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none; }

#fullpage,
#productFullpage {
  overflow: visible;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
  #fullpage.loading,
  #productFullpage.loading {
    opacity: 0; }

.fp-section {
  width: 100%; }

.fp-slides {
  overflow: hidden; }
  .fp-slides .fp-tableCell {
    vertical-align: middle;
    overflow: hidden; }

.fp-slide {
  float: left; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-table {
  display: table;
  table-layout: fixed; }

.fp-tableCell {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }

.fp-responsive .fp-auto-height-responsive {
  height: auto !important; }
  .fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important; }

.fp-auto-height {
  height: auto !important; }
  .fp-auto-height .fp-tableCell {
    height: auto !important; }

#fp-nav {
  position: fixed;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 !important;
  z-index: 50;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
  #fp-nav.show {
    opacity: 1; }
  #fp-nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 12px 0;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    -webkit-transition: border .5s;
    transition: border .5s; }
    #fp-nav ul li {
      display: block;
      margin: 0;
      padding: 0; }
      #fp-nav ul li a {
        display: block;
        position: relative;
        width: 28px;
        height: 20px; }
        #fp-nav ul li a span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 6px;
          height: 6px;
          background: #2d303a;
          border: 2px solid transparent;
          border-radius: 100%;
          -webkit-transition: border .2s, background .2s;
          transition: border .2s, background .2s; }
        #fp-nav ul li a.active span {
          width: 12px;
          height: 12px;
          background: transparent;
          border-color: #2d303a;
          -webkit-animation: .4s 1 pagePlop;
                  animation: .4s 1 pagePlop; }
  #fp-nav.light ul li a span {
    background: #fff; }
  #fp-nav.light ul li a.active span {
    background: transparent;
    border-color: #fff; }

@keyFrames pagePlop {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  33% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3); }
  66% {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
            transform: translate(-50%, -50%) scale(0.95); } }

.main-header {
  position: relative;
  overflow: hidden; }
  .main-header-slide {
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .main-header-slide::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .2;
      background: #2d303a;
      z-index: 2; }
    .main-header-slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .4;
      background: -webkit-linear-gradient(120deg, #2d3030 0%, rgba(45, 48, 58, 0) 50%);
      background: linear-gradient(-30deg, #2d3030 0%, rgba(45, 48, 58, 0) 50%);
      z-index: 2; }
    .main-header-slide__wrap {
      width: 100%;
      height: calc(100% - 60px);
      margin-top: 60px;
      position: relative;
      overflow: hidden; }
    .main-header-slide__image {
      width: 100%;
      height: 100%;
      background-size: cover;
      -webkit-animation: 60s ease infinite bgAnim;
              animation: 60s ease infinite bgAnim; }
  .main-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    width: 100%;
    text-align: center; }
    .main-header-content h1 {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: .45em;
      letter-spacing: .2em;
      font-size: 32px;
      line-height: 1;
      color: #fff;
      margin: 0 0 1rem; }
  .main-header .fp-controlArrow {
    position: absolute;
    right: 50px;
    width: 60px;
    height: 60px;
    color: #fff;
    z-index: 3;
    font-size: 22px;
    display: none !important;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s; }
    .main-header .fp-controlArrow:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .main-header .fp-controlArrow:active:before {
      top: calc(50% + 1px); }
    .main-header .fp-controlArrow.fp-prev {
      bottom: 20px; }
    .main-header .fp-controlArrow.fp-next {
      bottom: 80px;
      border-bottom: 1px solid #fff; }
  .main-header .button-scroll-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3; }
  @media only screen and (min-width: 768px) {
    .main-header .fp-controlArrow {
      display: block !important; }
      .main-header .fp-controlArrow[style="display: none;"] {
        color: rgba(255, 255, 255, 0.3); } }
  @media only screen and (min-width: 1024px) {
    .main-header-content {
      top: auto;
      left: auto;
      bottom: 50px;
      right: 160px;
      -webkit-transform: none;
              transform: none;
      text-align: right;
      width: auto; }
      .main-header-content h1 {
        font-size: 28px; }
    .main-header-slide__wrap {
      height: 100%;
      margin-top: 0; }
    .main-header-slide__image {
      -webkit-animation: none;
              animation: none; } }
  @media only screen and (min-width: 1600px) {
    .main-header .fp-controlArrow {
      display: block; } }

@-webkit-keyframes bgAnim {
  0%, 100% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 0%; } }

@keyframes bgAnim {
  0%, 100% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 0%; } }

.newsletter {
  position: relative;
  margin: 0 auto;
  max-width: 350px; }
  .newsletter form {
    display: block;
    width: 100%; }
    .newsletter form [type="submit"] {
      display: inline-block;
      border: none;
      -webkit-transition: background .2s, border .2s, color .2s, -webkit-transform .1s;
      transition: background .2s, border .2s, color .2s, -webkit-transform .1s;
      transition: background .2s, border .2s, color .2s, transform .1s;
      transition: background .2s, border .2s, color .2s, transform .1s, -webkit-transform .1s;
      text-decoration: none;
      outline: none;
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: .45em;
      border: 1px solid transparent;
      border-radius: 2px;
      height: auto;
      padding: 16px 28px 16px;
      font-size: 14px;
      line-height: 20px;
      background-color: #2d303a;
      border-color: #2d303a;
      color: #fff;
      width: 100%;
      margin-top: 20px; }
      .no-touchevents .newsletter form [type="submit"]:hover {
        text-decoration: none;
        -webkit-transition: background 0.1s, border 0.1s, color 0.1s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s;
        transition: background 0.1s, border 0.1s, color 0.1s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s;
        transition: background 0.1s, border 0.1s, color 0.1s, transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s;
        transition: background 0.1s, border 0.1s, color 0.1s, transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s, -webkit-transform cubic-bezier(0.54, 1.54, 0.43, 0.94) 0.3s; }
      .no-touchevents .newsletter form [type="submit"]:hover {
        background-color: transparent;
        border-color: #2d303a;
        color: #2d303a; }
    .newsletter form input:not([type="submit"]),
    .newsletter form textarea {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0;
      text-transform: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      display: block;
      background: transparent;
      border: none;
      border-bottom: 1px solid rgba(45, 48, 58, 0.15);
      border-radius: 0px;
      font-size: 16px;
      line-height: 28px;
      padding: 10px 0;
      width: 100%;
      -webkit-transition: border .2s;
      transition: border .2s;
      text-align: center; }
      .newsletter form input:not([type="submit"]):focus,
      .newsletter form textarea:focus {
        border-color: #697086; }
      .newsletter form input:not([type="submit"])::-webkit-input-placeholder,
      .newsletter form textarea::-webkit-input-placeholder {
        text-align: center;
        color: #2d303a;
        font-style: normal; }
      .newsletter form input:not([type="submit"])::-moz-placeholder,
      .newsletter form textarea::-moz-placeholder {
        text-align: center;
        color: #2d303a;
        font-style: normal; }
      .newsletter form input:not([type="submit"]):-ms-input-placeholder,
      .newsletter form textarea:-ms-input-placeholder {
        text-align: center;
        color: #2d303a;
        font-style: normal; }
      .newsletter form input:not([type="submit"]):-moz-placeholder,
      .newsletter form textarea:-moz-placeholder {
        text-align: center;
        color: #2d303a;
        font-style: normal; }
  .newsletter-notification {
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    transition: max-height .3s; }
    .newsletter-notification.show {
      max-height: 3.6rem; }
    .newsletter-notification.error {
      color: #f44; }

.page-wrap {
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0.5s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.5s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.5s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s; }
  .page-wrap.loading {
    opacity: 0; }
  .open-navigation .page-wrap {
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  @media only screen and (min-width: 768px) {
    .page-wrap {
      min-height: calc(100% - 60px);
      -webkit-transition: opacity .6s;
      transition: opacity .6s;
      z-index: 1; }
      .open-navigation .page-wrap {
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
        -webkit-transform: none;
                transform: none;
        opacity: .1;
        z-index: -1; } }
  @media only screen and (min-width: 1024px) {
    .page-wrap {
      min-height: 100%;
      width: calc(100% - 60px); } }
  @media only screen and (min-width: 1600px) {
    .page-wrap {
      width: calc(100% - 80px); } }

.price-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .price-list li {
    display: block;
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid #e0e0e0; }
    .price-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #697086; }
      .price-list li a .bs_icon-document {
        margin-right: 20px;
        font-size: 16px;
        top: 1px;
        position: relative; }

.primary-navigation__bar {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  border-bottom: 1px solid #e0e0e0; }

.primary-navigation__toggle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: transparent;
  border: none;
  margin-bottom: -1px;
  overflow: hidden;
  -webkit-transition: border 0s;
  transition: border 0s; }
  .primary-navigation__toggle__close, .primary-navigation__toggle__open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s; }
  .primary-navigation__toggle__open {
    -webkit-transform: none;
            transform: none; }
    .primary-navigation__toggle__open__label {
      display: none; }
    .primary-navigation__toggle__open__icon i {
      font-size: 10px; }
  .primary-navigation__toggle__close {
    background: #2d303a;
    color: #fff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    .primary-navigation__toggle__close i {
      font-size: 12px; }

.primary-navigation__media span {
  visibility: hidden; }

.primary-navigation__map, .primary-navigation__key, .primary-navigation__media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
  -webkit-transition: background .15s, color .15s;
  transition: background .15s, color .15s; }
  .primary-navigation__map__close, .primary-navigation__map__open, .primary-navigation__key__close, .primary-navigation__key__open, .primary-navigation__media__close, .primary-navigation__media__open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.2s, background 0.2s, color 0.2s, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
    transition: opacity 0.2s, background 0.2s, color 0.2s, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s, opacity 0.2s, background 0.2s, color 0.2s;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s, opacity 0.2s, background 0.2s, color 0.2s, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
    background: transparent;
    color: #2d303a; }
  .primary-navigation__map i, .primary-navigation__key i, .primary-navigation__media i {
    font-size: 14px; }
  .primary-navigation__map__open, .primary-navigation__key__open, .primary-navigation__media__open {
    -webkit-transform: none;
            transform: none; }
    .primary-navigation__map__open i, .primary-navigation__key__open i, .primary-navigation__media__open i {
      font-size: 14px; }
  .primary-navigation__map__close, .primary-navigation__key__close, .primary-navigation__media__close {
    background: #2d303a;
    color: #fff;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
    .primary-navigation__map__close i, .primary-navigation__key__close i, .primary-navigation__media__close i {
      font-size: 12px; }
  .primary-navigation__map.active .primary-navigation__map__open, .primary-navigation__key.active .primary-navigation__map__open, .primary-navigation__media.active .primary-navigation__map__open {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .primary-navigation__map.active .primary-navigation__map__close, .primary-navigation__key.active .primary-navigation__map__close, .primary-navigation__media.active .primary-navigation__map__close {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .no-touchevents .primary-navigation__map:hover--link, .no-touchevents .primary-navigation__key:hover--link, .no-touchevents .primary-navigation__media:hover--link {
    background: #2d303a; }
  .no-touchevents .primary-navigation__map:hover .primary-navigation__map__open, .no-touchevents .primary-navigation__key:hover .primary-navigation__map__open, .no-touchevents .primary-navigation__media:hover .primary-navigation__map__open {
    background: #2d303a;
    border-color: #2d303a;
    color: #fff; }

.primary-navigation__map:hover, .primary-navigation__key:hover, .primary-navigation__media:hover {
  background: #2d303a;
  border-color: #2d303a;
  color: #fff; }
  .primary-navigation__map:hover i, .primary-navigation__key:hover i, .primary-navigation__media:hover i {
    color: #fff; }

.primary-navigation__map, .primary-navigation__key, .primary-navigation__media, .primary-navigation__toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: block;
  width: 60px;
  background: transparent;
  border: none;
  border-left: 1px solid #e0e0e0;
  color: #2d303a; }
  .primary-navigation__map i, .primary-navigation__key i, .primary-navigation__media i, .primary-navigation__toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.primary-navigation__overlay {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
  -webkit-transition: opacity 0.2s, z-index 0s 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0.2s, z-index 0s 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.2s, z-index 0s 0.2s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.2s, z-index 0s 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none; }

.primary-navigation__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: auto;
  height: calc(100% - 60px);
  max-height: 500px;
  margin: 40px 0;
  padding: 0;
  list-style: none; }
  .primary-navigation__menu li {
    margin: 0;
    padding: 0; }
    .primary-navigation__menu li a {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: .45em;
      letter-spacing: .55em;
      display: block;
      padding: 12px;
      border: 1px solid transparent;
      border-radius: 2px;
      font-size: 16px;
      -webkit-transition: color .15s;
      transition: color .15s; }
      .no-touchevents .primary-navigation__menu li a:hover {
        color: #697086; }
    .no-touchevents .primary-navigation__menu li.active a:hover {
      color: #2d303a; }

.primary-navigation__products {
  display: none; }

.primary-navigation__footer {
  display: none; }

.primary-navigation.open-configurator .primary-navigation__toggle, .primary-navigation.open .primary-navigation__toggle {
  border-color: #2d303a;
  -webkit-transition: border .2s .2s;
  transition: border .2s .2s; }
  .primary-navigation.open-configurator .primary-navigation__toggle__open, .primary-navigation.open .primary-navigation__toggle__open {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transition: opacity 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.2s;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s; }
  .primary-navigation.open-configurator .primary-navigation__toggle__close, .primary-navigation.open .primary-navigation__toggle__close {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transition: opacity 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.2s;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s; }

.primary-navigation.open .primary-navigation__overlay {
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 70;
  -webkit-transition: opacity 0.2s, z-index 0s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0.2s, z-index 0s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.2s, z-index 0s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.2s, z-index 0s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s; }

.primary-navigation .dealer-login .dealer-hover {
  display: none; }

@media only screen and (min-width: 768px) {
  .primary-navigation__toggle__open {
    opacity: 1; }
  .primary-navigation__toggle__close {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  .primary-navigation__overlay {
    opacity: 0;
    -webkit-transition: opacity .2s, z-index 0s .2s, -webkit-transform ease .2s;
    transition: opacity .2s, z-index 0s .2s, -webkit-transform ease .2s;
    transition: transform ease .2s, opacity .2s, z-index 0s .2s;
    transition: transform ease .2s, opacity .2s, z-index 0s .2s, -webkit-transform ease .2s;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .primary-navigation__menu {
    margin: 0 auto 80px; }
  .primary-navigation__footer {
    display: block;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 30px; }
  .primary-navigation.open-configurator .primary-navigation__toggle__open, .primary-navigation.open .primary-navigation__toggle__open {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2); }
  .primary-navigation.open-configurator .primary-navigation__toggle__close, .primary-navigation.open .primary-navigation__toggle__close {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
  .primary-navigation.open .primary-navigation__overlay {
    opacity: 1;
    -webkit-transition: opacity 0.2s, z-index 0s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transition: opacity 0.2s, z-index 0s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.2s, z-index 0s;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0.2s, z-index 0s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    -webkit-transform: none;
            transform: none; } }

@media only screen and (min-width: 1024px) {
  .primary-navigation__bar {
    left: auto;
    right: 0;
    width: 60px;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    border-bottom: none;
    border-left: 1px solid #e0e0e0; }
  .primary-navigation__map, .primary-navigation__media, .primary-navigation__key, .primary-navigation__toggle {
    width: calc(100% + 1px); }
  .primary-navigation__toggle {
    height: auto;
    margin-bottom: 0;
    border-left: none; }
    .primary-navigation__toggle__open {
      position: relative;
      height: 130px;
      border-bottom: 1px solid #e0e0e0;
      -webkit-transition: opacity 0.2s, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
      transition: opacity 0.2s, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
      transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s, opacity 0.2s;
      transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s, opacity 0.2s, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
      .primary-navigation__toggle__open__icon {
        position: relative;
        display: block;
        padding: 20px 0 10px;
        height: 22px;
        box-sizing: content-box; }
        .primary-navigation__toggle__open__icon i {
          position: relative;
          -webkit-transform: none;
                  transform: none;
          top: auto;
          left: auto;
          font-size: 11px; }
      .primary-navigation__toggle__open__label {
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: .45em;
        display: block;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        width: auto;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .3em;
        margin-top: 12px; }
    .primary-navigation__toggle__close {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
      opacity: 0;
      height: 60px; }
  .primary-navigation__key {
    position: absolute;
    bottom: 60px;
    height: 60px;
    border-left: none;
    border-top: 1px solid #e0e0e0; }
  .primary-navigation__map, .primary-navigation__media {
    right: 0;
    position: absolute;
    bottom: 0;
    height: 60px;
    border-left: none;
    border-top: 1px solid #e0e0e0; }
  .primary-navigation__media {
    overflow: visible; }
    .primary-navigation__media a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
    .primary-navigation__media span {
      position: absolute;
      right: 100%;
      background: #fff;
      opacity: 0;
      border: 1px solid #e0e0e0;
      border-bottom: none;
      border-right: none;
      height: calc(100% + 1px);
      bottom: -120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      width: 160px;
      padding: 10px;
      -webkit-transition: top 300ms 300ms, opacity 300ms, visibility 300ms;
      transition: top 300ms 300ms, opacity 300ms, visibility 300ms; }
    .primary-navigation__media:hover span {
      bottom: 0;
      -webkit-transition: 300ms;
      transition: 300ms;
      visibility: visible;
      opacity: 1; }
  .primary-navigation__overlay {
    top: 0;
    height: 100%;
    width: calc(100% - 60px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center; }
  .primary-navigation__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    width: calc(100% - 60px);
    height: auto;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    .primary-navigation__menu li {
      margin: 0; }
      .primary-navigation__menu li a {
        white-space: nowrap;
        font-size: 15px; }
  .primary-navigation .slider-item {
    -webkit-transition: opacity .2s .2s, -webkit-transform .2s .2s;
    transition: opacity .2s .2s, -webkit-transform .2s .2s;
    transition: transform .2s .2s, opacity .2s .2s;
    transition: transform .2s .2s, opacity .2s .2s, -webkit-transform .2s .2s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0; }
  .primary-navigation__products {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 20px auto 60px;
    position: relative;
    z-index: 1; }
  .primary-navigation__footer {
    padding: 0; }
  .primary-navigation.open .primary-navigation__toggle__open, .primary-navigation.open-configurator .primary-navigation__toggle__open {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  .primary-navigation.open .primary-navigation__toggle__close, .primary-navigation.open-configurator .primary-navigation__toggle__close {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  .primary-navigation.open .primary-navigation__products {
    -webkit-transform: none;
            transform: none; }
  .primary-navigation.open .slider-item {
    -webkit-transition: opacity 0.2s, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
    transition: opacity 0.2s, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
    transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s, opacity 0.2s;
    transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s, opacity 0.2s, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    .primary-navigation.open .slider-item:nth-child(2) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .primary-navigation.open .slider-item:nth-child(3) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .primary-navigation.open .slider-item:nth-child(4) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .primary-navigation.open .slider-item:nth-child(5) {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .primary-navigation.open .slider-item:nth-child(6) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .primary-navigation.open .slider-item:nth-child(7) {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .primary-navigation.open .slider-item:nth-child(8) {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    .primary-navigation.open .slider-item:nth-child(9) {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .primary-navigation.open .slider-item:nth-child(10) {
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
  .primary-navigation .dealer-login {
    overflow: visible; }
    .primary-navigation .dealer-login .dealer-hover {
      background: #2d303a;
      color: #fff;
      display: block;
      padding: 5px 20px;
      border-radius: 2px;
      font-size: 15px;
      position: absolute;
      left: -20px;
      top: 50%;
      -webkit-transform: translate(-110%, -50%);
              transform: translate(-110%, -50%);
      white-space: nowrap;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity .1s .1s, -webkit-transform .2s .1s;
      transition: opacity .1s .1s, -webkit-transform .2s .1s;
      transition: opacity .1s .1s, transform .2s .1s;
      transition: opacity .1s .1s, transform .2s .1s, -webkit-transform .2s .1s; }
      .primary-navigation .dealer-login .dealer-hover::before {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #2d303a;
        position: absolute;
        right: -5px;
        top: 13px;
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px);
        -webkit-transition: -webkit-transform .4s .2s;
        transition: -webkit-transform .4s .2s;
        transition: transform .4s .2s;
        transition: transform .4s .2s, -webkit-transform .4s .2s; }
    .primary-navigation .dealer-login:hover .dealer-hover {
      opacity: 1;
      -webkit-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%); }
      .primary-navigation .dealer-login:hover .dealer-hover::before {
        -webkit-transform: translateX(0px);
                transform: translateX(0px); } }

@media only screen and (min-width: 1600px) {
  .primary-navigation__bar {
    width: 80px; }
  .primary-navigation__toggle__open {
    height: 150px; }
    .primary-navigation__toggle__open__icon {
      padding: 29px 0 10px; }
      .primary-navigation__toggle__open__icon i {
        font-size: 13px; }
    .primary-navigation__toggle__open__label {
      margin-top: 20px;
      font-size: 15px; }
  .primary-navigation__toggle__close {
    height: 80px; }
  .primary-navigation__key {
    bottom: 80px;
    height: 80px; }
  .primary-navigation__map, .primary-navigation__media {
    height: 80px; }
  .primary-navigation__products {
    margin: 20px auto 60px; }
  .primary-navigation__overlay {
    width: calc(100% - 80px); }
  .primary-navigation__menu {
    width: calc(100% - 80px); }
    .primary-navigation__menu li a {
      font-size: 18px; } }

@media only screen and (min-width: 1920px) {
  .primary-navigation__menu {
    margin-bottom: 80px; }
    .primary-navigation__menu li.active a {
      padding-left: 35px;
      padding-right: 30px; }
  .primary-navigation__products .slider-buttons {
    margin-top: 100px; } }

@media only screen and (min-width: 1920px) {
  .primary-navigation__products {
    margin: 50px auto; } }

.product-header {
  background: #fff;
  position: relative;
  padding: 100px 0 50px;
  text-align: center; }
  .product-header .slider-buttons {
    position: absolute;
    z-index: 999; }
  .product-header__back {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    letter-spacing: .3em;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    margin: 0 20px; }
    .product-header__back i {
      position: relative;
      top: 2px; }
  .product-header__content {
    text-align: center;
    margin: 20px 0;
    position: relative;
    z-index: 1; }
  .product-header__subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    display: block;
    font-size: 15px;
    font-weight: normal; }
  .product-header__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #21263f;
    font-size: 50px; }
  .product-header__designer {
    display: block; }
  .product-header__dimensions {
    display: block; }
    .product-header__dimensions > span {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: .45em;
      font-size: 14px;
      color: #2d303a; }
  .product-header__text {
    margin-top: 20px; }
  .product-header h5 {
    margin-bottom: 0; }
  .product-header .color-switcher {
    margin: 1rem 0 0; }
  .product-header .btn-block {
    margin: 1.5rem 0 0; }
  .product-header__image {
    margin: 0 -20px;
    position: relative;
    z-index: 0; }
    .product-header__image img {
      display: block;
      width: 100%; }
  .product-header .js-product-images {
    display: inline-block;
    position: relative; }
    .product-header .js-product-images img {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 200ms;
      transition: 200ms;
      display: inline;
      position: absolute; }
    .product-header .js-product-images .slider__item--active {
      -webkit-transition: 300ms 200ms;
      transition: 300ms 200ms;
      opacity: 1;
      visibility: visible;
      position: relative;
      z-index: 2; }
    .product-header .js-product-images .slider-buttons {
      z-index: 2;
      width: 126px;
      height: 80px;
      left: 50%;
      bottom: -25px;
      -webkit-transform: translateX(-63px);
              transform: translateX(-63px); }
      .product-header .js-product-images .slider-buttons .slider-button-prev, .product-header .js-product-images .slider-buttons .slider-button-next {
        position: absolute;
        margin: 0 auto;
        display: block;
        color: #2d303a;
        background: transparent;
        border: none;
        width: 60px;
        height: 60px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .product-header .js-product-images .slider-buttons .slider-button-prev i, .product-header .js-product-images .slider-buttons .slider-button-next i {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 22px;
          line-height: 1;
          font-size: 22px; }
      .product-header .js-product-images .slider-buttons .slider-button-next {
        right: 0;
        top: 0; }
      .product-header .js-product-images .slider-buttons .slider-button-prev {
        left: 0;
        bottom: 0; }
      .product-header .js-product-images .slider-buttons .slider-buttons-seperator {
        height: 60px;
        border-right: 1px solid #e0e0e0;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: 40px;
        -webkit-transform: translateY(-50%) rotate(35deg);
        transform: translateY(-50%) rotate(35deg); }
  @media only screen and (min-width: 375px) {
    .product-header__back {
      margin: 0 30px; }
    .product-header__image {
      margin: 0 -30px; } }
  @media only screen and (min-width: 768px) {
    .product-header {
      padding: 0;
      text-align: left; }
      .product-header__back {
        position: absolute;
        left: 0;
        top: 90px;
        margin: 0 40px;
        z-index: 2; }
      .product-header .flex-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 70px 0; }
      .product-header__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 50px 0;
        text-align: left; }
      .product-header__title, .product-header__text {
        max-width: 450px; }
      .product-header__subtitle {
        font-size: 16px;
        margin-bottom: 5px; }
      .product-header__title {
        font-size: 70px;
        margin-bottom: 10px; }
      .product-header__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin: -100px 0 0;
        text-align: right;
        padding-right: 40px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .product-header__image img {
          display: inline-block;
          max-width: 400px; } }
  @media only screen and (min-width: 1024px) {
    .product-header {
      padding: 0; }
      .product-header__back {
        top: 100px; }
      .product-header .content-wrap, .product-header .content-wrap-xsmall, .product-header .content-wrap-small, .product-header .content-wrap-medium, .product-header .section .section-introduction, .section .product-header .section-introduction, .product-header .content-wrap-large, .product-header .section .section-title, .section .product-header .section-title, .product-header .content-wrap-xlarge {
        padding-left: 120px; }
      .product-header .flex-wrap {
        display: block;
        margin: 0;
        position: relative; }
      .product-header__content {
        width: 45%;
        position: relative;
        margin: 0 0 0 auto; }
      .product-header__subtitle i {
        display: inline-block;
        -webkit-transform: none;
                transform: none;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        position: relative;
        top: 2px; }
      .no-touchevents .product-header__subtitle:hover i {
        -webkit-transform: translateX(10px);
                transform: translateX(10px); }
      .product-header__title, .product-header__text {
        max-width: none; }
      .product-header__image {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        position: absolute;
        width: 55%;
        left: 0;
        top: 50%;
        height: 100%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 0; }
        .product-header__image img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          max-width: 90%;
          width: auto;
          max-height: 80vh;
          height: auto;
          -o-object-fit: contain;
             object-fit: contain; }
      .product-header .js-product-images {
        position: initial; }
        .product-header .js-product-images .slider-buttons {
          bottom: -38px; }
        .product-header .js-product-images .slider__item--active {
          position: absolute; }
        .product-header .js-product-images img {
          position: absolute; } }
  @media only screen and (min-width: 1600px) {
    .product-header {
      padding: 0; }
      .product-header .content-wrap, .product-header .content-wrap-xsmall, .product-header .content-wrap-small, .product-header .content-wrap-medium, .product-header .section .section-introduction, .section .product-header .section-introduction, .product-header .content-wrap-large, .product-header .section .section-title, .section .product-header .section-title, .product-header .content-wrap-xlarge {
        padding-left: 40px; }
      .product-header__subtitle {
        font-size: 18px;
        margin-bottom: 10px; }
      .product-header__title {
        font-size: 100px; }
      .product-header__dimensions > span {
        font-size: 15px; }
      .product-header__image {
        max-width: 800px; } }
  @media only screen and (min-width: 1920px) {
    .product-header__image img {
      max-height: 100vh; } }

.product-introduction {
  background: #f6f6f6;
  position: relative;
  padding: 70px 0;
  overflow: hidden; }
  .product-introduction__content {
    text-align: center;
    margin: 20px 0; }
  .product-introduction__subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 15px;
    font-weight: normal;
    color: #2d303a; }
  .product-introduction__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #2d303a;
    font-size: 50px;
    margin-bottom: 20px; }
  .product-introduction__image {
    margin-top: 50px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .product-introduction__image img {
      display: block;
      width: 100%; }
  .product-introduction.js-scroll-reveal .product-introduction__title {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: opacity .5s, -webkit-transform .5s .0s;
    transition: opacity .5s, -webkit-transform .5s .0s;
    transition: transform .5s .0s, opacity .5s;
    transition: transform .5s .0s, opacity .5s, -webkit-transform .5s .0s; }
  .product-introduction.js-scroll-reveal .product-introduction__image {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: opacity 0s, -webkit-transform 0s 0s;
    transition: opacity 0s, -webkit-transform 0s 0s;
    transition: transform 0s 0s, opacity 0s;
    transition: transform 0s 0s, opacity 0s, -webkit-transform 0s 0s; }
  .product-introduction.js-scroll-reveal.visible .product-introduction__title {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 1.2s 0.5s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: opacity 1.2s 0.5s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1.2s 0.5s;
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1.2s 0.5s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
  .product-introduction.js-scroll-reveal.visible .product-introduction__image {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 1.2s 0.5s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: opacity 1.2s 0.5s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1.2s 0.5s;
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1.2s 0.5s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
  @media only screen and (min-width: 1024px) {
    .product-introduction {
      padding: 0; }
      .product-introduction .content-wrap, .product-introduction .content-wrap-xsmall, .product-introduction .content-wrap-small, .product-introduction .content-wrap-medium, .product-introduction .section .section-introduction, .section .product-introduction .section-introduction, .product-introduction .content-wrap-large, .product-introduction .section .section-title, .section .product-introduction .section-title, .product-introduction .content-wrap-xlarge {
        padding-top: 70px;
        padding-bottom: 70px; }
      .product-introduction .flex-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: block; }
      .product-introduction__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        text-align: left;
        position: relative;
        z-index: 1;
        width: 100%;
        margin: 30px 0; }
      .product-introduction__title, .product-introduction__text {
        max-width: 450px; }
      .product-introduction__subtitle {
        font-size: 18px;
        margin-bottom: 10px; }
      .product-introduction__title {
        font-size: 80px;
        margin-bottom: 10px;
        max-width: none;
        width: calc(103%);
        margin-left: -3%; }
      .product-introduction .content-wrap, .product-introduction .content-wrap-xsmall, .product-introduction .content-wrap-small, .product-introduction .content-wrap-medium, .product-introduction .section .section-introduction, .section .product-introduction .section-introduction, .product-introduction .content-wrap-large, .product-introduction .section .section-title, .section .product-introduction .section-title, .product-introduction .content-wrap-xlarge {
        padding-left: 120px;
        position: static; }
      .product-introduction__subtitle, .product-introduction__text {
        width: 40%;
        max-width: 450px; }
      .product-introduction__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        text-align: right;
        z-index: 0;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .product-introduction__image img {
          display: block;
          max-width: 100%;
          width: auto;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          font-family: 'object-fit: contain'; }
      .product-introduction.js-scroll-reveal .product-introduction__title {
        opacity: 0;
        -webkit-transform: translateX(30px);
                transform: translateX(30px);
        -webkit-transition: opacity .5s, -webkit-transform .5s .0s;
        transition: opacity .5s, -webkit-transform .5s .0s;
        transition: transform .5s .0s, opacity .5s;
        transition: transform .5s .0s, opacity .5s, -webkit-transform .5s .0s; }
      .product-introduction.js-scroll-reveal .product-introduction__image {
        opacity: 0;
        -webkit-transform: translate(100px, -50%);
                transform: translate(100px, -50%);
        -webkit-transition: 0s, -webkit-transform 0s 0s;
        transition: 0s, -webkit-transform 0s 0s;
        transition: transform 0s 0s, 0s;
        transition: transform 0s 0s, 0s, -webkit-transform 0s 0s; }
      .product-introduction.js-scroll-reveal.visible .product-introduction__title {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
        -webkit-transition: opacity 1.2s 0.5s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        transition: opacity 1.2s 0.5s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1.2s 0.5s;
        transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1.2s 0.5s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
      .product-introduction.js-scroll-reveal.visible .product-introduction__image {
        opacity: 1;
        top: 50%;
        height: 100%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        -webkit-transition: opacity 1.2s 0.5s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        transition: opacity 1.2s 0.5s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
        transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1.2s 0.5s;
        transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1.2s 0.5s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; } }
  @media only screen and (min-width: 1600px) {
    .product-introduction {
      padding: 0; }
      .product-introduction__title {
        font-size: 100px; }
      .product-introduction__image {
        width: 55%; } }
  @media (min-width: 1460px) {
    .product-introduction__title {
      width: calc(105%);
      margin-left: -5%; } }
  @media only screen and (min-width: 1920px) {
    .product-introduction .content-wrap, .product-introduction .content-wrap-xsmall, .product-introduction .content-wrap-small, .product-introduction .content-wrap-medium, .product-introduction .section .section-introduction, .section .product-introduction .section-introduction, .product-introduction .content-wrap-large, .product-introduction .section .section-title, .section .product-introduction .section-title, .product-introduction .content-wrap-xlarge {
      padding-left: 40px; }
    .product-introduction__image {
      width: 60%; } }

.product-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .product-list-item {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1; }
    .no-touchevents .product-list-item:hover {
      z-index: 2; }
  @media only screen and (min-width: 375px) {
    .product-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-line-pack: center;
          align-content: center;
      margin: 0 -10px; }
      .product-list-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
        .product-list-item a {
          display: block;
          padding: 0 10px; }
        .product-list-item--large {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
  @media only screen and (min-width: 768px) {
    .product-list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; }
      .product-list-item--large {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
  @media only screen and (min-width: 1200px) {
    .product-list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66%;
              flex: 0 0 16.66%; }
      .product-list-item--large {
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%; } }
  @media only screen and (min-width: 1920px) {
    .product-list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%; }
      .product-list-item--large {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; } }

.product-slider .slider-list {
  list-style: none;
  position: relative;
  left: 50%;
  margin: 0;
  padding: 0;
  font-size: 0;
  white-space: nowrap;
  -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.09, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.4, 0, 0.09, 1) 0.4s;
  transition: transform cubic-bezier(0.4, 0, 0.09, 1) 0.4s;
  transition: transform cubic-bezier(0.4, 0, 0.09, 1) 0.4s, -webkit-transform cubic-bezier(0.4, 0, 0.09, 1) 0.4s;
  z-index: 1; }
  .product-slider .slider-list.resetting, .product-slider .slider-list.touching {
    -webkit-transition: none;
    transition: none; }

.product-slider .slider-item {
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  padding: 10px;
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 1; }
  .product-slider .slider-item a {
    display: block;
    width: 100%;
    height: 100%; }
  .no-touchevents .product-slider .slider-item:hover {
    z-index: 2; }

.product-slider .slider-buttons {
  position: relative;
  z-index: 2;
  width: 126px;
  height: 80px;
  margin: 20px auto 0; }
  .product-slider .slider-buttons-seperator {
    height: 60px;
    border-right: 1px solid #e0e0e0;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 40px;
    -webkit-transform: translateY(-50%) rotate(35deg);
            transform: translateY(-50%) rotate(35deg); }
  .product-slider .slider-buttons .slider-button-prev,
  .product-slider .slider-buttons .slider-button-next {
    position: absolute;
    margin: 0 auto;
    display: block;
    color: #2d303a;
    background: transparent;
    border: none;
    width: 60px;
    height: 60px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .product-slider .slider-buttons .slider-button-prev i,
    .product-slider .slider-buttons .slider-button-next i {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 22px;
      line-height: 1;
      font-size: 22px; }
    .no-touchevents .product-slider .slider-buttons .slider-button-prev:hover, .no-touchevents
    .product-slider .slider-buttons .slider-button-next:hover {
      color: #697086; }
    .product-slider .slider-buttons .slider-button-prev:active i,
    .product-slider .slider-buttons .slider-button-next:active i {
      top: calc(50% + 1px); }
  .product-slider .slider-buttons .slider-button-prev {
    left: 0;
    bottom: 0; }
  .product-slider .slider-buttons .slider-button-next {
    right: 0;
    top: 0; }

@media (min-width: 600px) {
  .product-slider .slider-item {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .product-slider .slider-item {
    width: auto; } }

@media only screen and (min-width: 1024px) {
  .product-slider .slider-item.active {
    -webkit-animation: .4s 1 productPlop;
            animation: .4s 1 productPlop; } }

@media only screen and (min-width: 1600px) {
  .product-slider .slider-buttons {
    margin: 30px auto 0; }
  .product-slider .slider-item {
    height: 400px; } }

.product-slider.fast .slider-list {
  -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.09, 1) 0.002s;
  transition: -webkit-transform cubic-bezier(0.4, 0, 0.09, 1) 0.002s;
  transition: transform cubic-bezier(0.4, 0, 0.09, 1) 0.002s;
  transition: transform cubic-bezier(0.4, 0, 0.09, 1) 0.002s, -webkit-transform cubic-bezier(0.4, 0, 0.09, 1) 0.002s; }

.product-slider.skip .slider-list {
  -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.09, 1) 0.0001s;
  transition: -webkit-transform cubic-bezier(0.4, 0, 0.09, 1) 0.0001s;
  transition: transform cubic-bezier(0.4, 0, 0.09, 1) 0.0001s;
  transition: transform cubic-bezier(0.4, 0, 0.09, 1) 0.0001s, -webkit-transform cubic-bezier(0.4, 0, 0.09, 1) 0.0001s; }

.product-slider.skip .slider-item.active {
  -webkit-animation: none;
          animation: none; }

.product-slider.skip .slider-item {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important; }

@keyFrames productPlop {
  0%, 100% {
    -webkit-transform: none;
            transform: none; }
  33% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

.product-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
  position: relative;
  padding-bottom: 50px; }
  .product-tile-title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    letter-spacing: .35em;
    display: block;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    white-space: normal; }
  .product-tile-image {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    max-height: 100%; }
  @media only screen and (min-width: 375px) {
    .product-tile {
      height: 270px; } }
  @media only screen and (min-width: 1600px) {
    .product-tile {
      height: 400px; }
      .product-tile-title {
        font-size: 15px; } }

.no-touchevents .product-tile-title {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  opacity: 0;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s; }

.no-touchevents .product-tile:hover .product-tile-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.reference-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: left; }
  .reference-list__item {
    display: block;
    position: relative;
    padding: 24px 0;
    margin: 0;
    border-top: 1px solid #e0e0e0; }
    .no-touchevents .reference-list__item:hover .reference-list__title,
    .no-touchevents .reference-list__item:hover .reference-list__icon {
      color: #697086; }
  .reference-list__image {
    height: 200px;
    margin-bottom: 20px; }
    .reference-list__image img {
      width: 100%;
      height: 100%;
      max-width: none;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      font-family: 'object-fit: dover; object-postition: center;'; }
  .reference-list__content {
    position: relative;
    padding-right: 30px;
    z-index: 1; }
  .reference-list__subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: 14px;
    line-height: 24px;
    color: #697086;
    margin: 0; }
  .reference-list__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    -webkit-transition: color .1s;
    transition: color .1s; }
  .reference-list__text {
    color: #697086;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px; }
  .reference-list__icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
    -webkit-transition: color .1s;
    transition: color .1s; }
  @media only screen and (min-width: 768px) {
    .reference-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin: 0 -20px; }
      .reference-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 40px);
                flex: 0 0 calc(50% - 40px);
        width: calc(50% - 40px);
        margin: 0 20px;
        position: relative; }
        .reference-list__item a {
          display: block;
          width: 100%;
          height: 100%;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                      -ms-grid-row-align: stretch;
                  align-items: stretch; }
      .reference-list__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        position: relative;
        margin: 0 0 30px 0; }
      .reference-list__content {
        position: static;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        z-index: 2; }
      .reference-list__icon {
        top: auto;
        bottom: 0; } }
  @media only screen and (min-width: 1600px) {
    .reference-list__item {
      padding: 30px 0; } }

.section-article {
  position: relative; }
  .section-article__wrap {
    padding: 70px 0 0; }
  .section-article__date {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #697086; }
  .section-article__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #21263f;
    font-size: 35px; }
  .section-article__text {
    color: #697086; }
  .section-article .btn-block {
    margin-top: 30px; }
  .section-article__back {
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    margin: 20px; }
    .section-article__back i {
      font-size: 21px;
      vertical-align: middle;
      margin-right: 10px;
      position: relative;
      top: 2px; }
    .section-article__back span {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: .45em;
      display: inline-block; }
  .section-article__image {
    padding: 0 20px;
    margin: 30px 0; }
    .section-article__image img {
      width: 100%; }
  .section-article__next {
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 30px;
    float: right; }
    .section-article__next__label {
      display: inline-block;
      color: #2d303a; }
    .section-article__next__title {
      display: inline-block;
      color: #697086;
      -webkit-transition: color .15s;
      transition: color .15s; }
      .section-article__next__title i {
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 2px;
        -webkit-transition: -webkit-transform .15s;
        transition: -webkit-transform .15s;
        transition: transform .15s;
        transition: transform .15s, -webkit-transform .15s;
        -webkit-transform: none;
                transform: none; }
    .no-touchevents .section-article__next:hover .section-article__next__title {
      color: #2d303a; }
      .no-touchevents .section-article__next:hover .section-article__next__title i {
        -webkit-transform: translateX(10px);
                transform: translateX(10px); }
  @media only screen and (min-width: 375px) {
    .section-article__back {
      margin: 30px; }
    .section-article__image {
      padding: 0 30px; } }
  @media only screen and (min-width: 768px) {
    .section-article__back {
      margin: 40px; }
    .section-article__date {
      font-size: 16px;
      line-height: 32px; }
    .section-article__title {
      margin-bottom: 20px;
      max-width: 500px;
      font-size: 40px; }
    .section-article__text {
      max-width: 460px; }
    .section-article .content-wrap-medium, .section-article .section .section-introduction, .section .section-article .section-introduction {
      margin: 0; }
    .section-article__image img {
      width: auto; } }
  @media only screen and (min-width: 1024px) {
    .section-article__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-width: 1380px;
      position: relative;
      margin: 0 auto;
      padding: 150px 0; }
      .section-article__wrap--fullheight {
        padding-top: 150px; }
    .section-article__back {
      margin: 0 40px 40px; }
    .section-article__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
      margin-right: 5%; }
    .section-article__title {
      max-width: none; }
    .section-article__text {
      max-width: none; }
      .section-article__text p {
        font-size: 16px;
        line-height: 32px; }
    .section-article__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin: 0;
      padding-right: 40px;
      text-align: right; }
      .section-article__image img {
        display: inline-block;
        width: auto;
        max-width: 100%; }
    .section-article--fullHeight .section-article__back {
      position: absolute;
      top: 0;
      right: 50%;
      margin: 40px; }
    .section-article--fullHeight .section-article__image {
      position: fixed;
      right: 60px;
      top: 0;
      height: 100%;
      width: calc(50% - 30px);
      margin: 0;
      padding: 0; }
      .section-article--fullHeight .section-article__image img {
        display: inline-block;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        font-family: 'object-fit: cover; object-position: center;'; }
    .section-article--fullWidth {
      padding: 0; }
      .section-article--fullWidth .section-article__back {
        margin: 40px; }
      .section-article--fullWidth .section-article__wrap {
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
        margin: 0;
        padding: 0;
        max-width: none; }
      .section-article--fullWidth .section-article__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 740px;
                flex: 0 1 740px;
        margin: 50vh 0 100px; }
      .section-article--fullWidth .section-article__image {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 50vh;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0; }
        .section-article--fullWidth .section-article__image img {
          display: inline-block;
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          font-family: 'object-fit: cover; object-position: center;'; } }
  @media only screen and (min-width: 1600px) {
    .section-article__wrap {
      padding: 180px 0 100px; }
    .section-article__title {
      font-size: 60px; }
    .section-article--fullHeight .section-article__image {
      right: 80px;
      width: calc(50% - 40px); } }
  @media (min-width: 1920px) {
    .section-article__wrap {
      padding: 200px 0 100px; }
    .section-article--normal .section-article__content {
      padding-right: 80px; }
    .section-article--normal .section-article__back {
      position: absolute;
      top: 0;
      right: auto;
      left: 0;
      margin: 40px; } }

.section-contact {
  position: relative;
  text-align: center;
  overflow: hidden; }
  .section-contact__wrap {
    position: relative;
    padding: 100px 0 0; }
  .section-contact--show-map .fp-tableCell {
    vertical-align: top; }
  .section-contact--show-map .section-contact__wrap {
    position: relative; }
  .section-contact--show-map .section-contact__map {
    position: relative;
    height: calc(100vh - 140px); }
  .section-contact__subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 15px; }
  .section-contact__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #21263f;
    font-size: 50px; }
  .section-contact__buttons, .section-contact__footer {
    position: relative;
    margin: 0 auto;
    padding: 20px 20px; }
  .section-contact__buttons {
    margin-top: 30px;
    max-width: 460px; }
  .section-contact .btn-block {
    display: block;
    margin: 10px auto; }
  .section-contact .button-first-section {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3; }
  .section-contact__footer {
    padding-top: 50px; }
  @media only screen and (min-width: 375px) {
    .section-contact__buttons {
      padding: 0 30px; } }
  @media only screen and (min-width: 768px) {
    .section-contact__wrap {
      padding: 200px 0 100px; }
    .section-contact__subtitle {
      font-size: 16px;
      margin-bottom: 0; }
    .section-contact__title {
      font-size: 80px;
      margin-bottom: 20px; }
    .section-contact__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .section-contact__buttons > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
    .section-contact__newsletter, .section-contact__mediabox {
      margin: 0 10px 0 30px; } }
  @media only screen and (min-width: 1024px) {
    .section-contact {
      padding: 0;
      height: 100vh; }
      .section-contact__wrap {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; }
      .section-contact--show-map .section-contact__wrap {
        height: 100%;
        z-index: 2;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
        transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
        transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
        transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s; }
        .section-contact--show-map .section-contact__wrap.section--border-bottom {
          height: 100%; }
      .section-contact--show-map .section-contact__map {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1; }
      .section-contact--show-map.hide .section-contact__wrap {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .section-contact__buttons {
        padding-top: 0;
        padding-bottom: 0;
        max-width: none;
        margin-top: 50px;
        white-space: nowrap; }
      .section-contact__footer {
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        bottom: 15px;
        left: 40px;
        right: 40px; }
      .section-contact .btn-block {
        display: inline-block;
        padding-left: 28px;
        padding-right: 28px;
        margin: 3px; } }
  @media only screen and (min-width: 1600px) {
    .section-contact-subtitle {
      font-size: 18px; }
    .section-contact__title {
      font-size: 100px; } }

.section-highlight {
  background: #f6f6f6;
  position: relative; }
  .section-highlight-content {
    text-align: center;
    margin: 100px auto 20px; }
  .section-highlight-subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 15px; }
  .section-highlight-title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #21263f;
    font-size: 60px; }
  .section-highlight .btn-block {
    margin-top: 10px; }
  .section-highlight-image {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: opacity .5s, -webkit-transform .8s .5s;
    transition: opacity .5s, -webkit-transform .8s .5s;
    transition: transform .8s .5s, opacity .5s;
    transition: transform .8s .5s, opacity .5s, -webkit-transform .8s .5s;
    margin-bottom: 80px; }
    .section-highlight-image img {
      display: block;
      width: 100%; }
  .section-highlight-slide {
    overflow: hidden; }
    .active .section-highlight-slide.active .section-highlight-image {
      opacity: 1;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      transition: opacity 1s 0.5s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1s 0.5s;
      transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1s 0.5s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
  .section-highlight .fp-controlArrow {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #2d303a;
    z-index: 3;
    font-size: 24px;
    display: none !important;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
    .section-highlight .fp-controlArrow:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .section-highlight .fp-controlArrow:active:before {
      top: calc(50% + 1px); }
    .section-highlight .fp-controlArrow.fp-prev {
      left: calc(50% - 80px);
      bottom: 10px; }
    .section-highlight .fp-controlArrow.fp-next {
      left: calc(50% + 25px);
      bottom: 40px; }
  .section-highlight .fp-slidesNav {
    position: absolute;
    margin: 0 !important;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .section-highlight .fp-slidesNav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      counter-reset: slideCount;
      width: 120px;
      height: 60px;
      position: relative; }
      .section-highlight .fp-slidesNav ul li {
        margin: 0;
        padding: 0; }
        .section-highlight .fp-slidesNav ul li a {
          display: block;
          position: absolute;
          left: calc(50% - 25px);
          top: 0;
          font-size: 28px;
          color: #2d303a;
          opacity: 0; }
          .section-highlight .fp-slidesNav ul li a::before {
            counter-increment: slideCount;
            content: counter(slideCount); }
          .section-highlight .fp-slidesNav ul li a.active {
            opacity: 1;
            -webkit-animation: .4s 1 counterPlop;
                    animation: .4s 1 counterPlop; }
      .section-highlight .fp-slidesNav ul::before {
        content: '';
        height: 60px;
        border-right: 1px solid #e0e0e0;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: 40px;
        -webkit-transform: translateY(-50%) rotate(30deg);
                transform: translateY(-50%) rotate(30deg); }
      .section-highlight .fp-slidesNav ul::after {
        position: absolute;
        left: calc(50% + 15px);
        bottom: 0;
        content: counter(slideCount);
        font-size: 20px;
        font-weight: 300;
        color: #697086; }
  @media only screen and (min-width: 768px) {
    .section-highlight-content {
      max-width: 500px; }
    .section-highlight-subtitle {
      font-size: 18px;
      margin-bottom: 20px; }
    .section-highlight-title {
      font-size: 80px;
      margin-bottom: 20px; }
    .section-highlight-image {
      max-width: 450px;
      margin: 0 auto 60px; }
    .section-highlight .fp-controlArrow {
      display: block !important; }
      .section-highlight .fp-controlArrow[style="display: none;"] {
        opacity: .2; } }
  @media only screen and (min-width: 1024px) {
    .section-highlight {
      padding: 0; }
      .section-highlight .content-wrap, .section-highlight .content-wrap-xsmall, .section-highlight .content-wrap-small, .section-highlight .content-wrap-medium, .section-highlight .section .section-introduction, .section .section-highlight .section-introduction, .section-highlight .content-wrap-large, .section-highlight .section .section-title, .section .section-highlight .section-title, .section-highlight .content-wrap-xlarge {
        max-width: none;
        padding-left: 140px; }
      .section-highlight .flex-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .section-highlight-content {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin: 30px 0;
        text-align: left;
        max-width: 580px; }
      .section-highlight-title, .section-highlight-text {
        max-width: none; }
      .section-highlight-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin: 0;
        max-width: 600px; }
        .section-highlight-image img {
          max-width: 100%; } }
  @media only screen and (min-width: 1920px) {
    .section-highlight .content-wrap, .section-highlight .content-wrap-xsmall, .section-highlight .content-wrap-small, .section-highlight .content-wrap-medium, .section-highlight .section .section-introduction, .section .section-highlight .section-introduction, .section-highlight .content-wrap-large, .section-highlight .section .section-title, .section .section-highlight .section-title, .section-highlight .content-wrap-xlarge {
      padding-left: 40px; } }

@keyFrames counterPlop {
  0%, 100% {
    -webkit-transform: none;
            transform: none; }
  15% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

.section-image-text {
  background: #fff;
  position: relative;
  padding: 100px 0 0; }
  .section-image-text__content {
    text-align: center;
    margin: 20px auto 100px;
    position: relative;
    z-index: 1; }
  .section-image-text__subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 15px; }
  .section-image-text__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #21263f;
    font-size: 50px; }
  .section-image-text .btn-block {
    margin-top: 10px;
    display: inline-block; }
  .section-image-text__image {
    margin: 0 -20px;
    position: relative;
    z-index: 0; }
    .section-image-text__image img {
      display: block;
      width: 100%; }
  .section-image-text.fp-section .section-image-text__image {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    -webkit-transition: opacity .5s, -webkit-transform .1s .5s;
    transition: opacity .5s, -webkit-transform .1s .5s;
    transition: transform .1s .5s, opacity .5s;
    transition: transform .1s .5s, opacity .5s, -webkit-transform .1s .5s; }
  .section-image-text.fp-section.active .section-image-text__image {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: opacity 1s 0.5s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1s 0.5s;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1s 0.5s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
  @media only screen and (min-width: 375px) {
    .section-image-text__image {
      margin: 0 -30px; } }
  @media only screen and (min-width: 768px) {
    .section-image-text {
      padding: 70px 0 0; }
      .section-image-text__content {
        max-width: 600px; }
      .section-image-text__subtitle {
        font-size: 18px;
        margin-bottom: 20px; }
      .section-image-text__title {
        font-size: 70px;
        margin-bottom: 20px; }
      .section-image-text__image {
        margin: 30px auto;
        max-width: 600px; } }
  @media only screen and (min-width: 1024px) {
    .section-image-text {
      padding: 0; }
      .section-image-text.fp-auto-height {
        padding: 120px 0; }
      .section-image-text .content-wrap, .section-image-text .content-wrap-xsmall, .section-image-text .content-wrap-small, .section-image-text .content-wrap-medium, .section-image-text .section .section-introduction, .section .section-image-text .section-introduction, .section-image-text .content-wrap-large, .section-image-text .section .section-title, .section .section-image-text .section-title, .section-image-text .content-wrap-xlarge {
        padding-left: 120px; }
      .section-image-text .flex-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .section-image-text__content {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin: 30px 0;
        text-align: left;
        max-width: none; }
      .section-image-text__title, .section-image-text__text {
        max-width: 450px; }
      .section-image-text__image {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 50px);
            flex-basis: calc(50% - 50px);
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0 50px 0 0;
        max-width: none; }
        .section-image-text__image img {
          max-width: 100%;
          width: 100%; }
      .section-image-text.right .section-image-text__content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-align: end;
            -ms-flex-align: end;
                    -ms-grid-row-align: flex-end;
                align-items: flex-end; }
      .section-image-text.right .section-image-text__image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        text-align: left;
        margin: 0 0 0 50px; }
      .section-image-text.right.fp-section .section-image-text__image, .section-image-text.right.js-scroll-reveal .section-image-text__image {
        -webkit-transform: translateX(100px);
                transform: translateX(100px); }
      .section-image-text.right.fp-section.active .section-image-text__image, .section-image-text.right.fp-section.visible .section-image-text__image, .section-image-text.right.js-scroll-reveal.active .section-image-text__image, .section-image-text.right.js-scroll-reveal.visible .section-image-text__image {
        -webkit-transform: none;
                transform: none; } }
  @media only screen and (min-width: 1600px) {
    .section-image-text__image {
      margin: 0 80px 0 0; }
    .section-image-text.right .section-image-text__image {
      margin: 0 0 0 80px; } }
  @media only screen and (min-width: 1920px) {
    .section-image-text {
      padding: 0; }
      .section-image-text.fp-auto-height {
        padding: 150px 0; }
      .section-image-text .content-wrap, .section-image-text .content-wrap-xsmall, .section-image-text .content-wrap-small, .section-image-text .content-wrap-medium, .section-image-text .section .section-introduction, .section .section-image-text .section-introduction, .section-image-text .content-wrap-large, .section-image-text .section .section-title, .section .section-image-text .section-title, .section-image-text .content-wrap-xlarge {
        padding-left: 40px; }
      .section-image-text__title {
        font-size: 100px; }
      .section-image-text__image {
        margin: 0 120px 0 0; }
      .section-image-text.right .section-image-text__image {
        margin: 0 0 0 120px; } }

.section-image {
  background: #2d303a;
  position: relative; }
  .section-image__content {
    position: relative;
    margin: 0 auto;
    padding: 80px 20px;
    max-width: 700px;
    text-align: center;
    z-index: 1; }
  .section-image__pretitle, .section-image__subtitle, .section-image__title {
    color: #fff; }
  .section-image__pretitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 15px;
    font-weight: normal; }
  .section-image__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 50px; }
  .section-image__subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 24px;
    line-height: 1.25; }
    .section-image__subtitle b,
    .section-image__subtitle strong {
      font-weight: 700; }
  .section-image .btn-block {
    margin-top: 20px; }
  .section-image__image {
    opacity: .7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  @media only screen and (min-width: 375px) {
    .section-image__content {
      padding: 100px 30px; } }
  @media only screen and (min-width: 768px) {
    .section-image__content {
      padding: 150px 40px; }
    .section-image__pretitle {
      font-size: 18px;
      margin-bottom: 20px; }
    .section-image__title {
      font-size: 70px;
      margin-bottom: 20px; }
    .section-image__subtitle {
      font-size: 36px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1024px) {
    .section-image__content {
      padding: 200px 40px; } }
  @media only screen and (min-width: 1600px) {
    .section-image__content {
      padding: 240px 40px; }
    .section-image__title {
      font-size: 100px; } }
  @media only screen and (min-width: 1920px) {
    .section-image__content {
      padding: 300px 40px; } }

.section-login {
  padding: 50px 0; }
  @media only screen and (min-width: 1024px) {
    .section-login {
      padding: 0; }
      .section-login h1 {
        font-size: 80px; } }

.section-map {
  height: 100%; }
  .section-map__wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
  .section-map__toggle {
    display: none; }
  .section-map__infowindow {
    padding: 20px 0 0;
    text-align: left; }
    .section-map__infowindow p {
      font-size: 16px;
      font-weight: 400;
      line-height: 28px; }
  .section-map.active .section-map__toggle {
    z-index: -1; }
  @media only screen and (min-width: 1024px) {
    .section-map {
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
      transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
      transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
      transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s; }
      .section-map__toggle {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        background: transparent;
        z-index: 2; }
      .section-map.active {
        -webkit-transform: none;
                transform: none;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); } }

.section-media {
  position: relative;
  text-align: center; }
  .section-media__wrap {
    padding: 120px 0 70px; }
  .section-media__subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 15px;
    letter-spacing: .25em; }
  .section-media__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #21263f;
    font-size: 45px; }
  .section-media__content {
    margin-bottom: 30px; }
  @media only screen and (min-width: 375px) {
    .section-media__subtitle {
      letter-spacing: .35em; }
    .section-media__title {
      font-size: 50px; } }
  @media only screen and (min-width: 768px) {
    .section-media__wrap {
      padding: 100px 0 80px; }
    .section-media__subtitle {
      font-size: 16px;
      letter-spacing: .45em;
      max-width: 600px;
      margin: 0 auto; }
    .section-media__title {
      font-size: 80px;
      margin-bottom: 20px; }
    .section-media__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-width: 460px;
      margin: 0 auto; } }
  @media only screen and (min-width: 1600px) {
    .section-media__wrap {
      padding: 200px 0 100px; }
    .section-media-subtitle {
      font-size: 18px; }
    .section-media__title {
      font-size: 100px; } }

.section-newsletter {
  position: relative;
  text-align: center; }
  .section-newsletter .flex-wrap {
    padding: 140px 0 80px; }
  .section-newsletter .newsletter {
    margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .section-newsletter .flex-wrap {
      min-height: calc(100vh - 60px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 1600px) {
    .section-newsletter .flex-wrap {
      min-height: calc(100vh - 80px); } }

.section-overview {
  position: relative;
  text-align: center;
  background: #fff; }
  .section-overview-wrap {
    padding: 100px 0 80px; }
  .section-overview-subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 15px;
    letter-spacing: .25em; }
  .section-overview-title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #21263f;
    font-size: 45px; }
  .section-overview-products {
    padding: 0 20px; }
  .section-overview .product-list-item {
    -webkit-transition: opacity 0.3s, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    transition: opacity 0.3s, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, opacity 0.3s;
    transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, opacity 0.3s, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    .section-overview .product-list-item:nth-child(2) {
      -webkit-transition-delay: 0.16s;
              transition-delay: 0.16s; }
    .section-overview .product-list-item:nth-child(3) {
      -webkit-transition-delay: 0.24s;
              transition-delay: 0.24s; }
    .section-overview .product-list-item:nth-child(4) {
      -webkit-transition-delay: 0.32s;
              transition-delay: 0.32s; }
    .section-overview .product-list-item:nth-child(5) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .section-overview .product-list-item:nth-child(6) {
      -webkit-transition-delay: 0.48s;
              transition-delay: 0.48s; }
    .section-overview .product-list-item:nth-child(7) {
      -webkit-transition-delay: 0.56s;
              transition-delay: 0.56s; }
    .section-overview .product-list-item:nth-child(8) {
      -webkit-transition-delay: 0.64s;
              transition-delay: 0.64s; }
    .section-overview .product-list-item:nth-child(9) {
      -webkit-transition-delay: 0.72s;
              transition-delay: 0.72s; }
    .section-overview .product-list-item:nth-child(10) {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    .section-overview .product-list-item:nth-child(11) {
      -webkit-transition-delay: 0.88s;
              transition-delay: 0.88s; }
    .section-overview .product-list-item:nth-child(12) {
      -webkit-transition-delay: 0.96s;
              transition-delay: 0.96s; }
    .section-overview .product-list-item:nth-child(13) {
      -webkit-transition-delay: 1.04s;
              transition-delay: 1.04s; }
    .section-overview .product-list-item:nth-child(14) {
      -webkit-transition-delay: 1.12s;
              transition-delay: 1.12s; }
    .section-overview .product-list-item:nth-child(15) {
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; }
    .section-overview .product-list-item:nth-child(16) {
      -webkit-transition-delay: 1.28s;
              transition-delay: 1.28s; }
    .section-overview .product-list-item:nth-child(17) {
      -webkit-transition-delay: 1.36s;
              transition-delay: 1.36s; }
    .section-overview .product-list-item:nth-child(18) {
      -webkit-transition-delay: 1.44s;
              transition-delay: 1.44s; }
    .section-overview .product-list-item:nth-child(19) {
      -webkit-transition-delay: 1.52s;
              transition-delay: 1.52s; }
    .section-overview .product-list-item:nth-child(20) {
      -webkit-transition-delay: 1.6s;
              transition-delay: 1.6s; }
    .loading .section-overview .product-list-item {
      -webkit-transition: none;
      transition: none;
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0; }
  @media only screen and (min-width: 375px) {
    .section-overview-products {
      padding: 0 30px; }
    .section-overview-subtitle {
      letter-spacing: .35em; }
    .section-overview-title {
      font-size: 50px; } }
  @media only screen and (min-width: 768px) {
    .section-overview {
      min-height: calc(100vh - 60px); }
      .section-overview-subtitle {
        font-size: 16px;
        letter-spacing: .45em;
        margin-bottom: 10px; }
      .section-overview-title {
        font-size: 80px; }
      .section-overview-products {
        margin-top: 50px;
        padding: 0 40px; } }
  @media only screen and (min-width: 1024px) {
    .section-overview {
      min-height: 100vh; } }
  @media only screen and (min-width: 1600px) {
    .section-overview-subtitle {
      font-size: 18px; }
    .section-overview-title {
      font-size: 100px; }
    .section-overview-products {
      margin-top: 40px; } }

body .section-pricelists {
  padding: 0;
  box-sizing: border-box; }
  body .section-pricelists .select-field {
    margin-bottom: 20px; }
  body .section-pricelists .section-text__wrap {
    padding: 120px 0 50px; }
  body .section-pricelists__user {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .875rem; }
    body .section-pricelists__user i {
      vertical-align: middle;
      position: relative;
      top: 1px; }
    body .section-pricelists__user a {
      margin-left: 10px; }
      body .section-pricelists__user a i {
        margin-left: 5px; }
  @media only screen and (min-width: 375px) {
    body .section-pricelists__user {
      padding: 10px 30px; } }
  @media only screen and (min-width: 768px) {
    body .section-pricelists .section-text__wrap {
      padding: 80px 0; }
    body .section-pricelists__user {
      padding: 10px 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media only screen and (min-width: 1024px) {
    body .section-pricelists__user {
      top: 0;
      left: auto; } }
  @media only screen and (min-width: 1600px) {
    body .section-pricelists__user {
      padding: 25px 20px 20px 40px; } }

.section-references {
  position: relative;
  text-align: center; }
  .section-references__wrap {
    padding: 120px 0 70px; }
  .section-references__subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 15px;
    letter-spacing: .25em; }
  .section-references__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #21263f;
    font-size: 45px; }
  .section-references__content {
    margin-bottom: 30px; }
  @media only screen and (min-width: 375px) {
    .section-references__subtitle {
      letter-spacing: .35em; }
    .section-references__title {
      font-size: 50px; } }
  @media only screen and (min-width: 768px) {
    .section-references__wrap {
      padding: 100px 0 80px;
      min-height: calc(100vh - 60px); }
    .section-references__subtitle {
      font-size: 16px;
      letter-spacing: .45em;
      max-width: 600px;
      margin: 0 auto; }
    .section-references__title {
      font-size: 80px;
      margin-bottom: 20px; }
    .section-references__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-width: 460px;
      margin: 0 auto; } }
  @media only screen and (min-width: 1600px) {
    .section-references__wrap {
      padding: 200px 0 100px;
      min-height: calc(100vh - 80px); }
    .section-references-subtitle {
      font-size: 18px; }
    .section-references__title {
      font-size: 100px; } }

.section-slider {
  position: relative;
  text-align: center;
  background: #fff; }
  .section-slider__wrap {
    padding: 50px 0; }
  .section-slider__subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 15px;
    letter-spacing: .25em;
    position: relative;
    z-index: 5; }
  .section-slider__title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #21263f;
    font-size: 45px;
    position: relative;
    z-index: 5; }
  .section-slider__slider {
    position: relative;
    z-index: 0; }
  @media only screen and (min-width: 375px) {
    .section-slider__products {
      padding: 0 30px; }
    .section-slider__subtitle {
      letter-spacing: .35em; }
    .section-slider__title {
      font-size: 50px; } }
  @media only screen and (min-width: 768px) {
    .section-slider__wrap {
      padding: 140px 0 80px; }
    .section-slider__subtitle {
      font-size: 18px;
      letter-spacing: .45em;
      margin-bottom: 10px; }
    .section-slider__title {
      font-size: 80px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1600px) {
    .section-slider__wrap {
      padding: 100px 0; }
    .section-slider__title {
      font-size: 100px; }
    .section-slider .slider-item,
    .section-slider .product-tile {
      height: 500px; } }
  @media only screen and (min-width: 1920px) {
    .section-slider .slider-item,
    .section-slider .product-tile {
      height: 600px; } }

.section-text {
  position: relative;
  padding: 100px 0;
  text-align: left; }
  .section-text.section--text-center {
    text-align: center; }
  @media only screen and (min-width: 1024px) {
    .section-text {
      padding: 120px 0; }
      .section-text__wrap {
        margin-left: 80px; } }
  @media only screen and (min-width: 1600px) {
    .section-text {
      padding: 150px 0; }
      .section-text__wrap {
        margin-left: 0; } }

.section-video {
  position: relative;
  height: 200px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .section-video #playbutton {
    cursor: pointer; }
  .section-video #video-wrapper {
    position: absolute;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 0; }
    .section-video #video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .section-video #poster-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    background-color: rgba(45, 48, 58, 0.4);
    pointer-events: visible;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .section-video #poster-text.hide {
      opacity: 0;
      pointer-events: none; }
  .section-video #poster-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2d303a;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    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;
    pointer-events: visible; }
    .section-video #poster-image.hide, .section-video #poster-image.autoplay {
      opacity: 0;
      pointer-events: none; }
  @media only screen and (min-width: 768px) {
    .section-video {
      height: 300px; } }
  @media only screen and (min-width: 1024px) {
    .section-video {
      height: 400px; } }
  @media only screen and (min-width: 1200px) {
    .section-video {
      height: 500px; } }
  @media only screen and (min-width: 1600px) {
    .section-video {
      height: 600px; } }

.section--border-bottom {
  border-bottom: 1px solid #e0e0e0; }

.section--medium {
  background: #f6f6f6; }

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

.section--vcenter .flex-wrap {
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.section--alt1 {
  background: #f6f6f6; }

.section--alt2, .section--alt3, .section--alt4, .section--alt5, .section--alt6 {
  background: #fff; }

.section-wrap {
  padding: 80px 0; }

.section .section-title {
  text-align: center;
  margin-bottom: 1rem; }

.section .section-introduction {
  text-align: center;
  margin-bottom: 50px; }

@media only screen and (min-width: 768px) {
  .section--show-next {
    height: calc(100vh - 80px);
    z-index: 2;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
    transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s; }
    .section--show-next.hide {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); } }

@media only screen and (min-width: 1024px) {
  .section--alt1 {
    background: url(/static/images/section--alt1-bg.jpg) 0 0/200px auto no-repeat #f6f6f6; }
  .section--alt1_white {
    background: url(/static/images/section--alt1-bg_white.jpg) 0 0/200px auto no-repeat #fff; }
  .section--alt2 {
    background: url(/static/images/section--alt2-bg.jpg) 0 0/auto 100% no-repeat #fff; }
  .section--alt3 {
    background: url(/static/images/section--alt3-bg.jpg) 100% 0/200px auto no-repeat #fff; }
  .section--alt4 {
    background: url(/static/images/section--alt4-bg.jpg) 100% 0/500px no-repeat #fff; }
  .section--alt5 {
    background: url(/static/images/section--alt5-bg.jpg) 100% 0/300px auto no-repeat #fff; }
  .section--alt6 {
    background: url(/static/images/section--alt6-bg.jpg) 100% 0/200px auto no-repeat #fff; } }

@media only screen and (min-width: 1600px) {
  .section--alt1 {
    background: url(/static/images/section--alt1-bg.jpg) 0 0/300px auto no-repeat #f6f6f6; }
  .section--alt1_white {
    background: url(/static/images/section--alt1-bg_white.jpg) 0 0/300px auto no-repeat #fff; }
  .section--alt2 {
    background: url(/static/images/section--alt2-bg.jpg) 0 0/auto 100% no-repeat #fff; }
  .section--alt3 {
    background: url(/static/images/section--alt3-bg.jpg) calc(100% + 180px) 0/400px auto no-repeat #fff; }
  .section--alt4 {
    background: url(/static/images/section--alt4-bg.jpg) 100% 0/860px no-repeat #fff; }
  .section--alt5 {
    background: url(/static/images/section--alt5-bg.jpg) 100% 0/500px auto no-repeat #fff; }
  .section--alt6 {
    background: url(/static/images/section--alt6-bg.jpg) 100% 0/auto no-repeat #fff; } }

@media only screen and (min-width: 1920px) {
  .section--alt1 {
    background-size: auto; }
  .section--alt3 {
    background-position: calc(100% + 100px) 0;
    background-size: 500px auto; }
  .section--alt4 {
    background-size: auto; }
  .section--alt5 {
    background-size: auto; } }

@media (min-width: 2200px) {
  .section--alt3 {
    background-position: 100% 0;
    background-size: auto; } }

.select-field {
  position: relative; }
  .select-field select {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 1px solid rgba(45, 48, 58, 0.15);
    border-radius: 1px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 9px 17px;
    font-size: 16px; }
    .select-field select::-ms-expand {
      display: none; }
    .select-field select:focus {
      border-color: #697086;
      color: #697086; }
  .select-field:before {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px; }
  .no-touchevents .select-field:hover:before {
    color: #2d303a; }
  .select-field--light select {
    border-color: rgba(45, 48, 58, 0.3);
    color: #fff;
    font-weight: 600; }
    .select-field--light select:focus {
      background: #697086;
      border-color: rgba(45, 48, 58, 0.5);
      color: #fff; }
  .select-field--light:before {
    color: rgba(45, 48, 58, 0.3); }
  @media only screen and (min-width: 768px) {
    .select-field.required::after {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0;
      text-transform: none;
      content: '*';
      position: absolute;
      top: 18px;
      right: -20px;
      font-size: 18px;
      font-weight: 600;
      line-height: 1; } }

.site-logo {
  position: fixed;
  left: 15px;
  top: 15px;
  width: 122px;
  height: 30px;
  z-index: 90;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
  .site-logo.loading {
    opacity: 0; }
  .site-logo a {
    display: block;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .site-logo svg {
    display: block;
    width: auto;
    height: 100%; }
    .site-logo svg rect {
      fill: transparent; }
    .site-logo svg path,
    .site-logo svg polygon {
      -webkit-transition: fill 1s;
      transition: fill 1s;
      fill: #2d303a; }
  .site-logo.light svg path,
  .site-logo.light svg polygon {
    fill: #fff; }
  @media only screen and (min-width: 1024px) {
    .site-logo {
      position: absolute;
      left: 20px;
      top: 20px;
      height: 35px;
      width: 140px;
      z-index: 50; }
      .site-logo--fixed {
        position: fixed; } }
  @media only screen and (min-width: 1600px) {
    .site-logo {
      left: 40px;
      top: 40px;
      height: 45px;
      width: 182px; } }

.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 5px 3px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .social-list__item a {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      border-color: rgba(45, 48, 58, 0.5); }
  @media only screen and (min-width: 1024px) {
    .social-list__item {
      margin: 5px 2px; } }
  @media only screen and (min-width: 1600px) {
    .social-list {
      margin: 5px; } }

.styleguide {
  /* Styleguide elementts */
  /* Typography */
  /* Colors */ }
  .styleguide header {
    background: #fff;
    padding: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden; }
    .styleguide header .styleguide-logo {
      display: inline-block;
      float: left;
      height: 40px;
      margin: 5px 0; }
      .styleguide header .styleguide-logo svg {
        display: block;
        width: auto;
        height: 100%; }
        .styleguide header .styleguide-logo svg path,
        .styleguide header .styleguide-logo svg polygon {
          fill: #2d303a; }
    .styleguide header h1 {
      font-size: 50px;
      line-height: 50px;
      float: right; }
    @media only screen and (min-width: 1024px) {
      .styleguide header .styleguide-logo {
        position: absolute;
        left: 50px;
        top: 55px;
        float: none;
        margin: 0; }
      .styleguide header h1 {
        float: none; } }
  .styleguide section {
    padding: 100px 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center; }
  .styleguide-title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    position: relative;
    margin: 0 auto .5rem;
    color: #2d303a; }
  .styleguide-subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    position: relative;
    margin: 0 auto 1rem;
    color: #697086; }
  .styleguide-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 20px; }
    .styleguide-list li {
      display: inline-block;
      margin: 10px 10px 20px; }
    .styleguide-list.fixed-width li {
      margin: 10px 0;
      min-width: 160px; }
  .styleguide-table {
    width: auto;
    margin: 50px auto; }
    .styleguide-table th,
    .styleguide-table tr > td:first-child {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: .45em;
      font-size: 13px;
      color: #697086; }
    .styleguide-table tr > th:first-child,
    .styleguide-table tr > td:first-child {
      text-align: right; }
    .styleguide-table th, .styleguide-table td {
      padding: 10px;
      vertical-align: middle; }
  .styleguide-label {
    font-size: 12px;
    line-height: 1;
    margin: 10px 0 0; }
  .styleguide-row {
    margin: 0 0 20px; }
  .styleguide .typography {
    text-align: left; }
  .styleguide .typography-bodyfont {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    display: block;
    margin: 0 0 1em;
    color: #697086; }
  .styleguide .typography-headingfont {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    display: block;
    margin: 0 0 1em;
    color: #697086; }
  .styleguide .typography-buttonfont {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    display: block;
    margin: 0 0 1em;
    color: #697086; }
  .styleguide .typography-labelfont {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45em;
    display: block;
    margin: 0 0 1em;
    color: #697086; }
  .styleguide .typography-quotefont {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin: 0 0 1em;
    color: #697086; }
  .styleguide .colors .content-wrap, .styleguide .colors .content-wrap-xsmall, .styleguide .colors .content-wrap-small, .styleguide .colors .content-wrap-medium, .styleguide .colors .section .section-introduction, .section .styleguide .colors .section-introduction, .styleguide .colors .content-wrap-large, .styleguide .colors .section .section-title, .section .styleguide .colors .section-title, .styleguide .colors .content-wrap-xlarge {
    max-width: 640px; }
  .styleguide .color-item {
    position: relative;
    margin: 0 auto 10px;
    width: 100px;
    height: 100px;
    border: 2px solid transparent;
    border-radius: 100%;
    position: relative; }
    .styleguide .color-item.bordered {
      border: 1px solid #e0e0e0; }
    .styleguide .color-item.background-default {
      background: #fff; }
    .styleguide .color-item.background-dark {
      background: #2d303a; }
    .styleguide .color-item.background-light {
      background: #f6f6f6; }
    .styleguide .color-item.border-default {
      background: #e0e0e0; }
    .styleguide .color-item.border-dark {
      background: #2d303a; }
    .styleguide .color-item.border-medium {
      background: #697086; }
    .styleguide .color-item.border-light {
      background: #fff; }
    .styleguide .color-item.text-default {
      background: #697086; }
    .styleguide .color-item.text-dark {
      background: #2d303a; }
    .styleguide .color-item.text-medium {
      background: #21263f; }
    .styleguide .color-item.text-light {
      background: #fff; }
    .styleguide .color-item.social-facebook {
      background: #3b5998; }
    .styleguide .color-item.social-twitter {
      background: #55acee; }
    .styleguide .color-item.social-linkedin {
      background: #0077b5; }
  .styleguide .icons .styleguide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .styleguide .icons .styleguide-list li {
      display: block;
      float: left;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      padding: 0;
      margin: 0; }
      .styleguide .icons .styleguide-list li i {
        font-size: 16px;
        display: block;
        margin: 30px auto 10px; }
  .styleguide .buttons {
    background: #e0e0e0; }

.text-field,
.plaintext-field,
.amforms_email-field {
  position: relative; }
  .text-field input,
  .text-field textarea,
  .plaintext-field input,
  .plaintext-field textarea,
  .amforms_email-field input,
  .amforms_email-field textarea {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    background: transparent;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    line-height: 28px;
    padding: 10px;
    width: 100%;
    margin-right: -10px; }
    .text-field input:focus + .text-field__border::before,
    .text-field textarea:focus + .text-field__border::before,
    .plaintext-field input:focus + .text-field__border::before,
    .plaintext-field textarea:focus + .text-field__border::before,
    .amforms_email-field input:focus + .text-field__border::before,
    .amforms_email-field textarea:focus + .text-field__border::before {
      -webkit-transform: none;
              transform: none; }
    .text-field input::-webkit-input-placeholder,
    .text-field textarea::-webkit-input-placeholder,
    .plaintext-field input::-webkit-input-placeholder,
    .plaintext-field textarea::-webkit-input-placeholder,
    .amforms_email-field input::-webkit-input-placeholder,
    .amforms_email-field textarea::-webkit-input-placeholder {
      color: #697086;
      font-style: italic; }
    .text-field input::-moz-placeholder,
    .text-field textarea::-moz-placeholder,
    .plaintext-field input::-moz-placeholder,
    .plaintext-field textarea::-moz-placeholder,
    .amforms_email-field input::-moz-placeholder,
    .amforms_email-field textarea::-moz-placeholder {
      color: #697086;
      font-style: italic; }
    .text-field input:-ms-input-placeholder,
    .text-field textarea:-ms-input-placeholder,
    .plaintext-field input:-ms-input-placeholder,
    .plaintext-field textarea:-ms-input-placeholder,
    .amforms_email-field input:-ms-input-placeholder,
    .amforms_email-field textarea:-ms-input-placeholder {
      color: #697086;
      font-style: italic; }
    .text-field input:-moz-placeholder,
    .text-field textarea:-moz-placeholder,
    .plaintext-field input:-moz-placeholder,
    .plaintext-field textarea:-moz-placeholder,
    .amforms_email-field input:-moz-placeholder,
    .amforms_email-field textarea:-moz-placeholder {
      color: #697086;
      font-style: italic; }
  .text-field input,
  .plaintext-field input,
  .amforms_email-field input {
    height: 50px; }
  .text-field textarea,
  .plaintext-field textarea,
  .amforms_email-field textarea {
    height: auto;
    min-height: 220px; }
  .text-field__border,
  .plaintext-field__border,
  .amforms_email-field__border {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 0;
    height: 1px;
    background: rgba(45, 48, 58, 0.15);
    overflow: hidden; }
    .text-field__border::before,
    .plaintext-field__border::before,
    .amforms_email-field__border::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      background: #697086;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
  @media only screen and (min-width: 768px) {
    .text-field.required::after,
    .plaintext-field.required::after,
    .amforms_email-field.required::after {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0;
      text-transform: none;
      content: '*';
      position: absolute;
      top: 18px;
      right: -20px;
      font-size: 18px;
      font-weight: 600;
      line-height: 1; } }

.radio-field,
.radios-field {
  text-align: left;
  position: relative; }
  .radio-field input[type="radio"],
  .radios-field input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .radio-field input[type="radio"]:checked + label:before,
    .radios-field input[type="radio"]:checked + label:before {
      opacity: 1; }
    .radio-field input[type="radio"]:checked + label:after,
    .radios-field input[type="radio"]:checked + label:after {
      border-color: #2d303a; }
  .radio-field label,
  .radios-field label {
    padding-left: 30px; }
    .radio-field label:before, .radio-field label:after,
    .radios-field label:before,
    .radios-field label:after {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block; }
    .radio-field label:before,
    .radios-field label:before {
      z-index: 2;
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      opacity: 0;
      color: #2d303a; }
    .radio-field label:after,
    .radios-field label:after {
      content: '';
      width: 16px;
      height: 16px;
      z-index: 1;
      border: 2px solid #2d303a; }
  .radio-field div,
  .radios-field div {
    position: relative;
    margin-right: 16px; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.pswp {
  color: #fff; }
  .pswp .pswp--animate_opacity,
  .pswp .pswp__bg,
  .pswp .pswp__caption,
  .pswp .pswp__top-bar,
  .pswp .pswp--has_mouse .pswp__button--arrow--left,
  .pswp .pswp--has_mouse .pswp__button--arrow--right {
    -webkit-transition: opacity 300ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.22, 1); }
  .pswp__bg {
    background-color: #2d303a; }
  .pswp__top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .pswp__counter {
    padding: 15px; }
  .pswp__button {
    background: transparent;
    border: none; }
    .pswp__button--close {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 60px; }
      .pswp__button--close:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 16px; }
    .pswp__button--arrow--left, .pswp__button--arrow--right {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 60px;
      height: 60px; }
      .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 32px; }
    .pswp__button--arrow--left {
      left: 0; }
    .pswp__button--arrow--right {
      right: 0; }
  .pswp__element--disabled {
    display: none; }

@media only screen and (min-width: 1600px) {
  .pswp__button--arrow--left, .pswp__button--arrow--right {
    display: block; } }
