@charset "UTF-8";
@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) and (max-width: 1299px) {
  .hide-xxl {
    display: none !important; } }

.show-xxl-inline {
  display: none; }

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

.show-xxl-flex {
  display: none; }

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

.show-xxl-block {
  display: none; }

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

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

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

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

.show-header-block {
  display: none; }
  @media (min-width: 1300px) {
    .show-header-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) {
  .no-margin-top-xs {
    margin-top: 0 !important; } }

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

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

@media (min-width: 320px) {
  .no-margin-left-xs {
    margin-left: 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) {
  .no-margin-top-s {
    margin-top: 0 !important; } }

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

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

@media (min-width: 480px) {
  .no-margin-left-s {
    margin-left: 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) {
  .no-margin-top-m {
    margin-top: 0 !important; } }

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

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

@media (min-width: 768px) {
  .no-margin-left-m {
    margin-left: 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) {
  .no-margin-top-l {
    margin-top: 0 !important; } }

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

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

@media (min-width: 977px) {
  .no-margin-left-l {
    margin-left: 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) {
  .no-margin-top-xl {
    margin-top: 0 !important; } }

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

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

@media (min-width: 1200px) {
  .no-margin-left-xl {
    margin-left: 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) {
  .no-margin-top-xxl {
    margin-top: 0 !important; } }

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

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

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

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

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

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

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

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

@media (min-width: 1300px) {
  .no-margin-header {
    margin: 0 !important; } }

@media (min-width: 1300px) {
  .no-margin-top-header {
    margin-top: 0 !important; } }

@media (min-width: 1300px) {
  .no-margin-right-header {
    margin-right: 0 !important; } }

@media (min-width: 1300px) {
  .no-margin-bottom-header {
    margin-bottom: 0 !important; } }

@media (min-width: 1300px) {
  .no-margin-left-header {
    margin-left: 0 !important; } }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .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) {
  .align-xs-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .align-xs-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .align-xs-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .align-xs-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align-xs-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .align-xs-bottom {
    -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) {
  .align-s-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .align-s-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .align-s-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .align-s-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align-s-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .align-s-bottom {
    -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) {
  .align-m-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .align-m-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .align-m-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .align-m-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align-m-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .align-m-bottom {
    -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) {
  .align-l-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .align-l-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .align-l-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .align-l-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align-l-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .align-l-bottom {
    -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) {
  .align-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .align-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .align-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .align-xl-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align-xl-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .align-xl-bottom {
    -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) {
  .align-xxl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .align-xxl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .align-xxl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .align-xxl-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align-xxl-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .align-xxl-bottom {
    -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; } }

@media (min-width: 1300px) {
  .align-header-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .align-header-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .align-header-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .align-header-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align-header-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .align-header-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-header {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .reverse-header {
    -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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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-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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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-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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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-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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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-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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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-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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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); }
  .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; }
  .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-12 {
    margin-left: calc((100% / 12 * 12 - 0.1px)); }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 1300px) {
  .col-header-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); }
  .offset-header-1 {
    margin-left: calc((100% / 12 * 1 - 0.1px)); }
  .order-header-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .col-header-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); }
  .offset-header-2 {
    margin-left: calc((100% / 12 * 2 - 0.1px)); }
  .order-header-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .col-header-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); }
  .offset-header-3 {
    margin-left: calc((100% / 12 * 3 - 0.1px)); }
  .order-header-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .col-header-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); }
  .offset-header-4 {
    margin-left: calc((100% / 12 * 4 - 0.1px)); }
  .order-header-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .col-header-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); }
  .offset-header-5 {
    margin-left: calc((100% / 12 * 5 - 0.1px)); }
  .order-header-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .col-header-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); }
  .offset-header-6 {
    margin-left: calc((100% / 12 * 6 - 0.1px)); }
  .order-header-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .col-header-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); }
  .offset-header-7 {
    margin-left: calc((100% / 12 * 7 - 0.1px)); }
  .order-header-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .col-header-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); }
  .offset-header-8 {
    margin-left: calc((100% / 12 * 8 - 0.1px)); }
  .order-header-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .col-header-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); }
  .offset-header-9 {
    margin-left: calc((100% / 12 * 9 - 0.1px)); }
  .order-header-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .col-header-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); }
  .offset-header-10 {
    margin-left: calc((100% / 12 * 10 - 0.1px)); }
  .order-header-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .col-header-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); }
  .offset-header-11 {
    margin-left: calc((100% / 12 * 11 - 0.1px)); }
  .order-header-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .col-header-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-header-12 {
    margin-left: calc((100% / 12 * 12 - 0.1px)); }
  .order-header-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

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 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }

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

.ratio-3x2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.66667%;
  overflow: hidden; }

.ratio-9x16 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 177.77778%;
  overflow: hidden; }

.ratio-3x4 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 133.33333%;
  overflow: hidden; }

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

.ratio-2x2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden; }

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

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: #fff;
  font-family: "Signika", sans-serif;
  text-align: left;
  color: var(--base-color);
  line-height: 1.6;
  font-weight: 300;
  background-image: url("../../images/patterns/noise.png"); }

