@charset "UTF-8";
@font-face {
  font-family: "Grold Slim";
  src: url("./../font/GroldSlim-SemiLight.woff2") format("woff2"), url("./../font/GroldSlim-SemiLight.otf") format("otf"), url("./../font/GroldSlim-SemiLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grold Slim";
  src: url("./../font/GroldSlim-Medium.woff2") format("woff2"), url("./../font/GroldSlim-Medium.otf") format("otf"), url("./../font/GroldSlim-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grold Slim";
  src: url("./../font/GroldSlim-Bold.woff2") format("woff2"), url("./../font/GroldSlim-Bold.oft") format("otf"), url("./../font/GroldSlim-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 479px) {
  .hide-xs {
    display: none !important;
  }
}

.show-xs-inline {
  display: none;
}
@media (max-width: 479px) {
  .show-xs-inline {
    display: inline;
  }
}

.show-xs-flex {
  display: none;
}
@media (max-width: 479px) {
  .show-xs-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.show-xs-block {
  display: none;
}
@media (max-width: 479px) {
  .show-xs-block {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .hide-s {
    display: none !important;
  }
}

.show-s-inline {
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .show-s-inline {
    display: inline;
  }
}

.show-s-flex {
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .show-s-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.show-s-block {
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .show-s-block {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 976px) {
  .hide-m {
    display: none !important;
  }
}

.show-m-inline {
  display: none;
}
@media (min-width: 768px) and (max-width: 976px) {
  .show-m-inline {
    display: inline;
  }
}

.show-m-flex {
  display: none;
}
@media (min-width: 768px) and (max-width: 976px) {
  .show-m-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.show-m-block {
  display: none;
}
@media (min-width: 768px) and (max-width: 976px) {
  .show-m-block {
    display: block;
  }
}

@media (min-width: 977px) and (max-width: 1199px) {
  .hide-l {
    display: none !important;
  }
}

.show-l-inline {
  display: none;
}
@media (min-width: 977px) and (max-width: 1199px) {
  .show-l-inline {
    display: inline;
  }
}

.show-l-flex {
  display: none;
}
@media (min-width: 977px) and (max-width: 1199px) {
  .show-l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.show-l-block {
  display: none;
}
@media (min-width: 977px) and (max-width: 1199px) {
  .show-l-block {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1679px) {
  .hide-xl {
    display: none !important;
  }
}

.show-xl-inline {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1679px) {
  .show-xl-inline {
    display: inline;
  }
}

.show-xl-flex {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1679px) {
  .show-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.show-xl-block {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1679px) {
  .show-xl-block {
    display: block;
  }
}

@media (min-width: 1680px) {
  .hide-xxl {
    display: none !important;
  }
}

.show-xxl-inline {
  display: none;
}
@media (min-width: 1680px) {
  .show-xxl-inline {
    display: inline;
  }
}

.show-xxl-flex {
  display: none;
}
@media (min-width: 1680px) {
  .show-xxl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.show-xxl-block {
  display: none;
}
@media (min-width: 1680px) {
  .show-xxl-block {
    display: block;
  }
}

@media (min-width: 320px) {
  .no-padding-xs {
    padding: 0 !important;
  }
}

@media (min-width: 320px) {
  .no-padding-top-xs {
    padding-top: 0 !important;
  }
}

@media (min-width: 320px) {
  .no-padding-right-xs {
    padding-right: 0 !important;
  }
}

@media (min-width: 320px) {
  .no-padding-bottom-xs {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 320px) {
  .no-padding-left-xs {
    padding-left: 0 !important;
  }
}

@media (min-width: 320px) {
  .no-margin-xs {
    margin: 0 !important;
  }
}
@media (min-width: 320px) and (min-width: 320px) {
  .no-margin-xs .col,
  .no-margin-xs [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 320px) {
  .no-margin-top-xs {
    margin-top: 0 !important;
  }
}
@media (min-width: 320px) and (min-width: 320px) {
  .no-margin-top-xs .col,
  .no-margin-top-xs [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 320px) {
  .no-margin-right-xs {
    margin-right: 0 !important;
  }
}
@media (min-width: 320px) and (min-width: 320px) {
  .no-margin-right-xs .col,
  .no-margin-right-xs [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 320px) {
  .no-margin-bottom-xs {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 320px) and (min-width: 320px) {
  .no-margin-bottom-xs .col,
  .no-margin-bottom-xs [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 320px) {
  .no-margin-left-xs {
    margin-left: 0 !important;
  }
}
@media (min-width: 320px) and (min-width: 320px) {
  .no-margin-left-xs .col,
  .no-margin-left-xs [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 480px) {
  .no-padding-s {
    padding: 0 !important;
  }
}

@media (min-width: 480px) {
  .no-padding-top-s {
    padding-top: 0 !important;
  }
}

@media (min-width: 480px) {
  .no-padding-right-s {
    padding-right: 0 !important;
  }
}

@media (min-width: 480px) {
  .no-padding-bottom-s {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 480px) {
  .no-padding-left-s {
    padding-left: 0 !important;
  }
}

@media (min-width: 480px) {
  .no-margin-s {
    margin: 0 !important;
  }
}
@media (min-width: 480px) and (min-width: 480px) {
  .no-margin-s .col,
  .no-margin-s [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 480px) {
  .no-margin-top-s {
    margin-top: 0 !important;
  }
}
@media (min-width: 480px) and (min-width: 480px) {
  .no-margin-top-s .col,
  .no-margin-top-s [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 480px) {
  .no-margin-right-s {
    margin-right: 0 !important;
  }
}
@media (min-width: 480px) and (min-width: 480px) {
  .no-margin-right-s .col,
  .no-margin-right-s [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 480px) {
  .no-margin-bottom-s {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 480px) and (min-width: 480px) {
  .no-margin-bottom-s .col,
  .no-margin-bottom-s [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 480px) {
  .no-margin-left-s {
    margin-left: 0 !important;
  }
}
@media (min-width: 480px) and (min-width: 480px) {
  .no-margin-left-s .col,
  .no-margin-left-s [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-padding-m {
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-padding-top-m {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-padding-right-m {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-padding-bottom-m {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-padding-left-m {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-margin-m {
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .no-margin-m .col,
  .no-margin-m [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-margin-top-m {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .no-margin-top-m .col,
  .no-margin-top-m [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-margin-right-m {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .no-margin-right-m .col,
  .no-margin-right-m [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-margin-bottom-m {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .no-margin-bottom-m .col,
  .no-margin-bottom-m [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-margin-left-m {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .no-margin-left-m .col,
  .no-margin-left-m [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 977px) {
  .no-padding-l {
    padding: 0 !important;
  }
}

@media (min-width: 977px) {
  .no-padding-top-l {
    padding-top: 0 !important;
  }
}

@media (min-width: 977px) {
  .no-padding-right-l {
    padding-right: 0 !important;
  }
}

@media (min-width: 977px) {
  .no-padding-bottom-l {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 977px) {
  .no-padding-left-l {
    padding-left: 0 !important;
  }
}

@media (min-width: 977px) {
  .no-margin-l {
    margin: 0 !important;
  }
}
@media (min-width: 977px) and (min-width: 977px) {
  .no-margin-l .col,
  .no-margin-l [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 977px) {
  .no-margin-top-l {
    margin-top: 0 !important;
  }
}
@media (min-width: 977px) and (min-width: 977px) {
  .no-margin-top-l .col,
  .no-margin-top-l [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 977px) {
  .no-margin-right-l {
    margin-right: 0 !important;
  }
}
@media (min-width: 977px) and (min-width: 977px) {
  .no-margin-right-l .col,
  .no-margin-right-l [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 977px) {
  .no-margin-bottom-l {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 977px) and (min-width: 977px) {
  .no-margin-bottom-l .col,
  .no-margin-bottom-l [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 977px) {
  .no-margin-left-l {
    margin-left: 0 !important;
  }
}
@media (min-width: 977px) and (min-width: 977px) {
  .no-margin-left-l .col,
  .no-margin-left-l [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .no-padding-xl {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .no-padding-top-xl {
    padding-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .no-padding-right-xl {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .no-padding-bottom-xl {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .no-padding-left-xl {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .no-margin-xl {
    margin: 0 !important;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .no-margin-xl .col,
  .no-margin-xl [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .no-margin-top-xl {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .no-margin-top-xl .col,
  .no-margin-top-xl [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .no-margin-right-xl {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .no-margin-right-xl .col,
  .no-margin-right-xl [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .no-margin-bottom-xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .no-margin-bottom-xl .col,
  .no-margin-bottom-xl [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .no-margin-left-xl {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .no-margin-left-xl .col,
  .no-margin-left-xl [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1680px) {
  .no-padding-xxl {
    padding: 0 !important;
  }
}

@media (min-width: 1680px) {
  .no-padding-top-xxl {
    padding-top: 0 !important;
  }
}

@media (min-width: 1680px) {
  .no-padding-right-xxl {
    padding-right: 0 !important;
  }
}

@media (min-width: 1680px) {
  .no-padding-bottom-xxl {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1680px) {
  .no-padding-left-xxl {
    padding-left: 0 !important;
  }
}

@media (min-width: 1680px) {
  .no-margin-xxl {
    margin: 0 !important;
  }
}
@media (min-width: 1680px) and (min-width: 1680px) {
  .no-margin-xxl .col,
  .no-margin-xxl [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1680px) {
  .no-margin-top-xxl {
    margin-top: 0 !important;
  }
}
@media (min-width: 1680px) and (min-width: 1680px) {
  .no-margin-top-xxl .col,
  .no-margin-top-xxl [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1680px) {
  .no-margin-right-xxl {
    margin-right: 0 !important;
  }
}
@media (min-width: 1680px) and (min-width: 1680px) {
  .no-margin-right-xxl .col,
  .no-margin-right-xxl [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1680px) {
  .no-margin-bottom-xxl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1680px) and (min-width: 1680px) {
  .no-margin-bottom-xxl .col,
  .no-margin-bottom-xxl [class^=col-] {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1680px) {
  .no-margin-left-xxl {
    margin-left: 0 !important;
  }
}
@media (min-width: 1680px) and (min-width: 1680px) {
  .no-margin-left-xxl .col,
  .no-margin-left-xxl [class^=col-] {
    margin-bottom: 0 !important;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.grid.no-bottom-margin-cols .col,
.grid.no-bottom-margin-cols [class^=col-] {
  margin-bottom: 0;
}
.grid.collapse {
  margin-left: 0;
  margin-right: 0;
}
.grid.collapse .col,
.grid.collapse [class^=col-] {
  padding: 0;
}
.grid.uncollapse {
  margin-left: -15px;
  margin-right: -15px;
}
.grid.uncollapse .col,
.grid.uncollapse [class^=col-] {
  padding: 0 15px;
}

@media (min-width: 320px) {
  .justify-xs-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .justify-xs-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-xs-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .align-xs-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-xs-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-xs-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-xs {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-xs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reverse-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 480px) {
  .justify-s-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .justify-s-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-s-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .align-s-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-s-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-s-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-s {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-s {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reverse-s {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .justify-m-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .justify-m-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-m-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .align-m-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-m-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-m-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-m {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-m {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reverse-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 977px) {
  .justify-l-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .justify-l-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-l-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .align-l-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-l-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-l-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-l {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-l {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reverse-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .justify-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .justify-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .align-xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reverse-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1680px) {
  .justify-xxl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .justify-xxl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-xxl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .align-xxl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-xxl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-xxl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-xxl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-xxl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reverse-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.col,
[class^=col-] {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}

.grid-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 320px) {
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 1 - 0.1px);
        flex-basis: calc(100% / 12 * 1 - 0.1px);
    max-width: calc(100% / 12 * 1 - 0.1px);
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 2 - 0.1px);
        flex-basis: calc(100% / 12 * 2 - 0.1px);
    max-width: calc(100% / 12 * 2 - 0.1px);
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 3 - 0.1px);
        flex-basis: calc(100% / 12 * 3 - 0.1px);
    max-width: calc(100% / 12 * 3 - 0.1px);
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 4 - 0.1px);
        flex-basis: calc(100% / 12 * 4 - 0.1px);
    max-width: calc(100% / 12 * 4 - 0.1px);
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 5 - 0.1px);
        flex-basis: calc(100% / 12 * 5 - 0.1px);
    max-width: calc(100% / 12 * 5 - 0.1px);
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 6 - 0.1px);
        flex-basis: calc(100% / 12 * 6 - 0.1px);
    max-width: calc(100% / 12 * 6 - 0.1px);
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 7 - 0.1px);
        flex-basis: calc(100% / 12 * 7 - 0.1px);
    max-width: calc(100% / 12 * 7 - 0.1px);
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 8 - 0.1px);
        flex-basis: calc(100% / 12 * 8 - 0.1px);
    max-width: calc(100% / 12 * 8 - 0.1px);
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 9 - 0.1px);
        flex-basis: calc(100% / 12 * 9 - 0.1px);
    max-width: calc(100% / 12 * 9 - 0.1px);
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 10 - 0.1px);
        flex-basis: calc(100% / 12 * 10 - 0.1px);
    max-width: calc(100% / 12 * 10 - 0.1px);
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 11 - 0.1px);
        flex-basis: calc(100% / 12 * 11 - 0.1px);
    max-width: calc(100% / 12 * 11 - 0.1px);
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 12 - 0.1px);
        flex-basis: calc(100% / 12 * 12 - 0.1px);
    max-width: calc(100% / 12 * 12 - 0.1px);
  }
  .offset-xs-0 {
    margin-left: calc(100% / 12 * 0 - 0.1px);
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .offset-xs-1 {
    margin-left: calc(100% / 12 * 1 - 0.1px);
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offset-xs-2 {
    margin-left: calc(100% / 12 * 2 - 0.1px);
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .offset-xs-3 {
    margin-left: calc(100% / 12 * 3 - 0.1px);
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .offset-xs-4 {
    margin-left: calc(100% / 12 * 4 - 0.1px);
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .offset-xs-5 {
    margin-left: calc(100% / 12 * 5 - 0.1px);
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .offset-xs-6 {
    margin-left: calc(100% / 12 * 6 - 0.1px);
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .offset-xs-7 {
    margin-left: calc(100% / 12 * 7 - 0.1px);
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .offset-xs-8 {
    margin-left: calc(100% / 12 * 8 - 0.1px);
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .offset-xs-9 {
    margin-left: calc(100% / 12 * 9 - 0.1px);
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .offset-xs-10 {
    margin-left: calc(100% / 12 * 10 - 0.1px);
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .offset-xs-11 {
    margin-left: calc(100% / 12 * 11 - 0.1px);
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .offset-xs-12 {
    margin-left: calc(100% / 12 * 12 - 0.1px);
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 480px) {
  .col-s-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 1 - 0.1px);
        flex-basis: calc(100% / 12 * 1 - 0.1px);
    max-width: calc(100% / 12 * 1 - 0.1px);
  }
  .col-s-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 2 - 0.1px);
        flex-basis: calc(100% / 12 * 2 - 0.1px);
    max-width: calc(100% / 12 * 2 - 0.1px);
  }
  .col-s-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 3 - 0.1px);
        flex-basis: calc(100% / 12 * 3 - 0.1px);
    max-width: calc(100% / 12 * 3 - 0.1px);
  }
  .col-s-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 4 - 0.1px);
        flex-basis: calc(100% / 12 * 4 - 0.1px);
    max-width: calc(100% / 12 * 4 - 0.1px);
  }
  .col-s-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 5 - 0.1px);
        flex-basis: calc(100% / 12 * 5 - 0.1px);
    max-width: calc(100% / 12 * 5 - 0.1px);
  }
  .col-s-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 6 - 0.1px);
        flex-basis: calc(100% / 12 * 6 - 0.1px);
    max-width: calc(100% / 12 * 6 - 0.1px);
  }
  .col-s-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 7 - 0.1px);
        flex-basis: calc(100% / 12 * 7 - 0.1px);
    max-width: calc(100% / 12 * 7 - 0.1px);
  }
  .col-s-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 8 - 0.1px);
        flex-basis: calc(100% / 12 * 8 - 0.1px);
    max-width: calc(100% / 12 * 8 - 0.1px);
  }
  .col-s-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 9 - 0.1px);
        flex-basis: calc(100% / 12 * 9 - 0.1px);
    max-width: calc(100% / 12 * 9 - 0.1px);
  }
  .col-s-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 10 - 0.1px);
        flex-basis: calc(100% / 12 * 10 - 0.1px);
    max-width: calc(100% / 12 * 10 - 0.1px);
  }
  .col-s-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 11 - 0.1px);
        flex-basis: calc(100% / 12 * 11 - 0.1px);
    max-width: calc(100% / 12 * 11 - 0.1px);
  }
  .col-s-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 12 - 0.1px);
        flex-basis: calc(100% / 12 * 12 - 0.1px);
    max-width: calc(100% / 12 * 12 - 0.1px);
  }
  .offset-s-0 {
    margin-left: calc(100% / 12 * 0 - 0.1px);
  }
  .order-s-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .offset-s-1 {
    margin-left: calc(100% / 12 * 1 - 0.1px);
  }
  .order-s-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offset-s-2 {
    margin-left: calc(100% / 12 * 2 - 0.1px);
  }
  .order-s-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .offset-s-3 {
    margin-left: calc(100% / 12 * 3 - 0.1px);
  }
  .order-s-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .offset-s-4 {
    margin-left: calc(100% / 12 * 4 - 0.1px);
  }
  .order-s-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .offset-s-5 {
    margin-left: calc(100% / 12 * 5 - 0.1px);
  }
  .order-s-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .offset-s-6 {
    margin-left: calc(100% / 12 * 6 - 0.1px);
  }
  .order-s-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .offset-s-7 {
    margin-left: calc(100% / 12 * 7 - 0.1px);
  }
  .order-s-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .offset-s-8 {
    margin-left: calc(100% / 12 * 8 - 0.1px);
  }
  .order-s-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .offset-s-9 {
    margin-left: calc(100% / 12 * 9 - 0.1px);
  }
  .order-s-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .offset-s-10 {
    margin-left: calc(100% / 12 * 10 - 0.1px);
  }
  .order-s-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .offset-s-11 {
    margin-left: calc(100% / 12 * 11 - 0.1px);
  }
  .order-s-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .offset-s-12 {
    margin-left: calc(100% / 12 * 12 - 0.1px);
  }
  .order-s-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 768px) {
  .col-m-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 1 - 0.1px);
        flex-basis: calc(100% / 12 * 1 - 0.1px);
    max-width: calc(100% / 12 * 1 - 0.1px);
  }
  .col-m-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 2 - 0.1px);
        flex-basis: calc(100% / 12 * 2 - 0.1px);
    max-width: calc(100% / 12 * 2 - 0.1px);
  }
  .col-m-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 3 - 0.1px);
        flex-basis: calc(100% / 12 * 3 - 0.1px);
    max-width: calc(100% / 12 * 3 - 0.1px);
  }
  .col-m-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 4 - 0.1px);
        flex-basis: calc(100% / 12 * 4 - 0.1px);
    max-width: calc(100% / 12 * 4 - 0.1px);
  }
  .col-m-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 5 - 0.1px);
        flex-basis: calc(100% / 12 * 5 - 0.1px);
    max-width: calc(100% / 12 * 5 - 0.1px);
  }
  .col-m-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 6 - 0.1px);
        flex-basis: calc(100% / 12 * 6 - 0.1px);
    max-width: calc(100% / 12 * 6 - 0.1px);
  }
  .col-m-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 7 - 0.1px);
        flex-basis: calc(100% / 12 * 7 - 0.1px);
    max-width: calc(100% / 12 * 7 - 0.1px);
  }
  .col-m-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 8 - 0.1px);
        flex-basis: calc(100% / 12 * 8 - 0.1px);
    max-width: calc(100% / 12 * 8 - 0.1px);
  }
  .col-m-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 9 - 0.1px);
        flex-basis: calc(100% / 12 * 9 - 0.1px);
    max-width: calc(100% / 12 * 9 - 0.1px);
  }
  .col-m-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 10 - 0.1px);
        flex-basis: calc(100% / 12 * 10 - 0.1px);
    max-width: calc(100% / 12 * 10 - 0.1px);
  }
  .col-m-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 11 - 0.1px);
        flex-basis: calc(100% / 12 * 11 - 0.1px);
    max-width: calc(100% / 12 * 11 - 0.1px);
  }
  .col-m-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 12 - 0.1px);
        flex-basis: calc(100% / 12 * 12 - 0.1px);
    max-width: calc(100% / 12 * 12 - 0.1px);
  }
  .offset-m-0 {
    margin-left: calc(100% / 12 * 0 - 0.1px);
  }
  .order-m-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .offset-m-1 {
    margin-left: calc(100% / 12 * 1 - 0.1px);
  }
  .order-m-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offset-m-2 {
    margin-left: calc(100% / 12 * 2 - 0.1px);
  }
  .order-m-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .offset-m-3 {
    margin-left: calc(100% / 12 * 3 - 0.1px);
  }
  .order-m-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .offset-m-4 {
    margin-left: calc(100% / 12 * 4 - 0.1px);
  }
  .order-m-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .offset-m-5 {
    margin-left: calc(100% / 12 * 5 - 0.1px);
  }
  .order-m-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .offset-m-6 {
    margin-left: calc(100% / 12 * 6 - 0.1px);
  }
  .order-m-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .offset-m-7 {
    margin-left: calc(100% / 12 * 7 - 0.1px);
  }
  .order-m-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .offset-m-8 {
    margin-left: calc(100% / 12 * 8 - 0.1px);
  }
  .order-m-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .offset-m-9 {
    margin-left: calc(100% / 12 * 9 - 0.1px);
  }
  .order-m-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .offset-m-10 {
    margin-left: calc(100% / 12 * 10 - 0.1px);
  }
  .order-m-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .offset-m-11 {
    margin-left: calc(100% / 12 * 11 - 0.1px);
  }
  .order-m-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .offset-m-12 {
    margin-left: calc(100% / 12 * 12 - 0.1px);
  }
  .order-m-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 977px) {
  .col-l-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 1 - 0.1px);
        flex-basis: calc(100% / 12 * 1 - 0.1px);
    max-width: calc(100% / 12 * 1 - 0.1px);
  }
  .col-l-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 2 - 0.1px);
        flex-basis: calc(100% / 12 * 2 - 0.1px);
    max-width: calc(100% / 12 * 2 - 0.1px);
  }
  .col-l-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 3 - 0.1px);
        flex-basis: calc(100% / 12 * 3 - 0.1px);
    max-width: calc(100% / 12 * 3 - 0.1px);
  }
  .col-l-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 4 - 0.1px);
        flex-basis: calc(100% / 12 * 4 - 0.1px);
    max-width: calc(100% / 12 * 4 - 0.1px);
  }
  .col-l-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 5 - 0.1px);
        flex-basis: calc(100% / 12 * 5 - 0.1px);
    max-width: calc(100% / 12 * 5 - 0.1px);
  }
  .col-l-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 6 - 0.1px);
        flex-basis: calc(100% / 12 * 6 - 0.1px);
    max-width: calc(100% / 12 * 6 - 0.1px);
  }
  .col-l-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 7 - 0.1px);
        flex-basis: calc(100% / 12 * 7 - 0.1px);
    max-width: calc(100% / 12 * 7 - 0.1px);
  }
  .col-l-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 8 - 0.1px);
        flex-basis: calc(100% / 12 * 8 - 0.1px);
    max-width: calc(100% / 12 * 8 - 0.1px);
  }
  .col-l-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 9 - 0.1px);
        flex-basis: calc(100% / 12 * 9 - 0.1px);
    max-width: calc(100% / 12 * 9 - 0.1px);
  }
  .col-l-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 10 - 0.1px);
        flex-basis: calc(100% / 12 * 10 - 0.1px);
    max-width: calc(100% / 12 * 10 - 0.1px);
  }
  .col-l-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 11 - 0.1px);
        flex-basis: calc(100% / 12 * 11 - 0.1px);
    max-width: calc(100% / 12 * 11 - 0.1px);
  }
  .col-l-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 12 - 0.1px);
        flex-basis: calc(100% / 12 * 12 - 0.1px);
    max-width: calc(100% / 12 * 12 - 0.1px);
  }
  .offset-l-0 {
    margin-left: calc(100% / 12 * 0 - 0.1px);
  }
  .order-l-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .offset-l-1 {
    margin-left: calc(100% / 12 * 1 - 0.1px);
  }
  .order-l-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offset-l-2 {
    margin-left: calc(100% / 12 * 2 - 0.1px);
  }
  .order-l-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .offset-l-3 {
    margin-left: calc(100% / 12 * 3 - 0.1px);
  }
  .order-l-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .offset-l-4 {
    margin-left: calc(100% / 12 * 4 - 0.1px);
  }
  .order-l-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .offset-l-5 {
    margin-left: calc(100% / 12 * 5 - 0.1px);
  }
  .order-l-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .offset-l-6 {
    margin-left: calc(100% / 12 * 6 - 0.1px);
  }
  .order-l-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .offset-l-7 {
    margin-left: calc(100% / 12 * 7 - 0.1px);
  }
  .order-l-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .offset-l-8 {
    margin-left: calc(100% / 12 * 8 - 0.1px);
  }
  .order-l-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .offset-l-9 {
    margin-left: calc(100% / 12 * 9 - 0.1px);
  }
  .order-l-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .offset-l-10 {
    margin-left: calc(100% / 12 * 10 - 0.1px);
  }
  .order-l-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .offset-l-11 {
    margin-left: calc(100% / 12 * 11 - 0.1px);
  }
  .order-l-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .offset-l-12 {
    margin-left: calc(100% / 12 * 12 - 0.1px);
  }
  .order-l-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 1 - 0.1px);
        flex-basis: calc(100% / 12 * 1 - 0.1px);
    max-width: calc(100% / 12 * 1 - 0.1px);
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 2 - 0.1px);
        flex-basis: calc(100% / 12 * 2 - 0.1px);
    max-width: calc(100% / 12 * 2 - 0.1px);
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 3 - 0.1px);
        flex-basis: calc(100% / 12 * 3 - 0.1px);
    max-width: calc(100% / 12 * 3 - 0.1px);
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 4 - 0.1px);
        flex-basis: calc(100% / 12 * 4 - 0.1px);
    max-width: calc(100% / 12 * 4 - 0.1px);
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 5 - 0.1px);
        flex-basis: calc(100% / 12 * 5 - 0.1px);
    max-width: calc(100% / 12 * 5 - 0.1px);
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 6 - 0.1px);
        flex-basis: calc(100% / 12 * 6 - 0.1px);
    max-width: calc(100% / 12 * 6 - 0.1px);
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 7 - 0.1px);
        flex-basis: calc(100% / 12 * 7 - 0.1px);
    max-width: calc(100% / 12 * 7 - 0.1px);
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 8 - 0.1px);
        flex-basis: calc(100% / 12 * 8 - 0.1px);
    max-width: calc(100% / 12 * 8 - 0.1px);
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 9 - 0.1px);
        flex-basis: calc(100% / 12 * 9 - 0.1px);
    max-width: calc(100% / 12 * 9 - 0.1px);
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 10 - 0.1px);
        flex-basis: calc(100% / 12 * 10 - 0.1px);
    max-width: calc(100% / 12 * 10 - 0.1px);
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 11 - 0.1px);
        flex-basis: calc(100% / 12 * 11 - 0.1px);
    max-width: calc(100% / 12 * 11 - 0.1px);
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 12 - 0.1px);
        flex-basis: calc(100% / 12 * 12 - 0.1px);
    max-width: calc(100% / 12 * 12 - 0.1px);
  }
  .offset-xl-0 {
    margin-left: calc(100% / 12 * 0 - 0.1px);
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .offset-xl-1 {
    margin-left: calc(100% / 12 * 1 - 0.1px);
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offset-xl-2 {
    margin-left: calc(100% / 12 * 2 - 0.1px);
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .offset-xl-3 {
    margin-left: calc(100% / 12 * 3 - 0.1px);
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .offset-xl-4 {
    margin-left: calc(100% / 12 * 4 - 0.1px);
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .offset-xl-5 {
    margin-left: calc(100% / 12 * 5 - 0.1px);
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .offset-xl-6 {
    margin-left: calc(100% / 12 * 6 - 0.1px);
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .offset-xl-7 {
    margin-left: calc(100% / 12 * 7 - 0.1px);
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .offset-xl-8 {
    margin-left: calc(100% / 12 * 8 - 0.1px);
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .offset-xl-9 {
    margin-left: calc(100% / 12 * 9 - 0.1px);
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .offset-xl-10 {
    margin-left: calc(100% / 12 * 10 - 0.1px);
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .offset-xl-11 {
    margin-left: calc(100% / 12 * 11 - 0.1px);
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .offset-xl-12 {
    margin-left: calc(100% / 12 * 12 - 0.1px);
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 1680px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 1 - 0.1px);
        flex-basis: calc(100% / 12 * 1 - 0.1px);
    max-width: calc(100% / 12 * 1 - 0.1px);
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 2 - 0.1px);
        flex-basis: calc(100% / 12 * 2 - 0.1px);
    max-width: calc(100% / 12 * 2 - 0.1px);
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 3 - 0.1px);
        flex-basis: calc(100% / 12 * 3 - 0.1px);
    max-width: calc(100% / 12 * 3 - 0.1px);
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 4 - 0.1px);
        flex-basis: calc(100% / 12 * 4 - 0.1px);
    max-width: calc(100% / 12 * 4 - 0.1px);
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 5 - 0.1px);
        flex-basis: calc(100% / 12 * 5 - 0.1px);
    max-width: calc(100% / 12 * 5 - 0.1px);
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 6 - 0.1px);
        flex-basis: calc(100% / 12 * 6 - 0.1px);
    max-width: calc(100% / 12 * 6 - 0.1px);
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 7 - 0.1px);
        flex-basis: calc(100% / 12 * 7 - 0.1px);
    max-width: calc(100% / 12 * 7 - 0.1px);
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 8 - 0.1px);
        flex-basis: calc(100% / 12 * 8 - 0.1px);
    max-width: calc(100% / 12 * 8 - 0.1px);
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 9 - 0.1px);
        flex-basis: calc(100% / 12 * 9 - 0.1px);
    max-width: calc(100% / 12 * 9 - 0.1px);
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 10 - 0.1px);
        flex-basis: calc(100% / 12 * 10 - 0.1px);
    max-width: calc(100% / 12 * 10 - 0.1px);
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 11 - 0.1px);
        flex-basis: calc(100% / 12 * 11 - 0.1px);
    max-width: calc(100% / 12 * 11 - 0.1px);
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 12 * 12 - 0.1px);
        flex-basis: calc(100% / 12 * 12 - 0.1px);
    max-width: calc(100% / 12 * 12 - 0.1px);
  }
  .offset-xxl-0 {
    margin-left: calc(100% / 12 * 0 - 0.1px);
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .offset-xxl-1 {
    margin-left: calc(100% / 12 * 1 - 0.1px);
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offset-xxl-2 {
    margin-left: calc(100% / 12 * 2 - 0.1px);
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .offset-xxl-3 {
    margin-left: calc(100% / 12 * 3 - 0.1px);
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .offset-xxl-4 {
    margin-left: calc(100% / 12 * 4 - 0.1px);
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .offset-xxl-5 {
    margin-left: calc(100% / 12 * 5 - 0.1px);
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .offset-xxl-6 {
    margin-left: calc(100% / 12 * 6 - 0.1px);
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .offset-xxl-7 {
    margin-left: calc(100% / 12 * 7 - 0.1px);
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .offset-xxl-8 {
    margin-left: calc(100% / 12 * 8 - 0.1px);
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .offset-xxl-9 {
    margin-left: calc(100% / 12 * 9 - 0.1px);
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .offset-xxl-10 {
    margin-left: calc(100% / 12 * 10 - 0.1px);
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .offset-xxl-11 {
    margin-left: calc(100% / 12 * 11 - 0.1px);
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .offset-xxl-12 {
    margin-left: calc(100% / 12 * 12 - 0.1px);
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@font-face {
  font-family: "entypo";
  src: url("../../font/entypo.eot?63824253");
  src: url("../../font/entypo.eot?63824253#iefix") format("embedded-opentype"), url("../../font/entypo.woff2?63824253") format("woff2"), url("../../font/entypo.woff?63824253") format("woff"), url("../../font/entypo.ttf?63824253") format("truetype"), url("../../font/entypo.svg?63824253#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../font/entypo.svg?63824253#entypo') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-add-to-list:before {
  content: "\e800";
} /* '' */
.icon-add-user:before {
  content: "\e801";
} /* '' */
.icon-address:before {
  content: "\e802";
} /* '' */
.icon-adjust:before {
  content: "\e803";
} /* '' */
.icon-air:before {
  content: "\e804";
} /* '' */
.icon-aircraft-landing:before {
  content: "\e805";
} /* '' */
.icon-aircraft-take-off:before {
  content: "\e806";
} /* '' */
.icon-aircraft:before {
  content: "\e807";
} /* '' */
.icon-align-bottom:before {
  content: "\e808";
} /* '' */
.icon-align-horizontal-middle:before {
  content: "\e809";
} /* '' */
.icon-align-left:before {
  content: "\e80a";
} /* '' */
.icon-align-right:before {
  content: "\e80b";
} /* '' */
.icon-align-top:before {
  content: "\e80c";
} /* '' */
.icon-align-vertical-middle:before {
  content: "\e80d";
} /* '' */
.icon-archive:before {
  content: "\e80e";
} /* '' */
.icon-area-graph:before {
  content: "\e80f";
} /* '' */
.icon-arrow-bold-down:before {
  content: "\e810";
} /* '' */
.icon-arrow-bold-left:before {
  content: "\e811";
} /* '' */
.icon-arrow-bold-right:before {
  content: "\e812";
} /* '' */
.icon-arrow-bold-up:before {
  content: "\e813";
} /* '' */
.icon-arrow-down:before {
  content: "\e814";
} /* '' */
.icon-arrow-left:before {
  content: "\e815";
} /* '' */
.icon-arrow-long-down:before {
  content: "\e816";
} /* '' */
.icon-arrow-long-left:before {
  content: "\e817";
} /* '' */
.icon-arrow-long-right:before {
  content: "\e818";
} /* '' */
.icon-arrow-long-up:before {
  content: "\e819";
} /* '' */
.icon-arrow-right:before {
  content: "\e81a";
} /* '' */
.icon-arrow-up:before {
  content: "\e81b";
} /* '' */
.icon-arrow-with-circle-down:before {
  content: "\e81c";
} /* '' */
.icon-arrow-with-circle-left:before {
  content: "\e81d";
} /* '' */
.icon-arrow-with-circle-right:before {
  content: "\e81e";
} /* '' */
.icon-arrow-with-circle-up:before {
  content: "\e81f";
} /* '' */
.icon-attachment:before {
  content: "\e820";
} /* '' */
.icon-awareness-ribbon:before {
  content: "\e821";
} /* '' */
.icon-back-in-time:before {
  content: "\e822";
} /* '' */
.icon-back:before {
  content: "\e823";
} /* '' */
.icon-bar-graph:before {
  content: "\e824";
} /* '' */
.icon-battery:before {
  content: "\e825";
} /* '' */
.icon-beamed-note:before {
  content: "\e826";
} /* '' */
.icon-bell:before {
  content: "\e827";
} /* '' */
.icon-blackboard:before {
  content: "\e828";
} /* '' */
.icon-block:before {
  content: "\e829";
} /* '' */
.icon-book:before {
  content: "\e82a";
} /* '' */
.icon-bookmark:before {
  content: "\e82b";
} /* '' */
.icon-bookmarks:before {
  content: "\e82c";
} /* '' */
.icon-bowl:before {
  content: "\e82d";
} /* '' */
.icon-box:before {
  content: "\e82e";
} /* '' */
.icon-briefcase:before {
  content: "\e82f";
} /* '' */
.icon-browser:before {
  content: "\e830";
} /* '' */
.icon-brush:before {
  content: "\e831";
} /* '' */
.icon-bucket:before {
  content: "\e832";
} /* '' */
.icon-bug:before {
  content: "\e833";
} /* '' */
.icon-cake:before {
  content: "\e834";
} /* '' */
.icon-calculator:before {
  content: "\e835";
} /* '' */
.icon-calendar:before {
  content: "\e836";
} /* '' */
.icon-camera:before {
  content: "\e837";
} /* '' */
.icon-ccw:before {
  content: "\e838";
} /* '' */
.icon-chat:before {
  content: "\e839";
} /* '' */
.icon-check:before {
  content: "\e83a";
} /* '' */
.icon-chevron-down:before {
  content: "\e83b";
} /* '' */
.icon-chevron-left:before {
  content: "\e83c";
} /* '' */
.icon-chevron-right:before {
  content: "\e83d";
} /* '' */
.icon-chevron-small-down:before {
  content: "\e83e";
} /* '' */
.icon-chevron-small-left:before {
  content: "\e83f";
} /* '' */
.icon-chevron-small-right:before {
  content: "\e840";
} /* '' */
.icon-chevron-small-up:before {
  content: "\e841";
} /* '' */
.icon-chevron-thin-down:before {
  content: "\e842";
} /* '' */
.icon-chevron-thin-left:before {
  content: "\e843";
} /* '' */
.icon-chevron-thin-right:before {
  content: "\e844";
} /* '' */
.icon-chevron-thin-up:before {
  content: "\e845";
} /* '' */
.icon-chevron-up:before {
  content: "\e846";
} /* '' */
.icon-chevron-with-circle-down:before {
  content: "\e847";
} /* '' */
.icon-chevron-with-circle-left:before {
  content: "\e848";
} /* '' */
.icon-chevron-with-circle-right:before {
  content: "\e849";
} /* '' */
.icon-chevron-with-circle-up:before {
  content: "\e84a";
} /* '' */
.icon-circle-with-cross:before {
  content: "\e84b";
} /* '' */
.icon-circle-with-minus:before {
  content: "\e84c";
} /* '' */
.icon-circle-with-plus:before {
  content: "\e84d";
} /* '' */
.icon-circle:before {
  content: "\e84e";
} /* '' */
.icon-circular-graph:before {
  content: "\e84f";
} /* '' */
.icon-clapperboard:before {
  content: "\e850";
} /* '' */
.icon-classic-computer:before {
  content: "\e851";
} /* '' */
.icon-clipboard:before {
  content: "\e852";
} /* '' */
.icon-clock:before {
  content: "\e853";
} /* '' */
.icon-cloud:before {
  content: "\e854";
} /* '' */
.icon-code:before {
  content: "\e855";
} /* '' */
.icon-cog:before {
  content: "\e856";
} /* '' */
.icon-colours:before {
  content: "\e857";
} /* '' */
.icon-compass:before {
  content: "\e858";
} /* '' */
.icon-controller-fast-backward:before {
  content: "\e859";
} /* '' */
.icon-controller-fast-forward:before {
  content: "\e85a";
} /* '' */
.icon-controller-jump-to-start:before {
  content: "\e85b";
} /* '' */
.icon-controller-next:before {
  content: "\e85c";
} /* '' */
.icon-controller-paus:before {
  content: "\e85d";
} /* '' */
.icon-controller-play:before {
  content: "\e85e";
} /* '' */
.icon-controller-record:before {
  content: "\e85f";
} /* '' */
.icon-controller-stop:before {
  content: "\e860";
} /* '' */
.icon-controller-volume:before {
  content: "\e861";
} /* '' */
.icon-copy:before {
  content: "\e862";
} /* '' */
.icon-creative-commons-attribution:before {
  content: "\e863";
} /* '' */
.icon-creative-commons-noderivs:before {
  content: "\e864";
} /* '' */
.icon-creative-commons-noncommercial-eu:before {
  content: "\e865";
} /* '' */
.icon-creative-commons-noncommercial-us:before {
  content: "\e866";
} /* '' */
.icon-creative-commons-public-domain:before {
  content: "\e867";
} /* '' */
.icon-creative-commons-remix:before {
  content: "\e868";
} /* '' */
.icon-creative-commons-share:before {
  content: "\e869";
} /* '' */
.icon-creative-commons-sharealike:before {
  content: "\e86a";
} /* '' */
.icon-creative-commons:before {
  content: "\e86b";
} /* '' */
.icon-credit-card:before {
  content: "\e86c";
} /* '' */
.icon-credit:before {
  content: "\e86d";
} /* '' */
.icon-crop:before {
  content: "\e86e";
} /* '' */
.icon-cross:before {
  content: "\e86f";
} /* '' */
.icon-cup:before {
  content: "\e870";
} /* '' */
.icon-cw:before {
  content: "\e871";
} /* '' */
.icon-cycle:before {
  content: "\e872";
} /* '' */
.icon-database:before {
  content: "\e873";
} /* '' */
.icon-dial-pad:before {
  content: "\e874";
} /* '' */
.icon-direction:before {
  content: "\e875";
} /* '' */
.icon-document-landscape:before {
  content: "\e876";
} /* '' */
.icon-document:before {
  content: "\e877";
} /* '' */
.icon-documents:before {
  content: "\e878";
} /* '' */
.icon-dot-single:before {
  content: "\e879";
} /* '' */
.icon-dots-three-horizontal:before {
  content: "\e87a";
} /* '' */
.icon-dots-three-vertical:before {
  content: "\e87b";
} /* '' */
.icon-dots-two-horizontal:before {
  content: "\e87c";
} /* '' */
.icon-dots-two-vertical:before {
  content: "\e87d";
} /* '' */
.icon-download:before {
  content: "\e87e";
} /* '' */
.icon-drink:before {
  content: "\e87f";
} /* '' */
.icon-drive:before {
  content: "\e880";
} /* '' */
.icon-drop:before {
  content: "\e881";
} /* '' */
.icon-edit:before {
  content: "\e882";
} /* '' */
.icon-email:before {
  content: "\e883";
} /* '' */
.icon-emoji-flirt:before {
  content: "\e884";
} /* '' */
.icon-emoji-happy:before {
  content: "\e885";
} /* '' */
.icon-emoji-neutral:before {
  content: "\e886";
} /* '' */
.icon-emoji-sad:before {
  content: "\e887";
} /* '' */
.icon-erase:before {
  content: "\e888";
} /* '' */
.icon-eraser:before {
  content: "\e889";
} /* '' */
.icon-export:before {
  content: "\e88a";
} /* '' */
.icon-eye-with-line:before {
  content: "\e88b";
} /* '' */
.icon-eye:before {
  content: "\e88c";
} /* '' */
.icon-feather:before {
  content: "\e88d";
} /* '' */
.icon-fingerprint:before {
  content: "\e88e";
} /* '' */
.icon-flag:before {
  content: "\e88f";
} /* '' */
.icon-flash:before {
  content: "\e890";
} /* '' */
.icon-flashlight:before {
  content: "\e891";
} /* '' */
.icon-flat-brush:before {
  content: "\e892";
} /* '' */
.icon-flow-branch:before {
  content: "\e893";
} /* '' */
.icon-flow-cascade:before {
  content: "\e894";
} /* '' */
.icon-flow-line:before {
  content: "\e895";
} /* '' */
.icon-flow-parallel:before {
  content: "\e896";
} /* '' */
.icon-flow-tree:before {
  content: "\e897";
} /* '' */
.icon-flower:before {
  content: "\e898";
} /* '' */
.icon-folder-images:before {
  content: "\e899";
} /* '' */
.icon-folder-music:before {
  content: "\e89a";
} /* '' */
.icon-folder-video:before {
  content: "\e89b";
} /* '' */
.icon-folder:before {
  content: "\e89c";
} /* '' */
.icon-forward:before {
  content: "\e89d";
} /* '' */
.icon-funnel:before {
  content: "\e89e";
} /* '' */
.icon-game-controller:before {
  content: "\e89f";
} /* '' */
.icon-gauge:before {
  content: "\e8a0";
} /* '' */
.icon-globe:before {
  content: "\e8a1";
} /* '' */
.icon-graduation-cap:before {
  content: "\e8a2";
} /* '' */
.icon-grid:before {
  content: "\e8a3";
} /* '' */
.icon-grid9:before {
  content: "\e8a4";
} /* '' */
.icon-hair-cross:before {
  content: "\e8a5";
} /* '' */
.icon-hand:before {
  content: "\e8a6";
} /* '' */
.icon-heart-outlined:before {
  content: "\e8a7";
} /* '' */
.icon-heart:before {
  content: "\e8a8";
} /* '' */
.icon-help-with-circle:before {
  content: "\e8a9";
} /* '' */
.icon-help:before {
  content: "\e8aa";
} /* '' */
.icon-home:before {
  content: "\e8ab";
} /* '' */
.icon-hour-glass:before {
  content: "\e8ac";
} /* '' */
.icon-image-inverted:before {
  content: "\e8ad";
} /* '' */
.icon-image:before {
  content: "\e8ae";
} /* '' */
.icon-images:before {
  content: "\e8af";
} /* '' */
.icon-inbox:before {
  content: "\e8b0";
} /* '' */
.icon-infinity:before {
  content: "\e8b1";
} /* '' */
.icon-info-with-circle:before {
  content: "\e8b2";
} /* '' */
.icon-info:before {
  content: "\e8b3";
} /* '' */
.icon-install:before {
  content: "\e8b4";
} /* '' */
.icon-key:before {
  content: "\e8b5";
} /* '' */
.icon-keyboard:before {
  content: "\e8b6";
} /* '' */
.icon-lab-flask:before {
  content: "\e8b7";
} /* '' */
.icon-landline:before {
  content: "\e8b8";
} /* '' */
.icon-language:before {
  content: "\e8b9";
} /* '' */
.icon-laptop:before {
  content: "\e8ba";
} /* '' */
.icon-layers:before {
  content: "\e8bb";
} /* '' */
.icon-leaf:before {
  content: "\e8bc";
} /* '' */
.icon-level-down:before {
  content: "\e8bd";
} /* '' */
.icon-level-up:before {
  content: "\e8be";
} /* '' */
.icon-lifebuoy:before {
  content: "\e8bf";
} /* '' */
.icon-light-bulb:before {
  content: "\e8c0";
} /* '' */
.icon-light-down:before {
  content: "\e8c1";
} /* '' */
.icon-light-up:before {
  content: "\e8c2";
} /* '' */
.icon-line-graph:before {
  content: "\e8c3";
} /* '' */
.icon-link:before {
  content: "\e8c4";
} /* '' */
.icon-list:before {
  content: "\e8c5";
} /* '' */
.icon-location-pin:before {
  content: "\e8c6";
} /* '' */
.icon-location:before {
  content: "\e8c7";
} /* '' */
.icon-lock-open:before {
  content: "\e8c8";
} /* '' */
.icon-lock:before {
  content: "\e8c9";
} /* '' */
.icon-log-out:before {
  content: "\e8ca";
} /* '' */
.icon-login:before {
  content: "\e8cb";
} /* '' */
.icon-loop:before {
  content: "\e8cc";
} /* '' */
.icon-magnet:before {
  content: "\e8cd";
} /* '' */
.icon-magnifying-glass:before {
  content: "\e8ce";
} /* '' */
.icon-mail:before {
  content: "\e8cf";
} /* '' */
.icon-man:before {
  content: "\e8d0";
} /* '' */
.icon-map:before {
  content: "\e8d1";
} /* '' */
.icon-mask:before {
  content: "\e8d2";
} /* '' */
.icon-medal:before {
  content: "\e8d3";
} /* '' */
.icon-megaphone:before {
  content: "\e8d4";
} /* '' */
.icon-menu:before {
  content: "\e8d5";
} /* '' */
.icon-merge:before {
  content: "\e8d6";
} /* '' */
.icon-message:before {
  content: "\e8d7";
} /* '' */
.icon-mic:before {
  content: "\e8d8";
} /* '' */
.icon-minus:before {
  content: "\e8d9";
} /* '' */
.icon-mobile:before {
  content: "\e8da";
} /* '' */
.icon-modern-mic:before {
  content: "\e8db";
} /* '' */
.icon-moon:before {
  content: "\e8dc";
} /* '' */
.icon-mouse-pointer:before {
  content: "\e8dd";
} /* '' */
.icon-mouse:before {
  content: "\e8de";
} /* '' */
.icon-music:before {
  content: "\e8df";
} /* '' */
.icon-network:before {
  content: "\e8e0";
} /* '' */
.icon-new-message:before {
  content: "\e8e1";
} /* '' */
.icon-new:before {
  content: "\e8e2";
} /* '' */
.icon-news:before {
  content: "\e8e3";
} /* '' */
.icon-newsletter:before {
  content: "\e8e4";
} /* '' */
.icon-note:before {
  content: "\e8e5";
} /* '' */
.icon-notification:before {
  content: "\e8e6";
} /* '' */
.icon-notifications-off:before {
  content: "\e8e7";
} /* '' */
.icon-old-mobile:before {
  content: "\e8e8";
} /* '' */
.icon-old-phone:before {
  content: "\e8e9";
} /* '' */
.icon-open-book:before {
  content: "\e8ea";
} /* '' */
.icon-palette:before {
  content: "\e8eb";
} /* '' */
.icon-paper-plane:before {
  content: "\e8ec";
} /* '' */
.icon-pencil:before {
  content: "\e8ed";
} /* '' */
.icon-phone:before {
  content: "\e8ee";
} /* '' */
.icon-pie-chart:before {
  content: "\e8ef";
} /* '' */
.icon-pin:before {
  content: "\e8f0";
} /* '' */
.icon-plus:before {
  content: "\e8f1";
} /* '' */
.icon-popup:before {
  content: "\e8f2";
} /* '' */
.icon-power-plug:before {
  content: "\e8f3";
} /* '' */
.icon-price-ribbon:before {
  content: "\e8f4";
} /* '' */
.icon-price-tag:before {
  content: "\e8f5";
} /* '' */
.icon-print:before {
  content: "\e8f6";
} /* '' */
.icon-progress-empty:before {
  content: "\e8f7";
} /* '' */
.icon-progress-full:before {
  content: "\e8f8";
} /* '' */
.icon-progress-one:before {
  content: "\e8f9";
} /* '' */
.icon-progress-two:before {
  content: "\e8fa";
} /* '' */
.icon-publish:before {
  content: "\e8fb";
} /* '' */
.icon-quote:before {
  content: "\e8fc";
} /* '' */
.icon-radio:before {
  content: "\e8fd";
} /* '' */
.icon-remove-user:before {
  content: "\e8fe";
} /* '' */
.icon-reply-all:before {
  content: "\e8ff";
} /* '' */
.icon-reply:before {
  content: "\e900";
} /* '' */
.icon-resize-100:before {
  content: "\e901";
} /* '' */
.icon-resize-full-screen:before {
  content: "\e902";
} /* '' */
.icon-retweet:before {
  content: "\e903";
} /* '' */
.icon-rocket:before {
  content: "\e904";
} /* '' */
.icon-rotate-smartphone:before {
  content: "\e905";
} /* '' */
.icon-round-brush:before {
  content: "\e906";
} /* '' */
.icon-rss:before {
  content: "\e907";
} /* '' */
.icon-ruler:before {
  content: "\e908";
} /* '' */
.icon-save:before {
  content: "\e909";
} /* '' */
.icon-scissors:before {
  content: "\e90a";
} /* '' */
.icon-select-arrows:before {
  content: "\e90b";
} /* '' */
.icon-share-alternative:before {
  content: "\e90c";
} /* '' */
.icon-share:before {
  content: "\e90d";
} /* '' */
.icon-shareable:before {
  content: "\e90e";
} /* '' */
.icon-shield:before {
  content: "\e90f";
} /* '' */
.icon-shop:before {
  content: "\e910";
} /* '' */
.icon-shopping-bag:before {
  content: "\e911";
} /* '' */
.icon-shopping-basket:before {
  content: "\e912";
} /* '' */
.icon-shopping-cart:before {
  content: "\e913";
} /* '' */
.icon-shuffle:before {
  content: "\e914";
} /* '' */
.icon-signal:before {
  content: "\e915";
} /* '' */
.icon-sound-mix:before {
  content: "\e916";
} /* '' */
.icon-sound-mute:before {
  content: "\e917";
} /* '' */
.icon-sound:before {
  content: "\e918";
} /* '' */
.icon-sports-club:before {
  content: "\e919";
} /* '' */
.icon-spreadsheet:before {
  content: "\e91a";
} /* '' */
.icon-squared-cross:before {
  content: "\e91b";
} /* '' */
.icon-squared-minus:before {
  content: "\e91c";
} /* '' */
.icon-squared-plus:before {
  content: "\e91d";
} /* '' */
.icon-star-outlined:before {
  content: "\e91e";
} /* '' */
.icon-star:before {
  content: "\e91f";
} /* '' */
.icon-stopwatch:before {
  content: "\e920";
} /* '' */
.icon-suitcase:before {
  content: "\e921";
} /* '' */
.icon-swap:before {
  content: "\e922";
} /* '' */
.icon-sweden:before {
  content: "\e923";
} /* '' */
.icon-switch:before {
  content: "\e924";
} /* '' */
.icon-tablet-mobile-combo:before {
  content: "\e925";
} /* '' */
.icon-tablet:before {
  content: "\e926";
} /* '' */
.icon-tag:before {
  content: "\e927";
} /* '' */
.icon-text-document-inverted:before {
  content: "\e928";
} /* '' */
.icon-text-document:before {
  content: "\e929";
} /* '' */
.icon-text:before {
  content: "\e92a";
} /* '' */
.icon-thermometer:before {
  content: "\e92b";
} /* '' */
.icon-thumbs-down:before {
  content: "\e92c";
} /* '' */
.icon-thumbs-up:before {
  content: "\e92d";
} /* '' */
.icon-thunder-cloud:before {
  content: "\e92e";
} /* '' */
.icon-ticket:before {
  content: "\e92f";
} /* '' */
.icon-time-slot:before {
  content: "\e930";
} /* '' */
.icon-tools:before {
  content: "\e931";
} /* '' */
.icon-traffic-cone:before {
  content: "\e932";
} /* '' */
.icon-trash:before {
  content: "\e933";
} /* '' */
.icon-tree:before {
  content: "\e934";
} /* '' */
.icon-triangle-down:before {
  content: "\e935";
} /* '' */
.icon-triangle-left:before {
  content: "\e936";
} /* '' */
.icon-triangle-right:before {
  content: "\e937";
} /* '' */
.icon-triangle-up:before {
  content: "\e938";
} /* '' */
.icon-trophy:before {
  content: "\e939";
} /* '' */
.icon-tv:before {
  content: "\e93a";
} /* '' */
.icon-typing:before {
  content: "\e93b";
} /* '' */
.icon-uninstall:before {
  content: "\e93c";
} /* '' */
.icon-unread:before {
  content: "\e93d";
} /* '' */
.icon-untag:before {
  content: "\e93e";
} /* '' */
.icon-upload-to-cloud:before {
  content: "\e93f";
} /* '' */
.icon-upload:before {
  content: "\e940";
} /* '' */
.icon-user:before {
  content: "\e941";
} /* '' */
.icon-users:before {
  content: "\e942";
} /* '' */
.icon-v-card:before {
  content: "\e943";
} /* '' */
.icon-video-camera:before {
  content: "\e944";
} /* '' */
.icon-video:before {
  content: "\e945";
} /* '' */
.icon-vinyl:before {
  content: "\e946";
} /* '' */
.icon-voicemail:before {
  content: "\e947";
} /* '' */
.icon-wallet:before {
  content: "\e948";
} /* '' */
.icon-warning:before {
  content: "\e949";
} /* '' */
.icon-water:before {
  content: "\e94a";
} /* '' */
.icon-500px-with-circle:before {
  content: "\e94b";
} /* '' */
.icon-500px:before {
  content: "\e94c";
} /* '' */
.icon-app-store:before {
  content: "\e94d";
} /* '' */
.icon-baidu:before {
  content: "\e94e";
} /* '' */
.icon-basecamp:before {
  content: "\e94f";
} /* '' */
.icon-behance:before {
  content: "\e950";
} /* '' */
.icon-creative-cloud:before {
  content: "\e951";
} /* '' */
.icon-dribbble-with-circle:before {
  content: "\e952";
} /* '' */
.icon-dribbble:before {
  content: "\e953";
} /* '' */
.icon-dropbox:before {
  content: "\e954";
} /* '' */
.icon-evernote:before {
  content: "\e955";
} /* '' */
.icon-facebook-letter:before {
  content: "\e956";
} /* '' */
.icon-facebook-with-circle:before {
  content: "\e957";
} /* '' */
.icon-facebook:before {
  content: "\e958";
} /* '' */
.icon-flattr:before {
  content: "\e959";
} /* '' */
.icon-flickr-with-circle:before {
  content: "\e95a";
} /* '' */
.icon-flickr:before {
  content: "\e95b";
} /* '' */
.icon-foursquare:before {
  content: "\e95c";
} /* '' */
.icon-github-with-circle:before {
  content: "\e95d";
} /* '' */
.icon-github:before {
  content: "\e95e";
} /* '' */
.icon-google-drive:before {
  content: "\e95f";
} /* '' */
.icon-google-hangouts:before {
  content: "\e960";
} /* '' */
.icon-google-play:before {
  content: "\e961";
} /* '' */
.icon-google-with-circle:before {
  content: "\e962";
} /* '' */
.icon-google:before {
  content: "\e963";
} /* '' */
.icon-grooveshark:before {
  content: "\e964";
} /* '' */
.icon-houzz:before {
  content: "\e965";
} /* '' */
.icon-icloud:before {
  content: "\e966";
} /* '' */
.icon-instagram-with-circle:before {
  content: "\e967";
} /* '' */
.icon-instagram:before {
  content: "\e968";
} /* '' */
.icon-lastfm-with-circle:before {
  content: "\e969";
} /* '' */
.icon-lastfm:before {
  content: "\e96a";
} /* '' */
.icon-linkedin-with-circle:before {
  content: "\e96b";
} /* '' */
.icon-linkedin:before {
  content: "\e96c";
} /* '' */
.icon-mail-with-circle:before {
  content: "\e96d";
} /* '' */
.icon-medium-with-circle:before {
  content: "\e96e";
} /* '' */
.icon-medium:before {
  content: "\e96f";
} /* '' */
.icon-mixi:before {
  content: "\e970";
} /* '' */
.icon-onedrive:before {
  content: "\e971";
} /* '' */
.icon-paypal:before {
  content: "\e972";
} /* '' */
.icon-picasa:before {
  content: "\e973";
} /* '' */
.icon-pinterest-with-circle:before {
  content: "\e974";
} /* '' */
.icon-pinterest:before {
  content: "\e975";
} /* '' */
.icon-qq-with-circle:before {
  content: "\e976";
} /* '' */
.icon-qq:before {
  content: "\e977";
} /* '' */
.icon-raft-with-circle:before {
  content: "\e978";
} /* '' */
.icon-raft:before {
  content: "\e979";
} /* '' */
.icon-rainbow:before {
  content: "\e97a";
} /* '' */
.icon-rdio-with-circle:before {
  content: "\e97b";
} /* '' */
.icon-rdio:before {
  content: "\e97c";
} /* '' */
.icon-renren:before {
  content: "\e97d";
} /* '' */
.icon-scribd:before {
  content: "\e97e";
} /* '' */
.icon-sina-weibo:before {
  content: "\e97f";
} /* '' */
.icon-skype-with-circle:before {
  content: "\e980";
} /* '' */
.icon-skype:before {
  content: "\e981";
} /* '' */
.icon-slideshare:before {
  content: "\e982";
} /* '' */
.icon-smashing:before {
  content: "\e983";
} /* '' */
.icon-soundcloud:before {
  content: "\e984";
} /* '' */
.icon-spotify-with-circle:before {
  content: "\e985";
} /* '' */
.icon-spotify:before {
  content: "\e986";
} /* '' */
.icon-stumbleupon-with-circle:before {
  content: "\e987";
} /* '' */
.icon-stumbleupon:before {
  content: "\e988";
} /* '' */
.icon-swarm:before {
  content: "\e989";
} /* '' */
.icon-tripadvisor:before {
  content: "\e98a";
} /* '' */
.icon-tumblr-with-circle:before {
  content: "\e98b";
} /* '' */
.icon-tumblr:before {
  content: "\e98c";
} /* '' */
.icon-twitter-with-circle:before {
  content: "\e98d";
} /* '' */
.icon-twitter:before {
  content: "\e98e";
} /* '' */
.icon-vimeo-with-circle:before {
  content: "\e98f";
} /* '' */
.icon-vimeo:before {
  content: "\e990";
} /* '' */
.icon-vine-with-circle:before {
  content: "\e991";
} /* '' */
.icon-vine:before {
  content: "\e992";
} /* '' */
.icon-vk-alternitive:before {
  content: "\e993";
} /* '' */
.icon-vk-with-circle:before {
  content: "\e994";
} /* '' */
.icon-vk:before {
  content: "\e995";
} /* '' */
.icon-whatsapp:before {
  content: "\e996";
} /* '' */
.icon-windows-store:before {
  content: "\e997";
} /* '' */
.icon-xing-with-circle:before {
  content: "\e998";
} /* '' */
.icon-xing:before {
  content: "\e999";
} /* '' */
.icon-yelp:before {
  content: "\e99a";
} /* '' */
.icon-youko-with-circle:before {
  content: "\e99b";
} /* '' */
.icon-youko:before {
  content: "\e99c";
} /* '' */
.icon-youtube-with-circle:before {
  content: "\e99d";
} /* '' */
.icon-youtube:before {
  content: "\e99e";
} /* '' */
body.push--active {
  overflow: hidden;
}

html.no-body-scroll, html.no-body-scroll body {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

.ratio-16x9 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.ratio-4x3 {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

.ratio-3x2 {
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
}

.ratio-9x16 {
  width: 100%;
  height: 0;
  padding-bottom: 177.7777777778%;
}

.ratio-3x4 {
  width: 100%;
  height: 0;
  padding-bottom: 133.3333333333%;
}

.ratio-2x3 {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}

.ratio-1x1 {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block;
}

a img {
  border: 0;
}

figure {
  position: relative;
}

figure img {
  width: 100%;
}

img, object, embed {
  max-width: 100%;
}

img {
  height: auto;
}

ul {
  list-style: none;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

body {
  background-color: #fbfbfb;
  font-family: "Grold Slim", sans-serif;
  text-align: left;
  color: #201e3d;
  line-height: 160%;
  font-weight: 300;
}

a {
  color: #201e3d;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  outline: none;
  color: #201e3d;
}
a:active, a:focus, a:link {
  outline: none;
}

img {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  height: auto;
  max-width: 100%;
}

.screen-reader-text {
  display: none;
}

.no-mobile {
  display: none !important;
}
@media (min-width: 977px) {
  .no-mobile {
    display: inherit !important;
  }
}

.show-mobile {
  display: inherit !important;
}
@media (min-width: 977px) {
  .show-mobile {
    display: none !important;
  }
}

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

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #201e3d;
  font-weight: 400;
  font-family: "Grold Slim", sans-serif;
}

h1 {
  font-size: 3.8rem;
  line-height: 0.8;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 4.5rem;
    line-height: 0.8;
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 977px) {
  h1 {
    font-size: 6.875rem;
    line-height: 0.8;
    margin-bottom: 1.8rem;
  }
}
h1 {
  font-weight: 700;
}
h1 span {
  color: #00aeb5;
}

h2,
.section__header {
  font-size: 3rem;
  line-height: 0.89;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  h2,
  .section__header {
    font-size: 4rem;
    line-height: 0.89;
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 977px) {
  h2,
  .section__header {
    font-size: 6rem;
    line-height: 0.89;
    margin-bottom: 1.8rem;
  }
}
h2,
.section__header {
  font-weight: 700;
}
h2 span,
.section__header span {
  color: #00aeb5;
}

h3 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 977px) {
  h3 {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
}
h3 {
  font-weight: 700;
}

h4 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 977px) {
  h4 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
h4 {
  font-weight: 700;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.618;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.75rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 977px) {
  h5 {
    font-size: 1.75rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}
h5 {
  font-weight: 700;
}

h6 {
  font-size: 1.4rem;
  line-height: 1.618;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 1.5rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 977px) {
  h6 {
    font-size: 1.5rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}
h6 {
  font-weight: 700;
}

p {
  font-size: 1.2rem;
  line-height: 1.618;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.25rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 977px) {
  p {
    font-size: 1.25rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}

a {
  color: #201e3d;
  text-decoration: none;
}

a.more_link {
  text-decoration: none;
}
a.more_link:hover {
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul,
ol {
  margin: 0 1.5rem 1.5rem 1.5rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

.tagline {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #201e3d;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .tagline {
    margin-bottom: 2rem;
  }
}

.intro--content {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #201e3d;
  margin-bottom: 2rem;
}
@media (min-width: 977px) {
  .intro--content {
    font-size: 3rem;
  }
}

.section__header h2,
h2.section__header {
  font-size: 3rem;
  line-height: 0.89;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .section__header h2,
  h2.section__header {
    font-size: 4rem;
    line-height: 0.89;
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 977px) {
  .section__header h2,
  h2.section__header {
    font-size: 6rem;
    line-height: 0.89;
    margin-bottom: 1.8rem;
  }
}
.section__header h2,
h2.section__header {
  font-weight: 700;
}
.section__header h2 span,
h2.section__header span {
  color: #00aeb5;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.content img {
  margin: 0 0 1.5em;
}
.content .alignleft,
.content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.content .alignright,
.content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.content .aligncenter,
.content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.content .wp-caption {
  margin-bottom: 1.5rem;
  text-align: center;
  padding-top: 0.5rem;
}
.content .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.content .wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 0.8rem;
  margin: 0;
}
.content .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.content blockquote.left {
  margin-right: 1.5rem;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.content blockquote.right {
  margin-left: 1.5rem;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

:root {
  --display: inline-block;
}

.hide {
  display: none;
}

.display {
  display: block;
}

[class^=display--] {
  display: none !important;
}

@media (min-width: 320px) {
  .display--xs {
    display: var(--display) !important;
  }
  .hide--xs {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .display--s {
    display: var(--display) !important;
  }
  .hide--s {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .display--m {
    display: var(--display) !important;
  }
  .hide--m {
    display: none !important;
  }
}
@media (min-width: 977px) {
  .display--l {
    display: var(--display) !important;
  }
  .hide--l {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .display--xl {
    display: var(--display) !important;
  }
  .hide--xl {
    display: none !important;
  }
}
@media (min-width: 1680px) {
  .display--xxl {
    display: var(--display) !important;
  }
  .hide--xxl {
    display: none !important;
  }
}
.button, .frm_button_submit {
  font-family: "Grold Slim", sans-serif;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  color: white;
  background-color: #00aeb5;
  border: 2px solid #00aeb5;
  font-size: 1.25rem;
  line-height: 46px;
  height: 46px;
  white-space: nowrap;
  padding: 0 3rem;
  border-radius: 50px;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  margin: 2rem 0;
}
.button:active, .button:hover, .frm_button_submit:active, .frm_button_submit:hover {
  cursor: pointer;
  text-decoration: none;
}
.button:focus, .frm_button_submit:focus {
  outline: none;
}
.button:hover, .frm_button_submit:hover {
  background-color: rgb(0, 124.9723756906, 130);
  border: 2px solid rgb(0, 124.9723756906, 130);
  color: #fff;
}
.button--secondary, .frm_button_submit--secondary {
  background-color: #fff;
  border: 1px solid #00aeb5;
  background-color: transparent;
  color: #201e3d;
}
.button--full-width, .frm_button_submit--full-width {
  max-width: 100% !important;
}

.frm_button_submit {
  font-family: "Grold Slim", sans-serif !important;
  display: inline-block !important;
  position: relative !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-appearance: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 400 !important;
  color: #fff !important;
  background-color: #00aeb5 !important;
  border: 2px solid #00aeb5 !important;
  font-size: 1.25rem !important;
  line-height: 46px !important;
  height: 46px !important;
  white-space: nowrap !important;
  padding: 0 4rem !important;
  border-radius: 50px !important;
  -webkit-transition: all 150ms ease-in !important;
  transition: all 150ms ease-in !important;
  margin: 2rem 0 !important;
  text-decoration: none !important;
  outline: none !important;
}
.frm_button_submit:active, .frm_button_submit:hover {
  cursor: pointer !important;
  text-decoration: none !important;
}
.frm_button_submit:hover {
  background-color: rgb(0, 124.9723756906, 130) !important;
  border: 2px solid rgb(0, 124.9723756906, 130) !important;
  color: #fff !important;
}

.cart .qib-container + button[type=submit],
.cart .qib-container .button[type=submit] {
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400 !important;
  color: #201e3d;
  background-color: transparent;
  border: 2px solid #201e3d;
  font-size: 1.25rem;
  line-height: 1;
  height: 46px !important;
  white-space: nowrap;
  padding: 0 3rem;
  border-radius: 50px;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  margin: 2rem 0 !important;
}
.cart .qib-container + button[type=submit]:active, .cart .qib-container + button[type=submit]:hover,
.cart .qib-container .button[type=submit]:active,
.cart .qib-container .button[type=submit]:hover {
  cursor: pointer;
  text-decoration: none;
}
.cart .qib-container + button[type=submit]:focus,
.cart .qib-container .button[type=submit]:focus {
  outline: none !important;
}
.cart .qib-container + button[type=submit]:hover,
.cart .qib-container .button[type=submit]:hover {
  background-color: #201e3d;
  border: 2px solid #201e3d;
  color: #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  color: #201e3d;
  background-color: transparent;
  border: 2px solid #201e3d;
  font-size: 1.25rem;
  line-height: 46px;
  height: 46px;
  white-space: nowrap;
  padding: 0 3rem;
  border-radius: 50px;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  margin: 0 0 2rem 0;
}
.woocommerce #respond input#submit:active, .woocommerce #respond input#submit:hover,
.woocommerce a.button:active,
.woocommerce a.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:active,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  cursor: pointer;
  text-decoration: none;
}
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
  outline: none;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #201e3d;
  border: 2px solid #201e3d;
  color: #fff;
}
.woocommerce #respond input#submit--white,
.woocommerce a.button--white,
.woocommerce button.button--white,
.woocommerce input.button--white,
#add_payment_method .wc-proceed-to-checkout a.checkout-button--white, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button--white, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.woocommerce #respond input#submit--white:active, .woocommerce #respond input#submit--white:hover,
.woocommerce a.button--white:active,
.woocommerce a.button--white:hover,
.woocommerce button.button--white:active,
.woocommerce button.button--white:hover,
.woocommerce input.button--white:active,
.woocommerce input.button--white:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button--white:active,
#add_payment_method .wc-proceed-to-checkout a.checkout-button--white:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button--white:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button--white:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--white:active, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--white:hover {
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #201e3d;
}

.switch__mle {
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.switch__mle select {
  position: relative;
  width: 100px;
  height: 52px;
  text-align: left;
  cursor: pointer;
  color: #201e3d;
  font-size: 1.125rem;
  border: 2px solid rgba(32, 30, 61, 0.2);
  border-radius: 50px;
  position: relative;
  padding: 0 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.switch__mle select:focus {
  outline: none;
}
.switch__mle select:hover {
  border: 2px solid rgba(32, 30, 61, 0.6);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.switch__mle:after {
  content: "";
  background-image: url(../images/menu-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 20px;
  width: 20px;
  margin-left: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  pointer-events: none;
}

.socials {
  list-style: none;
  margin: 0;
  text-transform: capitalize;
}

.share__buttons {
  position: sticky;
  top: 20%;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) {
  .share__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 977px) {
  .share__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.social__buttons {
  margin: 2rem 0 4rem;
}

.share__buttons,
.social__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share__buttons .share__button,
.share__buttons .social__button,
.social__buttons .share__button,
.social__buttons .social__button {
  width: 46px;
  height: 46px;
  border: 2px solid #d2d2d8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.share__buttons .share__button i,
.share__buttons .social__button i,
.social__buttons .share__button i,
.social__buttons .social__button i {
  font-size: 1.125rem;
  margin-top: 0.2rem;
}

.image__circles {
  position: relative;
  padding-top: 150%;
  margin: 0;
}
@media (min-width: 480px) {
  .image__circles {
    padding-top: 120%;
  }
}
@media (min-width: 768px) {
  .image__circles {
    padding-top: 80%;
  }
}
@media (min-width: 977px) {
  .image__circles {
    padding-top: 120%;
  }
}
.image__circles .image__circle {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .image__circles .image__circle {
    width: 70%;
    padding-top: 70%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 977px) {
  .image__circles .image__circle {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 80%;
    padding-top: 80%;
  }
}
.image__circles.inner {
  padding-top: 100%;
}
@media (min-width: 768px) {
  .image__circles.inner {
    padding-top: 80%;
  }
}
@media (min-width: 977px) {
  .image__circles.inner {
    padding-top: 100%;
  }
}
.image__circles.inner .image__circle {
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .image__circles.inner .image__circle {
    width: 70%;
    padding-top: 70%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 977px) {
  .image__circles.inner .image__circle {
    width: 100%;
    padding-top: 100%;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .image__circles.inner .image__circle:after {
    content: "";
    border: 1.5px solid rgba(58, 56, 83, 0.13);
    position: absolute;
    left: 3rem;
    top: 3rem;
    bottom: 3rem;
    right: 3rem;
    border-radius: 50%;
    margin: -5rem;
  }
}
@media (min-width: 977px) {
  .image__circles.inner .image__circle:after {
    left: 2rem;
    top: 2rem;
    bottom: 2rem;
    right: 2rem;
  }
}
@media (min-width: 1200px) {
  .image__circles.inner .image__circle:after {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
.image__circles .quote__circle {
  background-color: #00aeb5;
  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;
  text-align: center;
  padding: 2rem;
  color: #fff;
  border-radius: 50%;
  width: 235px;
  height: 235px;
  position: absolute;
  bottom: 7.5%;
  right: 0;
}
@media (min-width: 977px) {
  .image__circles .quote__circle {
    width: 275px;
    height: 275px;
  }
}
.image__circles .quote__circle p {
  display: block;
  position: relative;
  margin: 0;
  padding-top: 2rem;
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 977px) {
  .image__circles .quote__circle p {
    font-size: 1.25rem;
  }
}
.image__circles .quote__circle p:after {
  content: "";
  background-image: url("../../images/icons/quote_icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 49px;
  height: 24px;
}

.swiper-slide .image__circles .quote__circle {
  right: auto;
  left: 0;
}
@media (min-width: 768px) {
  .swiper-slide .image__circles .quote__circle {
    bottom: -10rem;
  }
}
@media (min-width: 977px) {
  .swiper-slide .image__circles .quote__circle {
    bottom: 7.5%;
  }
}

@media (min-width: 768px) {
  .hero .image__circles.inner .image__circle:after {
    border: 1.5px solid rgba(255, 255, 255, 0.4);
  }
}

.address-group {
  font-size: 1.2rem;
  line-height: 1.618;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .address-group {
    font-size: 1.25rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 977px) {
  .address-group {
    font-size: 1.25rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}
.address-group address {
  margin-bottom: 1.5rem;
  font-style: normal;
}

.company_details {
  margin: 1.5rem 0;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 977px) {
  .list li {
    font-size: 1.25rem;
  }
}
.list--horizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .list--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.list--horizontal li {
  margin-bottom: 0;
  margin: 0 2rem;
  font-size: 1rem;
}
.list--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hamburger {
  top: 0;
  overflow: hidden;
  margin: 5px;
  padding: 0;
  width: 35px;
  height: 35px;
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
  background: none;
  position: relative;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 1px;
  background: #201e3d;
}
.hamburger span:after, .hamburger span:before {
  content: "";
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #201e3d;
}
.hamburger span:before {
  top: -9px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.hamburger span:after {
  bottom: -9px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger:not(.hamburger-active):hover span:before {
  top: -11px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.hamburger:not(.hamburger-active):hover span:after {
  bottom: -11px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger.hamburger-active:hover span:before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.hamburger.hamburger-active:hover span:after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.hamburger-active span {
  background: none;
  -webkit-transition: background 0.1s 0s;
  transition: background 0.1s 0s;
}
.hamburger-active span::after, .hamburger-active span::before {
  -webkit-transition: background 0s, 0.3s;
  transition: background 0s, 0.3s;
}
.hamburger-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact__options {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .contact__options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contact__options .contact__option {
  border: 1px solid #d2d2d8;
  border-radius: 8px;
  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;
  padding: 2rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .contact__options .contact__option {
    margin: 1.5rem;
  }
  .contact__options .contact__option:first-child {
    margin-left: 0;
  }
  .contact__options .contact__option:last-child {
    margin-right: 0;
  }
}
.contact__options .contact__option a {
  display: block;
  font-weight: 500;
}

.section__intro-product {
  margin-bottom: 6rem;
}
.section__intro-product .left__content {
  display: none;
}
@media (min-width: 768px) {
  .section__intro-product .left__content {
    display: block;
  }
}
.section__intro-product .left__content,
.section__intro-product .right__content {
  position: relative;
}

.intro__product--image {
  position: absolute;
  left: 0;
  top: 10%;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro__product--content {
  margin-bottom: 3rem;
}
.intro__product--content:not(:nth-child(1)) .image__circles {
  display: none;
}
@media (min-width: 768px) {
  .intro__product--content {
    min-height: 50vh;
  }
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.86);
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 250ms ease-in, visibility 0ms linear 250ms;
  transition: opacity 250ms ease-in, visibility 0ms linear 250ms;
}
.preloader--active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in;
}
.preloader span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader__spinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #ffffff;
  }
  25% {
    stroke: #ffffff;
  }
  50% {
    stroke: #ffffff;
  }
  75% {
    stroke: #ffffff;
  }
  100% {
    stroke: #ffffff;
  }
}

@keyframes colors {
  0% {
    stroke: #ffffff;
  }
  25% {
    stroke: #ffffff;
  }
  50% {
    stroke: #ffffff;
  }
  75% {
    stroke: #ffffff;
  }
  100% {
    stroke: #ffffff;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
.block {
  background-color: #fbfbfb;
  padding: 15px;
}

/*---------------------------------------- form/input - stylesheet ----------------------------------------*/
body .input {
  padding: 0px;
  margin: 0 0 1.25rem 0;
  position: relative;
}
body .input__label {
  display: block;
  color: var(--heading-color);
  margin: 0 0 0.5rem 0;
  font-weight: 300;
  color: #222;
  font-size: 1rem;
}
@media (min-width: 977px) {
  body .input__label {
    font-size: 1.25rem;
  }
}
body .input__validation {
  font-size: 0.9rem;
  margin-top: 15px;
  margin-bottom: 30px;
  color: red;
}
body .input__validation,
body .input__validation li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 5px;
}
body .input input[type=text],
body .input input[type=password],
body .input input[type=email],
body .input textarea {
  border: 1px solid #dbdbdb;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  width: 100%;
  font-weight: 300;
  font-family: "Grold Slim", sans-serif;
  background-color: #fff;
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #201e3d;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
}
@media (min-width: 977px) {
  body .input input[type=text],
  body .input input[type=password],
  body .input input[type=email],
  body .input textarea {
    font-size: 1.25rem;
  }
}
body .input input[type=text]:focus,
body .input input[type=password]:focus,
body .input input[type=email]:focus,
body .input textarea:focus {
  border: 1px solid #d2d2d8;
  outline: none;
}
body .input textarea {
  height: 360px;
}

/*---------------------------------------- form/input - stylesheet ----------------------------------------*/
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  border: 2px solid #d2d2d8;
  padding: 1rem;
  border-radius: 10px;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 300;
  background-color: transparent;
  font-family: "Grold Slim", sans-serif;
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #201e3d;
  margin-bottom: 1rem;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #201e3d;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #201e3d;
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #201e3d;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #201e3d;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border: 2px solid #d2d2d8;
  outline: none;
}

textarea {
  resize: vertical;
}

.frm_verify,
.frm_screen_reader {
  display: none;
}

/*---------------------------------------- form/select - stylesheet ----------------------------------------*/
.select {
  overflow: hidden;
  position: relative;
  border: 2px solid #d2d2d8;
  width: 100%;
  border-radius: 3px;
}
.select:hover {
  cursor: hand;
  cursor: pointer;
}
.select:hover:after {
  opacity: 1;
}
.select:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../../images/icons/arrow-down.svg");
  background-position: 96% 49%;
  background-repeat: no-repeat;
  background-size: 11px auto;
  opacity: 0.6;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}
.select select {
  padding: 12px 15px;
  width: 130%;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Grold Slim", sans-serif;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.select select:hover {
  cursor: hand;
  cursor: pointer;
}
.select select:focus {
  outline: none;
}

/*---------------------------------------- form/checkbox - stylesheet ----------------------------------------*/
.checkbox {
  margin-bottom: 15px;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked + span:after {
  display: block;
}
.checkbox input[type=checkbox]:not(:checked) + span:after {
  display: none;
}
.checkbox label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox label:hover {
  cursor: pointer;
  cursor: hand;
}
.checkbox span {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.checkbox span:after {
  content: "";
  width: 9px;
  height: 9px;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #d2d2d8;
}

/*---------------------------------------- form/radio - stylesheet ----------------------------------------*/
.radio {
  margin-bottom: 15px;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio]:checked + span:after {
  display: block;
}
.radio input[type=radio]:not(:checked) + span:after {
  display: none;
}
.radio label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.radio label:hover {
  cursor: pointer;
  cursor: hand;
}
.radio span {
  border: 1px solid #dbdbdb;
  background-color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  border-radius: 100%;
}
.radio span:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #d2d2d8;
}

/*---------------------------------------- form/time - stylesheet ----------------------------------------*/
.time {
  margin-bottom: 30px;
}
.time input[type=text] {
  border: 1px solid #dbdbdb;
  padding: 12px 15px;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Grold Slim", sans-serif;
  background-color: #fff;
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #201e3d;
  border-radius: 3px;
  width: 120px;
  margin-right: 5px;
}

.newsletter__form {
  position: relative;
  margin-bottom: 2rem;
}
.newsletter__form label,
.newsletter__form legend {
  display: none;
}
.newsletter__form input[type=hidden] {
  display: none;
}
.newsletter__form .form-field label {
  display: none;
}
.newsletter__form .form-field input[type=email] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 300;
  color: #201e3d;
  background-color: transparent;
  border: 2px solid #d2d2d8;
  font-size: 1.125rem;
  line-height: 46px;
  height: 46px;
  white-space: nowrap;
  padding: 0 3rem 0 1rem;
  border-radius: 50px;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  width: auto;
  margin: 0;
  min-width: 100%;
}
@media (min-width: 768px) {
  .newsletter__form .form-field input[type=email] {
    min-width: 250px;
  }
}
@media (min-width: 768px) {
  .newsletter__form .form-field input[type=email] {
    min-width: 320px;
  }
}
.newsletter__form .form-field input[type=email]:focus {
  outline: none;
}
.newsletter__form .form-field input[type=email][aria-invalid=false][aria-describedby=""] {
  border-color: #afe875;
}
.newsletter__form .form-field input[type=email][aria-invalid=true] {
  border-color: #f98293;
}
.newsletter__form .form-field .frm_error {
  display: none;
}
.newsletter__form .frm_submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.newsletter__form .frm_submit:hover {
  right: -0.5rem;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.newsletter__form .frm_button_submit {
  height: 100%;
  padding: 0 1rem;
  cursor: pointer;
  margin: 0;
  border: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter__form .frm_button_submit:focus {
  outline: none;
}

.section__primary .newsletter__form .form-field input[type=email] {
  color: #fff;
}
.section__primary .newsletter__form .frm_button_submit svg g, .section__primary .newsletter__form .frm_button_submit svg path {
  stroke: #fff;
}

.frm_section_heading {
  margin: 0 0 100px 0;
}

.section__contact form label {
  display: none;
}

.section__cta .frm_forms label {
  display: none;
}
.section__cta .frm_forms input[type=text],
.section__cta .frm_forms input[type=password],
.section__cta .frm_forms input[type=email],
.section__cta .frm_forms input[type=tel],
.section__cta .frm_forms textarea {
  color: #fff;
}
.section__cta .frm_forms input[type=text]::-webkit-input-placeholder,
.section__cta .frm_forms input[type=password]::-webkit-input-placeholder,
.section__cta .frm_forms input[type=email]::-webkit-input-placeholder,
.section__cta .frm_forms input[type=tel]::-webkit-input-placeholder,
.section__cta .frm_forms textarea::-webkit-input-placeholder {
  color: #fff;
}
.section__cta .frm_forms input[type=text]::-moz-placeholder,
.section__cta .frm_forms input[type=password]::-moz-placeholder,
.section__cta .frm_forms input[type=email]::-moz-placeholder,
.section__cta .frm_forms input[type=tel]::-moz-placeholder,
.section__cta .frm_forms textarea::-moz-placeholder {
  color: #fff;
}
.section__cta .frm_forms input[type=text]::-ms-input-placeholder,
.section__cta .frm_forms input[type=password]::-ms-input-placeholder,
.section__cta .frm_forms input[type=email]::-ms-input-placeholder,
.section__cta .frm_forms input[type=tel]::-ms-input-placeholder,
.section__cta .frm_forms textarea::-ms-input-placeholder {
  color: #fff;
}
.section__cta .frm_forms input[type=text]::placeholder,
.section__cta .frm_forms input[type=password]::placeholder,
.section__cta .frm_forms input[type=email]::placeholder,
.section__cta .frm_forms input[type=tel]::placeholder,
.section__cta .frm_forms textarea::placeholder {
  color: #fff;
}
.section__cta .frm_forms .frm_button_submit {
  background-color: #fff;
  border: 2px solid #fff;
  color: #201e3d;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.section__cta .frm_forms .frm_button_submit:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.section__cta .frm_forms .frm_error_style, .section__cta .frm_forms .frm_error {
  color: #ff9c9c;
}

.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in, visibility 0ms linear 250ms;
  transition: opacity 250ms ease-in, visibility 0ms linear 250ms;
}
.modal--active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in;
}
.modal--fullscreen .modal__inner {
  height: calc(100vh - 100px);
  width: calc(100vw - 40px);
  max-width: none;
  max-height: none;
}

.modal__bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.86);
}

.modal__inner {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .modal__inner {
    max-width: 640px;
    margin: 0 auto;
  }
}
.modal__inner .modal__content {
  display: block;
  overflow: hidden;
  padding: 1rem;
}
@media (min-width: 320px) {
  .modal__inner .modal__content {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .modal__inner .modal__content {
    padding: 3rem;
  }
}

.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  overflow: hidden;
  margin: 5px;
  padding: 0;
  width: 30px;
  height: 30px;
  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;
  cursor: pointer;
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
  background: none;
}
.modal__close:focus {
  outline: none;
}
.modal__close span {
  display: block;
  position: absolute;
  top: 48%;
  left: 10%;
  right: 10%;
  height: 8%;
  background: none;
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
.modal__close span:after, .modal__close span:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
.modal__close span:before {
  top: 0;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close span:after {
  bottom: 0;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pushmenu {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
}
.pushmenu--active {
  visibility: visible;
}
.pushmenu--active .pushmenu__nav {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.pushmenu--active .pushmenu__bg {
  visibility: visible;
}

.pushmenu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 104px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pushmenu__header .hamburger span:after, .pushmenu__header .hamburger span:before {
  background-color: #fff;
}
.pushmenu__header img {
  margin-right: 1rem;
  display: inline-block;
  width: 104px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pushmenu__close {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: -5000em;
  background-color: transparent;
  background-image: url("../../images/icons/close.svg");
  background-size: 14px, auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.pushmenu__close:hover {
  cursor: hand;
  cursor: pointer;
}
.pushmenu__close:focus {
  outline: none;
}

.pushmenu__nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  padding-bottom: 30px;
  background: #201e3d;
  overflow-y: auto;
  right: 0;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 40%;
  min-width: 320px;
}
@media (max-width: 767px) {
  .pushmenu__nav {
    width: 100%;
  }
}
.pushmenu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pushmenu__nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
  position: relative;
  overflow: hidden;
}
.pushmenu__nav ul li.menu-item-has-children > a > span {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../../images/icons/plus.svg");
  background-size: 14px, auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 150ms ease-in;
  transition: background-image 150ms ease-in;
  z-index: 2;
}
.pushmenu__nav ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 1.5rem 4rem 1.5rem 2rem;
  border: 0;
  margin: 0;
}
.pushmenu__nav ul li > ul {
  display: none;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.26s ease;
  transition: -webkit-transform 0.26s ease;
  transition: transform 0.26s ease;
  transition: transform 0.26s ease, -webkit-transform 0.26s ease;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.pushmenu__nav ul li > ul li {
  border-bottom: none;
}
.pushmenu__nav ul li > ul li a {
  font-size: 1rem;
  padding: 0.5rem 2rem;
}
.pushmenu__nav ul li.active > ul {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  display: block;
}
.pushmenu__nav ul li.active > a > span {
  background-image: url("../../images/icons/min.svg");
  background-size: 14px, auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.pushmenu__nav ul li:last-child {
  border-bottom: 0;
}

.pushmenu__bg {
  position: fixed;
  z-index: 998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  visibility: hidden;
}

.img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fbfbfb;
}

.item__list {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  list-style: none;
  margin: 0;
}
.item__list .list__item {
  margin-bottom: 3rem;
}
.item__list .list__item h4 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .item__list .list__item h4 {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 977px) {
  .item__list .list__item h4 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
.item__list .list__item p {
  font-size: 1.2rem;
  line-height: 1.618;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .item__list .list__item p {
    font-size: 1.25rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 977px) {
  .item__list .list__item p {
    font-size: 1.25rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}

.list-item__heading,
.list-item__heading a {
  color: #201e3d;
}
.list-item__heading {
  font-family: "Grold Slim", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.list-item__meta {
  display: block;
  margin-bottom: 1.25rem;
}
.list-item__meta,
.list-item__meta a {
  color: #d2d2d8;
}
.list-item__excerpt {
  margin-bottom: 1.25rem;
}
.list-item__more {
  color: #201e3d;
  text-decoration: underline;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 480px) {
  .nav-links {
    margin: 4rem;
    margin-right: 0;
    margin-left: 0;
  }
}
.nav-links a, .nav-links span {
  padding: 0 1rem;
}
.nav-links .current {
  font-weight: 500;
}
.nav-links a {
  color: #201e3d;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.media__left, .media__right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.media__left {
  margin-right: 1rem;
}
.media__right {
  margin-left: 1rem;
}
.media__content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

nav ul {
  list-style: none;
  margin: 0;
}

.mainheader nav {
  display: none;
}
@media (min-width: 977px) {
  .mainheader nav {
    display: block;
  }
}

.mainmenu {
  font-size: 0.9rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #201e3d;
  width: 100%;
  margin: 0;
}
.mainmenu li {
  margin: 0;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
}
@media (min-width: 1200px) {
  .mainmenu li {
    margin-right: 2rem;
  }
}
.mainmenu li a {
  font-family: "Grold Slim", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #000000;
  padding: 1rem 0;
}
.mainmenu li.current_page_item > a {
  color: #00aeb5;
}
.mainmenu li:hover > a {
  color: #00aeb5;
}
.mainmenu li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mainmenu li.menu-item-has-children:after {
  content: "";
  background: url(../images/menu-arrow.svg) no-repeat center center;
  height: 20px;
  width: 20px;
  margin-left: 0.5rem;
}
.mainmenu li.active > a, .mainmenu li.current-menu-item > a {
  color: #00aeb5;
}
.mainmenu li.active > a > ul, .mainmenu li.current-menu-item > a > ul {
  display: none;
}
.mainmenu li.active ul li.active ul li a, .mainmenu li.current-menu-item ul li.active ul li a {
  color: #4c4c4c;
  background: #4c4c4c;
  border: none;
}
.mainmenu li:hover ul {
  display: block !important;
}

.mainmenu li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  width: 250px;
  height: auto;
  z-index: 777;
  background: #fff;
  padding: 1rem;
  border: 1px solid #dedede;
}
.mainmenu li.menu-item-has-children .sub-menu li {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0;
}
.mainmenu li.menu-item-has-children .sub-menu li:before {
  content: "";
  background: url(../images/menu-arrow.svg) no-repeat center center;
  height: 20px;
  width: 20px;
  margin-right: 0.5rem;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.mainmenu li.menu-item-has-children .sub-menu li a {
  font-size: 1rem;
  padding: 0;
}
.mainmenu li.menu-item-has-children .sub-menu li.active a {
  border-top: none;
  background: initial;
  color: #dedcdc !important;
}
.mainmenu li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
.mainmenu .current_page_item > a {
  color: #00aeb5;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #000;
  color: #000;
}
.tabs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 1em;
  border-bottom: 1px solid #ccc;
}

.tabs-content > div {
  display: none;
}
.tabs-content > div.is-active {
  display: block;
}

.sb-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  margin: 0.3rem;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .sb-search {
    border: 2px solid rgba(32, 30, 61, 0.2);
    height: 52px;
    width: 52px;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
  }
}
.sb-search:hover {
  border: 2px solid rgba(32, 30, 61, 0.6);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.sb-search .sb-form {
  width: 100%;
  height: 52px;
  position: relative;
}
.sb-search .sb-search-input {
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  border-radius: 100px;
  border: none;
  margin: 0;
  height: 52px;
  padding: 5px 2.5rem 0 1rem;
}
.sb-search .sb-search-input::-webkit-input-placeholder {
  color: #201e3d;
  font-size: 1rem;
}
.sb-search .sb-search-input::-moz-placeholder {
  color: #201e3d;
  font-size: 1rem;
}
.sb-search .sb-search-input::-ms-input-placeholder {
  color: #201e3d;
  font-size: 1rem;
}
.sb-search .sb-search-input::placeholder {
  color: #201e3d;
  font-size: 1rem;
}
.sb-search .sb-search-input:focus {
  border: none;
}
.sb-search .sb-icon-search {
  position: absolute;
  top: 0;
  margin: 0;
  right: -2px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  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;
}
.sb-search .sb-search-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  right: 13px;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.sb-search .sb-search-submit {
  display: none;
  position: absolute;
  right: 0;
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-search.sb-search-open {
  position: absolute;
  top: 100%;
  z-index: 999;
  background: #fff;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
@media (min-width: 768px) {
  .sb-search.sb-search-open {
    position: relative;
    width: 250px;
    border-radius: 50px;
  }
}
.sb-search.sb-search-open .sb-search-input {
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.sb-search.sb-search-open .sb-search-submit {
  display: block;
  z-index: 91;
}

.sb-icon-search {
  color: #000;
  z-index: 90;
  speak: none;
}

.shopping-cart {
  position: relative;
}
.shopping-cart:after {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  color: #fff;
}
.shopping-cart--active:after {
  background-color: #00aeb5;
}
.shopping-cart__count {
  position: absolute;
  top: 0;
  right: -1rem;
  width: 21px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-size: 1.125rem;
  line-height: 0;
  color: #fff;
  background-color: #00aeb5;
  z-index: 10;
  padding: 5px 0 0 0;
}
@media (min-width: 768px) {
  .shopping-cart__count {
    top: -0.5rem;
    right: -0.5rem;
  }
}

.accordion__list .accordion__item {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .accordion__list .accordion__item {
    padding: 2rem;
  }
}
.accordion__list .accordion__item .accordion__title {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  padding-right: 2rem;
}
.accordion__list .accordion__item .accordion__title span {
  height: 15px;
  width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion__list .accordion__item .accordion__title span:before {
  content: "";
  height: 2px;
  width: 15px;
  display: block;
  background: #201e3d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.accordion__list .accordion__item .accordion__title span:after {
  content: "";
  height: 15px;
  width: 2px;
  display: block;
  background: #201e3d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.accordion__list .accordion__item .accordion__content {
  font-size: 1rem;
  margin: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  max-width: 100%;
}
@media (min-width: 768px) {
  .accordion__list .accordion__item .accordion__content {
    max-width: 85%;
  }
}
.accordion__list .accordion__item .accordion__content .inner {
  padding: 1rem;
  margin: 0;
}
.accordion__list .accordion__item.open {
  color: #201e3d;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
}
.accordion__list .accordion__item.open .accordion__title {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.accordion__list .accordion__item.open .accordion__title span:before {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.accordion__list .accordion__item.open .accordion__title span:after {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.faq__section .accordion__list {
  margin: 3rem 0;
}
@media (min-width: 977px) {
  .faq__section .accordion__list {
    margin: 5rem 0;
  }
}
.faq__section .accordion__list .accordion__item:first-child {
  border-top: none;
}
.faq__section .accordion__list .accordion__item:last-child {
  border-bottom: none;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 977px) {
  .news__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news__list .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #2c2a47;
  margin: 0 0 1rem 0;
  padding: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  text-align: left;
}
@media (min-width: 977px) {
  .news__list .news__item {
    width: 31%;
    margin: 1rem;
    min-height: 310px;
  }
}
.news__list .news__item .category__group {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news__list .news__item .category {
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  padding: 0.4rem 1.5rem 0.2rem 1.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #00aeb5;
  font-size: 1rem;
  line-height: 1;
  padding-top: 0.25rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.news__list .news__item h4 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .news__list .news__item h4 {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 977px) {
  .news__list .news__item h4 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
.news__list .news__item .button {
  margin-top: auto;
  margin-bottom: 0;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author__image {
  display: block;
  border-radius: 100%;
  overflow: hidden;
  width: 66px;
  height: 66px;
  margin-right: 1rem;
}
.author__image img {
  display: block;
}
.author__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reseller {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  font-weight: 300;
  text-align: left;
  padding: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.reseller .grid {
  display: none;
}
@media (min-width: 768px) {
  .reseller .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.reseller__mobile {
  display: block;
}
@media (min-width: 768px) {
  .reseller__mobile {
    display: none;
  }
}
.reseller .reseller__contact {
  margin: 2rem 0;
}
.reseller .reseller__contact a {
  display: block;
}
.reseller__title {
  font-weight: 700;
}
.reseller .button {
  margin: 0;
}

.section__reference {
  overflow: hidden;
}

.reference__item {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 15rem;
  bottom: 20%;
  margin-bottom: 6rem;
}

.section--projects {
  background: #e9e8e4;
  overflow: hidden;
  padding: 4rem 0 5rem;
}
@media (min-width: 768px) {
  .section--projects {
    margin: 0 2rem;
    padding: 5.5rem 0 6rem;
  }
}
@media (min-width: 977px) {
  .section--projects {
    padding: 6.5rem 0 7rem;
  }
}

.projects-slider__header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .projects-slider__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 977px) {
  .projects-slider__header {
    margin-bottom: 2.75rem;
  }
}
.projects-slider__title {
  margin: 0;
}
.projects-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-left: auto;
}
.projects-slider__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #201e3d;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
  transition: background 0.25s ease, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 3.25rem;
}
.projects-slider__control:hover, .projects-slider__control:focus {
  background: #00aeb5;
  outline: 0;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.projects-slider__control.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
  -webkit-transform: none;
          transform: none;
}
.projects-slider__viewport {
  overflow: hidden;
}
.projects-slider__slide {
  width: auto;
}
.projects-slider__card {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
.projects-slider__link {
  color: #fff;
  display: block;
  min-height: 28rem;
  position: relative;
  text-decoration: none;
}
@media (min-width: 768px) {
  .projects-slider__link {
    min-height: 33rem;
  }
}
@media (min-width: 1200px) {
  .projects-slider__link {
    min-height: 37rem;
  }
}
.projects-slider__link::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 18, 26, 0.05)), color-stop(35%, rgba(9, 18, 26, 0.2)), to(rgba(9, 18, 26, 0.82)));
  background: linear-gradient(180deg, rgba(9, 18, 26, 0.05) 0%, rgba(9, 18, 26, 0.2) 35%, rgba(9, 18, 26, 0.82) 100%);
  content: "";
  inset: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.projects-slider__link:hover::after, .projects-slider__link:focus::after {
  opacity: 0.88;
}
.projects-slider__image {
  background-color: #cfd5da;
  background-position: center center;
  background-size: cover;
  inset: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
.projects-slider__link:hover .projects-slider__image, .projects-slider__link:focus .projects-slider__image {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.projects-slider__content {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  inset-inline: 0;
  padding: 1.5rem;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .projects-slider__content {
    gap: 1.25rem;
    padding: 2rem;
  }
}
@media (min-width: 977px) {
  .projects-slider__content {
    padding: 2.25rem;
  }
}
.projects-slider__badge {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: #201e3d;
  border-radius: 0.5rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.5rem 0.75rem;
}
.projects-slider__name {
  color: #fff;
  display: -webkit-box;
  font-size: 1.5rem;
  line-height: 1.08;
  margin: 0;
  overflow: hidden;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}
@media (min-width: 768px) {
  .projects-slider__name {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .projects-slider__name {
    font-size: 2rem;
  }
}
.projects-slider__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .projects-slider__footer {
    margin-top: 2.75rem;
  }
}
.projects-slider__button {
  min-width: 15rem;
  text-align: center;
}

.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.blog__item .blog__cats {
  position: absolute;
  top: 1rem;
  left: 1rem;
  margin: 0;
}
.blog__item .item__header {
  margin-bottom: 2rem;
  background-color: #f1f1f1;
}
.blog__item .item__header .blog__image {
  position: relative;
  width: 100%;
  display: block;
}
.blog__item .item__header .blog__image img {
  display: block;
}
.blog__item .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  height: 100%;
}
.blog__item .item__body h4,
.blog__item .item__body .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog__item .item__footer {
  padding: 0 1rem;
  margin-bottom: 3rem;
}
.blog__item .item__footer .button {
  margin: 0;
}

.blog__cats {
  position: relative;
  margin-bottom: 2rem;
}
.blog__cats span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  margin: 0.5rem 0.25rem;
  padding: 0.5rem 0.5rem 0.4rem 0.5rem;
  background-color: #00aeb5;
  color: #fff;
  border-radius: 25px;
  line-height: 1;
}

.mobile-filters {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  visibility: hidden;
  overflow: hidden;
}
.mobile-filters__inner {
  position: fixed;
  z-index: 2;
  right: 0;
  top: 0;
  width: 100vw;
  max-width: 420px;
  min-height: 100vh;
  max-height: 100vh;
  background-color: white;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-filters__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
}
.mobile-filters__header--primary {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: none;
}
.mobile-filters__logo {
  max-width: 100px;
  margin-left: 1.5rem;
}
.mobile-filters__back, .mobile-filters__close {
  display: inline-block;
  border: none;
  background-color: none;
  width: 45px;
  height: 45px;
  background-color: transparent;
  overflow: hidden;
  text-indent: -5000em;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-filters__back:focus, .mobile-filters__close:focus {
  outline: none;
}
.mobile-filters__back:hover, .mobile-filters__close:hover {
  cursor: pointer;
}
.mobile-filters__back {
  margin-left: 1rem;
  background-image: url("../../assets/images/ico-back.svg");
  background-size: 18px auto;
}
.mobile-filters__close {
  margin-right: 1rem;
  position: relative;
}
.mobile-filters__close span {
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
  display: block;
  position: absolute;
  top: 50%;
  left: 20%;
  right: 20%;
  height: 1px;
  background: none;
}
.mobile-filters__close span:after, .mobile-filters__close span:before {
  content: "";
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #201e3d;
}
.mobile-filters__close span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-filters__close span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-filters__desc {
  color: #201e3d;
  font-size: 1.25rem;
  margin-left: 2rem;
}
.mobile-filters__nav {
  padding: 2rem;
  padding-top: 0;
}
.mobile-filters__slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.mobile-filters__slide.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mobile-filters__slide.level-1 {
  z-index: 1;
}
.mobile-filters__transparent {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.widget .widget-title {
  display: block;
  font-size: 1.25rem;
  padding: 1rem 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.widget ul li {
  margin-bottom: 1rem;
}

.map-container {
  background: lightgray;
  width: 100%;
  height: 400px;
  display: none;
}
@media (min-width: 1200px) {
  .map-container {
    display: block;
    width: 40vw;
    height: calc(100vh - 133px);
    position: fixed;
    z-index: 20;
    top: 133px;
    right: 0;
  }
}
@media (min-width: 1680px) {
  .map-container {
    width: 50vw;
  }
}

.map {
  width: 100%;
  height: 100%;
}
.map .gm-style-iw button.gm-ui-hover-effect img {
  display: none !important;
}
.map__info-window {
  text-align: left;
  padding: 0.6rem;
  padding-right: 0.5rem;
  color: #201e3d;
}
@media (min-width: 977px) {
  .map__info-window {
    padding: 0.75rem;
    padding-right: 0.5rem;
  }
}
.map__info-window .img {
  display: none;
  margin-bottom: 1.1rem;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  width: 240px;
  background-size: contain !important;
}
@media (min-width: 977px) {
  .map__info-window .img {
    display: block;
  }
}
.map__info-window a.button {
  display: block;
  margin: 14px 0 !important;
  text-align: center;
}

a.underline {
  border-bottom: 2px solid #00aeb5;
}

.no-results {
  display: none;
}

.partner-item {
  padding: 30px 30px 30px 30px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);
}
.partner-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.partner-item img {
  opacity: 0.7;
}
.partner-item .underline {
  border-bottom: 2px solid #00aeb5;
}

@media (min-width: 1200px) {
  #partner-container-desktop {
    display: block;
  }
}

.partner-cta {
  display: none;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 300;
  color: #fff;
  line-height: 0.8 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00aeb5;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  color: #fff;
  text-align: center;
  padding: 2rem;
}
.partner-cta .main {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1680px) {
  .partner-cta .main {
    font-size: 3rem;
  }
}
.partner-cta .extra {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .partner-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1680px) {
  .partner-cta {
    width: 280px;
    height: 280px;
    position: fixed;
    top: calc(50% - 140px);
    left: calc(50% - 140px);
  }
}
.partner-cta i {
  font-size: 1rem;
}
.partner-cta:hover {
  background-color: #201e3d;
  color: #fff;
}

.partner-list__search {
  margin-top: 3.3rem;
}
.partner-list {
  /* zoek formulier styles */
}
.partner-list form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.partner-list input {
  display: inline !important;
  outline: none;
  border-radius: 10px !important;
  margin-bottom: 0 !important;
}
.partner-list .select {
  display: block;
  border-radius: 10px !important;
  padding: 5px 0px !important;
}
.partner-list .select select {
  font-size: 1.25rem !important;
  min-width: 0 !important;
}
@media (min-width: 1680px) {
  .partner-list {
    padding-right: 175px;
  }
}

.blog-card {
  width: 100%;
  display: inline-block;
}
.blog-card__visual {
  width: 100%;
  padding-bottom: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f2f2;
  margin-bottom: 2rem;
}

.header {
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 996;
  position: fixed;
}
@media (min-width: 977px) {
  .header {
    position: fixed;
  }
}
.header .topheader {
  background-color: #201e3d;
  color: #fff;
  text-align: center;
  padding: 0.5rem 2rem 0.3rem 2rem;
  font-size: 0.9rem;
  line-height: 1.4;
  height: 40px;
  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;
  max-width: 100vw;
}
.header .topheader a {
  color: #fff;
}
.header .mainheader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  max-width: 100vw;
}
.header .mainmenu {
  display: none;
  margin-left: 2rem;
}
@media (min-width: 1200px) {
  .header .mainmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__logo {
  display: inline-block;
  max-width: 160px;
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__logo img,
.header__logo svg {
  width: 100%;
  display: block;
  height: auto;
}
@media (min-width: 977px) {
  .header__logo {
    margin-left: 0;
  }
}
.header__cta__primary {
  display: none;
  margin: 0;
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  .header__cta__primary {
    display: block;
  }
}
.header .header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: auto;
}
.header .header__cta__contact {
  display: none !important;
}
@media (min-width: 768px) {
  .header .header__cta__contact {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.header .header__cta .icon-button {
  position: relative !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 52px !important;
  width: 52px !important;
  background: #fff !important;
  color: var(--color-primary-darkest) !important;
  border-radius: 50% !important;
  border: 2px solid #d2d2d8;
  -webkit-transition: border 0.25s ease-in !important;
  transition: border 0.25s ease-in !important;
  text-decoration: none !important;
}
.header .header__cta .icon-button-phone {
  margin-right: 6px;
}
.header .header__cta .icon-button-phone svg {
  margin-top: 11px;
}
.header .header__cta .icon-button-email svg {
  margin-top: 10px;
  margin-left: 12px;
}
.header .header__cta .icon-button svg {
  width: 100%;
  display: block;
  height: auto;
}
.header .header__cta .icon-button:hover {
  border-color: #201e3d;
  cursor: pointer;
}
.header .header__cta .cta {
  margin: 0.3rem;
  height: 52px;
  width: 52px;
  border-radius: 100px;
  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;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
@media (min-width: 768px) {
  .header .header__cta .cta {
    border: 2px solid rgba(32, 30, 61, 0.2);
  }
}
.header .header__cta .cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__cta .cta:hover {
  border: 2px solid rgba(32, 30, 61, 0.6);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.header.light .mainmenu li a {
  color: #fff;
}
.header.light .mainmenu li.menu-item-has-children:after {
  background: url(../images/menu-arrow.svg) no-repeat center center;
}
.header.light path.text {
  fill: #fff;
}
.header.light .header__cta .cta {
  border-color: rgba(255, 255, 255, 0.25);
}
.header.light .header__cta .cta .sb-search svg path {
  fill: #fff;
}
.header.light .header__cta .cta .shopping-cart svg path {
  stroke: #fff;
}
.header.light .switch__mle:after {
  background-image: url(../images/menu-arrow_white.svg);
}

.hero {
  position: relative;
  display: block;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero {
    margin: 0 2rem;
  }
}
.hero .container {
  height: 100%;
  z-index: 1;
}
.hero__caption {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  color: #fff;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .hero__caption {
    padding: 8rem 0;
  }
}
.hero__caption .grid {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .hero__caption .grid {
    width: 100%;
  }
}
.hero__caption .reference__item {
  position: relative;
  margin-bottom: 0;
  top: 0;
}
.hero__caption .button {
  margin-bottom: 0;
}
.hero__title {
  display: block;
  font-size: 4rem;
  line-height: 0.9;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 5rem;
    line-height: 0.9;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: 7rem;
    line-height: 0.9;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1680px) {
  .hero__title {
    font-size: 8.5rem;
    line-height: 0.9;
    margin-bottom: 1rem;
  }
}
.hero__title {
  letter-spacing: -4px;
  font-weight: 700;
}
.hero__title span {
  color: #00aeb5;
}
.hero__subtitle {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: -0.05px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .hero__subtitle {
    font-size: 3rem;
    letter-spacing: -4px;
  }
}
@media (min-width: 1680px) {
  .hero__subtitle {
    font-size: 4rem;
  }
}
.hero .circles_bg {
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: 60%;
  left: -30vw;
  z-index: 0;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.wrapper.fullheight {
  min-height: 100vh;
}
.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 90px;
}

.woocommerce .wrapper main {
  margin-top: 200px;
}

.section {
  padding: 2rem;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 320px) {
  .section {
    padding: 2rem;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .section {
    padding: 4rem;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 977px) {
  .section {
    padding: 6rem;
    padding-right: 0;
    padding-left: 0;
  }
}

.container {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1440px;
}
.container--fluid {
  max-width: none;
}

.section__intro {
  text-align: center;
}

.section__primary,
.section__installation {
  background-color: #201e3d;
}
.section__primary h2,
.section__primary h3,
.section__primary h4,
.section__primary a,
.section__primary p,
.section__primary .tagline,
.section__installation h2,
.section__installation h3,
.section__installation h4,
.section__installation a,
.section__installation p,
.section__installation .tagline {
  color: #fff;
}
.section__primary h2 span,
.section__installation h2 span {
  color: #00aeb5;
}

.section__installation {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3rem 0;
  overflow: hidden;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .section__installation {
    padding: 12rem 0;
    margin: 0 2rem;
  }
}
.section__installation .container {
  z-index: 1;
}
.section__installation .circles_bg {
  width: 120%;
  height: 120%;
  position: absolute;
  top: -12%;
  left: -25%;
  z-index: 0;
}

.section__primary,
.section__news {
  background-color: #201e3d;
  margin: 0;
}
@media (min-width: 768px) {
  .section__primary,
  .section__news {
    margin: 0 2rem;
  }
}
.section__primary h2,
.section__primary h3,
.section__primary h4,
.section__primary h5,
.section__primary address,
.section__primary a,
.section__primary p,
.section__primary .tagline,
.section__news h2,
.section__news h3,
.section__news h4,
.section__news h5,
.section__news address,
.section__news a,
.section__news p,
.section__news .tagline {
  color: #fff;
}
.section__primary h2 span,
.section__news h2 span {
  color: #201e3d;
}

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

.section__primary {
  position: relative;
}
.section__primary .container {
  z-index: 1;
}
.section__primary .circles_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: -50%;
  z-index: 0;
}
@media (min-width: 768px) {
  .section__primary .circles_bg {
    left: -20%;
  }
}

.section__news {
  position: relative;
  overflow: hidden;
}
.section__news .container {
  z-index: 1;
}
.section__news .circles_bg {
  width: 120%;
  height: 120%;
  position: absolute;
  top: -12%;
  left: -6%;
  z-index: 0;
}

.section__cta {
  position: relative;
  overflow: hidden;
}
.section__cta .container {
  position: relative;
  overflow: hidden;
}
.section__cta .cta--hr:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transform: translate(-50%) rotate(90deg);
          transform: translate(-50%) rotate(90deg);
}
@media (min-width: 977px) {
  .section__cta .cta--hr:after {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.section__cta .cta--hr .content {
  margin: 2rem 0;
}
.section__cta .button {
  margin-bottom: 0;
}

.section__team {
  text-align: center;
  background-color: #201e3d;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section__team h2 {
  color: #fff;
}
.section__team .swiper-team {
  position: relative;
  z-index: 1;
}
.section__team .team--image {
  display: block;
  border-radius: 15px;
  margin-bottom: 2rem;
  overflow: hidden;
}
.section__team .team--name {
  font-size: 1.5rem;
  font-weight: 700;
}
.section__team .team--dept {
  font-size: 1.1rem;
  font-weight: 300;
  opacity: 0.4;
}
.section__team .circles_bg {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.section__hero img {
  width: 100%;
}

.section__banners .banner__full a,
.section__banners .banner__half a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.section__banners .banner__full a img,
.section__banners .banner__half a img {
  display: block;
}

.section__banners {
  padding-top: 6rem;
}

.section__hero {
  margin: 0 1rem;
}
@media (min-width: 768px) {
  .section__hero {
    margin: 0 2rem;
  }
}

.section__content {
  overflow: hidden;
}

footer {
  font-size: 1.25rem;
  color: #201e3d;
}
footer .section__primary {
  color: #fff;
}
footer .section__primary input[type=email] {
  color: #fff;
}
footer a {
  color: #201e3d;
}
footer p {
  font-size: 1.2rem;
  line-height: 1.618;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  footer p {
    font-size: 1.25rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 977px) {
  footer p {
    font-size: 1.25rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}

.footer__main {
  font-size: 1.2rem;
  line-height: 1.618;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__main {
    font-size: 1.25rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 977px) {
  .footer__main {
    font-size: 1.25rem;
    line-height: 1.618;
    margin-bottom: 1rem;
  }
}
.footer__main {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .footer__main {
    padding-top: 6rem;
  }
}
.footer__main .container {
  border-bottom: 1px solid #d2d2d8;
  padding-bottom: 3rem;
  margin-bottom: 1rem;
}
.footer__main strong {
  display: block;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1.375rem;
}
.footer__main ul {
  margin-bottom: 2rem;
}
.footer__main ul li a {
  display: block;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__main ul li a {
    padding: 1rem 0;
  }
}

.footer__copyright {
  padding-bottom: 3rem;
  margin: 1rem 0;
  text-align: center;
}
@media (min-width: 977px) {
  .footer__copyright {
    text-align: left;
  }
}
.footer__copyright .copyright {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 977px) {
  .footer__copyright .copyright {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__copyright .copyright div {
  margin-bottom: 1rem;
}
@media (min-width: 977px) {
  .footer__copyright .copyright div {
    margin: 0;
  }
}
.footer__copyright .copyright .footer__logo img {
  max-width: 135px;
  margin-bottom: 1rem;
}
@media (min-width: 977px) {
  .footer__copyright .copyright .footer__logo img {
    margin: 0 1rem 0 0;
  }
}
.footer__copyright nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .footer__copyright nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 977px) {
  .footer__copyright nav ul {
    margin: 0;
  }
}
.footer__copyright nav ul li a {
  padding: 1rem;
  white-space: nowrap;
  font-size: 1rem;
}

.sep {
  margin: 0 15px;
}

.products__menu {
  position: relative;
  text-align: center;
}

.category-menu {
  background-color: #efeff1;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
@media (min-width: 768px) {
  .category-menu {
    margin: 0 1rem;
  }
}
.category-menu li {
  display: inline-block;
  vertical-align: top;
}
.category-menu li a {
  display: block;
  padding: 1rem;
  color: #201e3d;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: border 350ms ease-in-out;
  transition: border 350ms ease-in-out;
  line-height: 1;
}
.category-menu li a:hover {
  border-bottom: 4px solid #00aeb5;
  -webkit-transition: border 350ms ease-in-out;
  transition: border 350ms ease-in-out;
}
.category-menu li.is-active a {
  border-bottom: 4px solid #00aeb5;
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em 2em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  border-top-color: #d2d2d8;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 977px) {
  body .woocommerce-error,
  body .woocommerce-info,
  body .woocommerce-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body .woocommerce-error:after,
body .woocommerce-info:after,
body .woocommerce-message:after {
  clear: none;
}
body .woocommerce-error:before,
body .woocommerce-info:before,
body .woocommerce-message:before {
  position: relative;
  top: inherit;
  left: inherit;
  margin-right: 1rem;
}
body .woocommerce-error .button,
body .woocommerce-info .button,
body .woocommerce-message .button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 2rem;
}
@media (min-width: 977px) {
  body .woocommerce-error .button,
  body .woocommerce-info .button,
  body .woocommerce-message .button {
    margin-top: 0;
    margin-left: auto;
  }
}
body body .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  border-top-color: var(--color-accent) !important;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-weight: 300;
}
body .woocommerce-info {
  border-top-color: #d2d2d8;
}
body .woocommerce-info::before,
body .woocommerce-message::before {
  color: #222;
}
body .woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 0px;
}
body .woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1rem;
}
@media (min-width: 977px) {
  body .woocommerce-checkout #payment ul.payment_methods li {
    font-size: 1.25rem;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 2rem;
}
@media (min-width: 977px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    max-width: 320px;
    margin-bottom: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
  font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  text-decoration: none;
  font-size: 1rem;
  display: block;
}
@media (min-width: 977px) {
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    font-size: 1.25rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
  padding: 0 0 0.5rem 0;
  margin: 0 0 0.5rem 0;
  border-bottom: 1px solid #dbdbdb;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  color: #d2d2d8;
}
@media (min-width: 977px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content {
  font-size: 1rem;
}
@media (min-width: 977px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    font-size: 1.25rem;
  }
}

.woocommerce span.onsale {
  background-color: #00aeb5;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  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;
  padding: 0;
  margin: 0;
  top: 1rem;
  left: 1rem;
  width: 58px;
  height: 58px;
}
.woocommerce div.product {
  background-color: #fff;
  border: 1px solid #e8e8ef;
  border-radius: 8px;
  padding: 3rem 1rem 2rem 1rem;
  height: 100%;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce div.product a.woocommerce-loop-product__link {
  display: block;
}
.woocommerce div.product .product-image {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  margin-bottom: 2.25rem;
  overflow: hidden;
  background-color: white;
}
.woocommerce div.product .product-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.woocommerce div.product .product-image--portrait img {
  height: 100%;
  width: auto;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #201e3d;
  font-weight: 300;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media (min-width: 977px) {
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
  font-weight: 300;
}

.woocommerce .qib-container {
  margin-right: 1rem;
}
.woocommerce .qib-container .minus.qib-button,
.woocommerce .qib-container .plus.qib-button {
  border: 2px solid #d2d2d8 !important;
  background-color: transparent !important;
  height: 40px !important;
  width: 35px !important;
  font-size: 1.4rem !important;
  color: #201e3d !important;
}
.woocommerce .qib-container .minus.qib-button {
  border-radius: 50% 0 0 50% !important;
}
.woocommerce .qib-container .plus.qib-button {
  border-radius: 0 50% 50% 0 !important;
}
.woocommerce .qib-container .quantity input.qty {
  border: 2px solid #d2d2d8 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  background-color: transparent !important;
  height: 40px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-top: 5px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  .woocommerce .qib-container .quantity input.qty {
    padding-top: 5px !important;
  }
}
.woocommerce .card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.woocommerce .card__footer #respond input#submit,
.woocommerce .card__footer a.button,
.woocommerce .card__footer button.button,
.woocommerce .card__footer input.button {
  position: relative;
  background-color: transparent;
  text-indent: -999px;
  border-radius: 50%;
  border: 2px solid #201e3d;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
.woocommerce .card__footer #respond input#submit:after,
.woocommerce .card__footer a.button:after,
.woocommerce .card__footer button.button:after,
.woocommerce .card__footer input.button:after {
  content: url(./../images/icons/plus-blue.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
  margin: 0;
  vertical-align: top;
  -webkit-animation: unset;
          animation: unset;
  line-height: 0;
}
.woocommerce .card__footer #respond input#submit .loading:after,
.woocommerce .card__footer a.button .loading:after,
.woocommerce .card__footer button.button .loading:after,
.woocommerce .card__footer input.button .loading:after {
  top: 50%;
  left: 50%;
  right: auto;
}
.woocommerce .card__footer #respond input#submit #respond input#submit.loading:after,
.woocommerce .card__footer #respond input#submit a.button.loading:after,
.woocommerce .card__footer #respond input#submit button.button.loading:after,
.woocommerce .card__footer #respond input#submit input.button.loading:after,
.woocommerce .card__footer a.button #respond input#submit.loading:after,
.woocommerce .card__footer a.button a.button.loading:after,
.woocommerce .card__footer a.button button.button.loading:after,
.woocommerce .card__footer a.button input.button.loading:after,
.woocommerce .card__footer button.button #respond input#submit.loading:after,
.woocommerce .card__footer button.button a.button.loading:after,
.woocommerce .card__footer button.button button.button.loading:after,
.woocommerce .card__footer button.button input.button.loading:after,
.woocommerce .card__footer input.button #respond input#submit.loading:after,
.woocommerce .card__footer input.button a.button.loading:after,
.woocommerce .card__footer input.button button.button.loading:after,
.woocommerce .card__footer input.button input.button.loading:after {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
}

.woocommerce a.added_to_cart {
  display: none;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  padding-right: 0;
  -webkit-transition: none;
  transition: none;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  right: auto;
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  font-family: WooCommerce;
  content: "\e017";
}
.woocommerce #respond input#submit.added:hover:after,
.woocommerce a.button.added:hover:after,
.woocommerce button.button.added:hover:after,
.woocommerce input.button.added:hover:after {
  content: url(./../images/icons/plus-blue.svg);
}

.icon-button {
  --display: inline-flex;
  position: relative !important;
  display: var(--display) !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  height: 48px !important;
  width: 48px !important;
  background: #fff !important;
  color: var(--color-primary-darkest) !important;
  border-radius: 50% !important;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.25s ease-in !important;
  transition: background-color 0.25s ease-in !important;
  text-decoration: none !important;
}

.icon-button:hover {
  background-color: #fff !important;
  cursor: pointer;
}

.icon-button:hover > * {
  -webkit-animation: pulse 1s !important;
  animation: pulse 1s !important;
}

.icon-button:hover .icon-button__label {
  color: #222 !important;
}

.product-sale-ribbon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #222;
  border-radius: 50%;
  color: #fff;
}

.woocommerce .product-detail span.onsale {
  width: 70px;
  height: 70px;
  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;
}
@media (min-width: 768px) {
  .woocommerce .product-detail span.onsale {
    width: 120px;
    height: 120px;
  }
}
.woocommerce .product-detail__slider {
  width: 100%;
  position: relative;
}
.woocommerce .product-detail__slider .flex-viewport {
  border: 1px solid #d2d2d8;
  border-radius: 8px;
  margin-bottom: 2rem;
  background-color: #fff;
}
.woocommerce .product-detail__slider .woocommerce-product-gallery__wrapper {
  height: inherit;
  width: 100%;
  padding: 0;
  margin: 0;
}
.woocommerce .product-detail__slider .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
  border-radius: 8px;
}
.woocommerce .product-detail__caption {
  margin-bottom: 2rem;
}
.woocommerce .product-detail__caption .price {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .woocommerce .product-detail__caption .price {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.woocommerce .product-detail__caption .price del {
  font-size: 1.25rem;
}
.woocommerce .product-detail__caption .price ins {
  font-size: 2rem;
  text-decoration: none;
}
.woocommerce .product-detail__title h1 {
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .woocommerce .product-detail__title h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1680px) {
  .woocommerce .product-detail__title h1 {
    font-size: 5rem;
  }
}
.woocommerce .product-detail__short-description {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 977px) {
  .woocommerce .product-detail__short-description {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.woocommerce .product-detail .variations {
  margin: 2rem 0 1rem 0;
}
.woocommerce .product-detail .variations .label {
  padding-right: 0.5rem;
}
.woocommerce .product-detail .variations .value {
  margin: 0;
  border: 2px solid #222;
  height: 48px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-left: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .woocommerce .product-detail .variations .value {
    width: 240px;
  }
}
.woocommerce .product-detail .variations .value:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../../images/icons/down.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.woocommerce .product-detail .variations .value select {
  border: none;
  color: #454545;
  font-family: "Grold Slim", sans-serif;
  font-weight: 300;
  background-color: transparent;
  width: 140%;
  margin-right: -40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.woocommerce .product-detail .variations .value select:hover {
  cursor: pointer;
}
.woocommerce .product-detail .variations .value select {
  font-size: 1rem;
}
@media (min-width: 977px) {
  .woocommerce .product-detail .variations .value select {
    font-size: 1.25rem;
  }
}
.woocommerce .product-detail .variations .value select:focus {
  outline: none;
}
.woocommerce .product-detail .woocommerce-variation-price {
  font-size: 2rem;
  color: #222222;
  margin-bottom: 2rem;
}
.woocommerce .product-detail .variations_form.cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce .product-detail .variations_form.cart .reset_variations {
  position: absolute;
  right: 0px;
  margin-right: 32px;
  margin-top: 9px;
}
.woocommerce .product-detail .variations_form.cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 977px) {
  .woocommerce .product-detail .variations_form.cart .woocommerce-variation-add-to-cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.woocommerce .product-detail .cart {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce .product-detail .cart .qib-container {
  margin-bottom: 2rem;
}

.woocommerce .products__header {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .woocommerce .products__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.woocommerce .products__header .filter--orderby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce .products__header .filter--orderby {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
}
.woocommerce .products__header .button.js-show-filters {
  margin: 1rem 0;
  font-weight: 300;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce .products__header .button.js-show-filters {
    margin: 0 2rem 0 0;
    width: auto;
  }
}
.woocommerce .products__header .button.js-show-filters svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.woocommerce .products__header .button.js-show-filters:hover svg path {
  fill: #fff;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.woocommerce .products__header .woocommerce-result-count {
  font-size: 1rem;
  margin: 2rem 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .woocommerce .products__header .woocommerce-result-count {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 977px) {
  .woocommerce .products__header .woocommerce-result-count {
    font-size: 1.25rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0;
  }
}
.woocommerce .products__header .woocommerce-ordering {
  margin: 0;
  margin-bottom: 0;
  border: 2px solid #201e3d;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 1rem;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .woocommerce .products__header .woocommerce-ordering {
    max-width: 320px;
  }
}
.woocommerce .products__header .woocommerce-ordering:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../../images/icons/down.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.woocommerce .products__header .woocommerce-ordering select {
  border: none;
  height: 46px;
  line-height: 46px;
  color: #201e3d;
  font-family: "Grold Slim", sans-serif;
  font-weight: 300;
  background-color: transparent;
  width: 100%;
  font-size: 1.25rem;
}
.woocommerce .products__header .woocommerce-ordering select:hover {
  cursor: pointer;
}
.woocommerce .products__header .woocommerce-ordering select:focus {
  outline: none;
}

.woocommerce-products-header {
  text-align: center;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin: 4rem 0;
}

/* results count */
/* ordering */
/* product-filters */
html body .product-filters .button {
  width: 100%;
  display: none;
}
@media (max-width: 976px) {
  html body .product-filters .button {
    display: block;
  }
}
@media (max-width: 976px) {
  html body .product-filters.active .product-filters__inner {
    display: block;
    margin-top: 1.5rem;
  }
}
html body .product-filters__inner {
  display: block;
}
@media (max-width: 976px) {
  html body .product-filters__inner {
    display: none;
  }
}
@media (min-width: 977px) {
  html body .product-filters {
    padding-right: 60px;
  }
}
html body .product-filters .hr,
html body .product-filters h3 {
  margin-bottom: 1rem;
}
html body .product-filters a {
  font-size: 1.25rem;
  display: block;
}
html body .product-filters__toggle {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 8px;
  background-image: url("../../images/icons/down.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 150ms ease-in;
  transition: -webkit-transform 150ms ease-in;
  transition: transform 150ms ease-in;
  transition: transform 150ms ease-in, -webkit-transform 150ms ease-in;
  -webkit-transform-origin: center;
          transform-origin: center;
}
html body .product-filters__toggle:hover {
  cursor: pointer;
  cursor: hand;
}
html body .product-filters .product-filters__inner > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.75rem 0;
}
html body .product-filters .product-filters__inner > ul > li > a {
  width: calc(100% - 40px);
  z-index: 1;
}
html body .product-filters .product-filters__inner > ul > li.is-active {
  font-weight: 400;
}
html body .product-filters .product-filters__inner > ul > li.is-active .product-filters__toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
html body .product-filters .product-filters__inner > ul > li.is-active > ul {
  display: block;
  padding: 1rem 0;
}
html body .product-filters .product-filters__inner > ul > li.is-active > ul > li {
  font-weight: 300;
}
html body .product-filters .product-filters__inner > ul > li > ul {
  display: none;
}
html body .product-filters .product-filters__inner > ul > li > ul > li a {
  font-size: 1.15rem;
}
html body .product-filters .product-filters__inner > ul > li > ul > li.is-active {
  font-weight: 400;
}

.woocommerce-cart-form {
  margin: 2rem 0;
}
.woocommerce-cart-form .button.verder-winkelen {
  text-align: center;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .woocommerce-cart-form .button.verder-winkelen {
    margin-top: 0;
  }
}

.cart_totals {
  margin-bottom: 2rem;
}

body .woocommerce table.shop_table {
  border-radius: 0;
}
body .woocommerce table.shop_table th {
  font-size: 1.0666666667rem;
  margin: 0;
  color: #222;
  font-family: "Grold Slim", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body .woocommerce table.shop_table td {
  font-size: 1rem;
}
@media (min-width: 977px) {
  body .woocommerce table.shop_table td {
    font-size: 1.25rem;
  }
}
body .woocommerce table.shop_table td {
  color: #454545;
}

.cart_totals h2 {
  font-size: 1.0666666667rem;
  margin: 0;
  color: #222;
  font-family: "Grold Slim", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  text-align: left;
  vertical-align: middle;
}

.woocommerce-cart .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: 1px solid #dbdbdb;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  width: 100%;
  font-weight: 300;
  font-family: "Grold Slim", sans-serif;
  background-color: #fff;
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #201e3d;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
}
@media (min-width: 977px) {
  .woocommerce-cart .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 1.25rem;
  }
}
.woocommerce-cart .input-text:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
  border: 1px solid #d2d2d8;
  outline: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  margin-bottom: 1rem;
}
@media (min-width: 977px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 180px;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

@media (max-width: 976px) {
  .woocommerce-cart table.cart td.actions .coupon .button {
    width: 100%;
  }
}

.woocommerce-cart table.cart .product-thumbnail img {
  width: 120px;
  margin-bottom: 0;
}

/* remove */
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #222 !important;
  text-decoration: none;
  font-weight: 300;
  border: 0;
}

body .woocommerce-shipping-methods p.woocommerce-shipping-contents, body .woocommerce-shipping-methods div.pickup-location-address {
  display: none !important;
}
body .woocommerce-shipping-methods label[for*=local_pickup_plus] {
  display: none !important;
}
body .woocommerce-shipping-methods abbr.required {
  color: red;
}
body .woocommerce-shipping-methods .pickup-location-calendar .pickup-location-field-label {
  font-size: small;
}
body .woocommerce-shipping-methods .pickup-location-calendar {
  margin-top: 10px;
}
body .woocommerce-shipping-methods .pickup-location-appointment-date {
  padding: 10px;
}
body .woocommerce-shipping-methods .pickup-location-calendar-icon {
  margin: 10px 0 0 -32px;
}

.pickup-location-field em {
  font-size: small;
}

@media (max-width: 767px) {
  .woocommerce .lpp-shipping-package-wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .woocommerce table.shop_table_responsive .woocommerce-shipping-totals td::before {
    content: "Afhaallocatie: ";
    font-weight: 300;
    float: left;
  }
}

body .woocommerce table.shop_table td small {
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 977px) {
  body .woocommerce table.shop_table td small {
    font-size: 1.25rem;
  }
}

.pickup-location-field .pickup-location-schedule ul {
  margin: 5px 0 10px 0px;
  padding: 0;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 300;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding-right: 0.5rem;
}

.woocommerce div.product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**
 * Flex slider single product detail
 */
ul.flex-direction-nav {
  position: absolute;
  top: 60%;
  z-index: 99;
  left: 10%;
  right: 10%;
  margin: 0;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  ul.flex-direction-nav {
    top: 35%;
    width: 100%;
    left: 0;
    right: 0;
  }
}

li.flex-nav-prev {
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

li.flex-nav-next {
  position: relative;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

a.flex-prev,
a.flex-next {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  color: #222;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
a.flex-prev.flex-disabled,
a.flex-next.flex-disabled {
  opacity: 0.35;
}
a.flex-prev:after,
a.flex-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

a.flex-prev:after {
  background-image: url(./../images/icons/arrow-left.svg);
}

a.flex-next:after {
  background-image: url(./../images/icons/arrow-right.svg);
}

ul.flex-direction-nav li a {
  color: #222;
}

ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

.flex-viewport {
  margin-bottom: 8px;
}

.flex-control-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2rem 0;
  padding: 0;
}
.flex-control-nav li {
  background: #ffffff;
  border: 1px solid #d2d2d8;
  border-radius: 16px;
  padding: 1rem;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  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;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce-product-gallery__wrapper {
  height: inherit;
}
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
  position: relative;
  height: 100%;
}

.product .input-text.qty {
  border: 1px solid #dbdbdb;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  width: 100%;
  font-weight: 300;
  font-family: "Grold Slim", sans-serif;
  background-color: #fff;
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #201e3d;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
}
@media (min-width: 977px) {
  .product .input-text.qty {
    font-size: 1.25rem;
  }
}
.product .input-text.qty:focus {
  border: 1px solid #d2d2d8;
  outline: none;
}
.product .input-text.qty {
  line-height: 64px;
  height: 64px;
}

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

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 0;
  margin: 0;
}
.woocommerce form .show-password-input,
.woocommerce .woocommerce-page form .show-password-input {
  position: absolute;
  right: 1rem;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
}
.woocommerce form .password-input input[type=password],
.woocommerce .woocommerce-page form .password-input input[type=password] {
  margin-bottom: 0;
}
.woocommerce div#customer_login:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  border-left: 1px solid #c3c1c1;
}
.woocommerce div#customer_login .form-field__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce div#customer_login .form-field__footer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce div#customer_login #respond input#submit,
.woocommerce div#customer_login a.button,
.woocommerce div#customer_login button.button,
.woocommerce div#customer_login input.button {
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  color: #201e3d;
  background-color: transparent;
  border: 2px solid #201e3d;
  font-size: 1.25rem;
  line-height: 46px;
  height: 46px;
  white-space: nowrap;
  padding: 0 3rem;
  border-radius: 50px;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  margin: 2rem 0;
  margin-right: 1rem;
}
.woocommerce div#customer_login #respond input#submit:active, .woocommerce div#customer_login #respond input#submit:hover,
.woocommerce div#customer_login a.button:active,
.woocommerce div#customer_login a.button:hover,
.woocommerce div#customer_login button.button:active,
.woocommerce div#customer_login button.button:hover,
.woocommerce div#customer_login input.button:active,
.woocommerce div#customer_login input.button:hover {
  cursor: pointer;
  text-decoration: none;
}
.woocommerce div#customer_login #respond input#submit:focus,
.woocommerce div#customer_login a.button:focus,
.woocommerce div#customer_login button.button:focus,
.woocommerce div#customer_login input.button:focus {
  outline: none;
}
.woocommerce div#customer_login #respond input#submit:hover,
.woocommerce div#customer_login a.button:hover,
.woocommerce div#customer_login button.button:hover,
.woocommerce div#customer_login input.button:hover {
  background-color: #201e3d;
  border: 2px solid #201e3d;
  color: #fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  color: #201e3d;
  background-color: transparent;
}
.woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:active, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:active, .woocommerce input.button.alt:hover {
  cursor: pointer;
  text-decoration: none;
}
.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus {
  outline: none;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #201e3d;
  border: 2px solid #201e3d;
  color: #fff;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container--image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-references {
  font-size: 1.125rem;
  position: relative;
  padding: 3rem 0 5rem 0;
}
@media (min-width: 768px) {
  .swiper-references {
    padding: 11rem 0;
  }
}
@media (min-width: 977px) {
  .swiper-references {
    padding: 3rem 0 0 0;
  }
}
@media (min-width: 977px) {
  .swiper-references {
    padding: 0;
  }
}
.swiper-references .swiper-browse {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  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;
  z-index: 9;
}
@media (min-width: 768px) {
  .swiper-references .swiper-browse {
    top: 10rem;
  }
}
@media (min-width: 977px) {
  .swiper-references .swiper-browse {
    top: 0;
    width: 180px;
    height: 180px;
    right: 3rem;
  }
}
.swiper-references .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 1rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-references .arrows .arrow {
  width: 1.5rem;
  margin: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.swiper-references .arrows .arrow:focus {
  outline: none;
}
.swiper-references .arrows .arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.section__team .arrows {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 99;
}
.section__team .arrow.prev.arrow--left {
  left: -2rem;
}
.section__team .arrow {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  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;
  position: absolute;
}
.section__team .arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.section__team .arrow svg polygon {
  fill: #000;
}
.section__team .arrow.next.arrow--right {
  right: -2rem;
}
/*# sourceMappingURL=maps/main.css.map */
