@charset "UTF-8";
/*================ GLOBAL ================*/
/*============================================================================
  #Normalize
  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

input,
textarea,
select,
.disclosure__toggle {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: var(--font-weight-body--bolder); }

em {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

button,
input,
optgroup,
select,
.disclosure__toggle,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input[type="search"], input[type="number"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

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

td,
th {
  padding: 0; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none; }

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

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
.disclosure__toggle,
textarea {
  touch-action: manipulation; }

/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px
}

.grid::after {
  content: '';
  display: table;
  clear: both
}

@media only screen and (max-width:749px) {
  .grid {
    margin-left: -22px
  }
}

.grid::after {
  content: '';
  display: table;
  clear: both
}

.grid--no-gutters {
  margin-left: 0
}

.grid--no-gutters .grid__item {
  padding-left: 0
}

.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%
}

.grid--table>.grid__item {
  float: none;
  display: table-cell;
  vertical-align: middle
}

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%
}

@media only screen and (max-width:749px) {
  .grid__item {
    padding-left: 22px
  }
}

.grid__item[class*="--push"] {
  position: relative
}

@media only screen and (min-width:750px) {
  .medium-up--one-quarter {
    width: 25%
  }

  .medium-up--push-one-third {
    width: 33.33%
  }

  .medium-up--one-half {
    width: 50%
  }

  .medium-up--push-one-third {
    left: 33.33%;
    position: relative
  }
}

.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }
  /* Halves */
  .small--one-half {
    width: 50%; }
  /* Thirds */
  .small--one-third {
    width: 33.33333%; }
  .small--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .small--one-quarter {
    width: 25%; }
  .small--two-quarters {
    width: 50%; }
  .small--three-quarters {
    width: 75%; }
  /* Fifths */
  .small--one-fifth {
    width: 20%; }
  .small--two-fifths {
    width: 40%; }
  .small--three-fifths {
    width: 60%; }
  .small--four-fifths {
    width: 80%; }
  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }
  .small--two-sixths {
    width: 33.33333%; }
  .small--three-sixths {
    width: 50%; }
  .small--four-sixths {
    width: 66.66667%; }
  .small--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }
  .small--two-eighths {
    width: 25%; }
  .small--three-eighths {
    width: 37.5%; }
  .small--four-eighths {
    width: 50%; }
  .small--five-eighths {
    width: 62.5%; }
  .small--six-eighths {
    width: 75%; }
  .small--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .small--one-tenth {
    width: 10%; }
  .small--two-tenths {
    width: 20%; }
  .small--three-tenths {
    width: 30%; }
  .small--four-tenths {
    width: 40%; }
  .small--five-tenths {
    width: 50%; }
  .small--six-tenths {
    width: 60%; }
  .small--seven-tenths {
    width: 70%; }
  .small--eight-tenths {
    width: 80%; }
  .small--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }
  .small--two-twelfths {
    width: 16.66667%; }
  .small--three-twelfths {
    width: 25%; }
  .small--four-twelfths {
    width: 33.33333%; }
  .small--five-twelfths {
    width: 41.66667%; }
  .small--six-twelfths {
    width: 50%; }
  .small--seven-twelfths {
    width: 58.33333%; }
  .small--eight-twelfths {
    width: 66.66667%; }
  .small--nine-twelfths {
    width: 75%; }
  .small--ten-twelfths {
    width: 83.33333%; }
  .small--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .small--show {
    display: block !important; }
  .small--hide {
    display: none !important; }
  .small--text-left {
    text-align: left !important; }
  .small--text-right {
    text-align: right !important; }
  .small--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 750px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }
  /* Halves */
  .medium-up--one-half {
    width: 50%; }
  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }
  .medium-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }
  .medium-up--two-quarters {
    width: 50%; }
  .medium-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }
  .medium-up--two-fifths {
    width: 40%; }
  .medium-up--three-fifths {
    width: 60%; }
  .medium-up--four-fifths {
    width: 80%; }
  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }
  .medium-up--two-sixths {
    width: 33.33333%; }
  .medium-up--three-sixths {
    width: 50%; }
  .medium-up--four-sixths {
    width: 66.66667%; }
  .medium-up--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }
  .medium-up--two-eighths {
    width: 25%; }
  .medium-up--three-eighths {
    width: 37.5%; }
  .medium-up--four-eighths {
    width: 50%; }
  .medium-up--five-eighths {
    width: 62.5%; }
  .medium-up--six-eighths {
    width: 75%; }
  .medium-up--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }
  .medium-up--two-tenths {
    width: 20%; }
  .medium-up--three-tenths {
    width: 30%; }
  .medium-up--four-tenths {
    width: 40%; }
  .medium-up--five-tenths {
    width: 50%; }
  .medium-up--six-tenths {
    width: 60%; }
  .medium-up--seven-tenths {
    width: 70%; }
  .medium-up--eight-tenths {
    width: 80%; }
  .medium-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }
  .medium-up--two-twelfths {
    width: 16.66667%; }
  .medium-up--three-twelfths {
    width: 25%; }
  .medium-up--four-twelfths {
    width: 33.33333%; }
  .medium-up--five-twelfths {
    width: 41.66667%; }
  .medium-up--six-twelfths {
    width: 50%; }
  .medium-up--seven-twelfths {
    width: 58.33333%; }
  .medium-up--eight-twelfths {
    width: 66.66667%; }
  .medium-up--nine-twelfths {
    width: 75%; }
  .medium-up--ten-twelfths {
    width: 83.33333%; }
  .medium-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .medium-up--show {
    display: block !important; }
  .medium-up--hide {
    display: none !important; }
  .medium-up--text-left {
    text-align: left !important; }
  .medium-up--text-right {
    text-align: right !important; }
  .medium-up--text-center {
    text-align: center !important; } }