a {
  color: var(--color-accent);
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    outline: none;
    color: var(--color-accent-darker); }
  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; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: var(--heading-color);
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif; }

.content h1 {
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 1rem;
  padding-bottom: 5px;
  font-weight: 500; }
  @media screen and (min-width: 480px) {
    .content h1 {
      font-size: 3.4rem;
      line-height: 120%;
      margin-bottom: 1rem; } }

.content h2 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 1.8rem; }
  @media screen and (min-width: 480px) {
    .content h2 {
      font-size: 2rem;
      line-height: 2.2rem;
      margin-bottom: 1.8rem; } }

.content h3 {
  font-size: 1rem;
  line-height: 120%;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 480px) {
    .content h3 {
      font-size: 1.25rem;
      line-height: 120%;
      margin-bottom: 1.5rem; } }

.content h4 {
  font-size: 1rem;
  line-height: 120%;
  margin-bottom: 1rem; }
  @media screen and (min-width: 480px) {
    .content h4 {
      font-size: 1rem;
      line-height: 120%;
      margin-bottom: 1rem; } }

.content h5 {
  font-size: 1rem;
  line-height: 120%;
  margin-bottom: 1rem; }
  @media screen and (min-width: 480px) {
    .content h5 {
      font-size: 1rem;
      line-height: 120%;
      margin-bottom: 1rem; } }

.content h6 {
  font-size: 1rem;
  line-height: 120%;
  margin-bottom: 1rem; }
  @media screen and (min-width: 480px) {
    .content h6 {
      font-size: 1rem;
      line-height: 120%;
      margin-bottom: 1rem; } }

.content p {
  font-size: 1rem;
  line-height: 1.7rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 480px) {
    .content p {
      font-size: 1.25rem;
      line-height: 2.2rem;
      margin-bottom: 2rem; } }

.content a {
  color: #333333;
  text-decoration: none; }

.content b,
.content strong {
  font-weight: 400; }

.content em,
.content i {
  font-style: italic; }

.content ul, .content ol {
  font-size: 1rem;
  line-height: 1.7rem;
  margin-bottom: 1rem;
  margin: 0 1.5rem 1.5rem 1.5rem; }
  @media screen and (min-width: 480px) {
    .content ul, .content ol {
      font-size: 1.25rem;
      line-height: 2.2rem;
      margin-bottom: 2rem; } }

.content ul {
  list-style-type: disc; }

.content ol {
  list-style-type: decimal; }

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

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

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

.content a {
  color: #AD8D67;
  text-decoration: underline; }

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icons/icomoon.eot?t4zvz0");
  src: url("../../fonts/icons/icomoon.eot?t4zvz0#iefix") format("embedded-opentype"), url("../../fonts/icons/icomoon.ttf?t4zvz0") format("truetype"), url("../../fonts/icons/icomoon.woff?t4zvz0") format("woff"), url("../../fonts/icons/icomoon.svg?t4zvz0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

.icon-chevron-left:before {
  content: "\e902"; }

.icon-chevron-right:before {
  content: "\e903"; }

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

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

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

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

.icon-spotify:before {
  content: "\ea94"; }

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

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

.icon-search:before {
  content: "\e986"; }

@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; }

[class^="obj--"] {
  position: absolute;
  width: 100%;
  height: 100%; }

.obj--contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;"; }

.obj--cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; }

.obj--center {
  -o-object-position: center;
     object-position: center; }

.button, .button:disabled[disabled],
.woocommerce button.button,
.woocommerce button.button:disabled[disabled],
.woocommerce a.button,
.woocommerce a.button:disabled[disabled],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled[disabled],
.single_add_to_cart_button,
.single_add_to_cart_button:disabled[disabled],
.woocommerce a.add_to_cart_button,
.woocommerce a.add_to_cart_button:disabled[disabled] {
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #333333;
  background-color: transparent;
  border: 2px solid #222;
  line-height: 44px;
  font-size: 1.06666666667rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 15px;
  height: 48px;
  border-radius: 3px;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  border-radius: 0; }

.button:active, .button:hover,
.woocommerce button.button:active,
.woocommerce button.button:hover,
.woocommerce a.button:active,
.woocommerce a.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.single_add_to_cart_button:active,
.single_add_to_cart_button:hover,
.woocommerce a.add_to_cart_button:active,
.woocommerce a.add_to_cart_button:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #222;
  color: white;
  border: 2px solid #222; }

.button:focus,
.woocommerce button.button:focus,
.woocommerce a.button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.single_add_to_cart_button:focus,
.woocommerce a.add_to_cart_button:focus {
  outline: none; }

