/*! 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-regular;
  /* 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 {
  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 */
  -webkit-text-decoration: underline dotted;
          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-regular;
  /* 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 {
  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] {
  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;
}

/* bxslider
===================================*/
.slider {
  visibility: hidden;
}

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .bx-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
  overflow: visible !important;
}

/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  margin: 5px 5px;
  outline: 0;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  border: none;
  left: -39px;
  background: url("/assets/images/prev-dark.svg") no-repeat;
}
@media (max-width: 1024px) {
  .bx-wrapper .bx-prev {
    left: 12px;
  }
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  border: none;
  text-decoration: none;
}

.bx-wrapper .bx-next {
  border: none;
  right: -39px;
  background: url("/assets/images/next-dark.svg") no-repeat;
}
@media (max-width: 1024px) {
  .bx-wrapper .bx-next {
    right: 12px;
  }
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  border: none;
  text-decoration: none;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: black;
  display: block;
  font-size: 1em;
  padding: 10px;
  text-align: center;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0, 0);
}

[data-aos=fade-up] {
  transform: translate(0, 500px);
}

[data-aos=fade-down] {
  transform: translate(0, -500px);
}

[data-aos=fade-right] {
  transform: translate(-500px, 0);
}

[data-aos=fade-left] {
  transform: translate(500px, 0);
}

[data-aos=fade-up-right] {
  transform: translate(-500px, 500px);
}

[data-aos=fade-up-left] {
  transform: translate(500px, 500px);
}

[data-aos=fade-down-right] {
  transform: translate(-500px, -500px);
}

