@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

.tablesaw * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack {
    clear: both;
  }
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.vh,
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}

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

[class^="icon-"], .videos__image, [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-play:before, .videos__image:before {
  content: "";
}

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

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

.icon-youtube:before {
  content: "";
}

.icon-brand:before {
  content: "";
}

.icon-social:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-brand2:before {
  content: "";
}

.icon-social2:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-brand3:before {
  content: "";
}

.icon-social3:before {
  content: "";
}

.btn {
  padding: 8px 15px;
  background: #555555;
  color: #fff;
  border: 0;
  border-radius: 3px;
  line-height: 1.2;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.btn:hover, .btn:focus {
  background: #434343;
}

.btn--orange {
  background: #f58021;
}

.btn--orange:hover, .btn--orange:focus {
  background: #e86e0a;
}

.header {
  border-top: 10px solid #f58021;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  height: 100px;
}

@media (min-width: 1024px) {
  .header {
    height: auto;
  }
}

.header .container {
  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: 20px 20px 15px;
}

.is-scrolled .header {
  background: rgba(0, 0, 0, 0.9);
}

.logo {
  width: 100px;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}

@media (min-width: 1024px) {
  .logo {
    width: 140px;
  }
}

.is-scrolled .logo {
  width: 100px;
}

.header__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: fixed;
  top: 100px;
  right: 0;
  width: 100%;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  text-align: right;
  background: rgba(0, 0, 0, 0.95);
  padding: 10px 20px 20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

@media (min-width: 1024px) {
  .header__list {
    position: static;
    padding: 0;
    text-align: left;
    height: auto;
    width: auto;
    background: transparent;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.header__item {
  display: block;
  margin: 5px 0;
}

@media (min-width: 1024px) {
  .header__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px 10px;
    font-size: 0.875em;
  }
}

.header__link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0 5px 10px;
  text-transform: uppercase;
  position: relative;
}

@media (min-width: 1024px) {
  .header__link {
    display: block;
    padding: 5px 10px;
  }
  .header__link::after {
    content: '';
    position: absolute;
    width: 30px;
    bottom: -5px;
    left: 50%;
    height: 3px;
    background: #f58021;
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  .header__link:hover::after {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    opacity: 1;
  }
}

.header__link.btn {
  padding: 8px 15px;
  margin-top: 5px;
}

@media (min-width: 1024px) {
  .header__link.btn {
    margin-top: 0;
  }
}

.header__link.btn::after {
  display: none;
}

.btn-menu {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 40px;
  height: 30px;
  background: #f58021;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .btn-menu {
    display: none;
  }
}

.btn-menu .line {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  left: 10px;
  -webkit-transition: opacity 0.25s ease-in, -webkit-transform 0.25s ease-in;
  transition: opacity 0.25s ease-in, -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in, opacity 0.25s ease-in;
  transition: transform 0.25s ease-in, opacity 0.25s ease-in, -webkit-transform 0.25s ease-in;
}

.btn-menu .line--top {
  top: 8px;
}

.btn-menu .line--mid {
  top: 14px;
}

.btn-menu .line--btm {
  top: 20px;
}

.btn-menu.is-active .line--top {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}

.btn-menu.is-active .line--mid {
  opacity: 0;
}

.btn-menu.is-active .line--btm {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.btn-menu.is-active + .header__list {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.banner .container {
  height: 100%;
}

.banner::before {
  content: '';
  display: block;
  width: 120%;
  height: 30%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: -10%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: 2;
}

@media (max-width: 767px) {
  .banner::before {
    left: -20%;
    height: 35%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner::before {
    left: -20%;
    height: 320px;
  }
}

.banner::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  background: #f58021;
  width: 600px;
  height: 500px;
  right: -350px;
  bottom: 0;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 767px) {
  .banner::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner::after {
    right: -400px;
    bottom: -100px;
  }
}

.banner__content {
  position: absolute;
  bottom: 0;
  z-index: 3;
  color: #fff;
  padding: 10px 0 20px;
}

.banner__title {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  margin: 0;
}

@media (max-width: 767px) {
  .banner__title {
    font-size: 2.5em;
  }
}

.banner__subtitle {
  margin: 0;
  color: #f58021;
  font-size: 2em;
}

@media (max-width: 767px) {
  .banner__subtitle {
    font-size: 1.25em;
  }
}

.banner__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
}

.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 60%;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .about__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    max-width: 100%;
  }
}

.about--50 .about__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 49%;
          flex: 1 49%;
  max-width: 49%;
  padding-right: 0;
}

