@charset "UTF-8";
/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
html {
  font-family: sans-serif;
}

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden,
[hidden] {
  display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
     Sets the font stack to fonts known to work properly with the above letter
     and word spacings. See: https://github.com/pure-css/pure/issues/41/

     The following font stack makes Pure Grids work on all known environments.

     * FreeSans: Ships with many Linux distros, including Ubuntu

     * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
       Arial to get picked up by the browser, even though neither is available
       in Chrome OS.

     * Droid Sans: Ships with all versions of Android.

     * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
     */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: flex;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*=pure-u] {
  font-family: sans-serif;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
}

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
}

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
}

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
}

.pure-u-1-5 {
  width: 20%;
}

.pure-u-5-24 {
  width: 20.8333%;
}

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
}

.pure-u-7-24 {
  width: 29.1667%;
}

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
}

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
}

.pure-u-2-5 {
  width: 40%;
}

.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
}

.pure-u-11-24 {
  width: 45.8333%;
}

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
}

.pure-u-13-24 {
  width: 54.1667%;
}

.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
}

.pure-u-3-5 {
  width: 60%;
}

.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5%;
}

.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
}

.pure-u-17-24 {
  width: 70.8333%;
}

.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
}

.pure-u-19-24 {
  width: 79.1667%;
}

.pure-u-4-5 {
  width: 80%;
}

.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
}

.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5%;
}

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
}

.pure-u-23-24 {
  width: 95.8333%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}