/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }
  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }
  .small--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }
  .small--push-two-quarters {
    left: 50%; }
  .small--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }
  .small--push-two-fifths {
    left: 40%; }
  .small--push-three-fifths {
    left: 60%; }
  .small--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%; }
  .small--push-two-sixths {
    left: 33.33333%; }
  .small--push-three-sixths {
    left: 50%; }
  .small--push-four-sixths {
    left: 66.66667%; }
  .small--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }
  .small--push-two-eighths {
    left: 25%; }
  .small--push-three-eighths {
    left: 37.5%; }
  .small--push-four-eighths {
    left: 50%; }
  .small--push-five-eighths {
    left: 62.5%; }
  .small--push-six-eighths {
    left: 75%; }
  .small--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }
  .small--push-two-tenths {
    left: 20%; }
  .small--push-three-tenths {
    left: 30%; }
  .small--push-four-tenths {
    left: 40%; }
  .small--push-five-tenths {
    left: 50%; }
  .small--push-six-tenths {
    left: 60%; }
  .small--push-seven-tenths {
    left: 70%; }
  .small--push-eight-tenths {
    left: 80%; }
  .small--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%; }
  .small--push-two-twelfths {
    left: 16.66667%; }
  .small--push-three-twelfths {
    left: 25%; }
  .small--push-four-twelfths {
    left: 33.33333%; }
  .small--push-five-twelfths {
    left: 41.66667%; }
  .small--push-six-twelfths {
    left: 50%; }
  .small--push-seven-twelfths {
    left: 58.33333%; }
  .small--push-eight-twelfths {
    left: 66.66667%; }
  .small--push-nine-twelfths {
    left: 75%; }
  .small--push-ten-twelfths {
    left: 83.33333%; }
  .small--push-eleven-twelfths {
    left: 91.66667%; } }