@media (max-width: 767px) {
  .about--50 .about__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    max-width: 100%;
  }
}

.about__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 32%;
          flex: 1 32%;
  max-width: 19%;
  position: relative;
  
}

@media (max-width: 767px) {
  .about__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 50%;
            flex: 1 50%;
    max-width: 50%;
  }
}

.about__image:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.about__image:nth-child(2) {
  max-width: 40%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .about__image:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 50%;
            flex: 1 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}

.about__image img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.about--50 .about__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 49%;
          flex: 1 49%;
  max-width: 49%;
}

@media (max-width: 767px) {
  .about--50 .about__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.techspecs table {
  margin-bottom: 10px;
}

.techspecs thead {
  background: #666666;
  border-bottom: 15px solid #999999;
  color: #fff;
}

@media (max-width: 767px) {
  .techspecs thead {
    border-bottom: 0;
  }
}

.techspecs th,
.techspecs td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.2;
  font-size: 0.875em;
}

.techspecs th {
  font-weight: 400;
}

.techspecs td {
  text-align: center;
  border-bottom: 1px solid #e6e5e5;
}

.techspecs td .tablesaw-cell-label,
.techspecs td .tablesaw-cell-content {
  text-align: left;
}

.techspecs td .tablesaw-cell-label {
  width: 45%;
  padding-right: 10px;
}

.techspecs td .tablesaw-cell-content {
  width: 55%;
}

.techspecs td:nth-child(even) {
  background: #f6f6f6;
}

.techspecs td:first-child {
  background: #f58021;
  color: #fff;
  border-bottom-color: #f58021;
  font-weight: bold;
}

.techspecs tr:nth-child(even) td:first-child {
  background: #666666;
  border-bottom-color: #666666;
}

.techspecs .small {
  margin: 0;
}

@media (max-width: 767px) {
  .techspecs .btn {
    float: none;
    margin: 5px 0;
  }
}

.breaker {
  overflow: auto;
  font-size: 0.75em;
}