[data-aos=fade-down-left] {
  transform: translate(500px, -500px);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate(0, 500px) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate(0, -500px) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate(-500px, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate(500px, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate(0, 500px) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate(0, -500px) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate(-500px, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate(500px, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0, 0);
}

[data-aos=slide-up] {
  transform: translateY(100%);
}

[data-aos=slide-down] {
  transform: translateY(-100%);
}

[data-aos=slide-right] {
  transform: translateX(-100%);
}

[data-aos=slide-left] {
  transform: translateX(100%);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #969696;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #969696;
  border-bottom: 1px solid #969696;
}
a img {
  margin-bottom: -6px;
}

a.current {
  color: black;
  border-bottom: 1px solid black;
}
a:focus {
  text-decoration: none;
  border: none;
}

li.current a, p.current a {
  color: black;
  border-bottom: 1px solid black;
}

/**
 * Basic typography style for copy text
 */
input,
textarea,
select,
button, h1, h2, h3, h4, h5, h6, body {
  font-family: "ingra", sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.light {
  font-family: "ingra-2", sans-serif;
  font-style: normal;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #ffffff;
  color: black;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

h5 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

h6 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}

.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}

.medium {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  line-height: 1.3;
}

.big {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.125;
  line-height: 1.3;
}

.huge {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.0833333333;
  line-height: 1.3;
}
@media (max-width: 780px) {
  .huge {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.125;
  }
}
@media (max-width: 510px) {
  .huge {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1666666667;
  }
}

.gigantic {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.15;
  line-height: 1.3;
}

.upper {
  text-transform: uppercase;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  font-weight: bold;
}

ol,
ul {
  margin-top: 0;
  padding-left: 1.65rem;
}

li:not(:last-of-type) {
  margin-bottom: 1rem;
}

li ol,
li ul {
  margin-bottom: 0;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.u-hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-visible {
  display: block;
}

.u-invisible {
  display: none;
}

.u-visible-force {
  display: block !important;
  opacity: 1 !important;
}

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

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

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

@media (max-width: 780px) {
  .u-left-tiny {
    text-align: left !important;
  }
}

.u-margin-big {
  margin: 3rem 0;
}

.u-margin-top {
  margin-top: 1rem !important;
}

.u-margin-top-medium {
  margin-top: 2rem;
}

.u-margin-top-big {
  margin-top: 3rem;
}

.u-margin-bottom-half {
  margin-bottom: 0.5rem !important;
}

.u-margin-bottom {
  margin-bottom: 1rem !important;
}

.u-margin-bottom-big {
  margin-bottom: 2rem !important;
}

.u-margin-bottom-huge {
  margin-bottom: 6rem !important;
}

.u-padding-top {
  padding-top: 1rem;
}

.u-padding-left-double {
  padding-left: 2rem;
}

.u-padding-right-double {
  padding-right: 2rem;
}

.u-padding-top-double {
  padding-top: 2rem;
}

.u-padding-bottom-double {
  padding-bottom: 2rem;
}

.u-padding {
  padding: 1rem 0 !important;
}

.u-padding-big {
  padding: 2rem 0 !important;
}

.u-padding-huge {
  padding: 6rem 0 !important;
}

.u-padding-bottom {
  padding-bottom: 1rem !important;
}

.u-padding-bottom-big {
  padding-bottom: 3rem !important;
}

@media (max-width: 780px) {
  .u-padding-top-tiny-single {
    padding-top: 1rem !important;
  }
}

@media (max-width: 780px) {
  .u-padding-bottom-tiny-single {
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 780px) {
  .u-padding-top-tiny-none {
    padding-top: 0 !important;
  }
}

.u-no-padding {
  padding: 0 !important;
}

.u-no-bullets {
  list-style: none;
}

.u-no-underline,
.u-no-underline:hover {
  border: none;
  text-decoration: none;
}

.u-lower {
  text-transform: lowercase;
}

.u-upper {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.u-double-column {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 18px;
       column-gap: 18px;
  -moz-column-fill: balance;
       column-fill: balance;
}
.u-double-column p {
  border-bottom: solid transparent 2px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (max-width: 780px) {
  .u-double-column {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.u-overflow-visible {
  overflow: visible !important;
}

.height-changed .u-shift-down {
  transform: translateY(50%);
}
@media (max-width: 780px) {
  .height-changed .u-shift-down {
    transform: translateY(0);
    padding-top: 1rem;
  }
}

.height-changed .u-shift-down-half {
  transform: translateY(25%);
}

@media (max-width: 780px) {
  .u-hide-on-tiny {
    display: none;
  }
}

.u-show-on-tiny {
  display: none;
}
@media (max-width: 780px) {
  .u-show-on-tiny {
    display: block;
  }
}

img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.logo {
  border: none;
  display: block;
  text-decoration: none;
  z-index: 10;
  position: relative;
}
.logo--big {
  max-width: 240px;
  width: 100%;
}
.logo--small {
  width: 120px;
}
@media (max-width: 1620px) {
  .logo--small {
    width: 90px;
  }
}

.js-toggle {
  padding: 0;
}

#container {
  background: #ffffff;
  margin: 0 auto;
  padding: 1rem 0;
  max-width: 2560px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section {
  margin: 0 auto;
  padding: 2rem 0;
}
.section:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.inner {
  max-width: 2560px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 2rem;
  /* 3 */
  padding-right: 2rem;
  /* 3 */
}
.inner--narrow {
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  max-width: 1280px;
  /* 1 */
  width: 75%;
}
@media (max-width: 1024px) {
  .inner--narrow {
    max-width: initial;
    width: 100%;
  }
}
.inner--narrower {
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  max-width: 640px;
  /* 1 */
  width: 54%;
}
@media (max-width: 1024px) {
  .inner--narrower {
    max-width: initial;
    width: 100%;
  }
}

/* Usage:
  <div class="grid">
  <div class="col-3">
    ... stuff
    </div>
    <div class="col-9">
    ... more stuff
    </div>
  </div>
*/
.grid {
  text-align: left;
  position: relative;
  display: block;
  overflow: hidden;
}
.grid.align-center {
  text-align: center;
}
.grid.align-right {
  text-align: right;
}
.grid.align-left {
  text-align: left;
}
.grid--gutter {
  margin-left: -2rem;
  margin-right: -2rem;
}

[class*=col-] {
  letter-spacing: normal;
  display: inline-block;
  float: none;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: -4px;
}
[class*=col-].align-bottom {
  vertical-align: bottom;
}
[class*=col-].align-middle {
  vertical-align: middle;
}
[class*=col-].gutter {
  padding-left: 2rem;
  padding-right: 2rem;
}
[class*=col-].table-col {
  display: inline-table;
  vertical-align: initial;
}

.col-1 {
  width: 4.1666666667%;
}

.push-1 {
  margin-left: calc(4.1666666667% - 4px);
}

.pull-1 {
  margin-right: calc(4.1666666667% - 4px);
}

.col-2 {
  width: 8.3333333333%;
}

.push-2 {
  margin-left: calc(8.3333333333% - 4px);
}

.pull-2 {
  margin-right: calc(8.3333333333% - 4px);
}

.col-3 {
  width: 12.5%;
}

.push-3 {
  margin-left: calc(12.5% - 4px);
}

.pull-3 {
  margin-right: calc(12.5% - 4px);
}

.col-4 {
  width: 16.6666666667%;
}

.push-4 {
  margin-left: calc(16.6666666667% - 4px);
}

.pull-4 {
  margin-right: calc(16.6666666667% - 4px);
}

.col-5 {
  width: 20.8333333333%;
}

.push-5 {
  margin-left: calc(20.8333333333% - 4px);
}

.pull-5 {
  margin-right: calc(20.8333333333% - 4px);
}

.col-6 {
  width: 25%;
}

.push-6 {
  margin-left: calc(25% - 4px);
}

.pull-6 {
  margin-right: calc(25% - 4px);
}

.col-7 {
  width: 29.1666666667%;
}

.push-7 {
  margin-left: calc(29.1666666667% - 4px);
}

.pull-7 {
  margin-right: calc(29.1666666667% - 4px);
}

.col-8 {
  width: 33.3333333333%;
}

.push-8 {
  margin-left: calc(33.3333333333% - 4px);
}

.pull-8 {
  margin-right: calc(33.3333333333% - 4px);
}

.col-9 {
  width: 37.5%;
}

.push-9 {
  margin-left: calc(37.5% - 4px);
}

.pull-9 {
  margin-right: calc(37.5% - 4px);
}

.col-10 {
  width: 41.6666666667%;
}

.push-10 {
  margin-left: calc(41.6666666667% - 4px);
}

.pull-10 {
  margin-right: calc(41.6666666667% - 4px);
}

.col-11 {
  width: 45.8333333333%;
}

.push-11 {
  margin-left: calc(45.8333333333% - 4px);
}

.pull-11 {
  margin-right: calc(45.8333333333% - 4px);
}

.col-12 {
  width: 50%;
}

.push-12 {
  margin-left: calc(50% - 4px);
}

.pull-12 {
  margin-right: calc(50% - 4px);
}

.col-13 {
  width: 54.1666666667%;
}

.push-13 {
  margin-left: calc(54.1666666667% - 4px);
}

.pull-13 {
  margin-right: calc(54.1666666667% - 4px);
}

.col-14 {
  width: 58.3333333333%;
}

.push-14 {
  margin-left: calc(58.3333333333% - 4px);
}

.pull-14 {
  margin-right: calc(58.3333333333% - 4px);
}

.col-15 {
  width: 62.5%;
}

.push-15 {
  margin-left: calc(62.5% - 4px);
}

.pull-15 {
  margin-right: calc(62.5% - 4px);
}

.col-16 {
  width: 66.6666666667%;
}

.push-16 {
  margin-left: calc(66.6666666667% - 4px);
}

.pull-16 {
  margin-right: calc(66.6666666667% - 4px);
}

.col-17 {
  width: 70.8333333333%;
}

.push-17 {
  margin-left: calc(70.8333333333% - 4px);
}

.pull-17 {
  margin-right: calc(70.8333333333% - 4px);
}

.col-18 {
  width: 75%;
}

.push-18 {
  margin-left: calc(75% - 4px);
}

.pull-18 {
  margin-right: calc(75% - 4px);
}

.col-19 {
  width: 79.1666666667%;
}

.push-19 {
  margin-left: calc(79.1666666667% - 4px);
}

.pull-19 {
  margin-right: calc(79.1666666667% - 4px);
}

.col-20 {
  width: 83.3333333333%;
}

.push-20 {
  margin-left: calc(83.3333333333% - 4px);
}

.pull-20 {
  margin-right: calc(83.3333333333% - 4px);
}

.col-21 {
  width: 87.5%;
}

.push-21 {
  margin-left: calc(87.5% - 4px);
}

.pull-21 {
  margin-right: calc(87.5% - 4px);
}

.col-22 {
  width: 91.6666666667%;
}

.push-22 {
  margin-left: calc(91.6666666667% - 4px);
}

.pull-22 {
  margin-right: calc(91.6666666667% - 4px);
}

.col-23 {
  width: 95.8333333333%;
}

.push-23 {
  margin-left: calc(95.8333333333% - 4px);
}

.pull-23 {
  margin-right: calc(95.8333333333% - 4px);
}

.col-24 {
  width: 100%;
}

.push-24 {
  margin-left: calc(100% - 4px);
}

.pull-24 {
  margin-right: calc(100% - 4px);
}

@media (max-width: 1620px) {
  .medium-col-1 {
    width: 4.1666666667%;
  }

  .medium-col-2 {
    width: 8.3333333333%;
  }

  .medium-col-3 {
    width: 12.5%;
  }

  .medium-col-4 {
    width: 16.6666666667%;
  }

  .medium-col-5 {
    width: 20.8333333333%;
  }

  .medium-col-6 {
    width: 25%;
  }

  .medium-col-7 {
    width: 29.1666666667%;
  }

  .medium-col-8 {
    width: 33.3333333333%;
  }

  .medium-col-9 {
    width: 37.5%;
  }

  .medium-col-10 {
    width: 41.6666666667%;
  }

  .medium-col-11 {
    width: 45.8333333333%;
  }

  .medium-col-12 {
    width: 50%;
  }

  .medium-col-13 {
    width: 54.1666666667%;
  }

  .medium-col-14 {
    width: 58.3333333333%;
  }

  .medium-col-15 {
    width: 62.5%;
  }

  .medium-col-16 {
    width: 66.6666666667%;
  }

  .medium-col-17 {
    width: 70.8333333333%;
  }

  .medium-col-18 {
    width: 75%;
  }

  .medium-col-19 {
    width: 79.1666666667%;
  }

  .medium-col-20 {
    width: 83.3333333333%;
  }

  .medium-col-21 {
    width: 87.5%;
  }

  .medium-col-22 {
    width: 91.6666666667%;
  }

  .medium-col-23 {
    width: 95.8333333333%;
  }

  .medium-col-24 {
    width: 100%;
  }

  .medium-push-0 {
    margin-left: 0%;
  }

  .medium-pull-0 {
    margin-right: 0%;
  }

  .medium-push-1 {
    margin-left: 4.1666666667%;
  }

  .medium-pull-1 {
    margin-right: 4.1666666667%;
  }

  .medium-push-2 {
    margin-left: 8.3333333333%;
  }

  .medium-pull-2 {
    margin-right: 8.3333333333%;
  }

  .medium-push-3 {
    margin-left: 12.5%;
  }

  .medium-pull-3 {
    margin-right: 12.5%;
  }

  .medium-push-4 {
    margin-left: 16.6666666667%;
  }

  .medium-pull-4 {
    margin-right: 16.6666666667%;
  }

  .medium-push-5 {
    margin-left: 20.8333333333%;
  }

  .medium-pull-5 {
    margin-right: 20.8333333333%;
  }

  .medium-push-6 {
    margin-left: 25%;
  }

  .medium-pull-6 {
    margin-right: 25%;
  }

  .medium-push-7 {
    margin-left: 29.1666666667%;
  }

  .medium-pull-7 {
    margin-right: 29.1666666667%;
  }

  .medium-push-8 {
    margin-left: 33.3333333333%;
  }

  .medium-pull-8 {
    margin-right: 33.3333333333%;
  }

  .medium-push-9 {
    margin-left: 37.5%;
  }

  .medium-pull-9 {
    margin-right: 37.5%;
  }

  .medium-push-10 {
    margin-left: 41.6666666667%;
  }

  .medium-pull-10 {
    margin-right: 41.6666666667%;
  }

  .medium-push-11 {
    margin-left: 45.8333333333%;
  }

  .medium-pull-11 {
    margin-right: 45.8333333333%;
  }

  .medium-push-12 {
    margin-left: 50%;
  }

  .medium-pull-12 {
    margin-right: 50%;
  }

  .medium-push-13 {
    margin-left: 54.1666666667%;
  }

  .medium-pull-13 {
    margin-right: 54.1666666667%;
  }

  .medium-push-14 {
    margin-left: 58.3333333333%;
  }

  .medium-pull-14 {
    margin-right: 58.3333333333%;
  }

  .medium-push-15 {
    margin-left: 62.5%;
  }

  .medium-pull-15 {
    margin-right: 62.5%;
  }

  .medium-push-16 {
    margin-left: 66.6666666667%;
  }

  .medium-pull-16 {
    margin-right: 66.6666666667%;
  }

  .medium-push-17 {
    margin-left: 70.8333333333%;
  }

  .medium-pull-17 {
    margin-right: 70.8333333333%;
  }

  .medium-push-18 {
    margin-left: 75%;
  }

  .medium-pull-18 {
    margin-right: 75%;
  }

  .medium-push-19 {
    margin-left: 79.1666666667%;
  }

  .medium-pull-19 {
    margin-right: 79.1666666667%;
  }

  .medium-push-20 {
    margin-left: 83.3333333333%;
  }

  .medium-pull-20 {
    margin-right: 83.3333333333%;
  }

  .medium-push-21 {
    margin-left: 87.5%;
  }

  .medium-pull-21 {
    margin-right: 87.5%;
  }

  .medium-push-22 {
    margin-left: 91.6666666667%;
  }

  .medium-pull-22 {
    margin-right: 91.6666666667%;
  }

  .medium-push-23 {
    margin-left: 95.8333333333%;
  }

  .medium-pull-23 {
    margin-right: 95.8333333333%;
  }

  .medium-push-24 {
    margin-left: 100%;
  }

  .medium-pull-24 {
    margin-right: 100%;
  }
}
@media (max-width: 1200px) {
  .medium-small-col-1 {
    width: 4.1666666667%;
  }

  .medium-small-col-2 {
    width: 8.3333333333%;
  }

  .medium-small-col-3 {
    width: 12.5%;
  }

  .medium-small-col-4 {
    width: 16.6666666667%;
  }

  .medium-small-col-5 {
    width: 20.8333333333%;
  }

  .medium-small-col-6 {
    width: 25%;
  }

  .medium-small-col-7 {
    width: 29.1666666667%;
  }

  .medium-small-col-8 {
    width: 33.3333333333%;
  }

  .medium-small-col-9 {
    width: 37.5%;
  }

  .medium-small-col-10 {
    width: 41.6666666667%;
  }

  .medium-small-col-11 {
    width: 45.8333333333%;
  }

  .medium-small-col-12 {
    width: 50%;
  }

  .medium-small-col-13 {
    width: 54.1666666667%;
  }

  .medium-small-col-14 {
    width: 58.3333333333%;
  }

  .medium-small-col-15 {
    width: 62.5%;
  }

  .medium-small-col-16 {
    width: 66.6666666667%;
  }

  .medium-small-col-17 {
    width: 70.8333333333%;
  }

  .medium-small-col-18 {
    width: 75%;
  }

  .medium-small-col-19 {
    width: 79.1666666667%;
  }

  .medium-small-col-20 {
    width: 83.3333333333%;
  }

  .medium-small-col-21 {
    width: 87.5%;
  }

  .medium-small-col-22 {
    width: 91.6666666667%;
  }

  .medium-small-col-23 {
    width: 95.8333333333%;
  }

  .medium-small-col-24 {
    width: 100%;
  }

  .medium-small-push-0 {
    margin-left: 0%;
  }

  .medium-small-pull-0 {
    margin-right: 0%;
  }

  .medium-small-push-1 {
    margin-left: 4.1666666667%;
  }

  .medium-small-pull-1 {
    margin-right: 4.1666666667%;
  }

  .medium-small-push-2 {
    margin-left: 8.3333333333%;
  }

  .medium-small-pull-2 {
    margin-right: 8.3333333333%;
  }

  .medium-small-push-3 {
    margin-left: 12.5%;
  }

  .medium-small-pull-3 {
    margin-right: 12.5%;
  }

  .medium-small-push-4 {
    margin-left: 16.6666666667%;
  }

  .medium-small-pull-4 {
    margin-right: 16.6666666667%;
  }

  .medium-small-push-5 {
    margin-left: 20.8333333333%;
  }

  .medium-small-pull-5 {
    margin-right: 20.8333333333%;
  }

  .medium-small-push-6 {
    margin-left: 25%;
  }

  .medium-small-pull-6 {
    margin-right: 25%;
  }

  .medium-small-push-7 {
    margin-left: 29.1666666667%;
  }

  .medium-small-pull-7 {
    margin-right: 29.1666666667%;
  }

  .medium-small-push-8 {
    margin-left: 33.3333333333%;
  }

  .medium-small-pull-8 {
    margin-right: 33.3333333333%;
  }

  .medium-small-push-9 {
    margin-left: 37.5%;
  }

  .medium-small-pull-9 {
    margin-right: 37.5%;
  }

  .medium-small-push-10 {
    margin-left: 41.6666666667%;
  }

  .medium-small-pull-10 {
    margin-right: 41.6666666667%;
  }

  .medium-small-push-11 {
    margin-left: 45.8333333333%;
  }

  .medium-small-pull-11 {
    margin-right: 45.8333333333%;
  }

  .medium-small-push-12 {
    margin-left: 50%;
  }

  .medium-small-pull-12 {
    margin-right: 50%;
  }

  .medium-small-push-13 {
    margin-left: 54.1666666667%;
  }

  .medium-small-pull-13 {
    margin-right: 54.1666666667%;
  }

  .medium-small-push-14 {
    margin-left: 58.3333333333%;
  }

  .medium-small-pull-14 {
    margin-right: 58.3333333333%;
  }

  .medium-small-push-15 {
    margin-left: 62.5%;
  }

  .medium-small-pull-15 {
    margin-right: 62.5%;
  }

  .medium-small-push-16 {
    margin-left: 66.6666666667%;
  }

  .medium-small-pull-16 {
    margin-right: 66.6666666667%;
  }

  .medium-small-push-17 {
    margin-left: 70.8333333333%;
  }

  .medium-small-pull-17 {
    margin-right: 70.8333333333%;
  }

  .medium-small-push-18 {
    margin-left: 75%;
  }

  .medium-small-pull-18 {
    margin-right: 75%;
  }

  .medium-small-push-19 {
    margin-left: 79.1666666667%;
  }

  .medium-small-pull-19 {
    margin-right: 79.1666666667%;
  }

  .medium-small-push-20 {
    margin-left: 83.3333333333%;
  }

  .medium-small-pull-20 {
    margin-right: 83.3333333333%;
  }

  .medium-small-push-21 {
    margin-left: 87.5%;
  }

  .medium-small-pull-21 {
    margin-right: 87.5%;
  }

  .medium-small-push-22 {
    margin-left: 91.6666666667%;
  }

  .medium-small-pull-22 {
    margin-right: 91.6666666667%;
  }

  .medium-small-push-23 {
    margin-left: 95.8333333333%;
  }

  .medium-small-pull-23 {
    margin-right: 95.8333333333%;
  }

  .medium-small-push-24 {
    margin-left: 100%;
  }

  .medium-small-pull-24 {
    margin-right: 100%;
  }
}
@media (max-width: 1024px) {
  .small-col-1 {
    width: 4.1666666667%;
  }

  .small-col-2 {
    width: 8.3333333333%;
  }

  .small-col-3 {
    width: 12.5%;
  }

  .small-col-4 {
    width: 16.6666666667%;
  }

  .small-col-5 {
    width: 20.8333333333%;
  }

  .small-col-6 {
    width: 25%;
  }

  .small-col-7 {
    width: 29.1666666667%;
  }

  .small-col-8 {
    width: 33.3333333333%;
  }

  .small-col-9 {
    width: 37.5%;
  }

  .small-col-10 {
    width: 41.6666666667%;
  }

  .small-col-11 {
    width: 45.8333333333%;
  }

  .small-col-12 {
    width: 50%;
  }

  .small-col-13 {
    width: 54.1666666667%;
  }

  .small-col-14 {
    width: 58.3333333333%;
  }

  .small-col-15 {
    width: 62.5%;
  }

  .small-col-16 {
    width: 66.6666666667%;
  }

  .small-col-17 {
    width: 70.8333333333%;
  }

  .small-col-18 {
    width: 75%;
  }

  .small-col-19 {
    width: 79.1666666667%;
  }

  .small-col-20 {
    width: 83.3333333333%;
  }

  .small-col-21 {
    width: 87.5%;
  }

  .small-col-22 {
    width: 91.6666666667%;
  }

  .small-col-23 {
    width: 95.8333333333%;
  }

  .small-col-24 {
    width: 100%;
  }

  .small-push-0 {
    margin-left: 0%;
  }

  .small-pull-0 {
    margin-right: 0%;
  }

  .small-push-1 {
    margin-left: 4.1666666667%;
  }

  .small-pull-1 {
    margin-right: 4.1666666667%;
  }

  .small-push-2 {
    margin-left: 8.3333333333%;
  }

  .small-pull-2 {
    margin-right: 8.3333333333%;
  }

  .small-push-3 {
    margin-left: 12.5%;
  }

  .small-pull-3 {
    margin-right: 12.5%;
  }

  .small-push-4 {
    margin-left: 16.6666666667%;
  }

  .small-pull-4 {
    margin-right: 16.6666666667%;
  }

  .small-push-5 {
    margin-left: 20.8333333333%;
  }

  .small-pull-5 {
    margin-right: 20.8333333333%;
  }

  .small-push-6 {
    margin-left: 25%;
  }

  .small-pull-6 {
    margin-right: 25%;
  }

  .small-push-7 {
    margin-left: 29.1666666667%;
  }

  .small-pull-7 {
    margin-right: 29.1666666667%;
  }

  .small-push-8 {
    margin-left: 33.3333333333%;
  }

  .small-pull-8 {
    margin-right: 33.3333333333%;
  }

  .small-push-9 {
    margin-left: 37.5%;
  }

  .small-pull-9 {
    margin-right: 37.5%;
  }

  .small-push-10 {
    margin-left: 41.6666666667%;
  }

  .small-pull-10 {
    margin-right: 41.6666666667%;
  }

  .small-push-11 {
    margin-left: 45.8333333333%;
  }

  .small-pull-11 {
    margin-right: 45.8333333333%;
  }

  .small-push-12 {
    margin-left: 50%;
  }

  .small-pull-12 {
    margin-right: 50%;
  }

  .small-push-13 {
    margin-left: 54.1666666667%;
  }

  .small-pull-13 {
    margin-right: 54.1666666667%;
  }

  .small-push-14 {
    margin-left: 58.3333333333%;
  }

  .small-pull-14 {
    margin-right: 58.3333333333%;
  }

  .small-push-15 {
    margin-left: 62.5%;
  }

  .small-pull-15 {
    margin-right: 62.5%;
  }

  .small-push-16 {
    margin-left: 66.6666666667%;
  }

  .small-pull-16 {
    margin-right: 66.6666666667%;
  }

  .small-push-17 {
    margin-left: 70.8333333333%;
  }

  .small-pull-17 {
    margin-right: 70.8333333333%;
  }

  .small-push-18 {
    margin-left: 75%;
  }

  .small-pull-18 {
    margin-right: 75%;
  }

  .small-push-19 {
    margin-left: 79.1666666667%;
  }

  .small-pull-19 {
    margin-right: 79.1666666667%;
  }

  .small-push-20 {
    margin-left: 83.3333333333%;
  }

  .small-pull-20 {
    margin-right: 83.3333333333%;
  }

  .small-push-21 {
    margin-left: 87.5%;
  }

  .small-pull-21 {
    margin-right: 87.5%;
  }

  .small-push-22 {
    margin-left: 91.6666666667%;
  }

  .small-pull-22 {
    margin-right: 91.6666666667%;
  }

  .small-push-23 {
    margin-left: 95.8333333333%;
  }

  .small-pull-23 {
    margin-right: 95.8333333333%;
  }

  .small-push-24 {
    margin-left: 100%;
  }

  .small-pull-24 {
    margin-right: 100%;
  }
}
@media (max-width: 780px) {
  .tiny-col-1 {
    width: 4.1666666667%;
  }
  .tiny-col-1:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-2 {
    width: 8.3333333333%;
  }
  .tiny-col-2:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-3 {
    width: 12.5%;
  }
  .tiny-col-3:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-4 {
    width: 16.6666666667%;
  }
  .tiny-col-4:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-5 {
    width: 20.8333333333%;
  }
  .tiny-col-5:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-6 {
    width: 25%;
  }
  .tiny-col-6:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-7 {
    width: 29.1666666667%;
  }
  .tiny-col-7:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-8 {
    width: 33.3333333333%;
  }
  .tiny-col-8:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-9 {
    width: 37.5%;
  }
  .tiny-col-9:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-10 {
    width: 41.6666666667%;
  }
  .tiny-col-10:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-11 {
    width: 45.8333333333%;
  }
  .tiny-col-11:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-12 {
    width: 50%;
  }
  .tiny-col-12:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-13 {
    width: 54.1666666667%;
  }
  .tiny-col-13:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-14 {
    width: 58.3333333333%;
  }
  .tiny-col-14:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-15 {
    width: 62.5%;
  }
  .tiny-col-15:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-16 {
    width: 66.6666666667%;
  }
  .tiny-col-16:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-17 {
    width: 70.8333333333%;
  }
  .tiny-col-17:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-18 {
    width: 75%;
  }
  .tiny-col-18:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-19 {
    width: 79.1666666667%;
  }
  .tiny-col-19:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-20 {
    width: 83.3333333333%;
  }
  .tiny-col-20:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-21 {
    width: 87.5%;
  }
  .tiny-col-21:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-22 {
    width: 91.6666666667%;
  }
  .tiny-col-22:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-23 {
    width: 95.8333333333%;
  }
  .tiny-col-23:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-col-24 {
    width: 100%;
  }
  .tiny-col-24:not(:last-child) {
    padding-bottom: 2rem;
  }

  .tiny-push-0 {
    margin-left: 0%;
  }

  .tiny-pull-0 {
    margin-right: 0%;
  }

  .tiny-push-1 {
    margin-left: 4.1666666667%;
  }

  .tiny-pull-1 {
    margin-right: 4.1666666667%;
  }

  .tiny-push-2 {
    margin-left: 8.3333333333%;
  }

  .tiny-pull-2 {
    margin-right: 8.3333333333%;
  }

  .tiny-push-3 {
    margin-left: 12.5%;
  }

  .tiny-pull-3 {
    margin-right: 12.5%;
  }

  .tiny-push-4 {
    margin-left: 16.6666666667%;
  }

  .tiny-pull-4 {
    margin-right: 16.6666666667%;
  }

  .tiny-push-5 {
    margin-left: 20.8333333333%;
  }

  .tiny-pull-5 {
    margin-right: 20.8333333333%;
  }

  .tiny-push-6 {
    margin-left: 25%;
  }

  .tiny-pull-6 {
    margin-right: 25%;
  }

  .tiny-push-7 {
    margin-left: 29.1666666667%;
  }

  .tiny-pull-7 {
    margin-right: 29.1666666667%;
  }

  .tiny-push-8 {
    margin-left: 33.3333333333%;
  }

  .tiny-pull-8 {
    margin-right: 33.3333333333%;
  }

  .tiny-push-9 {
    margin-left: 37.5%;
  }

  .tiny-pull-9 {
    margin-right: 37.5%;
  }

  .tiny-push-10 {
    margin-left: 41.6666666667%;
  }

  .tiny-pull-10 {
    margin-right: 41.6666666667%;
  }

  .tiny-push-11 {
    margin-left: 45.8333333333%;
  }

  .tiny-pull-11 {
    margin-right: 45.8333333333%;
  }

  .tiny-push-12 {
    margin-left: 50%;
  }

  .tiny-pull-12 {
    margin-right: 50%;
  }

  .tiny-push-13 {
    margin-left: 54.1666666667%;
  }

  .tiny-pull-13 {
    margin-right: 54.1666666667%;
  }

  .tiny-push-14 {
    margin-left: 58.3333333333%;
  }

  .tiny-pull-14 {
    margin-right: 58.3333333333%;
  }

  .tiny-push-15 {
    margin-left: 62.5%;
  }

  .tiny-pull-15 {
    margin-right: 62.5%;
  }

  .tiny-push-16 {
    margin-left: 66.6666666667%;
  }

  .tiny-pull-16 {
    margin-right: 66.6666666667%;
  }

  .tiny-push-17 {
    margin-left: 70.8333333333%;
  }

  .tiny-pull-17 {
    margin-right: 70.8333333333%;
  }

  .tiny-push-18 {
    margin-left: 75%;
  }

  .tiny-pull-18 {
    margin-right: 75%;
  }

  .tiny-push-19 {
    margin-left: 79.1666666667%;
  }

  .tiny-pull-19 {
    margin-right: 79.1666666667%;
  }

  .tiny-push-20 {
    margin-left: 83.3333333333%;
  }

  .tiny-pull-20 {
    margin-right: 83.3333333333%;
  }

  .tiny-push-21 {
    margin-left: 87.5%;
  }

  .tiny-pull-21 {
    margin-right: 87.5%;
  }

  .tiny-push-22 {
    margin-left: 91.6666666667%;
  }

  .tiny-pull-22 {
    margin-right: 91.6666666667%;
  }

  .tiny-push-23 {
    margin-left: 95.8333333333%;
  }

  .tiny-pull-23 {
    margin-right: 95.8333333333%;
  }

  .tiny-push-24 {
    margin-left: 100%;
  }

  .tiny-pull-24 {
    margin-right: 100%;
  }
}
@media (max-width: 510px) {
  .mob-col-1 {
    width: 4.1666666667%;
  }

  .mob-col-2 {
    width: 8.3333333333%;
  }

  .mob-col-3 {
    width: 12.5%;
  }

  .mob-col-4 {
    width: 16.6666666667%;
  }

  .mob-col-5 {
    width: 20.8333333333%;
  }

  .mob-col-6 {
    width: 25%;
  }

  .mob-col-7 {
    width: 29.1666666667%;
  }

  .mob-col-8 {
    width: 33.3333333333%;
  }

  .mob-col-9 {
    width: 37.5%;
  }

  .mob-col-10 {
    width: 41.6666666667%;
  }

  .mob-col-11 {
    width: 45.8333333333%;
  }

  .mob-col-12 {
    width: 50%;
  }

  .mob-col-13 {
    width: 54.1666666667%;
  }

  .mob-col-14 {
    width: 58.3333333333%;
  }

  .mob-col-15 {
    width: 62.5%;
  }

  .mob-col-16 {
    width: 66.6666666667%;
  }

  .mob-col-17 {
    width: 70.8333333333%;
  }

  .mob-col-18 {
    width: 75%;
  }

  .mob-col-19 {
    width: 79.1666666667%;
  }

  .mob-col-20 {
    width: 83.3333333333%;
  }

  .mob-col-21 {
    width: 87.5%;
  }

  .mob-col-22 {
    width: 91.6666666667%;
  }

  .mob-col-23 {
    width: 95.8333333333%;
  }

  .mob-col-24 {
    width: 100%;
  }

  .mob-push-0 {
    margin-left: 0%;
  }

  .mob-pull-0 {
    margin-right: 0%;
  }

  .mob-push-1 {
    margin-left: 4.1666666667%;
  }

  .mob-pull-1 {
    margin-right: 4.1666666667%;
  }

  .mob-push-2 {
    margin-left: 8.3333333333%;
  }

  .mob-pull-2 {
    margin-right: 8.3333333333%;
  }

  .mob-push-3 {
    margin-left: 12.5%;
  }

  .mob-pull-3 {
    margin-right: 12.5%;
  }

  .mob-push-4 {
    margin-left: 16.6666666667%;
  }

  .mob-pull-4 {
    margin-right: 16.6666666667%;
  }

  .mob-push-5 {
    margin-left: 20.8333333333%;
  }

  .mob-pull-5 {
    margin-right: 20.8333333333%;
  }

  .mob-push-6 {
    margin-left: 25%;
  }

  .mob-pull-6 {
    margin-right: 25%;
  }

  .mob-push-7 {
    margin-left: 29.1666666667%;
  }

  .mob-pull-7 {
    margin-right: 29.1666666667%;
  }

  .mob-push-8 {
    margin-left: 33.3333333333%;
  }

  .mob-pull-8 {
    margin-right: 33.3333333333%;
  }

  .mob-push-9 {
    margin-left: 37.5%;
  }

  .mob-pull-9 {
    margin-right: 37.5%;
  }

  .mob-push-10 {
    margin-left: 41.6666666667%;
  }

  .mob-pull-10 {
    margin-right: 41.6666666667%;
  }

  .mob-push-11 {
    margin-left: 45.8333333333%;
  }

  .mob-pull-11 {
    margin-right: 45.8333333333%;
  }

  .mob-push-12 {
    margin-left: 50%;
  }

  .mob-pull-12 {
    margin-right: 50%;
  }

  .mob-push-13 {
    margin-left: 54.1666666667%;
  }

  .mob-pull-13 {
    margin-right: 54.1666666667%;
  }

  .mob-push-14 {
    margin-left: 58.3333333333%;
  }

  .mob-pull-14 {
    margin-right: 58.3333333333%;
  }

  .mob-push-15 {
    margin-left: 62.5%;
  }

  .mob-pull-15 {
    margin-right: 62.5%;
  }

  .mob-push-16 {
    margin-left: 66.6666666667%;
  }

  .mob-pull-16 {
    margin-right: 66.6666666667%;
  }

  .mob-push-17 {
    margin-left: 70.8333333333%;
  }

  .mob-pull-17 {
    margin-right: 70.8333333333%;
  }

  .mob-push-18 {
    margin-left: 75%;
  }

  .mob-pull-18 {
    margin-right: 75%;
  }

  .mob-push-19 {
    margin-left: 79.1666666667%;
  }

  .mob-pull-19 {
    margin-right: 79.1666666667%;
  }

  .mob-push-20 {
    margin-left: 83.3333333333%;
  }

  .mob-pull-20 {
    margin-right: 83.3333333333%;
  }

  .mob-push-21 {
    margin-left: 87.5%;
  }

  .mob-pull-21 {
    margin-right: 87.5%;
  }

  .mob-push-22 {
    margin-left: 91.6666666667%;
  }

  .mob-pull-22 {
    margin-right: 91.6666666667%;
  }

  .mob-push-23 {
    margin-left: 95.8333333333%;
  }

  .mob-pull-23 {
    margin-right: 95.8333333333%;
  }

  .mob-push-24 {
    margin-left: 100%;
  }

  .mob-pull-24 {
    margin-right: 100%;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 780px) {
  #header {
    background-color: white;
  }
}

.footer {
  padding: 1rem 0;
}

.lead-text {
  margin-top: 4rem;
}

.content {
  padding-top: 106px;
}
.content__text--nav {
  margin-bottom: 2rem;
}
.content__text--nav .toggle {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0;
  padding-left: 0;
  max-width: 906px;
  text-transform: uppercase;
}
.content__text--nav ul {
  margin: 0;
  padding: 0;
}
.content__text--nav li {
  list-style: none;
  text-transform: uppercase;
}
.content__text--nav li.current a {
  border: none;
}
.content__text--nav .hide {
  margin-top: 1rem;
}

.nav .nav-slider {
  display: block;
}
@media (max-width: 780px) {
  .nav .nav-slider {
    background: white;
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 0;
    width: 100vw;
    transform: translateX(-75%);
    opacity: 0;
    transition: 0.5s opacity, 0.5s height;
  }
  .nav .nav-slider.expand {
    opacity: 1;
    height: 100vh;
    z-index: 30;
  }
}
.nav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
@media (max-width: 780px) {
  .nav ul {
    display: block;
  }
}
.nav li {
  display: inline-block;
  margin: 0;
}
@media (max-width: 780px) {
  .nav li {
    display: block;
    padding: 0.3333333333rem 0;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.1428571429;
  }
}
.nav li:not(:last-of-type) {
  margin-right: 1.5rem;
}
.nav li a {
  border: none;
  color: black;
}
.nav li a:before {
  content: "";
  margin-right: 6px;
  display: inline-block;
}
.nav li a:hover {
  border: none;
  color: black;
}
.nav li a:hover:before {
  content: url(../images/triangle.svg);
  margin-right: 3px;
}
.nav li.current a {
  border: none;
}
.nav li.current a:before {
  content: url(../images/triangle.svg);
  margin-right: 3px;
}
@media (max-width: 780px) {
  .nav--sub li, .nav--type li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1875;
  }
}
.nav--sub, .nav--index:last-of-type {
  margin: 0 0 6rem 0;
}
@media (max-width: 780px) {
  .nav--sub, .nav--index:last-of-type {
    margin: 0 0 2rem 0;
  }
}
.nav--social ul {
  padding: 0 0 1rem 0;
}
.nav--social ul li {
  margin-right: 0 !important;
}
.nav--social ul li a:hover:before {
  content: "";
  margin-right: 6px;
}
.nav--lang {
  padding-left: 6rem !important;
}
@media (max-width: 780px) {
  .nav--lang {
    padding-left: 0 !important;
  }
}
.nav--lang li {
  text-transform: capitalize;
  margin-right: 0 !important;
  display: inline-block;
}
.nav--lang li:not(:last-of-type):after {
  content: " /";
}
@media (max-width: 780px) {
  .nav--lang li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.125;
  }
}
.nav--index ul {
  padding: 0.25rem 0;
}
.nav-btn {
  margin-top: 0;
  height: 30px;
  width: 27px;
  position: absolute;
  right: 2rem;
  top: 2rem;
  display: none;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 780px) {
  .nav-btn {
    display: block;
    top: 1.5rem;
  }
}
.nav-btn img {
  margin: 7px 0;
}
.nav-btn #nav-icon {
  width: 27px;
  height: 30px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 33;
}
.nav-btn #nav-icon span {
  background: #000000;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav-btn #nav-icon span:nth-child(1) {
  top: 0px;
}
.nav-btn #nav-icon span:nth-child(2), .nav-btn #nav-icon span:nth-child(3) {
  top: 6px;
}
.nav-btn #nav-icon span:nth-child(4) {
  top: 12px;
}
.nav-btn #nav-icon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.nav-btn #nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.nav-btn #nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav-btn #nav-icon.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.imagegrid__item {
  overflow: auto;
}
.imagegrid__image {
  overflow: hidden;
}
.imagegrid__image--right {
  float: right;
  width: calc(50% - 1rem);
}
@media (max-width: 780px) {
  .imagegrid__image--right {
    padding-left: 2rem;
    padding-right: 2rem;
    float: none;
    width: 100%;
  }
}
.imagegrid__image--left {
  float: left;
  width: calc(50% - 1rem);
}
@media (max-width: 780px) {
  .imagegrid__image--left {
    padding-left: 2rem;
    padding-right: 2rem;
    float: none;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .imagegrid__image--big-centered {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.imagegrid--double-shift {
  vertical-align: bottom;
}
.imagegrid__text {
  max-width: 900px;
  width: 100%;
}
.imagegrid__slider--legend {
  margin-top: 1rem;
}

.hover-appear {
  margin-bottom: 2rem;
}
.no-touchevents .hover-appear-item {
  opacity: 0;
  transition: opacity 0.05s ease-in-out;
}
.no-touchevents .hover-appear-item h3 {
  margin-bottom: 0.5rem;
}
.hover-appear:hover .hover-appear-item {
  opacity: 1;
}

.hover__link {
  position: relative;
}
.hover__link--item:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .hover__link--item:nth-of-type(2) {
    padding: inherit;
  }
}
.hover__link--meta {
  padding: 3rem 0 0 0;
}
.hover__link--meta p {
  max-width: 600px;
  margin: 0 auto;
}
.hover__link--meta p:not(:last-child) {
  margin-bottom: 1rem;
}
.hover__link--inactive {
  opacity: 1;
}
.no-touchevents .hover__link--active, .touchevents .hover__link--active img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.hover__link:hover .hover__link--inactive {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.hover__link:hover .hover__link--active {
  opacity: 1;
}

.btn {
  letter-spacing: 0.04em;
  display: block;
  text-decoration: none;
  width: 185px;
  margin: auto;
  height: 40px;
  line-height: 38px;
  text-align: center;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 510px) {
  .btn {
    width: 120px;
    margin: auto;
    height: 30px;
    line-height: 27px;
  }
}
.btn:hover {
  background: #FFF;
  color: #000;
}

input,
textarea,
select,
button {
  display: block;
  max-width: 100%;
  padding: 0.55rem;
}

label {
  display: block;
  margin-bottom: 0.82rem;
}

input[type=submit],
input[type=reset],
button {
  background: #f2f2f2;
  border-radius: 0.5rem;
  color: #0c0c0c;
  cursor: pointer;
  display: inline;
  margin-bottom: 1rem;
  margin-right: 0.4rem;
  padding: 0.3625rem 1.3rem;
  text-align: center;
}
input[type=submit]:hover,
input[type=reset]:hover,
button:hover {
  background: #d9d9d9;
  color: black;
}
input[type=submit][disabled],
input[type=reset][disabled],
button[disabled] {
  background: #e6e6e6;
  color: #333333;
  cursor: not-allowed;
}

input[type=submit],
button[type=submit] {
  background: #505057;
  color: white;
}
input[type=submit]:hover,
button[type=submit]:hover {
  background: #2b2b2f;
  color: #bfbfbf;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=phone],
input[type=tel],
input[type=number],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=color],
input[type=time],
input[type=search],
input[type=range],
input[type=file],
input[type=datetime-local],
select,
textarea {
  border: 1px solid #4c4c4c;
  margin-bottom: 1rem;
  padding: 0.3rem 0.35rem;
}

input[type=checkbox],
input[type=radio] {
  float: left;
  line-height: 2rem;
  margin-right: 0.5rem;
  margin-top: 0.45rem;
}

.background--light {
  background: #e6e6e6;
  color: black;
}

.background--medium {
  background: #969696;
  color: #4c4c4c;
}

.background--dark {
  background: #4c4c4c;
  color: #e6e6e6;
}

.background--highlight {
  background: #505057;
  color: #4c4c4c;
}

.social li {
  display: inline-block;
  max-width: 30px;
}

figure {
  margin: 0;
}

.index {
  opacity: 1;
  transition: 1s opacity;
}

.index.fade-out {
  opacity: 0;
  transition: none;
}

.top-link {
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 45px;
}

th {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: black;
  font-weight: 300;
}

tr {
  color: #969696;
}
tr a {
  color: black;
}
tr:hover {
  background: #e2e2e2;
  color: black;
}
tr:hover a {
  color: black;
  border: none;
}

td,
th {
  width: 21%;
}
td a, td span,
th a,
th span {
  border: none;
  display: block;
  padding: 0.25rem 0 0.25rem 2rem;
}
td:first-of-type, td:last-of-type,
th:first-of-type,
th:last-of-type {
  width: 8%;
}
td:last-of-type a, td:last-of-type span,
th:last-of-type a,
th:last-of-type span {
  padding-right: 2rem;
  padding-left: 0;
}

thead th {
  padding-bottom: 0.35rem;
  text-align: left;
}

table {
  width: 100%;
  overflow-x: auto;
}

.home .u-padding-huge:first-of-type {
  padding-top: 0 !important;
}

.office h4 {
  margin-bottom: 0.25rem;
}