@media only screen and (min-width: 750px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }
  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }
  .medium-up--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }
  .medium-up--push-two-quarters {
    left: 50%; }
  .medium-up--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }
  .medium-up--push-two-fifths {
    left: 40%; }
  .medium-up--push-three-fifths {
    left: 60%; }
  .medium-up--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }
  .medium-up--push-two-sixths {
    left: 33.33333%; }
  .medium-up--push-three-sixths {
    left: 50%; }
  .medium-up--push-four-sixths {
    left: 66.66667%; }
  .medium-up--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }
  .medium-up--push-two-eighths {
    left: 25%; }
  .medium-up--push-three-eighths {
    left: 37.5%; }
  .medium-up--push-four-eighths {
    left: 50%; }
  .medium-up--push-five-eighths {
    left: 62.5%; }
  .medium-up--push-six-eighths {
    left: 75%; }
  .medium-up--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }
  .medium-up--push-two-tenths {
    left: 20%; }
  .medium-up--push-three-tenths {
    left: 30%; }
  .medium-up--push-four-tenths {
    left: 40%; }
  .medium-up--push-five-tenths {
    left: 50%; }
  .medium-up--push-six-tenths {
    left: 60%; }
  .medium-up--push-seven-tenths {
    left: 70%; }
  .medium-up--push-eight-tenths {
    left: 80%; }
  .medium-up--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }
  .medium-up--push-two-twelfths {
    left: 16.66667%; }
  .medium-up--push-three-twelfths {
    left: 25%; }
  .medium-up--push-four-twelfths {
    left: 33.33333%; }
  .medium-up--push-five-twelfths {
    left: 41.66667%; }
  .medium-up--push-six-twelfths {
    left: 50%; }
  .medium-up--push-seven-twelfths {
    left: 58.33333%; }
  .medium-up--push-eight-twelfths {
    left: 66.66667%; }
  .medium-up--push-nine-twelfths {
    left: 75%; }
  .medium-up--push-ten-twelfths {
    left: 83.33333%; }
  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }

/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.visually-hidden--inline {
  margin: 0;
  height: 1em; }

.visually-hidden--static {
  position: static !important; }

.js-focus-hidden:focus {
  outline: none; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.hide {
  display: none !important; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--color-text);
  background-color: var(--color-bg);
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none; }

/*=============== Lazy loading ===================*/
.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain; }

.ratio-container {
  position: relative; }

.ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 50%;
  content: ""; }

.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*=============== Critical CSS ===================*/
.main-content {
  opacity: 1; }

.main-content .shopify-section {
  display: inherit; }

.critical-hidden {
  display: inherit; }

/*================ #Basic Styles ================*/
.page-width {
  *zoom: 1;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

.page-width {
  padding-left: 50px;
  padding-right: 50px; 
}

.main-content {
  display: block;
  padding-top: 35px; }
  @media only screen and (min-width: 750px) {
    .main-content {
      padding-top: 55px; } }

.section-header {
  margin-bottom: 35px; }
  @media only screen and (min-width: 750px) {
    .section-header {
      margin-bottom: 55px; } }

@media (min-width: 1920px) and (max-width: 2560px) {
    .page-width {
      max-width: 1680px;
    }
}

@media screen and (min-width:1680px){
  .page-width {
    max-width: 1680px;
  }
}

/*================ Headings ================*/
h3, .h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 17.5px;
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  h3 a, .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }

h3, .h3 {
  font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * 1em);
  text-transform: none;
  letter-spacing: 0; }

h4,
.h4 {
  font-size: calc(((var(--font-h4-desktop)) / (var(--font-size-base))) * 1em); }


/*================ Slider  ====================*/
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.slideshow {
    /*height: calc(100vh - 32px);
    height: calc(var(--window-inner-height) - 32px);
    min-height: 400px;*/
    transition: opacity .35s cubic-bezier(.4,0,.2,1);
}
/*.slideshow .slide {
    width: 100%;
    height: 100%;
}*/
.slideshow .slide img, .slideshow .slide svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slideshow .flickity-slider{
  transform:none!important
}
.slideshow .flickity-slider .slide{
  left:0!important;
  opacity:0;
  width:  100%;
  /*height:  100%;*/
  transition:opacity .25s cubic-bezier(.4,0,.2,1);
  pointer-events:none
}
.slideshow .flickity-slider .slide.is-selected{
  opacity:1;
  pointer-events:all
}
.slideshow .flickity-slider .slide.is-selected .content-outer-wrap{
  pointer-events:all
}