.breaker__wrapper {
  min-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breaker__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  max-width: 30px;
  padding: 5px;
  text-align: center;
  background: #484848;
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.breaker__content {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.breaker__content .breaker__item {
  padding: 5px 10px;
  position: relative;
}

.breaker__content .breaker__item:nth-child(odd) {
  background: #626262;
}

.breaker__content .text {
  padding: 5px 5px 5px 10px;
  display: inline-block;
}

.breaker__content .caption {
  padding: 5px 0;
  display: inline-block;
  width: 10px;
  z-index: 2;
  position: relative;
}

.breaker__content .bar {
  padding: 5px;
  color: #fff;
  font-weight: bold;
  background: #f58021;
  display: inline-block;
  text-align: center;
  position: absolute;
}

.breaker__content .breaker__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2px 0;
}

.breaker__content .breaker__caption {
  display: block;
  padding: 8px 10px;
  text-align: center;
  background: #3c3b3b;
}

.breaker__item[data-row="1"] .bar {
  width: 31.3%;
  left: 67.7%;
}

.breaker__item[data-row="2"] .bar {
  width: 20.9%;
  left: 57.2%;
}

.breaker__item[data-row="3"] .bar {
  width: 15.7%;
  left: 46.8%;
}

.breaker__item[data-row="4"] .bar {
  width: 15.7%;
  left: 36.3%;
}

.breaker__item[data-row="5"] .bar {
  width: 7.3%;
  left: 34.2%;
}

.breaker__item[data-row="6"] .bar {
  width: 5.2%;
  left: 31.1%;
}

.breaker__item[data-row="7"] .bar {
  width: 8.4%;
  left: 23.8%;
}

.breaker__item[data-row="8"] .bar {
  width: 5.2%;
  left: 21.7%;
}

.breaker__item[data-row="9"] .bar {
  width: 5.2%;
  left: 18.6%;
}

.breaker__item[data-row="10"] .bar {
  width: 5.2%;
  left: 16.6%;
}

.breaker__item[data-row="11"] .bar {
  width: 5.2%;
  left: 12.3%;
}

.breaker__item[data-row="12"] .bar {
  width: 4.7%;
  left: 9.7%;
}

.breaker__item[data-row="13"] .bar {
  width: 2.1%;
  left: 9.2%;
}

.breaker__item[data-row="14"] .bar {
  width: 3.7%;
  left: 7.6%;
}

.breaker__item[data-row="15"] .bar {
  width: 2.6%;
  left: 7.1%;
}

.breaker__item[data-row="16"] .bar {
  width: 2.3%;
  left: 5.8%;
}

.breaker__item[data-row="17"] .bar {
  width: 1.0%;
  left: 5.8%;
}

.concept__content .slick-arrow {
  background: transparent;
  border: 0;
  font-size: 1.5em;
  padding: 5px;
  opacity: 0.8;
  color: #ccc;
}

@media (max-width: 767px) {
  .concept__content .slick-arrow {
    color: #fff;
    background: #555555;
    top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .concept__content .slick-arrow {
    font-size: 2.5em;
  }
}

@media (min-width: 1024px) {
  .concept__content .slick-arrow {
    font-size: 4em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .concept__content {
    padding: 0 10px;
  }
  .concept__content .slick-prev {
    left: -25px;
  }
  .concept__content .slick-next {
    right: -25px;
  }
}

@media (min-width: 1024px) {
  .concept__content .slick-prev {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .concept__content .slick-next {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media (min-width: 1280px) {
  .concept__content {
    margin: 0 -40px;
  }
  .concept__content .slick-prev {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .concept__content .slick-next {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

.concept__item {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .concept__item {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .concept__item {
    width: 49%;
  }
}

@media (min-width: 1024px) {
  .concept__item {
    padding: 0 15px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }
}

.concept__image {
  width: 100%;
  position: relative;
}

.concept__image:before {
  content: '';
  padding-top: 56%;
  display: block;
}

.concept__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "object-fit:cover";
  object-fit: cover;
}

.concept__subtitle {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 10px;
}

.features.section {
  position: relative;
  padding: 30px 0;
}

.features__title {
  font-family: "Fjalla One", sans-serif;
  font-size: 1em;
}

.features__title .title,
.features__title .subtitle {
  display: block;
}

.features__title .title::after {
  display: none;
}

.features__title .subtitle {
  font-size: 1.375em;
  font-weight: 400;
}

.features__content {
  overflow: auto;
  margin: 0 -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
}

.features__wrapper {
  position: relative;
  min-width: 800px;
  padding: 80px 30px 20px;
  max-width: 100%;
}

.features__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "object-fit:cover";
  object-fit: cover;
}

.features__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.features__image {
  width: 300px;
  margin: 0 auto;
}

.feature__item {
  max-width: 200px;
  font-size: 0.875em;
  position: absolute;
}

@media (min-width: 1024px) {
  .feature__item {
    font-size: 0.75em;
  }
}

.feature__item[data-pos="1"] {
  max-width: 300px;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feature__item[data-pos="2"] {
  left: 50%;
  top: 90px;
  -webkit-transform: translateX(140px);
          transform: translateX(140px);
}

.feature__item[data-pos="3"] {
  left: 50%;
  top: 220px;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.feature__item[data-pos="4"] {
  left: 50%;
  top: 330px;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.feature__item[data-pos="5"] {
  left: 50%;
  top: 480px;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.feature__item[data-pos="6"] {
  right: 50%;
  bottom: 90px;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

.feature__item[data-pos="7"] {
  right: 50%;
  bottom: 250px;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.feature__item[data-pos="8"] {
  right: 50%;
  top: 230px;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.feature__item[data-pos="9"] {
  right: 50%;
  top: 90px;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}

.feature__title {
  color: #f58021;
  font-size: 1.125em;
}

.feature__title,
.feature__text {
  margin: 0;
}

.gallery__item {
  position: relative;
}

.gallery__item::after {
  content: '';
  display: block;
  padding-top: 56%;
}

.gallery__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "object-fit:cover";
  object-fit: cover;
}

.gallery__main {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .gallery__main {
    margin-bottom: 10px;
  }
}

.gallery__item {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.gallery__carousel {
  margin: 0 -5px;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
}

.gallery__carousel .slick-arrow {
  background: transparent;
  border: 0;
  font-size: 1.5em;
  padding: 5px;
  opacity: 0.8;
  color: #555555;
  background: #fff;
}

.gallery__carousel img {
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  left: 5px;
}

.videos__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.videos__image {
  position: relative;
}

.videos__image::after {
  content: '';
  padding-top: 56%;
  display: block;
  z-index: 2;
  background: #000;
  opacity: 0.1;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.videos__image:hover::after {
  opacity: 0.4;
}

.videos__image::before {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5em;
}

.videos__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  text-decoration: none;
}

.videos__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
}

@media (min-width: 1024px) {
  .videos__item {
    max-width: 33%;
    margin: 0 0.5% 0 0;
  }
  .videos__item:nth-child(3) {
    margin-right: 0;
  }
}

.videos__caption {
  display: block;
  margin: 10px 0;
  line-height: 1.2;
}

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

.form__group {
  position: relative;
  margin-top: 20px;
  border: 1px solid #ccc;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .form__group {
    -webkit-box-flex: 1;
        -ms-flex: 1 50%;
            flex: 1 50%;
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .form__group:nth-child(even) {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .form__group {
    -webkit-box-flex: 1;
        -ms-flex: 1 50%;
            flex: 1 50%;
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .form__group:nth-child(even) {
    margin-left: 20px;
  }
}

.form__group--full {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  max-width: 100%;
}

.form__group--full label {
  display: block;
}

.form__group label {
  z-index: 2;
  color: #bfbfbf;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  padding: 10px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .form__group label {
    padding: 10px 5px 10px 10px;
  }
}

.form__group input,
.form__group textarea {
  font-family: "Lato", sans-serif;
  border: 0;
  -webkit-appearance: none;
  line-height: 1.2;
  color: #bfbfbf;
  padding: 10px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .form__group input,
  .form__group textarea {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .form__group input,
  .form__group textarea {
    width: auto;
  }
}

.form__group input {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (min-width: 1024px) {
  .form__group input {
    padding: 10px 10px 10px 5px;
  }
}

.form__group textarea {
  min-height: 200px;
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .form__group textarea {
    min-height: 300px;
  }
}

.form .btn {
  margin-top: 15px;
  padding: 10px 20px;
}

.directors {
  padding-top: 50px;
}

.directors__title {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.directors__link {
  text-decoration: none;
  font-weight: bold;
}

.directors__link:hover {
  text-decoration: underline;
}

.directors__content {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .directors__content {
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }
  .directors__content:nth-child(1) {
    padding-right: 20px;
  }
  .directors__content:nth-child(2) {
    float: right;
    padding-left: 20px;
  }
}

.directors__content p {
  margin-top: 5px;
}

@media (min-width: 1024px) {
  .directors__image {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
}

.footer {
  background: #363636;
  border-top: 10px solid #f58021;
  padding: 30px 0 20px;
  color: #f6f6f6;
  font-size: 0.875em;
}

@media (min-width: 1024px) {
  .footer {
    font-size: 0.75em;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: 330px;
}

.footer__location {
  -webkit-box-flex: 1;
      -ms-flex: 1 40%;
          flex: 1 40%;
  text-align: right;
  color: #ccc;
}

@media (max-width: 767px) {
  .footer__location {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    text-align: left;
  }
}

.footer__location .location {
  text-align: left;
  margin-left: 20px;
  display: inline-block;
}

@media (max-width: 767px) {
  .footer__location .location {
    margin-left: 0;
  }
}

.footer__location .location__title {
  color: #f58021;
  font-size: 1.25em;
  margin: 16px 0 0;
}

.footer__location a {
  margin-left: 5px;
}

.footer__social {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  text-align: right;
  padding: 15px 0 20px;
}

.footer__social .social__link {
  padding: 5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #a85008;
  -webkit-transition: background 0.25s ease-in-out, -webkit-transform 0.25 ease-in-out;
  transition: background 0.25s ease-in-out, -webkit-transform 0.25 ease-in-out;
  transition: background 0.25s ease-in-out, transform 0.25 ease-in-out;
  transition: background 0.25s ease-in-out, transform 0.25 ease-in-out, -webkit-transform 0.25 ease-in-out;
  color: #fff;
  position: relative;
  margin-left: 10px;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875em;
}

.footer__social .social__link::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  -webkit-transition: -webkit-transform 0.25 ease-in-out;
  transition: -webkit-transform 0.25 ease-in-out;
  transition: transform 0.25 ease-in-out;
  transition: transform 0.25 ease-in-out, -webkit-transform 0.25 ease-in-out;
}

.footer__social .social__link:hover, .footer__social .social__link:focus {
  background: #f58021;
}

.footer__social .social__link:hover::after, .footer__social .social__link:focus::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer__bottom {
  padding-top: 20px;
  border-top: 1px solid #292929;
}

.footer__bottom img {
  width: 40px;
  margin-right: 10px;
}

.footer__bottom img,
.footer__bottom span {
  display: inline-block;
  vertical-align: middle;
}

.image--grey {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

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

img {
  max-width: 100%;
}

a {
  color: inherit;
}

body {
  font-family: "Lato", sans-serif;
  line-height: 1.4;
  color: #5d5d5d;
}

@media (min-width: 1024px) {
  body {
    font-size: 1.125em;
  }
}

.title {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-size: 2.5em;
  color: #141414;
}

@media (max-width: 767px) {
  .title {
    font-size: 1.75em;
  }
}

.title::after {
  content: '';
  display: block;
  width: 50px;
  height: 6px;
  background: #f58021;
  margin-top: 8px;
}

.subtitle {
  text-transform: uppercase;
  margin-top: 1em;
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .subtitle {
    font-size: 1.25em;
  }
}

.title:first-child,
.subtitle:first-child {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

.small {
  font-size: 0.875em;
  margin: 0.25em 0;
}

.float-right {
  float: right;
}

.t--grey {
  color: #555555 !important;
}

.t--orange {
  color: #f58021 !important;
}

.image-center {
  display: block;
  margin: auto;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  position: relative;
  padding: 0 30px;
}

.section {
  padding: 50px 0;
}

.section--white {
  background: #fff;
}

.section--grey {
  background: #555555;
  color: #f6f6f6;
}

.section--grey .title {
  color: #f6f6f6;
}

@media (max-width: 37.4375em) {
  .table-wrapper {
    /* Table rows have a gray bottom stroke by default */
  }
  .table-wrapper .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
  .table-wrapper .tablesaw-stack thead td,
  .table-wrapper .tablesaw-stack thead th {
    display: none;
  }
  .table-wrapper .tablesaw-stack tbody td,
  .table-wrapper .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }
  .table-wrapper .tablesaw-cell-label {
    vertical-align: top;
  }
  .table-wrapper .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }
  .table-wrapper .tablesaw-stack td:empty,
  .table-wrapper .tablesaw-stack th:empty {
    display: none;
  }
}

@media (min-width: 37.5em) {
  .table-wrapper {
    /* Show the table header rows */
    /* Hide the labels in each cell */
  }
  .table-wrapper .tablesaw-stack tr {
    display: table-row;
  }
  .table-wrapper .tablesaw-stack td,
  .table-wrapper .tablesaw-stack th,
  .table-wrapper .tablesaw-stack thead td,
  .table-wrapper .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  .table-wrapper .tablesaw-stack td .tablesaw-cell-label,
  .table-wrapper .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

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