/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 600px) {
  .pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-1-2,
.pure-u-sm-1-3,
.pure-u-sm-2-3,
.pure-u-sm-1-4,
.pure-u-sm-3-4,
.pure-u-sm-1-5,
.pure-u-sm-2-5,
.pure-u-sm-3-5,
.pure-u-sm-4-5,
.pure-u-sm-5-5,
.pure-u-sm-1-6,
.pure-u-sm-5-6,
.pure-u-sm-1-8,
.pure-u-sm-3-8,
.pure-u-sm-5-8,
.pure-u-sm-7-8,
.pure-u-sm-1-12,
.pure-u-sm-5-12,
.pure-u-sm-7-12,
.pure-u-sm-11-12,
.pure-u-sm-1-24,
.pure-u-sm-2-24,
.pure-u-sm-3-24,
.pure-u-sm-4-24,
.pure-u-sm-5-24,
.pure-u-sm-6-24,
.pure-u-sm-7-24,
.pure-u-sm-8-24,
.pure-u-sm-9-24,
.pure-u-sm-10-24,
.pure-u-sm-11-24,
.pure-u-sm-12-24,
.pure-u-sm-13-24,
.pure-u-sm-14-24,
.pure-u-sm-15-24,
.pure-u-sm-16-24,
.pure-u-sm-17-24,
.pure-u-sm-18-24,
.pure-u-sm-19-24,
.pure-u-sm-20-24,
.pure-u-sm-21-24,
.pure-u-sm-22-24,
.pure-u-sm-23-24,
.pure-u-sm-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-sm-1-24 {
    width: 4.1667%;
  }

  .pure-u-sm-1-12,
.pure-u-sm-2-24 {
    width: 8.3333%;
  }

  .pure-u-sm-1-8,
.pure-u-sm-3-24 {
    width: 12.5%;
  }

  .pure-u-sm-1-6,
.pure-u-sm-4-24 {
    width: 16.6667%;
  }

  .pure-u-sm-1-5 {
    width: 20%;
  }

  .pure-u-sm-5-24 {
    width: 20.8333%;
  }

  .pure-u-sm-1-4,
.pure-u-sm-6-24 {
    width: 25%;
  }

  .pure-u-sm-7-24 {
    width: 29.1667%;
  }

  .pure-u-sm-1-3,
.pure-u-sm-8-24 {
    width: 33.3333%;
  }

  .pure-u-sm-3-8,
.pure-u-sm-9-24 {
    width: 37.5%;
  }

  .pure-u-sm-2-5 {
    width: 40%;
  }

  .pure-u-sm-5-12,
.pure-u-sm-10-24 {
    width: 41.6667%;
  }

  .pure-u-sm-11-24 {
    width: 45.8333%;
  }

  .pure-u-sm-1-2,
.pure-u-sm-12-24 {
    width: 50%;
  }

  .pure-u-sm-13-24 {
    width: 54.1667%;
  }

  .pure-u-sm-7-12,
.pure-u-sm-14-24 {
    width: 58.3333%;
  }

  .pure-u-sm-3-5 {
    width: 60%;
  }

  .pure-u-sm-5-8,
.pure-u-sm-15-24 {
    width: 62.5%;
  }

  .pure-u-sm-2-3,
.pure-u-sm-16-24 {
    width: 66.6667%;
  }

  .pure-u-sm-17-24 {
    width: 70.8333%;
  }

  .pure-u-sm-3-4,
.pure-u-sm-18-24 {
    width: 75%;
  }

  .pure-u-sm-19-24 {
    width: 79.1667%;
  }

  .pure-u-sm-4-5 {
    width: 80%;
  }

  .pure-u-sm-5-6,
.pure-u-sm-20-24 {
    width: 83.3333%;
  }

  .pure-u-sm-7-8,
.pure-u-sm-21-24 {
    width: 87.5%;
  }

  .pure-u-sm-11-12,
.pure-u-sm-22-24 {
    width: 91.6667%;
  }

  .pure-u-sm-23-24 {
    width: 95.8333%;
  }

  .pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-5-5,
.pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 850px) {
  .pure-u-md-1,
.pure-u-md-1-1,
.pure-u-md-1-2,
.pure-u-md-1-3,
.pure-u-md-2-3,
.pure-u-md-1-4,
.pure-u-md-3-4,
.pure-u-md-1-5,
.pure-u-md-2-5,
.pure-u-md-3-5,
.pure-u-md-4-5,
.pure-u-md-5-5,
.pure-u-md-1-6,
.pure-u-md-5-6,
.pure-u-md-1-8,
.pure-u-md-3-8,
.pure-u-md-5-8,
.pure-u-md-7-8,
.pure-u-md-1-12,
.pure-u-md-5-12,
.pure-u-md-7-12,
.pure-u-md-11-12,
.pure-u-md-1-24,
.pure-u-md-2-24,
.pure-u-md-3-24,
.pure-u-md-4-24,
.pure-u-md-5-24,
.pure-u-md-6-24,
.pure-u-md-7-24,
.pure-u-md-8-24,
.pure-u-md-9-24,
.pure-u-md-10-24,
.pure-u-md-11-24,
.pure-u-md-12-24,
.pure-u-md-13-24,
.pure-u-md-14-24,
.pure-u-md-15-24,
.pure-u-md-16-24,
.pure-u-md-17-24,
.pure-u-md-18-24,
.pure-u-md-19-24,
.pure-u-md-20-24,
.pure-u-md-21-24,
.pure-u-md-22-24,
.pure-u-md-23-24,
.pure-u-md-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-md-1-24 {
    width: 4.1667%;
  }

  .pure-u-md-1-12,
.pure-u-md-2-24 {
    width: 8.3333%;
  }

  .pure-u-md-1-8,
.pure-u-md-3-24 {
    width: 12.5%;
  }

  .pure-u-md-1-6,
.pure-u-md-4-24 {
    width: 16.6667%;
  }

  .pure-u-md-1-5 {
    width: 20%;
  }

  .pure-u-md-5-24 {
    width: 20.8333%;
  }

  .pure-u-md-1-4,
.pure-u-md-6-24 {
    width: 25%;
  }

  .pure-u-md-7-24 {
    width: 29.1667%;
  }

  .pure-u-md-1-3,
.pure-u-md-8-24 {
    width: 33.3333%;
  }

  .pure-u-md-3-8,
.pure-u-md-9-24 {
    width: 37.5%;
  }

  .pure-u-md-2-5 {
    width: 40%;
  }

  .pure-u-md-5-12,
.pure-u-md-10-24 {
    width: 41.6667%;
  }

  .pure-u-md-11-24 {
    width: 45.8333%;
  }

  .pure-u-md-1-2,
.pure-u-md-12-24 {
    width: 50%;
  }

  .pure-u-md-13-24 {
    width: 54.1667%;
  }

  .pure-u-md-7-12,
.pure-u-md-14-24 {
    width: 58.3333%;
  }

  .pure-u-md-3-5 {
    width: 60%;
  }

  .pure-u-md-5-8,
.pure-u-md-15-24 {
    width: 62.5%;
  }

  .pure-u-md-2-3,
.pure-u-md-16-24 {
    width: 66.6667%;
  }

  .pure-u-md-17-24 {
    width: 70.8333%;
  }

  .pure-u-md-3-4,
.pure-u-md-18-24 {
    width: 75%;
  }

  .pure-u-md-19-24 {
    width: 79.1667%;
  }

  .pure-u-md-4-5 {
    width: 80%;
  }

  .pure-u-md-5-6,
.pure-u-md-20-24 {
    width: 83.3333%;
  }

  .pure-u-md-7-8,
.pure-u-md-21-24 {
    width: 87.5%;
  }

  .pure-u-md-11-12,
.pure-u-md-22-24 {
    width: 91.6667%;
  }

  .pure-u-md-23-24 {
    width: 95.8333%;
  }

  .pure-u-md-1,
.pure-u-md-1-1,
.pure-u-md-5-5,
.pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1050px) {
  .pure-u-lg-1,
.pure-u-lg-1-1,
.pure-u-lg-1-2,
.pure-u-lg-1-3,
.pure-u-lg-2-3,
.pure-u-lg-1-4,
.pure-u-lg-3-4,
.pure-u-lg-1-5,
.pure-u-lg-2-5,
.pure-u-lg-3-5,
.pure-u-lg-4-5,
.pure-u-lg-5-5,
.pure-u-lg-1-6,
.pure-u-lg-5-6,
.pure-u-lg-1-8,
.pure-u-lg-3-8,
.pure-u-lg-5-8,
.pure-u-lg-7-8,
.pure-u-lg-1-12,
.pure-u-lg-5-12,
.pure-u-lg-7-12,
.pure-u-lg-11-12,
.pure-u-lg-1-24,
.pure-u-lg-2-24,
.pure-u-lg-3-24,
.pure-u-lg-4-24,
.pure-u-lg-5-24,
.pure-u-lg-6-24,
.pure-u-lg-7-24,
.pure-u-lg-8-24,
.pure-u-lg-9-24,
.pure-u-lg-10-24,
.pure-u-lg-11-24,
.pure-u-lg-12-24,
.pure-u-lg-13-24,
.pure-u-lg-14-24,
.pure-u-lg-15-24,
.pure-u-lg-16-24,
.pure-u-lg-17-24,
.pure-u-lg-18-24,
.pure-u-lg-19-24,
.pure-u-lg-20-24,
.pure-u-lg-21-24,
.pure-u-lg-22-24,
.pure-u-lg-23-24,
.pure-u-lg-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-lg-1-24 {
    width: 4.1667%;
  }

  .pure-u-lg-1-12,
.pure-u-lg-2-24 {
    width: 8.3333%;
  }

  .pure-u-lg-1-8,
.pure-u-lg-3-24 {
    width: 12.5%;
  }

  .pure-u-lg-1-6,
.pure-u-lg-4-24 {
    width: 16.6667%;
  }

  .pure-u-lg-1-5 {
    width: 20%;
  }

  .pure-u-lg-5-24 {
    width: 20.8333%;
  }

  .pure-u-lg-1-4,
.pure-u-lg-6-24 {
    width: 25%;
  }

  .pure-u-lg-7-24 {
    width: 29.1667%;
  }

  .pure-u-lg-1-3,
.pure-u-lg-8-24 {
    width: 33.3333%;
  }

  .pure-u-lg-3-8,
.pure-u-lg-9-24 {
    width: 37.5%;
  }

  .pure-u-lg-2-5 {
    width: 40%;
  }

  .pure-u-lg-5-12,
.pure-u-lg-10-24 {
    width: 41.6667%;
  }

  .pure-u-lg-11-24 {
    width: 45.8333%;
  }

  .pure-u-lg-1-2,
.pure-u-lg-12-24 {
    width: 50%;
  }

  .pure-u-lg-13-24 {
    width: 54.1667%;
  }

  .pure-u-lg-7-12,
.pure-u-lg-14-24 {
    width: 58.3333%;
  }

  .pure-u-lg-3-5 {
    width: 60%;
  }

  .pure-u-lg-5-8,
.pure-u-lg-15-24 {
    width: 62.5%;
  }

  .pure-u-lg-2-3,
.pure-u-lg-16-24 {
    width: 66.6667%;
  }

  .pure-u-lg-17-24 {
    width: 70.8333%;
  }

  .pure-u-lg-3-4,
.pure-u-lg-18-24 {
    width: 75%;
  }

  .pure-u-lg-19-24 {
    width: 79.1667%;
  }

  .pure-u-lg-4-5 {
    width: 80%;
  }

  .pure-u-lg-5-6,
.pure-u-lg-20-24 {
    width: 83.3333%;
  }

  .pure-u-lg-7-8,
.pure-u-lg-21-24 {
    width: 87.5%;
  }

  .pure-u-lg-11-12,
.pure-u-lg-22-24 {
    width: 91.6667%;
  }

  .pure-u-lg-23-24 {
    width: 95.8333%;
  }

  .pure-u-lg-1,
.pure-u-lg-1-1,
.pure-u-lg-5-5,
.pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
.pure-u-xl-1-1,
.pure-u-xl-1-2,
.pure-u-xl-1-3,
.pure-u-xl-2-3,
.pure-u-xl-1-4,
.pure-u-xl-3-4,
.pure-u-xl-1-5,
.pure-u-xl-2-5,
.pure-u-xl-3-5,
.pure-u-xl-4-5,
.pure-u-xl-5-5,
.pure-u-xl-1-6,
.pure-u-xl-5-6,
.pure-u-xl-1-8,
.pure-u-xl-3-8,
.pure-u-xl-5-8,
.pure-u-xl-7-8,
.pure-u-xl-1-12,
.pure-u-xl-5-12,
.pure-u-xl-7-12,
.pure-u-xl-11-12,
.pure-u-xl-1-24,
.pure-u-xl-2-24,
.pure-u-xl-3-24,
.pure-u-xl-4-24,
.pure-u-xl-5-24,
.pure-u-xl-6-24,
.pure-u-xl-7-24,
.pure-u-xl-8-24,
.pure-u-xl-9-24,
.pure-u-xl-10-24,
.pure-u-xl-11-24,
.pure-u-xl-12-24,
.pure-u-xl-13-24,
.pure-u-xl-14-24,
.pure-u-xl-15-24,
.pure-u-xl-16-24,
.pure-u-xl-17-24,
.pure-u-xl-18-24,
.pure-u-xl-19-24,
.pure-u-xl-20-24,
.pure-u-xl-21-24,
.pure-u-xl-22-24,
.pure-u-xl-23-24,
.pure-u-xl-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-xl-1-24 {
    width: 4.1667%;
  }

  .pure-u-xl-1-12,
.pure-u-xl-2-24 {
    width: 8.3333%;
  }

  .pure-u-xl-1-8,
.pure-u-xl-3-24 {
    width: 12.5%;
  }

  .pure-u-xl-1-6,
.pure-u-xl-4-24 {
    width: 16.6667%;
  }

  .pure-u-xl-1-5 {
    width: 20%;
  }

  .pure-u-xl-5-24 {
    width: 20.8333%;
  }

  .pure-u-xl-1-4,
.pure-u-xl-6-24 {
    width: 25%;
  }

  .pure-u-xl-7-24 {
    width: 29.1667%;
  }

  .pure-u-xl-1-3,
.pure-u-xl-8-24 {
    width: 33.3333%;
  }

  .pure-u-xl-3-8,
.pure-u-xl-9-24 {
    width: 37.5%;
  }

  .pure-u-xl-2-5 {
    width: 40%;
  }

  .pure-u-xl-5-12,
.pure-u-xl-10-24 {
    width: 41.6667%;
  }

  .pure-u-xl-11-24 {
    width: 45.8333%;
  }

  .pure-u-xl-1-2,
.pure-u-xl-12-24 {
    width: 50%;
  }

  .pure-u-xl-13-24 {
    width: 54.1667%;
  }

  .pure-u-xl-7-12,
.pure-u-xl-14-24 {
    width: 58.3333%;
  }

  .pure-u-xl-3-5 {
    width: 60%;
  }

  .pure-u-xl-5-8,
.pure-u-xl-15-24 {
    width: 62.5%;
  }

  .pure-u-xl-2-3,
.pure-u-xl-16-24 {
    width: 66.6667%;
  }

  .pure-u-xl-17-24 {
    width: 70.8333%;
  }

  .pure-u-xl-3-4,
.pure-u-xl-18-24 {
    width: 75%;
  }

  .pure-u-xl-19-24 {
    width: 79.1667%;
  }

  .pure-u-xl-4-5 {
    width: 80%;
  }

  .pure-u-xl-5-6,
.pure-u-xl-20-24 {
    width: 83.3333%;
  }

  .pure-u-xl-7-8,
.pure-u-xl-21-24 {
    width: 87.5%;
  }

  .pure-u-xl-11-12,
.pure-u-xl-22-24 {
    width: 91.6667%;
  }

  .pure-u-xl-23-24 {
    width: 95.8333%;
  }

  .pure-u-xl-1,
.pure-u-xl-1-1,
.pure-u-xl-5-5,
.pure-u-xl-24-24 {
    width: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* POSITIONING */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top {
  top: 0;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.bottom {
  bottom: 0;
}

.h-100vhmin {
  min-height: 100vh;
}

.h-150vh {
  height: 150vh;
}

.h-110vh {
  height: 110vh;
}

.h-100vh {
  height: 100vh;
}

.h-95vh {
  height: 95vh;
}

.h-90vh {
  height: 90vh;
}

.h-85vh {
  height: 85vh;
}

.h-80vh {
  height: 80vh;
}

.h-75vh {
  height: 75vh;
}

.h-70vh {
  height: 70vh;
}

.h-65vh {
  height: 65vh;
}

.h-60vh {
  height: 60vh;
}

.h-55vh {
  height: 55vh;
}

.h-50vh {
  height: 50vh;
}

.h-45vh {
  height: 45vh;
}

.h-40vh {
  height: 40vh;
}

.h-35vh {
  height: 35vh;
}

.h-30vh {
  height: 30vh;
}

.h-25vh {
  height: 25vh;
}

.h-20vh {
  height: 20vh;
}

.h-15vh {
  height: 15vh;
}

.h-10vh {
  height: 10vh;
}

.h-5vh {
  height: 5vh;
}

.h-100 {
  height: 100%;
}

.h-75 {
  height: 75%;
}

.h-66 {
  height: 66.66%;
}

.h-50 {
  height: 50%;
}

.h-33 {
  height: 33.33%;
}

.h-25 {
  height: 25%;
}

.h-20 {
  height: 20%;
}

.h-15 {
  height: 15%;
}

.h-10 {
  height: 10%;
}

.h-5 {
  height: 5%;
}

.h-100r {
  height: 100rem;
}

.h-90r {
  height: 90rem;
}

.h-80r {
  height: 80rem;
}

.h-70r {
  height: 70rem;
}

.h-60r {
  height: 60rem;
}

.h-50r {
  height: 50rem;
}

.h-40r {
  height: 40rem;
}

.h-30r {
  height: 30rem;
}

.h-25r {
  height: 25rem;
}

.h-20r {
  height: 20rem;
}

.h-15r {
  height: 15rem;
}

.h-10r {
  height: 10rem;
}

.h-9r {
  height: 9rem;
}

.h-8r {
  height: 8rem;
}

.h-7r {
  height: 7rem;
}

.h-6r {
  height: 6rem;
}

.h-5r {
  height: 5rem;
}

.h-4r {
  height: 4rem;
}

.h-3r {
  height: 3rem;
}

.h-2r {
  height: 2rem;
}

.h-1r {
  height: 1rem;
}

.w-100vw {
  width: 100vw;
}

.w-95vw {
  width: 95vw;
}

.w-90vw {
  width: 90vw;
}

.w-85vw {
  width: 85vw;
}

.w-80vw {
  width: 80vw;
}

.w-75vw {
  width: 75vw;
}

.w-70vw {
  width: 70vw;
}

.w-65vw {
  width: 65vw;
}

.w-60vw {
  width: 60vw;
}

.w-55vw {
  width: 55vw;
}

.w-50vw {
  width: 50vw;
}

.w-45vw {
  width: 34%;
}

.w-40vw {
  width: 40%;
}

.w-35vw {
  width: 35%;
}

.w-30vw {
  width: 30vw;
}

.w-25vw {
  width: 25vw;
}

.w-20vw {
  width: 20vw;
}

.w-15vw {
  width: 15vw;
}

.w-10vw {
  width: 10vw;
}

.w-5vw {
  width: 5vw;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-66 {
  width: 66.66%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33.33%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-15 {
  width: 15%;
}

.w-10 {
  width: 10%;
}

.w-5 {
  width: 5%;
}

.w-100r {
  width: 100rem;
}

.w-95r {
  width: 95rem;
}

.w-90r {
  width: 90rem;
}

.w-85r {
  width: 85rem;
}

.w-80r {
  width: 80rem;
}

.w-75r {
  width: 75rem;
}

.w-70r {
  width: 70rem;
}

.w-65r {
  width: 65rem;
}

.w-60r {
  width: 60rem;
}

.w-55r {
  width: 55rem;
}

.w-50r {
  width: 50rem;
}

.w-45r {
  width: 45rem;
}

.w-40r {
  width: 40rem;
}

.w-35r {
  width: 35rem;
}

.w-30r {
  width: 30rem;
}

.w-25r {
  width: 25rem;
}

.w-20r {
  width: 20rem;
}

.w-10r {
  width: 10rem;
}

.w-9r {
  width: 9rem;
}

.w-8r {
  width: 8rem;
}

.w-7r {
  width: 7rem;
}

.w-6r {
  width: 6rem;
}

.w-5r {
  width: 5rem;
}

.w-4r {
  width: 4rem;
}

.w-3r {
  width: 3rem;
}

.w-2r {
  width: 2rem;
}

.w-1r {
  width: 1rem;
}

.fs-0_5 {
  font-size: 0.5rem;
}

.fs-0_6 {
  font-size: 0.6rem;
}

.fs-0_7 {
  font-size: 0.7rem;
}

.fs-0_8 {
  font-size: 0.8rem;
}

.fs-0_9 {
  font-size: 0.9rem;
}

.fs-1 {
  font-size: 1rem;
}

.fs-1_1 {
  font-size: 1.1rem;
}

.fs-1_2 {
  font-size: 1.2rem;
}

.fs-1_3 {
  font-size: 1.3rem;
}

.fs-1_4 {
  font-size: 1.4rem;
}

.fs-1_5 {
  font-size: 1.5rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-2_5 {
  font-size: 2.5rem;
}

.fs-3 {
  font-size: 3rem;
}

.fs-3_5 {
  font-size: 3.5rem;
}

.fs-4 {
  font-size: 4rem;
}

.fs-4_5 {
  font-size: 4.5rem;
}

.fs-5 {
  font-size: 5rem;
}

.fw-700 {
  font-weight: 700;
}

.lh-1 {
  line-height: 1;
}

.lh-1_2 {
  line-height: 1.2;
}

.lh-1_5 {
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.row {
  display: flex;
  flex-direction: row;
}

.col {
  display: flex;
  flex-direction: column;
}

.row-c {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.col-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ai-start {
  align-items: flex-start;
}

.ai-center {
  align-items: center;
}

.ai-end {
  align-items: flex-end;
}

.ai-sb {
  align-items: space-between;
}

.ai-se {
  align-items: space-evenly;
}

.ai-sa {
  align-items: space-around;
}

.jc-start {
  justify-content: flex-start;
}

.jc-center {
  justify-content: center;
}

.jc-end {
  justify-content: flex-end;
}

.jc-sb {
  justify-content: space-between;
}

.jc-se {
  justify-content: space-evenly;
}

.jc-sa {
  justify-content: space-around;
}

@media screen and (max-width: 600px) {
  .sm-col {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .sm-jc-c {
    justify-content: center;
  }
}

.child_mx-2 * {
  margin-left: 2rem;
  margin-right: 2rem;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.p-0 {
  padding: 0;
}

.p-0_5 {
  padding: 0.5rem;
}

.pt-0_5 {
  padding-top: 0.5rem;
}

.pr-0_5 {
  padding-right: 0.5rem;
}

.pb-0_5 {
  padding-bottom: 0.5rem;
}

.pl-0_5 {
  padding-left: 0.5rem;
}

.py-0_5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.px-0_5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.p-1 {
  padding: 1rem;
}

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

.pr-1 {
  padding-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-2 {
  padding: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.py-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.px-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.p-3 {
  padding: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.py-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.px-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

@media screen and (min-width: 850px) {
  .p-0-md {
    padding: 0;
  }
}

@media screen and (min-width: 600px) {
  .p-0-sm {
    padding: 0;
  }
}

@media screen and (min-width: 850px) {
  .pr-2-md {
    padding-right: 2rem;
  }
}

.m-0 {
  margin: 0;
}

.m-0_5 {
  margin: 0.5rem;
}

.mt-0_5 {
  margin-top: 0.5rem;
}

.mr-0_5 {
  margin-right: 0.5rem;
}

.mb-0_5 {
  margin-bottom: 0.5rem;
}

.ml-0_5 {
  margin-left: 0.5rem;
}

.my-0_5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-0_5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.m-1 {
  margin: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.m-2 {
  margin: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.m-3 {
  margin: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.m-4 {
  margin: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-minus-0_5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mx-minus-1 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-minus-2 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.m-last-0:nth-last-child(1) {
  margin: 0;
}

.ls-none {
  list-style: none;
}

.hide {
  display: none;
}

.bg-eee {
  background: #eee;
}

.bg-fff {
  background: white;
}

.bg-f5f {
  background: #f5f5f5;
}

.tt-upper {
  text-transform: uppercase;
}

@media screen and (max-width: 850px) {
  .hide-md-down {
    display: none !important;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-family: "Lato", Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Lato", Helvetica, sans-serif;
}

p {
  font-family: "Lato", Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 1.1rem;
}

* ~ p {
  margin: 1.5rem 0;
}

a {
  font-family: "Lato", Helvetica, sans-serif;
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #b6121c;
}

p a {
  text-decoration: underline;
  color: #b6121c;
}
p a:hover {
  color: #1b429a;
}

ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul,
ol {
  list-style-position: inside;
}

ul {
  font-family: "Lato", Helvetica, sans-serif;
  list-style: disc;
  margin-left: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Helvetica, sans-serif;
  margin: 1.5rem 0;
  font-weight: 700;
}

* ~ h1,
* ~ h2,
* ~ h3,
* ~ h4,
* ~ h5,
* ~ h6 {
  margin-top: 0;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.15rem;
}

h6 {
  font-size: 1rem;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.txt-larger {
  font-size: 1.4rem;
}

.txt-large {
  font-size: 1.2rem;
}

.txt-small {
  font-size: 0.8rem;
}

.txt-smaller {
  font-size: 0.6rem;
}

.txt-white {
  color: #fff;
}

.txt-accent {
  color: #b6121c;
}

.txt-primary {
  color: #1b429a;
}

.txt-left {
  text-align: left;
}

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

.txt-right {
  text-align: right;
}

.txt-underline {
  text-decoration: underline;
}

.txt-indent {
  margin-left: 2rem;
}

.txt-push {
  margin-top: 2em;
}

.txt-clear {
  margin: 0;
}

.txt-wrapper {
  max-width: 40rem;
}

.para-styling {
  line-height: 1.5;
}
.para-styling ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2rem;
  line-height: 1.5;
}
.para-styling ul ul {
  list-style: circle;
  list-style-position: inside;
  margin-left: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.para-styling h1,
.para-styling h2,
.para-styling h3,
.para-styling h4,
.para-styling h5,
.para-styling h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.para-styling * ~ h1,
.para-styling * ~ h2,
.para-styling * ~ h3,
.para-styling * ~ h4,
.para-styling * ~ h5,
.para-styling * ~ h6 {
  margin-top: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.para-styling h2 {
  color: #b6121c;
}

.divider {
  color: white;
  margin: 0 0.5rem;
}

.section-title {
  color: #1b429a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.gradient-title {
  text-transform: uppercase;
  color: white;
  background: linear-gradient(90deg, #1b429a, white 70%);
  padding: 0.4rem 40% 0.4rem 1rem;
  margin: 0 0 2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 500px) {
  .gradient-title {
    background: linear-gradient(90deg, #1b429a, white 100%);
    padding-right: 3rem;
    font-size: 1.5rem;
  }
}

.view-more {
  color: #666;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.view-more:hover {
  color: #333;
}
.view-more:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 0.5rem;
}

img.alignright {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 700px) {
  img.alignright {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
}

img.alignleft {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 700px) {
  img.alignleft {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
  width: 100%;
  margin-bottom: -8rem;
}
@media screen and (max-width: 1000px) {
  .header {
    margin-bottom: -4rem;
  }
}
@media screen and (max-width: 900px) {
  .header {
    margin-bottom: 0;
  }
}

.header-background {
  position: relative;
  z-index: -1;
  margin-bottom: -8rem;
  background: #fff;
  width: 90%;
  height: 8rem;
  transition: width 100ms ease;
}
@media screen and (max-width: 900px) {
  .header-background {
    margin-bottom: -8rem;
  }
}

.header-top {
  border-top: 4px solid #b6121c;
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 90%;
  height: 4rem;
  background: #fff;
  padding: 1.5rem;
}
@media screen and (max-width: 1250px) {
  .header-top {
    width: 96%;
  }
}
@media screen and (max-width: 1000px) {
  .header-top {
    width: 100%;
  }
}

#linksMenu {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
  line-height: 1.15;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
}
@media screen and (max-width: 900px) {
  #linksMenu {
    display: none;
  }
}
#linksMenu i {
  color: #b6121c;
  margin-right: 0.3rem;
}
#linksMenu li {
  margin-left: 1rem;
}

.header-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: 4rem;
  background: #fff;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1250px) {
  .header-bottom {
    width: 96%;
  }
}
@media screen and (max-width: 1000px) {
  .header-bottom {
    width: 100%;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 900px) {
  .header-bottom {
    border-top: 4px solid #b6121c;
  }
}

.header-branding {
  transform: translateY(-3rem);
  transition: transform 200ms ease;
}
@media screen and (max-width: 1250px) {
  .header-branding {
    width: 11rem;
  }
}
@media screen and (max-width: 1120px) {
  .header-branding {
    width: 0rem;
  }
}

.header-logo {
  height: 6rem;
  margin: 0;
  transition: height 200ms ease;
}
@media screen and (max-width: 1120px) {
  .header-logo {
    height: 4rem;
  }
}
@media screen and (max-width: 1070px) {
  .header-logo {
    height: 2.6rem;
  }
}

.header-subtitle {
  margin: 0.5rem 0 0;
  transition: opacity 200ms ease;
  line-height: 1;
  font-weight: 400;
  font-size: 0.9rem;
  color: #1b429a;
}
@media screen and (max-width: 900px) {
  .header-subtitle {
    display: none;
  }
}

.searchbar {
  display: none;
  opacity: 0;
  transition: opacity 200ms ease;
  position: absolute;
  top: 8rem;
  right: 5%;
  padding: 0.5rem;
  background: white;
}
.searchbar input {
  background: #eee;
  padding: 0.5rem;
  margin-right: 0.4rem;
}
.searchbar input[type=submit] {
  cursor: pointer;
  margin: 0;
  background: #b6121c;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.searchbar input[type=submit]:hover {
  cursor: pointer;
  background: #8d0d16;
  color: white;
  transform: scale(1.05);
  transition: transform 200ms ease;
}
.searchbar .screen-reader-text {
  display: none;
}
.searchbar.is-active {
  display: block;
  opacity: 1;
  transition: opacity 200ms ease;
}

.searchbar-mobile {
  display: none;
  position: relative;
  opacity: 1;
  padding: 1rem 0;
  width: 100%;
  top: 0;
  left: 0;
}
.searchbar-mobile form {
  display: flex;
}
.searchbar-mobile label {
  flex-grow: 1;
}
.searchbar-mobile input[type=search] {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .searchbar-mobile {
    display: block;
  }
}

#headerMenu {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 1.5rem 0;
  list-style: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #1b429a;
}
@media screen and (max-width: 900px) {
  #headerMenu {
    display: none;
  }
}
#headerMenu > li {
  position: relative;
  padding: 0;
}
#headerMenu > li > a {
  padding: 1.5rem 0.5rem;
}
#headerMenu > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 0.2rem;
}
#headerMenu > li.menu-item-has-children:hover > a:after {
  content: "";
}
#headerMenu > li:hover > ul {
  display: block;
}
#headerMenu > li ul {
  list-style: none;
  display: none;
  margin: 0;
  position: absolute;
  z-index: 99999;
  top: 2.4rem;
  left: -0.5rem;
  width: 12rem;
  background: white;
  font-size: 1rem;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
@media screen and (max-width: 1070px) {
  #headerMenu > li ul {
    font-size: 0.9rem;
  }
}
#headerMenu > li ul li {
  padding: 0.5rem 1rem;
  margin: 0;
  border-top: 1px solid #eee;
}
#headerMenu > li ul li a {
  display: block;
}

#searchIcon {
  color: #b6121c;
  cursor: pointer;
}

.header-hamburger {
  position: relative;
  z-index: 9999;
  outline: none;
  transform: translateY(0);
  transition: transform 200ms ease;
  display: none;
}
@media screen and (max-width: 900px) {
  .header-hamburger {
    display: block;
  }
}
.header-hamburger .hamburger-inner,
.header-hamburger .hamburger-inner:before,
.header-hamburger .hamburger-inner:after {
  background: #1b429a;
}

.header.is-stuck {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-4rem);
}
.header.is-stuck .header-background {
  width: 100%;
  transition: width 100ms ease;
  border-bottom: 1px solid #ccc;
}
.header.is-stuck #headerMenu {
  border: none;
}
.header.is-stuck .header-bottom {
  border-bottom: 1px solid #ccc;
}
.header.is-stuck .header-branding {
  transform: translateY(0.5rem);
  transition: transform 200ms ease;
}
.header.is-stuck .header-logo {
  height: 3rem;
  transition: height 200ms ease;
}
.header.is-stuck .header-subtitle {
  opacity: 0;
  transition: opacity 50ms ease;
}

@media screen and (max-width: 900px) {
  .header {
    position: fixed;
    transform: translateY(-4rem);
  }
  .header .header-background {
    width: 100%;
    transition: width 100ms ease;
    border-bottom: 1px solid #ccc;
  }
  .header #headerMenu {
    border: none;
  }
  .header .header-bottom {
    border-bottom: 1px solid #ccc;
  }
  .header .header-branding {
    transform: translateY(0.5rem);
    transition: transform 200ms ease;
  }
  .header .header-logo {
    height: 3rem;
    transition: height 200ms ease;
  }
  .header .header-subtitle {
    opacity: 0;
    transition: opacity 50ms ease;
  }
}

.header-nav-mobile {
  display: none;
  position: fixed;
  height: calc(100vh + 4rem);
  overflow: scroll;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  font-weight: 700;
  line-height: 1;
  color: #1b429a;
  background: white;
  padding: 8rem 1.5rem 8rem;
  margin-top: -4rem;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  transform: translateY(-52rem);
  transition: transform 500ms ease;
}
@media screen and (max-width: 900px) {
  .header-nav-mobile {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .header-nav-mobile.is-open {
    transform: translateY(0);
    transition: transform 500ms ease;
  }
  .header-nav-mobile.is-open ul {
    list-style: none;
    opacity: 1;
    transition: opacity 300ms ease 200ms;
  }
}
.header-nav-mobile .search-icon {
  display: none;
}
.header-nav-mobile ul {
  list-style: none;
  margin: 0;
  opacity: 0;
  transition: opacity 150ms ease;
}
.header-nav-mobile ul li {
  position: relative;
  padding: 0.8rem 0;
  border-bottom: 1px solid #eee;
}
.header-nav-mobile ul li:nth-child(1) {
  border-top: 1px solid #eee;
}
.header-nav-mobile ul li a {
  padding: 0;
  font-size: 1.2rem;
}
.header-nav-mobile ul li ul {
  list-style: none;
  display: none;
  background: #eee;
  width: 100%;
  margin: 0.7rem 0 -0.85rem;
}
.header-nav-mobile ul li ul li {
  border-bottom: 1px solid #ccc;
  padding-left: 2rem;
  padding-right: 2rem;
}
.header-nav-mobile ul li ul li:nth-child(1) {
  border-top: 1px solid #ccc;
}
.header-nav-mobile ul li.menu-item-has-children:after {
  position: absolute;
  top: 0.8rem;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 0.5rem;
  float: right;
}
.header-nav-mobile ul li.menu-item-has-children.is-open:after {
  content: "";
}
.header-nav-mobile ul li.menu-item-has-children.is-open ul {
  list-style: none;
  display: block;
}
.header-nav-mobile #mobileLinksMenu {
  list-style: none;
  line-height: 1.5;
  margin-top: 0;
}
.header-nav-mobile #mobileLinksMenu i {
  margin-right: 0.5rem;
  color: #b6121c;
}
.header-nav-mobile #mobileLinksMenu li:nth-child(1) {
  border-top: none;
}

.footer {
  position: relative;
  z-index: 999;
  background: url(../assets/images/water-small.png);
  background-size: cover;
  background-position: top;
  padding-top: 3rem;
  padding-bottom: 1rem;
  color: white;
  margin-top: -3rem;
}
.footer a {
  color: white;
}

.footer-content {
  display: flex;
  padding: 0 2rem;
}
@media screen and (max-width: 850px) {
  .footer-content {
    flex-direction: column;
  }
}

.footer-creds {
  width: 17rem;
  display: flex;
  align-items: flex-end;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer-creds img {
  width: 100%;
}
@media screen and (max-width: 400px) {
  .footer-creds {
    width: 15rem;
  }
}

.footer-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .footer-details {
    justify-content: flex-start;
    text-align: left;
  }
}

.footer-contact {
  margin: 0 0 0.3rem;
  font-size: 1.2rem;
}
.footer-contact i {
  margin-right: 0.5rem;
}

.footer-address {
  margin: 1rem 0 0;
}

.footer-copyright {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.1;
  margin: 0.5rem 0;
}
.footer-copyright a:hover {
  color: inherit;
}

.page-width {
  position: relative;
  z-index: 10;
  padding: 0 5%;
}
@media screen and (max-width: 1250px) {
  .page-width {
    padding: 0 2%;
  }
}
@media screen and (max-width: 1000px) {
  .page-width {
    padding: 0;
  }
}

.page-content {
  position: relative;
  background: white;
  padding: 2rem 2rem 5rem;
  min-height: 80vh;
  margin-top: -14vw;
}
@media screen and (max-width: 1200px) {
  .page-content {
    margin-top: -8vw;
  }
}
@media screen and (max-width: 900px) {
  .page-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-content {
    padding: 1rem 1rem 5rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  body.home .page-content {
    margin-top: -10vw;
  }
}

.page-title-fullwidth {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  padding: 2rem;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .page-title-fullwidth {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .page-title-fullwidth {
    padding: 1rem;
  }
}
.page-title-fullwidth .page-title {
  color: white;
  margin: 0;
  font-size: 3.5rem;
}
@media screen and (max-width: 900px) {
  .page-title-fullwidth .page-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .page-title-fullwidth .page-title {
    font-size: 1.8rem;
  }
}

.page-title {
  font-size: 3rem;
  color: #b6121c;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .page-title {
    font-size: 2rem;
  }
}

.page-leader {
  font-size: 1.3rem;
  margin: 1.5rem 0 2rem;
}

.btn,
.button,
.button-primary {
  text-align: center;
  display: inline-block;
  background: #b6121c;
  color: #fff;
  padding: 7px 0.6rem 6px;
  border: none;
  border-radius: 0.4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 200ms ease;
}
.btn:after,
.button:after,
.button-primary:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 0.5rem;
}
.btn:hover,
.button:hover,
.button-primary:hover {
  background: #8d0d16;
  color: white;
  transform: scale(1.05);
  transition: transform 200ms ease;
}

.wpcf7 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7 form {
  background: #f8f8f8;
  border: 0.2rem solid #eee;
  border-radius: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.7rem;
  padding: 0;
  display: block;
  border: none;
  border-radius: 0;
}
.wpcf7 legend {
  font-size: 1.5rem;
  color: #b6121c;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 600;
  width: 100%;
}
.wpcf7 fieldset {
  width: 20rem;
  max-width: 96%;
  padding: 0;
}
.wpcf7 label {
  font-size: 1.2rem;
}
.wpcf7 input {
  background: #fff;
  padding: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  width: 100%;
  outline: none;
  margin: 0.5rem 0;
  border: 0.2rem solid #eee;
  border-radius: 0.5rem;
}
.wpcf7 input:focus {
  border: 0.2rem solid #1b429a;
}
.wpcf7 textarea {
  margin-top: 0.5rem;
  width: 100%;
  font-weight: 400;
  padding: 0.5rem;
  outline: none;
  border: 0.2rem solid #eee;
  resize: none;
  border-radius: 0.5rem;
}
.wpcf7 textarea:focus {
  border: 0.2rem solid #1b429a;
}
.wpcf7 input[type=checkbox] {
  width: auto;
  margin-left: 0.2rem;
  transform: scale(1.5);
}
.wpcf7 select {
  width: 18rem;
  background: #fff;
  padding: 0.5rem;
  font-size: 1.2rem;
  outline: none;
  margin: 0.5rem 0;
  border-bottom: 3px solid #fff;
}
.wpcf7 select:focus {
  border-bottom: 3px solid #1b429a;
}
.wpcf7 input[type=submit] {
  cursor: pointer;
  font-size: 1.2rem;
  outline: none;
  margin: 0.5rem 0;
  display: inline-block;
  background: #b6121c;
  color: #fff;
  padding: 7px 0.6rem 6px;
  border: none;
  border-radius: 0.4rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  transition: transform 300ms ease;
}
.wpcf7 input[type=submit]:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 0.5rem;
}
.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:focus {
  background: #8d0d16;
  color: white;
  transform: scale(1.05);
  transition: transform 300ms ease;
}
.wpcf7 .link-text {
  margin: 1rem 0;
  text-align: center;
}
.wpcf7 form {
  margin-top: 0.7rem;
  padding: 0;
  display: block;
  border: none;
  border-radius: 0;
}
.wpcf7 label {
  font-size: 1.1rem;
  font-weight: 700;
}
.wpcf7 input,
.wpcf7 textarea {
  font-weight: 400;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 input[type=submit] {
  width: 10rem;
}

.wpcf7-not-valid-tip {
  position: absolute;
  transform: translate(4rem, -5.2rem);
}

.your-message .wpcf7-not-valid-tip {
  transform: translate(5.75rem, -16.25rem);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: white;
  background-color: orangered;
  font-weight: 700;
  border: 0;
  padding: 0.4rem 1rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: black;
  background-color: #32de8a;
  font-weight: 700;
  border: 0;
  padding: 0.4rem 1rem;
}

.hero {
  position: relative;
  z-index: 1;
  top: 0;
  height: 50vw;
  width: 100%;
  overflow: hidden;
  background: white;
}
@media screen and (max-width: 700px) {
  .hero {
    height: 60vw;
  }
}
@media screen and (max-width: 500px) {
  .hero {
    height: 70vw;
    padding-top: 3rem;
  }
}

.hero-slideshow {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: relative;
  overflow: hidden;
  height: 50vw;
}
@media screen and (max-width: 700px) {
  .hero-slide {
    height: 60vw;
  }
}
@media screen and (max-width: 500px) {
  .hero-slide {
    height: 70vw;
  }
}

.hero-slide-inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-slide-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-title {
  position: absolute;
  top: 35%;
  left: 5%;
  z-index: 99;
  transform: translateY(-50%);
  display: inline-block;
  color: #fff;
  background: #b6121c;
  margin: 0;
  padding: 0.7rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.8rem;
  width: 40ch;
  max-width: 50%;
  outline: none;
  font-family: "Lato";
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  .hero-title {
    font-size: 1.6rem;
    left: 2%;
    top: 40%;
  }
}
@media screen and (max-width: 900px) {
  .hero-title {
    top: 40%;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 700px) {
  .hero-title {
    top: 45%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 550px) {
  .hero-title {
    top: 50%;
    font-size: 1rem;
    width: 60%;
    max-width: 60%;
    padding: 0.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 400px) {
  .hero-title {
    font-size: 0.8rem;
    width: 80%;
    max-width: 80%;
  }
}

.intro {
  width: min(calc(40rem + 15vw), 90%);
  text-align: center;
}

.intro-title {
  margin-top: 0;
  color: #b6121c;
  text-transform: uppercase;
}

.intro-text p {
  font-weight: 700;
  font-size: 1rem;
}
.intro-text a {
  text-decoration: none;
  color: #b6121c;
}

.sectors {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media screen and (min-width: 800px) {
  .sectors {
    flex-direction: row;
    padding: 0;
  }
}

.sector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 8rem;
  width: min(20rem, 100%);
  background: #b6121c;
  margin: 1rem;
}
.sector:hover .sector-image {
  transition: transform 300ms ease;
  transform: scale(1.1);
}

.sector-link {
  height: 100%;
  width: 100%;
}

.sector-image {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0.2 !important;
  transition: transform 300ms ease;
}

.sector-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.7rem;
}

.sector-line {
  height: 0.2rem;
  width: 100%;
  background: white;
}

.sector-title {
  font-size: 1.5rem;
  margin: 0;
  z-index: 10;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.sector-title i {
  margin-right: 1rem;
}

.pagelinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem 2rem;
}

.pagelink {
  flex: 1 1 20rem;
  position: relative;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pagelink:hover .pagelink-image img {
  transition: transform 300ms ease;
  transform: scale(1.1);
}

.pagelink-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  margin-bottom: -3rem;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .pagelink-image {
    margin-bottom: -2rem;
  }
}
.pagelink-image img {
  position: absolute;
  transition: transform 300ms ease;
  width: 100%;
  height: auto;
  top: -20%;
  left: 0;
}
.pagelink-image.-top img {
  top: 0;
}
.pagelink-image.-bottom img {
  bottom: 0;
  top: auto;
}

.pagelink-title {
  position: relative;
  display: inline-block;
  z-index: 10;
  padding: 0.5rem 2rem 0.5rem 0;
  background: white;
}
@media screen and (max-width: 600px) {
  .pagelink-title {
    padding: 0.3rem 1rem 0.3rem 0;
  }
  .pagelink-title h2 {
    font-size: 1.2rem;
  }
}
.pagelink-title h2 {
  margin: 0;
  color: #b6121c;
  text-transform: uppercase;
}
.pagelink-title.-sidebar h2 {
  font-size: 1.2rem;
}
.pagelink-title.-search {
  margin-top: 1rem;
}
.pagelink-title.-search h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .pagelink-title.-search h2 {
    font-size: 1.2rem;
  }
}

.pagelink-btn {
  width: 10rem;
  padding: 0.5rem;
}

.testimonials {
  height: 13rem;
  padding: 0 2rem;
  background: url(../assets/images/water.jpg);
  background-size: cover;
  display: flex;
  margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .testimonials {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 26rem;
  }
}
@media screen and (max-width: 600px) {
  .testimonials {
    padding: 0;
  }
}

.testimonial-col {
  height: 12.5rem;
}
.testimonial-col.-right {
  width: auto;
  padding: 1rem 3rem;
}
@media screen and (max-width: 900px) {
  .testimonial-col.-right {
    padding: 1rem;
  }
}

.rating {
  position: relative;
  width: 17rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform: translateY(-1rem);
}
@media screen and (max-width: 1000px) {
  .rating {
    width: 15rem;
  }
}

.rating-flag {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: transparent;
  width: 0;
  height: 0;
  border-top: 11rem solid #b6121c;
  border-right: 8.5rem solid #b6121c;
  border-bottom: 1.5rem solid transparent;
  border-left: 8.5rem solid #b6121c;
}
@media screen and (max-width: 1000px) {
  .rating-flag {
    border-right: 7.5rem solid #b6121c;
    border-left: 7.5rem solid #b6121c;
  }
}

.rating-line {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 10;
  width: 1px;
  height: 11.5rem;
  background: #d3b780;
}
.rating-line.-right {
  left: auto;
  right: 1rem;
}

.rating-content {
  text-align: center;
  padding-top: 1.5rem;
}

.rating-stars {
  position: relative;
  z-index: 10;
  color: #d3b780;
  font-size: 1.5rem;
}

.rating-percent {
  position: relative;
  margin: 0;
  z-index: 10;
  color: white;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .rating-percent {
    font-size: 1.4rem;
  }
}

.rating-details {
  position: relative;
  margin: 0;
  z-index: 10;
  color: white;
  font-weight: 400;
  font-size: 1.1rem;
  padding: 0 3rem;
}
@media screen and (max-width: 1000px) {
  .rating-details {
    padding: 0 1rem;
  }
}

.testimonial {
  color: white;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonial .quote {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .testimonial .quote {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1100px) {
  .testimonial .quote {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1000px) {
  .testimonial .quote {
    font-size: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .testimonial .quote {
    font-size: 0.9em;
  }
}
.testimonial .source {
  margin: 1rem 0 0;
  font-style: italic;
}

.contact-details {
  background: #f8f8f8;
  border: 0.2rem solid #eee;
  border-radius: 0.5rem;
}

.contact-details-list {
  list-style: none;
  margin: 1rem 0;
  padding: 1rem;
  background: white;
  border: 0.2rem solid #eee;
  border-radius: 0.5rem;
}

.contact-profiles-wrap {
  margin: 0;
}

.contact-profiles {
  margin: 0.5rem -0.5rem;
}

.contact-profile {
  padding: 0.5rem;
  background: white;
}

.contact-profile-inner {
  background: #eee;
  padding: 1rem;
  height: 100%;
  background: #f8f8f8;
  border: 0.2rem solid #eee;
  border-radius: 0.5rem;
}

.contact-profile-img {
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.contact-profile-img img {
  width: 100%;
}

.contact-profile-details i {
  color: #b6121c;
  margin-right: 0.5rem;
}

.contact-profile-name {
  margin: 0;
  font-size: 1.5rem;
}

.contact-profile-links {
  margin-left: 0;
  list-style: none;
}

.contact-profile-role {
  font-weight: 700;
  margin: 0;
  color: #1b429a;
}

.recaptcha {
  margin-top: 1rem;
}
.recaptcha p,
.recaptcha a {
  font-size: 0.7rem;
  color: #999;
}

.grecaptcha-badge {
  visibility: hidden;
}

.hazards-title h1 {
  margin-bottom: 2rem;
}

.safetyfeed-logo {
  margin: 0;
  height: 3rem;
}
@media screen and (max-width: 400px) {
  .safetyfeed-logo {
    height: 2rem;
  }
}
.safetyfeed-logo img {
  height: 3rem;
}
@media screen and (max-width: 400px) {
  .safetyfeed-logo img {
    height: 2rem;
  }
}

.safetyfeed-wrap {
  position: relative;
}

.safetyfeed {
  padding: 0 1rem;
  position: relative;
}
.safetyfeed a:hover {
  color: inherit;
}

.safetyfeed-item {
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.safetyfeed-item.-main {
  background: #f8f8f8;
  border-radius: 0.5rem;
  border: 0.2rem solid #eee;
}

.safetyfeed-title {
  margin: 1rem 0 0.5rem;
  font-size: 1.5rem;
}

.safetyfeed-date {
  margin: 0;
  color: #b6121c;
  font-size: 1.1rem;
  font-weight: 700;
}

.safetyfeed-type {
  margin: 0;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  background: #b6121c;
  padding: 0.3rem 0.7rem;
  margin-right: 0.5rem;
}

.safetyfeed-summary {
  margin: 0.5rem 0;
}
.safetyfeed-summary p {
  font-size: 1.1rem;
  font-weight: 400;
}
.safetyfeed-summary p strong {
  font-weight: 400;
}

.safetyfeed-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.safetyfeed-image img {
  margin: -1px 0 0;
}

.safetyfeed-scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.3rem;
  color: #333;
  z-index: 99;
}

.safetyfeed-sibebar {
  position: relative;
  height: 40rem;
  background: #f8f8f8;
  border-radius: 0.5rem;
  border: 0.2rem solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.safetyfeed-sibebar h2 {
  padding: 0;
}
.safetyfeed-sibebar .safetyfeed {
  height: 100%;
  overflow: scroll;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0;
}
.safetyfeed-sibebar .safetyfeed-fade {
  position: relative;
  width: 100%;
  height: 1rem;
  background: #f8f8f8;
  background: linear-gradient(180deg, #f8f8f8 10%, rgba(248, 248, 248, 0) 100%);
  z-index: 10;
  margin-bottom: -0.8rem;
}
.safetyfeed-sibebar .safetyfeed-fade.-bottom {
  margin-bottom: 0;
  margin-top: -0.8rem;
  background: linear-gradient(0deg, #f8f8f8 10%, rgba(248, 248, 248, 0) 100%);
}
.safetyfeed-sibebar .safetyfeed-item {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  background: #f8f8f8;
}
.safetyfeed-sibebar .safetyfeed-title {
  font-size: 1.2rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .safetyfeed-sibebar {
    display: none;
  }
}

.block-list {
  margin: 0 -1rem;
}

.block {
  padding: 0 1rem;
}

.block-image {
  width: 100%;
}

.block-gallery {
  margin: 0 -1rem;
}

.block-gallery-wrap {
  min-height: 100%;
  width: 100%;
}

.block-gallery-image {
  margin-bottom: 2rem;
  padding: 0 1rem;
  width: 100%;
}

.block--embed-wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.block--embed-wrap iframe {
  width: 100%;
  height: auto;
}

.block--embed-wrap__video {
  height: 0;
  padding-bottom: 56.25%;
}
.block--embed-wrap__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block--video-wrap {
  position: relative;
  width: 100%;
}

.block-link {
  width: 100%;
}

.block-padding {
  padding: 0 10%;
}
@media screen and (max-width: 500px) {
  .block-padding {
    padding: 0;
  }
}

.links-list {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.links-list.-center {
  align-items: center;
}
.links-list.-right {
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  .links-list {
    width: auto;
    align-items: center;
  }
  .links-list.-right {
    align-items: center;
  }
}

.links-btn {
  margin-bottom: 0.5rem;
  width: 20rem;
  max-width: 90%;
}

.testimonial-item {
  padding: 1rem;
}
.testimonial-item .testimonial-content {
  position: relative;
  padding: 2rem 2rem 0;
  height: 100%;
}
.testimonial-item .quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  background: #1b429a;
  color: white;
  font-size: 2.5rem;
  padding: 0.3rem 0.5rem;
  transform: translate(1rem, -1rem);
  border-radius: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
.testimonial-item .quote {
  font-weight: 700;
}
.testimonial-item .line, .testimonial-item .line__sidebar {
  height: 2px;
}
.testimonial-item .source {
  font-style: italic;
  font-weight: 700;
  color: #b6121c;
  font-size: 1.3rem;
}

@media screen and (max-width: 500px) {
  .block-text h2 {
    font-size: 1.2rem;
  }
}

.article-pdf-wrap {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 141%;
}

.article-pdf {
  position: absolute;
  top: 0;
  left: 0;
}

.widget {
  background: #f8f8f8;
  border-radius: 0.5rem;
  border: 0.2rem solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 1rem;
}
.widget.-left {
  align-items: flex-start;
}

.widget-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}

.widget-title {
  color: #1b429a;
  padding: 0;
  margin: 0 0 1rem;
}

.widget-btn {
  width: 12rem;
}

.related-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.related-link {
  margin: 0.2rem 0;
  width: 100%;
  max-width: 20rem;
}
.related-link:nth-child(1) {
  margin-top: 0;
}

.sidebar-pages {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2rem;
}

.sidebar-pages-link {
  margin-bottom: 2rem;
}
.sidebar-pages-link:nth-last-child(1) {
  margin: 0;
}
.sidebar-pages-link:hover .sidebar-pages-image img {
  transition: transform 300ms ease;
  transform: scale(1.1);
}

.sidebar-pages-image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  margin-bottom: -2rem;
}
.sidebar-pages-image img {
  width: 100%;
  height: auto;
  transition: transform 300ms ease;
}

.sidebar-pages-title {
  position: relative;
  z-index: 10;
  width: 70%;
  background: white;
  padding: 0.5rem 0.3rem 0.3rem 0;
}
.sidebar-pages-title h3 {
  color: #b6121c;
  margin: 0;
  font-size: 1.3rem;
  text-transform: uppercase;
  width: 100%;
}

.line, .line__sidebar {
  height: 1px;
  background: #eee;
  width: 100%;
}
.line__sidebar {
  margin-bottom: 1rem;
}

.hover-effect {
  transition: transform 200ms ease;
}
.hover-effect:hover {
  color: white;
  transform: scale(1.1);
  transition: transform 200ms ease;
}

.border {
  background: #f8f8f8;
  border: 0.2rem solid #eee;
  border-radius: 0.5rem;
  padding: 1rem;
}