.slideshow .flickity-slider .slide.is-selected .content-outer-wrap {
  opacity: 1;
}


/*================ Main Style  ====================*/

html{
  font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-size:106.25%;quotes:"“" "”"
}

:lang(zh-CN){
  font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif
}

body{
  font-size: calc(var(--font-size-base) * 1px);
  line-height: 1.5294717647;
  font-weight: var(--font-weight-body);
  /*letter-spacing:-0.021em;*/
  font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  color: var(--color-text);
  font-style:normal;
  min-width: 1200px;
}
body, html {
    background-color: var(--color-body);
}

body:lang(zh-CN){
  font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif
}

a{color:#0070c9}
a:link,a:visited{text-decoration:none}
a:hover{text-decoration:underline}
a:active{text-decoration:none}

svg.icon {
  width: 20px;
  height: 20px;
}

body{
  padding: 0;
  margin: 0;
}

p {
    color: var(--color-body-text);
    margin: 0 0 19.44444px;
}
p:last-child {
    margin-bottom: 0;
}

header {
  background: #181818;  
}
.menu {
  cursor: default;
  margin: 0 -10px;
  padding: 0;
  width: auto;
  height: 55px;
  display: flex;
  justify-content: space-between;
  user-select: none;
}
.menu__item {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 55px;
  z-index: 1;
  vertical-align: top;  
}
.menu__item-link {
  position: relative;
  color: #f5f5f7;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 10px;
  height: 55px;
  opacity: .8;
  white-space: nowrap;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);  
}

.menu__item a{
  opacity: 0.8;
  display: flex;
  align-items: center;
}
.menu__item.menu__item-logo a {
  opacity: 1;
}

.dropdown {
  display: none;
  min-width: 100px;
  position: absolute;
  background: #181818;
}
.dropdown ul {
  list-style: none;
  padding: 0;
}
.dropdown ul li {
  line-height: 26px;
}
.dropdown ul li a{
  white-space: nowrap;
  color: #fff;
  opacity: 0.8;
  display: block;
  padding: 5px 25px;
}
.dropdown ul li a:hover{
  opacity: 1;
  color: #fff;
  background: #bd8d1e;
  text-decoration: none;
}
.menu__item.active .dropdown{
  display: block;
}

.menu__item-logo img {
  width: 260px;
}
.menu__item svg {
  color: #fff;
  fill: #fff;
  opacity: 0.8;
}
.menu__item-link:hover {
  opacity: 1;
  text-decoration: none;
}
.section-title {
  margin-bottom: 30px;
}
.section-body {
  margin-bottom: 50px;
}

.section-body p {
  line-height: 2;
}

.default-section {
  padding-top: 55px;
  padding-bottom: 55px;
}
.default-banner img {
  width: 100%;
}
.default-section.section-case {
/*  padding-top: 30px;
  padding-bottom: 0;*/
}
.section-no-gutter {
  padding-top: 0 !important;
}
.default-section:last-child {
    padding-top: 50px;
    padding-bottom: 50px;
}
.rich-text__heading--large {
  font-size: 1.4em;
}
.zizhi-item {
  padding: 30px 0;
/*  box-shadow: 2px 3px 12px #0000001c;*/
  border-radius: 12px;
/*  background: #fff;*/
}
.zizhi-item img {
  width: 65%;
}
.zizhi-item h4 {
  margin: 23px 0 0;
  font-size: 18px;
  font-weight: 400;
}
.section-esc__item {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  overflow: hidden;
}
.section-esc__item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 2.5s;
}
.js-transition.hover .section-esc__caption {
  opacity: 0;
}
.js-transition img {
  transition: all 2.5s;
}
.js-transition.hover img, .js-transition.hover .section-esc__item-bg {
  transform: scale(1.08);
}
.section-esc__caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 35%);
  color: #fff;
  font-size: 26px;
  transition: all 1s;
}
.zh-section {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px 30px 30px 0;
  margin-bottom: 30px;
  border-radius: 12px;
}
.zh-section p {
  line-height: 1.8;
}
.section-service__wrap {
  display: flex;
  justify-content: space-between;
}
.section-service__left {
  width: 80%;
  float: left;
  padding-right: 60px;
}
.section-service__left .text {
  margin: 30px 0;
  line-height: 2;
}