.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.single_add_to_cart_button:hover,
.woocommerce a.add_to_cart_button:hover {
  background-color: !important;
  border: 1px solid !important;
  color: #fff !important; }

.button--accent, .button.alt,
.woocommerce button.button--accent,
.woocommerce button.button.alt,
.woocommerce a.button--accent,
.woocommerce a.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button--accent,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.alt,
.single_add_to_cart_button--accent,
.single_add_to_cart_button.alt,
.woocommerce a.add_to_cart_button--accent,
.woocommerce a.add_to_cart_button.alt {
  background-color: var(--color-accent) !important;
  border-color: var(--color-accent) !important;
  color: #fff !important; }
  .button--accent:hover, .button.alt:hover,
  .woocommerce button.button--accent:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce a.button--accent:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button--accent:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.alt:hover,
  .single_add_to_cart_button--accent:hover,
  .single_add_to_cart_button.alt:hover,
  .woocommerce a.add_to_cart_button--accent:hover,
  .woocommerce a.add_to_cart_button.alt:hover {
    background-color: var(--color-accent-darker) !important;
    border-color: var(--color-accent-darker) !important; }

.button--full-width, .button.checkout-button, .button.single_add_to_cart_button,
.woocommerce button.button--full-width,
.woocommerce button.button.checkout-button,
.woocommerce button.button.single_add_to_cart_button,
.woocommerce a.button--full-width,
.woocommerce a.button.checkout-button,
.woocommerce a.button.single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button--full-width,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.single_add_to_cart_button,
.single_add_to_cart_button--full-width,
.single_add_to_cart_button.checkout-button,
.single_add_to_cart_button.single_add_to_cart_button,
.woocommerce a.add_to_cart_button--full-width,
.woocommerce a.add_to_cart_button.checkout-button,
.woocommerce a.add_to_cart_button.single_add_to_cart_button {
  width: 100% !important; }

.button--lg, .button.single_add_to_cart_button,
.woocommerce button.button--lg,
.woocommerce button.button.single_add_to_cart_button,
.woocommerce a.button--lg,
.woocommerce a.button.single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button--lg,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.single_add_to_cart_button,
.single_add_to_cart_button--lg,
.single_add_to_cart_button.single_add_to_cart_button,
.woocommerce a.add_to_cart_button--lg,
.woocommerce a.add_to_cart_button.single_add_to_cart_button {
  line-height: 64px;
  height: 64px; }

/*---------------------------------------- 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: "Signika", sans-serif;
    background-color: #fff;
    -webkit-transition: border 200ms ease-in;
    transition: border 200ms ease-in;
    color: #333333;
    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 #AD8D67;
      outline: none; }
  body .input textarea {
    height: 360px; }

/*---------------------------------------- form/select - stylesheet ----------------------------------------*/
.select {
  overflow: hidden;
  position: relative;
  border: 1px solid #dbdbdb;
  width: 100%;
  border-radius: 3px;
  background-color: #fff; }
  .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("../img/ico-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-weight: 300;
    font-family: "Signika", sans-serif;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-size: 1rem; }
    @media (min-width: 977px) {
      .select select {
        font-size: 1.25rem; } }
    .select select:hover {
      cursor: hand;
      cursor: pointer; }
    .select select:focus {
      outline: none; }

.woocommerce-checkout {
  margin-bottom: 4rem; }

.woocommerce-checkout .col2-set {
  width: 100%;
  margin: 0 -15px;
  overflow: hidden; }

.woocommerce h3 {
  font-size: 1.06666666667rem;
  margin: 0;
  color: #222;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.woocommerce form .form-row {
  padding: 0px;
  margin: 0 0 1.25rem 0;
  position: relative; }
  .woocommerce form .form-row 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) {
      .woocommerce form .form-row label {
        font-size: 1.25rem; } }
  .woocommerce form .form-row .input-text {
    border: 1px solid #dbdbdb;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    width: 100%;
    font-weight: 300;
    font-family: "Signika", sans-serif;
    background-color: #fff;
    -webkit-transition: border 200ms ease-in;
    transition: border 200ms ease-in;
    color: #333333;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem; }
    @media (min-width: 977px) {
      .woocommerce form .form-row .input-text {
        font-size: 1.25rem; } }
    .woocommerce form .form-row .input-text:focus {
      border: 1px solid #AD8D67;
      outline: none; }
  .woocommerce form .form-row textarea {
    min-height: 200px;
    line-height: 1.2; }

/* select2-dropdown */
.select2-dropdown {
  border: 1px solid #dbdbdb; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0px;
  height: 48px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.select2-search--dropdown .select2-search__field {
  border: 1px solid #dbdbdb;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  width: 100%;
  font-weight: 300;
  font-family: "Signika", sans-serif;
  background-color: #fff;
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #333333;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  border: 1px solid #dbdbdb; }
  @media (min-width: 977px) {
    .select2-search--dropdown .select2-search__field {
      font-size: 1.25rem; } }
  .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #AD8D67;
    outline: none; }
  .select2-search--dropdown .select2-search__field:focus {
    outline: none; }

.woocommerce form .form-row .select2-container {
  font-size: 1rem;
  color: #454545; }
  @media (min-width: 977px) {
    .woocommerce form .form-row .select2-container {
      font-size: 1.25rem; } }
  .woocommerce form .form-row .select2-container:focus {
    outline: none; }

.select2-results__option {
  font-size: 1rem;
  color: #454545; }
  @media (min-width: 977px) {
    .select2-results__option {
      font-size: 1.25rem; } }
  .select2-results__option:focus {
    outline: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #AD8D67;
  color: #fff; }

.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: #f5f5f5;
  padding: 15px; }

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

.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: 1400;
  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.7); }

.modal__inner {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
  background: #fff;
  -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__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }

.pushmenu {
  position: fixed;
  z-index: 1030;
  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;
  padding: 0 15px; }

.pushmenu__close {
  padding: 1.5rem 4rem 1.5rem 2rem;
  color: #222; }

.pushmenu__nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  padding-bottom: 30px;
  background: #333;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 976px) {
    .pushmenu__nav {
      width: 40%; } }
  @media (max-width: 767px) {
    .pushmenu__nav {
      width: 80%; } }
  .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.active > .children {
        -webkit-transform: scaleY(1);
                transform: scaleY(1); }
      .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 .children {
        -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; }
        .pushmenu__nav ul li .children a {
          font-size: 1rem;
          padding: 1rem 2rem;
          background: rgba(0, 0, 0, 0.05); }
      .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.2);
  cursor: pointer;
  visibility: hidden; }

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

.hamburger {
  top: 0;
  overflow: hidden;
  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 0.0s;
  transition: background 0.3s 0.0s;
  background: none;
  position: relative; }
  .hamburger:focus {
    outline: none; }
  .hamburger span {
    -webkit-transition: background 0.3s 0.0s;
    transition: background 0.3s 0.0s;
    display: block;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #222222; }
    .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: #222222; }
    .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: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: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-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); }

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  position: relative; }
  .list-item__label, .list-item__meta {
    width: 50%;
    font-size: 1rem; }
    @media (min-width: 977px) {
      .list-item__label, .list-item__meta {
        font-size: 1.25rem; } }
  .list-item__label {
    margin-right: 1rem;
    position: relative; }

.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: #333333; }

.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; }

.menu {
  font-size: 1rem;
  line-height: 1.7rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 480px) {
    .menu {
      font-size: 1.25rem;
      line-height: 2.2rem;
      margin-bottom: 2rem; } }
  .menu__list {
    line-height: 1.25; }
    .menu__list a {
      display: block;
      padding: .5em .75em;
      border-radius: 4px;
      color: #333333; }
      .menu__list a:hover {
        background-color: #f5f5f5; }
      .menu__list a.is-active {
        background-color: #222222;
        color: #fff; }
    .menu__list li ul {
      border-left: 1px solid #dbdbdb;
      margin: .75em;
      padding-left: .75em; }
  .menu__label {
    color: var(--heading-color);
    font-size: .75em;
    letter-spacing: .1em;
    text-transform: uppercase; }
    .menu__label:not(:first-child) {
      margin-top: 1em; }
    .menu__label:not(:last-child) {
      margin-bottom: 1em; }

.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: .5em 1em;
    border-bottom: 1px solid #ccc; }

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

.page-header {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 2rem 0; }
  @media (min-width: 977px) {
    .page-header {
      padding: 3.75rem 0; } }
  .page-header--image {
    padding-bottom: 20%;
    margin-bottom: 2rem; }
    @media (min-width: 977px) {
      .page-header--image {
        padding-bottom: 10%;
        margin-bottom: 4rem; } }
    .page-header--image .page-header__heading {
      color: white; }
    .page-header--image .page-header__inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      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: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-header--image:before {
      content: '';
      display: block;
      background-color: black;
      opacity: 0.2;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
  .page-header__inner {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .page-header__inner {
        width: 60%; } }
  .page-header__heading {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 1.875rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #222; }
    @media (min-width: 977px) {
      .page-header__heading {
        font-size: 2.875rem; } }
  .page-header__teaser {
    font-size: 1rem; }
    @media (min-width: 977px) {
      .page-header__teaser {
        font-size: 1.25rem; } }

.shopping-cart {
  position: relative; }
  .shopping-cart:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: #fff; }
  .shopping-cart--active:after {
    background-color: var(--color-accent); }
  .shopping-cart__count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    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: 9000px;
    font-size: .75rem;
    color: #fff;
    background-color: var(--color-accent); }

.toggle-item {
  position: relative;
  border-top: 1px solid #222; }
  .toggle-item__header {
    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;
    padding: 1rem 0;
    position: relative; }
    .toggle-item__header:hover {
      cursor: pointer; }
  .toggle-item__body {
    padding-bottom: 2rem;
    display: none; }
  .toggle-item__title {
    font-size: 1.0625rem;
    font-family: "Oswald", sans-serif;
    color: #222222;
    text-transform: uppercase;
    position: relative;
    display: block; }
  .toggle-item.active .toggle-item__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .toggle-item.active .toggle-item__body {
    display: block; }
  .toggle-item__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 20px;
    background-image: url("../../images/icons/down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -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; }

.payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .payment-methods {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .payment-methods li {
    width: 70px;
    height: 52px;
    background-color: white;
    overflow: hidden;
    text-indent: 50000em;
    margin-left: 4px;
    margin-bottom: 4px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 977px) {
      .payment-methods li:first-child {
        margin-left: auto; } }
  .payment-methods__paypal {
    background-image: url("../../images/payment/paypal.png");
    background-size: 54px auto; }
  .payment-methods__ideal {
    background-image: url("../../images/payment/ideal.png");
    background-size: 34px auto; }
  .payment-methods__creditcard {
    background-image: url("../../images/payment/mastercard.png");
    background-size: 34px auto; }
  .payment-methods__bancontact {
    background-image: url("../../images/payment/bancontact-mistercash.png");
    background-size: 34px auto; }
  .payment-methods__applepay {
    background-image: url("../../images/payment/apple-pay.png");
    background-size: 34px auto; }
  .payment-methods__giftvoucher {
    background-image: url("../../images/payment/giftvoucher.png");
    background-size: 34px auto; }

.socials {
  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: 977px) {
    .socials li:first-child {
      margin-left: auto; } }
  .socials a {
    display: inline-block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-indent: 50000em;
    margin-left: 4px;
    background-position: center;
    background-repeat: no-repeat; }
  .socials__twitter a {
    background-image: url("../../images/socials/ico-twitter.svg");
    background-size: 20px auto; }
  .socials__facebook a {
    background-image: url("../../images/socials/ico-facebook.svg");
    background-size: 10px auto; }
  .socials__youtube a {
    background-image: url("../../images/socials/ico-youtube.svg");
    background-size: 20px auto; }
  .socials__instagram a {
    background-image: url("../../images/socials/ico-instagram.svg");
    background-size: 18px auto; }
  .socials__pinterest a {
    background-image: url("../../images/socials/ico-pinterest.svg");
    background-size: 20px auto; }

.location-box {
  position: relative;
  display: block;
  border: 3px solid #000;
  cursor: pointer; }
  .location-box__content {
    padding: 2rem; }
  .location-box__title {
    font-size: 1.25rem; }
  .location-box__meta {
    color: #737070; }

.sb-search {
  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;
  margin: 10px;
  width: 0%;
  min-width: 60px;
  height: 60px;
  float: right;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden; }
  @media (min-width: 1300px) {
    .sb-search {
      position: relative; } }

.sb-search-input {
  position: absolute;
  top: calc(100% + 1rem);
  right: 1rem;
  outline: none;
  background: #fff;
  width: 320px;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-size: 1rem;
  font-family: "Signika", sans-serif;
  color: #767676;
  text-transform: uppercase;
  border: 1px solid transparent;
  opacity: 0; }
  @media (min-width: 1300px) {
    .sb-search-input {
      top: 0;
      right: 0;
      width: 100%;
      max-width: 320px;
      opacity: 1; } }

.sb-search-input::-webkit-input-placeholder {
  color: #767676; }

.sb-search-input:-moz-placeholder {
  color: #767676; }

.sb-search-input::-moz-placeholder {
  color: #767676; }

.sb-search-input:-ms-input-placeholder {
  color: #767676; }

.sb-icon-search,
.sb-search-submit {
  width: 60px;
  height: 60px;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer; }
  @media (min-width: 1300px) {
    .sb-icon-search,
    .sb-search-submit {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0; } }

.sb-search-submit {
  position: absolute;
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

.sb-icon-search {
  color: var(--header-text-color);
  z-index: 90;
  font-size: 22px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.sb-icon-search:before {
  content: "\e986"; }

/* Open state */
@media (min-width: 1300px) {
  .sb-search.sb-search-open,
  .no-js .sb-search {
    width: 100%; } }

.sb-search.sb-search-open .sb-search-input,
.no-js .sb-search .sb-search-input {
  opacity: 1;
  border-color: #dbdbdb; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  color: var(--header-text-color);
  z-index: 11; }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90; }

.postcode-checker {
  padding: 1rem;
  border-bottom: 2px solid var(--pre-header-bg-color); }
  @media (min-width: 977px) {
    .postcode-checker {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  .postcode-checker .input {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .postcode-checker .input input,
    .postcode-checker .input #postcode_submit {
      font-size: 16px !important;
      width: 40% !important;
      line-height: 35px !important;
      height: 35px !important; }
    .postcode-checker .input .postcode-result {
      width: 0;
      -webkit-transition: width 1s;
      transition: width 1s; }
      .postcode-checker .input .postcode-result.success {
        width: 25px; }
        .postcode-checker .input .postcode-result.success:before {
          width: 25px;
          content: "\e900";
          font-family: "icomoon";
          color: green;
          font-size: 1.6rem;
          line-height: 35px !important;
          height: 35px !important; }
      .postcode-checker .input .postcode-result.fail {
        width: 25px; }
        .postcode-checker .input .postcode-result.fail:before {
          font-weight: 500;
          text-align: center;
          width: 25px;
          content: "×";
          color: red;
          font-size: 1.8rem;
          line-height: 34px !important;
          height: 35px !important;
          display: inline-block; }
      .postcode-checker .input .postcode-result.processing {
        width: 25px;
        line-height: 35px !important;
        height: 35px !important;
        background: url("/wp-admin/images/loading.gif") no-repeat center center; }
    .postcode-checker .input #postcode_submit {
      border: 1px solid #dbdbdb;
      padding: 0 15px;
      height: 48px;
      line-height: 48px;
      margin: 0;
      width: 100%;
      font-weight: 300;
      font-family: "Signika", sans-serif;
      background-color: #fff;
      -webkit-transition: border 200ms ease-in;
      transition: border 200ms ease-in;
      color: #333333;
      border-radius: 0px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 1rem;
      font-size: 0.9rem !important;
      background-color: var(--pre-header-bg-color);
      color: var(--pre-header-text-color); }
      @media (min-width: 977px) {
        .postcode-checker .input #postcode_submit {
          font-size: 1.25rem; } }
      .postcode-checker .input #postcode_submit:focus {
        border: 1px solid #AD8D67;
        outline: none; }
  @media (max-width: 976px) {
    .postcode-checker .postcode-text {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      margin-bottom: 1rem; } }
  .postcode-checker .postcode-form {
    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: center;
        -ms-flex-pack: center;
            justify-content: center; }

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: #AD8D67;
  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: #AD8D67; }

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;
    -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; }
    @media (min-width: 977px) {
      .woocommerce-account .woocommerce-MyAccount-navigation a {
        font-size: 1.25rem; } }
    .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
      color: #AD8D67; }

.woocommerce-account .woocommerce-MyAccount-content {
  font-size: 1rem; }
  @media (min-width: 977px) {
    .woocommerce-account .woocommerce-MyAccount-content {
      float: right;
      width: 68%; } }
  @media (min-width: 977px) {
    .woocommerce-account .woocommerce-MyAccount-content {
      font-size: 1.25rem; } }

.woocommerce div.product {
  text-align: center;
  margin-bottom: 2rem; }
  @media (min-width: 977px) {
    .woocommerce div.product {
      margin-bottom: 4vw; } }
  .woocommerce div.product a 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 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    margin-bottom: 2.25rem;
    overflow: hidden;
    background-color: white; }
    .woocommerce div.product .product-image--portrait img {
      height: 100%;
      width: auto; }
  .woocommerce div.product .woocommerce-loop-product__title {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 1.375rem;
    color: #222;
    font-weight: 400;
    padding: 0;
    margin: 0;
    margin-bottom: 0rem; }
  .woocommerce div.product .description {
    padding: 0;
    margin: 0;
    color: #454545;
    margin-bottom: 1.25rem;
    font-size: 1rem; }
    @media (min-width: 977px) {
      .woocommerce div.product .description {
        font-size: 1.25rem; } }
  .woocommerce div.product span.price {
    color: #222;
    padding: 0;
    margin: 0;
    font-weight: 300;
    color: #222;
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem; }
    @media (min-width: 977px) {
      .woocommerce div.product span.price {
        font-size: 1.25rem; } }

.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; }

.product-detail__title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 2rem; }
  @media (min-width: 977px) {
    .product-detail__title {
      font-size: 3rem;
      margin-bottom: 2; } }

.product-detail__caption {
  margin-bottom: 2rem; }

.product-detail__slider {
  width: 100% !important; }
  .product-detail__slider .woocommerce-product-gallery__wrapper {
    height: inherit;
    width: 100%;
    padding: 0;
    margin: 0; }

.product-detail__caption {
  margin-bottom: 1.5rem; }

.product-detail__short-description {
  font-size: 1rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 977px) {
    .product-detail__short-description {
      font-size: 1.25rem;
      margin-bottom: 1rem; } }

.product-detail__price {
  margin: 2rem 0.5rem 2rem 0; }
  .product-detail__price .amount {
    font-size: 2rem;
    color: #222222;
    margin-right: 0.5rem; }
  .product-detail__price .price-unit {
    font-size: 1.2rem; }

.product-detail .variations {
  margin: 2rem 0 1rem 0; }
  .product-detail .variations .label {
    padding-right: .5rem; }
  .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) {
      .product-detail .variations .value {
        width: 240px; } }
    .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; }
    .product-detail .variations .value select {
      border: none;
      color: #454545;
      font-family: "Signika", sans-serif;
      font-weight: 300;
      background-color: transparent;
      width: 140%;
      margin-right: -40px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      font-size: 1rem; }
      .product-detail .variations .value select:hover {
        cursor: pointer; }
      @media (min-width: 977px) {
        .product-detail .variations .value select {
          font-size: 1.25rem; } }
      .product-detail .variations .value select:focus {
        outline: none; }

.product-detail .woocommerce-variation-price {
  font-size: 2rem;
  color: #222222;
  margin-bottom: 2rem; }

.product-detail .variations_form.cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .product-detail .variations_form.cart .reset_variations {
    position: absolute;
    right: 0px;
    margin-right: 32px;
    margin-top: 9px; }
  .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) {
      .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; } }

.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; }
  @media (min-width: 977px) {
    .product-detail .cart {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .product-detail .cart .quantity {
    border: 2px solid #222;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 64px;
    position: relative;
    margin-bottom: 1rem; }
    @media (min-width: 977px) {
      .product-detail .cart .quantity {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 90px;
        margin-bottom: 0;
        margin-right: 1rem; } }
    .product-detail .cart .quantity .input-text {
      position: absolute;
      left: 0;
      top: 0;
      right: 1rem;
      bottom: 0;
      height: 100%;
      width: 100% !important;
      border: none;
      background-color: transparent;
      font-size: 1rem; }
      @media (min-width: 977px) {
        .product-detail .cart .quantity .input-text {
          font-size: 1.25rem; } }
      .product-detail .cart .quantity .input-text:focus {
        outline: none; }
  .product-detail .cart .button {
    border: 1px solid red;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }

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

/* results count */
.woocommerce .woocommerce-result-count {
  font-size: 1rem; }
  @media (min-width: 977px) {
    .woocommerce .woocommerce-result-count {
      font-size: 1.25rem; } }

/* ordering */
.woocommerce .woocommerce-ordering {
  margin: 0;
  margin-bottom: 4rem;
  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 .woocommerce-ordering {
      max-width: 320px; } }
  .woocommerce .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 .woocommerce-ordering select {
    border: none;
    color: #454545;
    font-family: "Signika", sans-serif;
    font-weight: 300;
    background-color: transparent;
    width: 140%;
    margin-right: -40px;
    font-size: 1rem; }
    .woocommerce .woocommerce-ordering select:hover {
      cursor: pointer; }
    @media (min-width: 977px) {
      .woocommerce .woocommerce-ordering select {
        font-size: 1.25rem; } }
    .woocommerce .woocommerce-ordering select:focus {
      outline: none; }

/* 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: .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.06666666667rem;
    margin: 0;
    color: #222;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  body .woocommerce table.shop_table td {
    font-size: 1rem;
    color: #454545; }
    @media (min-width: 977px) {
      body .woocommerce table.shop_table td {
        font-size: 1.25rem; } }

.cart_totals h2 {
  font-size: 1.06666666667rem;
  margin: 0;
  color: #222;
  font-family: "Oswald", 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: "Signika", sans-serif;
  background-color: #fff;
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #333333;
  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 #AD8D67;
    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 {
  margin-top: 10px; }
  body .woocommerce-shipping-methods .pickup-location-calendar .pickup-location-field-label {
    font-size: small; }

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: "Ophaallocatie: ";
    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; }

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  background-color: var(--header-bg-color);
  z-index: 1010; }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 75px;
    padding: 1rem 1.5rem; }
    @media (min-width: 977px) {
      .header__container {
        height: 105px;
        padding: 1rem 2.5rem; } }
  .header__brand {
    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; }
    @media (min-width: 977px) {
      .header__brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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; } }
  .header__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header__cart > a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 977px) {
      .header__hamburger {
        display: none; } }
  .header__menu {
    display: none; }
    @media (min-width: 977px) {
      .header__menu {
        display: block; } }
  .header__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 68px; }
    @media (min-width: 977px) {
      .header__logo {
        max-width: 150px; } }
  .header__item {
    fill: var(--header-text-color); }

.pre-header {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: .75rem 2.5rem;
  background-color: var(--pre-header-bg-color);
  color: var(--pre-header-text-color);
  z-index: 100; }
  @media (min-width: 977px) {
    .pre-header {
      padding: .75rem 1.5rem; } }
  .pre-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pre-header__space, .pre-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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; }
  .pre-header__usps {
    display: none; }
    @media (min-width: 977px) {
      .pre-header__usps {
        display: block; } }
  .pre-header__menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .pre-header__item {
    color: var(--pre-header-text-color); }
    .pre-header__item:hover {
      color: var(--pre-header-text-color); }

.hero {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  .hero__container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 133.33333%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .hero__container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden; } }
  .hero__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 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; }
  .hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .hero__bg:before {
      content: '';
      display: block;
      background-color: black;
      position: absolute;
      opacity: 0.15;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 2; }
  .hero__caption {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    color: #fff;
    z-index: 2; }
    @media (min-width: 1680px) {
      .hero__caption {
        width: 60%; } }
  .hero__subtitle {
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 1rem; }
    @media (min-width: 1200px) {
      .hero__subtitle {
        font-size: 1.375rem;
        margin-bottom: 2rem; } }
  .hero__title {
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2rem;
    font-weight: 300; }
    @media (min-width: 977px) {
      .hero__title {
        font-size: 4.25vw;
        margin-bottom: 3.25vw; } }
    @media (min-width: 1680px) {
      .hero__title {
        font-size: 4.25rem;
        margin-bottom: 3.25rem; } }
  .hero__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.71);
    color: #fff; }
    @media (min-width: 977px) {
      .hero__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.section {
  padding: 2rem 0; }
  @media (min-width: 977px) {
    .section {
      padding: 3.75rem 0; } }
  .section__text {
    margin-bottom: 1rem; }
    @media (min-width: 977px) {
      .section__text {
        margin-bottom: 3.75rem; } }
  .section__subtitle {
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--heading-color);
    letter-spacing: 4.55px;
    text-transform: uppercase;
    margin-bottom: 0.5rem; }
    @media (min-width: 977px) {
      .section__subtitle {
        margin-bottom: 1rem;
        font-size: 1.25rem; } }
  .section__title {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--heading-color); }
    @media (min-width: 977px) {
      .section__title {
        font-size: 3rem;
        margin-bottom: 2rem; } }
    .section__title--suggestions {
      margin-bottom: 2rem; }
      @media (min-width: 977px) {
        .section__title--suggestions {
          margin-bottom: 4rem; } }
  @media (min-width: 977px) {
    .section__content {
      font-size: 1.25rem; } }
  .section--flex {
    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: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 977px) {
      .section--flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .section--no-padding-bottom {
    padding-bottom: 0 !important; }
  .section--first {
    padding-top: 4rem; }
    @media (min-width: 977px) {
      .section--first {
        padding-top: 7.5rem; } }
  .section--last {
    padding-bottom: 4rem; }
    @media (min-width: 977px) {
      .section--last {
        padding-bottom: 7.5rem; } }

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

.footer {
  position: relative;
  background-color: var(--pre-header-bg-color);
  color: var(--pre-header-text-color);
  padding: 3rem 0; }
  @media (min-width: 977px) {
    .footer {
      padding: 5rem 0; } }
  .footer__heading {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .footer__text {
    font-size: 1rem;
    color: #999999; }
  .footer__item {
    font-size: 1.15rem; }
  .footer__list a {
    color: var(--pre-header-text-color);
    display: block;
    margin-bottom: 1rem;
    font-size: 1rem; }
    @media (min-width: 977px) {
      .footer__list a {
        font-size: 1.15rem; } }
  .footer p {
    font-size: 1rem; }
    @media (min-width: 977px) {
      .footer p {
        font-size: 1.15rem; } }

.legal-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 0 0 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: 977px) {
    .legal-bar {
      -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; } }
  .legal-bar__left {
    margin-bottom: 1.5rem; }
    @media (min-width: 977px) {
      .legal-bar__left {
        margin-bottom: 0; } }
  @media (min-width: 977px) {
    .legal-bar__right {
      margin-left: auto; } }
  .legal-bar__nav ul {
    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: 977px) {
      .legal-bar__nav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .legal-bar__nav li {
    margin-right: 1rem; }
  .legal-bar__nav a {
    color: white; }

.badge {
  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: 977px) {
    .badge {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .badge__img {
    width: 90px;
    margin: 0 0 2rem 0; }
    @media (min-width: 977px) {
      .badge__img {
        margin: 0 4rem 0 0;
        width: 126px; } }

.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; }
  .list--checklist li:before {
    content: "\e900";
    font-family: "icomoon";
    margin-right: 0.75rem; }

.nav-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav-list li {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  padding: 0 1rem;
  margin: 0 1rem; }
  .nav-list li a {
    color: var(--header-text-color); }

.hr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3px;
  width: 100%;
  margin-bottom: 3.25rem;
  background-color: #222;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin-top: 0; }
  .hr--primary {
    background-color: var(--color-primary); }
  .hr--accent {
    background-color: var(--color-accent); }
  .hr--sm {
    width: 40px;
    margin-bottom: 2rem; }

.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: 35%;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none; }

li.flex-nav-prev {
  position: relative;
  float: left;
  margin-left: 1rem; }

li.flex-nav-next {
  position: relative;
  float: right;
  margin-right: 2.5rem; }

.flex-prev:before,
.flex-next:after {
  position: absolute;
  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; }

a.flex-next {
  visibility: hidden;
  content: ''; }

a.flex-prev {
  visibility: hidden;
  content: ''; }

a.flex-next:after,
a.flex-prev:before {
  visibility: visible;
  font-family: 'icomoon'; }

a.flex-next::after {
  content: "\e903"; }

a.flex-prev::before {
  content: "\e902"; }

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;
  margin: 0 -5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex-control-nav li {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 5px;
    text-align: center; }

.product-detail__slider {
  position: relative; }

.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: "Signika", sans-serif;
  background-color: #fff;
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #333333;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  line-height: 64px;
  height: 64px; }
  @media (min-width: 977px) {
    .product .input-text.qty {
      font-size: 1.25rem; } }
  .product .input-text.qty:focus {
    border: 1px solid #AD8D67;
    outline: none; }

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

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  top: 0 !important; }

span.onsale {
  background-color: #222222;
  font-weight: 400;
  font-family: "Signika", sans-serif; }

/*# sourceMappingURL=maps/main.css.map */