.section-service__left ul {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-bottom: 0;
}
.section-service__left ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 2px 3px 12px #0000001c;
    border-radius: 5px;
    padding: 15px;
}
.section-service__left ul li img {
    width: 45%;
    margin-bottom: 15px;
}
.section-service__left ul li p {
  text-align: center;
  line-height: 1.5;
}
.section-service__right {
  position: relative;
  width: 25%;  
}
.section-service__right img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; 
  object-fit: contain;
}
.shop-gallery__item-wrap {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}
.shop-gallery__item-wrap.hover p{
  opacity: 0;
}
.shop-gallery__item img {
  display: block;
}
.shop-gallery__item p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 35%);
  color: #fff;
  font-size: 20px;
  transition: all 1s;
}
.shop-gallery .flickity-prev-next-button.previous {
  left: 40px !important;
}

.address-list__item {
  margin: 0 0 30px 0;
}
.address-list__item-wrap h4 {
  font-size: 22px;
}
.address-list__item-wrap p {
  margin-bottom: 10px;
}
.address-list__item-wrap p.address {
      min-height: 44px;
}
.address-list.grid {
  margin-left: -50px;  
}
.address-list .grid__item {
  padding-left: 50px;  
}
.product-banner {
  position: relative;
}
.product-banner .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right,#000000c9 0%,#00000000 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;  
}
.product-banner .caption.caption-dark {
  background-image: linear-gradient(to right,#000000 0%,#00000040 100%);
}
.product-banner .caption.no-bg {
  background-image: none;
}
.product-banner .caption-wrap{
  padding-left: 8%;;
}
.product-feature {
  display: flex;
}
.product-feature__item {
  height: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  background: #fff;
}
.product-feature__item img {

}
.product-feature__item h4 {
  font-size: 16px;
  margin-top: 20px;
}
.product-feature__item p {

}
.product-service__item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.product-service .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top,#000000f5 0%,#00000000 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff; 
}
.product-service .caption h4 {
  text-align: left;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 10px;
}
.product-service .caption ul {
  padding-left: 30px;
  margin: 0;
  padding-bottom: 30px;
}
.product-service .caption ul li {
  float: left;
  list-style: inside;
  margin-right: 15px;
}

.feature-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.feature-row__item {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
.feature-row__text {
    padding-top: 35px;
    padding-bottom: 35px;
}
.feature-row__text--left {
    padding-left: 35px;
}
.feature-row__text--right {
    padding-right: 35px;
}
.feature-row__image-wrapper {
    max-width: 545.0px;
    margin: 0 auto 19.44444px;
    position: relative;
    width: 100%;
}
.feature-row__image {
    display: block;
    margin: 0 auto;
    max-width: 545.0px;
    max-height: 545px;
}
.feature-row__image-wrapper .feature-row__image {
    width: 100%;
    position: absolute;
    top: 0;
}
.zq-container {
  position: relative;
}
.zq-banner {
  position: relative;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.zq-banner img{
  width: 100%;
}
.zq-icon {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.zq-icon img {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
.zq-icon--01 {
  top: 4%;
  left: -6%;
}
.zq-icon--02 {
  top: 4%;
  right: -6%;
}
.zq-icon--03 {
  top: 28%;
  left: -24%;
}
.zq-icon--04 {
  top: 28%;
  right: -24%;
}
.zq-icon--05 {
  top: 63%;
  left: -17%;
}
.zq-icon--06 {
  top: 63%;
  right: -17%;
}
.back-service {
  position: relative;
  padding: 80px 0;
}
.back-service__text {
  position: absolute;
  text-align: center;
  width: 11%;
}
.back-service__text--01 {
  bottom: 5%;
}
.back-service__text--02 {
  left: 10%;
  top: 10%;
}
.back-service__text--03 {
  left: 18%;
  bottom: -2%;
  width: 15%;
}
.back-service__text--04 {
  left: 29.7%;
  top: 6%;
}
.back-service__text--05 {
  left: 40%;
  bottom: 13%;
}
.back-service__text--06 {
  left: 49.2%;
  top: 10%;
}
.back-service__text--07 {
  left: 59.5%;
  bottom: 13%;
}
.back-service__text--08 {
  left: 69%;
  top: 10%;
}
.back-service__text--09 {
  left: 79.1%;
  bottom: 13%;
}
.back-service__text--10 {
  left: 88.2%;
  top: 6%;
}
.training-subject {
  background: #fff;
  border-radius: 15px;
  padding: 6px 40px;
  margin-bottom: 30px;
}
.training-subject h2 {
  font-size: 18px;
  text-align: left;  
}
.training-subject .featured-row__subtext {
  text-align: left;
  font-size: 13px;
  line-height: 26px;
}
.training-subject-left-wrap {
/*  padding-bottom: 45%;
  position: relative;  */
}
.training-subject-left {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
/*  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;*/
}
.training-subject-left h2 {
  margin-top: 30px;
  font-size: 18px;
}
.training-subject-left p {
  font-size: 13px;
  line-height: 26px;
}
.training-item {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.training-item__arrow {
  position: absolute;
  display: block;
  width: 50px;
  height: 100px;
  background: url(./images/ec_icon_arrow.png) no-repeat;
  background-size: cover;
  top: 50%;
  right: 0;
  margin-top: -50px;
  margin-right: -40px;
}
.training-item img {
  width: 100%;
}
.training-item .training-item__desc {
  position: relative;
  background: #246cff;
  color: #fff;
  padding: 10px;
  border-radius: 15px;
  margin: 30px 10px 0 10px;
}
.training-item .training-item__desc:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #246cff;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}

.section-zizhi img{
  display: block;
  margin: 0 auto;
  width: 65%;
  margin-top: 50px;
}
.jianjie-wrap {
  position: relative;
  padding-top: 120px;
}
.jianjie-item {
  position: absolute;
  width: 25%;
}
.jianjie-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.jianjie-item ul {
  padding: 0;
  padding-left: 15px;
  margin: 0;
}
.jianjie-item ul li {
  list-style: outside;
  font-size: 14px;
}
.jianjie-item--01 {
  bottom: 39%;
  left: 1.6%;  
}
.jianjie-item--02 {
  bottom: 54%;
  left: 26.6%;
}
.jianjie-item--03 {
  bottom: 56%;
  left: 51.6%;
}
.jianjie-item--04 {
  bottom: 78%;
  left: 76.3%;
}
.text-updown {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.text-updown__content {
  padding: 30px;
  text-align: left;
}
.text-updown__content ul{
  margin: 0;
  text-align: left;
  line-height: 26px;
  padding-left: 15px;
  list-style: outside;
}
.text-updown__content ul li {

}
.text-updown__content h3 {
  font-size: 22px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.text-leftright {
  display: flex;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.text-leftright__content{
  padding: 40px 30px;
  display: flex;
  /*align-items: center;*/
  flex-direction: column;
  text-align: left;
  justify-content: center;
}
.text-leftright__content h3{
  font-size: 22px;
}
.text-leftright__content p{
  font-size: 14px;
  line-height: 28px;
}
.text-leftright__img {
  flex:  1;
}

.text-default {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
.text-default h3 {
  font-size: 22px;
}
.text-default p {
  line-height: 28px;
}
.at-work {
  position: relative;
}
.at-work img{
  display: block;
  width: 100%;
}
.at-work__link {
  position: absolute;
}
.at-work__link--01 {
  top: 60%;
  left: 3.3%;
}
.at-work__link--02 {
  top: 66%;
  left: 3.3%;
}
.at-work__link--03 {
  top: 25%;
  left: 3.3%;
  color: #fff;
}
.at-work__link--04 {
  top: 72%;
  left: 3.3%;  
}
.at-work__link--05 {
  top: 72%;
  left: 54.0%; 
}
.at-work__link--06 {
  top: 49%;
  left: 3.3%;  
}

footer {
  margin-top: 30px;
  background: #1f1e26;
}
footer .menu {
  justify-content: initial;
  height: 60px;
  align-items: center;
}
footer .menu__item{
  margin-right: 20px;
}
footer .menu .menu__item-logo img {
  width: 120px;
}
.footer-bottom-wrapper {
  background: #25242d;
  padding: 20px 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;  
}
.footer-bottom__left {
  display: flex;
  align-items: center;  
}
.footer-bottom__left img {
  width: 80px;  
}
.footer-bottom__info {
  margin-left: 20px;
  color: #676670;
  font-size: 14px;  
}
.footer-bottom__info .tel {
  /*font-size: 18px;*/
}
.footer-bottom__info p {
  margin: 5px 0 0;
  display: flex;
}
.footer-bottom__icon-tel {
  fill: #676670;
  margin-right: 5px;
}
.footer-bottom__icon-tel svg.icon {
  /*width: 26px;
  height: 26px;*/
}
.footer-bottom__right {
  display: flex;
  align-items: center;  
}
.footer-bottom__logo {
  border-left: 1px solid #373640;
  padding-left: 30px;  
}
.slideshow .slide .content-outer-wrap {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4%;
    margin: 0 auto;
    width: 92%;
}
.slideshow .slide .content-inner-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1430px;
    left: 50%;
    transform: translateX(-50%);
}
.slideshow .slide .content {
  position: absolute;
  padding: 0 15px;
  text-align: left;
  width: 45%;
}
.slideshow .slide .content h2 {
  font-size: 40px;
  margin: 0 0 10px 0;  
}
.slideshow .slide .content p {
  font-size: 18px;
}
.slideshow .slide .content.left {
    left: 0;
}
.slideshow .slide .content.right {
    right: 0
}
.slideshow .slide .content.center {
    left: 12.5%;
    width: 75%
}
.slideshow .slide .content.middle {
    top: 50%;
    transform: translateY(-50%);
}
.slideshow .slide .content.top {
    top: 10%;
}
.slideshow .slide .content.bottom {
    bottom: 10%;
}

.zhaopin__job {
  background: #fff;
  border-radius: 10px;
  padding: 35px;
      height: 100%;
}
.zhaopin__job ul {
  list-style: none;
  padding: 0 0 0 20px;
  color: #666666;
  line-height: 26px;
  margin-top: 0;
}
.zhaopin__job ul li {
  list-style: outside decimal;
}
.zhaopin__job .tit{
  margin: 0;
  color: #666666;
  line-height: 26px;
}
.contact-us-container {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}
.zhaopin-section {
  position: relative;
}
.zhaopin-section h2 {
  font-size: 40px;
  margin-top: 0;
}
.zhaopin-section p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.5px;
}
.zhaopin-section__overflow {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgb(0 0 0 / 40%);
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.team__item {
  display: flex;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  height: 100%;
}
.team__item-desc {
  flex: 1;
  text-align: left;
  margin-left: 30px;  
}
.team__item-desc h3 {
  font-size: 22px;
}
.team__item-desc p {
  color: #666666;
  line-height: 26px;
}
