@charset "UTF-8";
/*
Theme Name: Gubbinz
Author: Paul Burnhill
Author URI: https://www.webassemble.net
Description: Custom Wordpress theme.
Version: 3
*/
/* ------- sass elements and setup ------- */
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url("https://use.typekit.net/xlz5pfb.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
	@include placeholder {
		color: black;
		margin: 0;
		padding: 0;
		font-size: 1.4rem;
		line-height: normal;
		line-height: 1;
		opacity: 1;
		text-align: center;
	}
*/
/* ------- utility css classes - shouldn't need to edit these ------- */
.display__flex {
  display: flex;
}

.flex__both--center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.flex__justify--space-between {
  justify-content: space-between;
}

.flex__justify--space-around {
  justify-content: space-around;
}

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

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

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

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

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

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

.flex__wrap {
  flex-wrap: wrap;
}

.flex__wrap--xs {
  flex-wrap: wrap;
}
@media screen and (min-width: 0px) {
  .flex__wrap--xs {
    flex-wrap: nowrap;
  }
}

.flex__wrap--sm {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex__wrap--sm {
    flex-wrap: nowrap;
  }
}

.flex__wrap--md {
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .flex__wrap--md {
    flex-wrap: nowrap;
  }
}

.flex-item__auto-fixed--md {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .flex-item__auto-fixed--md {
    flex: 0 0 auto;
  }
}

.flex-item__auto-shrink--md {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .flex-item__auto-shrink--md {
    flex: 0 1 auto;
  }
}

.flex-item__auto-grow--md {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .flex-item__auto-grow--md {
    flex: 2 0 auto;
  }
}

.flex-item__auto-both--md {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .flex-item__auto-both--md {
    flex: 1 1 auto;
  }
}

ul[class*=gub-grid],
ol[class*=gub-grid] {
  list-style: none;
  padding: 0;
}

.gub-grid--0 {
  width: calc(100% + 0px);
  margin: 0px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--0 > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 0px);
  width: calc(100% - 0px);
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 0px);
  width: calc(50% - 0px);
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 0px);
  width: calc(33.3333333% - 0px);
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 0px);
  width: calc(66.6666666% - 0px);
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 0px);
  width: calc(25% - 0px);
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 0px);
  width: calc(20% - 0px);
  margin: 0px;
}
.gub-grid--0 > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 0px);
  width: calc(16.6666666% - 0px);
  margin: 0px;
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 0px);
    width: calc(50% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 0px);
    width: calc(33.3333333% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 0px);
    width: calc(66.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 0px);
    width: calc(20% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--0 > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 0px);
    width: calc(16.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--0 > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 0px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--0 > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--0 > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 0px);
    width: calc(50% - 0px);
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--0 > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 0px);
    width: calc(33.3333333% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--0 > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 0px);
    width: calc(66.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--0 > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--0 > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 0px);
    width: calc(20% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--0 > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 0px);
    width: calc(16.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 0px);
    width: calc(1000% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 0px);
    width: calc(50% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 0px);
    width: calc(33.3333333% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 0px);
    width: calc(66.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 0px);
    width: calc(20% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--0 > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 0px);
    width: calc(16.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--0 > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--0 > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 0px);
    width: calc(33.3333333% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--0 > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 0px);
    width: calc(66.6666666% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--0 > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 0px);
    width: calc(25% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--0 > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 0px);
    width: calc(20% - 0px);
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--0 > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 0px);
    width: calc(16.6666666% - 0px);
    margin: 0px;
  }
}

.gub-grid--5 {
  width: calc(100% + 10px);
  margin: -5px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--5 > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 10px);
  width: calc(33.3333333% - 10px);
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 10px);
  width: calc(66.6666666% - 10px);
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 10px);
  width: calc(25% - 10px);
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 10px);
  width: calc(20% - 10px);
  margin: 5px;
}
.gub-grid--5 > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 10px);
  width: calc(16.6666666% - 10px);
  margin: 5px;
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 10px);
    width: calc(33.3333333% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 10px);
    width: calc(66.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 10px);
    width: calc(20% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--5 > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 10px);
    width: calc(16.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--5 > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--5 > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--5 > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--5 > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 10px);
    width: calc(33.3333333% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--5 > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 10px);
    width: calc(66.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--5 > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--5 > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 10px);
    width: calc(20% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--5 > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 10px);
    width: calc(16.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 10px);
    width: calc(1000% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 10px);
    width: calc(33.3333333% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 10px);
    width: calc(66.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 10px);
    width: calc(20% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--5 > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 10px);
    width: calc(16.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--5 > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--5 > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 10px);
    width: calc(33.3333333% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--5 > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 10px);
    width: calc(66.6666666% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--5 > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--5 > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 10px);
    width: calc(20% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--5 > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 10px);
    width: calc(16.6666666% - 10px);
    margin: 5px;
  }
}

.gub-grid--10 {
  width: calc(100% + 20px);
  margin: -10px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--10 > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 20px);
  width: calc(33.3333333% - 20px);
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 20px);
  width: calc(66.6666666% - 20px);
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 20px);
  width: calc(20% - 20px);
  margin: 10px;
}
.gub-grid--10 > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 20px);
  width: calc(16.6666666% - 20px);
  margin: 10px;
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 20px);
    width: calc(33.3333333% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 20px);
    width: calc(66.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--10 > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 20px);
    width: calc(16.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--10 > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--10 > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--10 > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--10 > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 20px);
    width: calc(33.3333333% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--10 > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 20px);
    width: calc(66.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--10 > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--10 > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--10 > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 20px);
    width: calc(16.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 20px);
    width: calc(1000% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 20px);
    width: calc(33.3333333% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 20px);
    width: calc(66.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--10 > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 20px);
    width: calc(16.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--10 > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--10 > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 20px);
    width: calc(33.3333333% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--10 > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 20px);
    width: calc(66.6666666% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--10 > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--10 > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--10 > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 20px);
    width: calc(16.6666666% - 20px);
    margin: 10px;
  }
}

.gub-grid--15 {
  width: calc(100% + 30px);
  margin: -15px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--15 > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 30px);
  width: calc(33.3333333% - 30px);
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 30px);
  width: calc(66.6666666% - 30px);
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 30px);
  width: calc(20% - 30px);
  margin: 15px;
}
.gub-grid--15 > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 30px);
  width: calc(16.6666666% - 30px);
  margin: 15px;
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--15 > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--15 > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--15 > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--15 > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--15 > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--15 > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--15 > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--15 > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--15 > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 30px);
    width: calc(1000% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--15 > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--15 > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--15 > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--15 > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--15 > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--15 > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--15 > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}

.gub-grid--30 {
  width: calc(100% + 60px);
  margin: -30px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--30 > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 60px);
  width: calc(50% - 60px);
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 60px);
  width: calc(33.3333333% - 60px);
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 60px);
  width: calc(66.6666666% - 60px);
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 60px);
  width: calc(25% - 60px);
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 60px);
  width: calc(20% - 60px);
  margin: 30px;
}
.gub-grid--30 > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 60px);
  width: calc(16.6666666% - 60px);
  margin: 30px;
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--30 > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--30 > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 30px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--30 > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--30 > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--30 > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--30 > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--30 > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--30 > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--30 > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 60px);
    width: calc(1000% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--30 > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--30 > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--30 > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--30 > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--30 > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--30 > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--30 > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}

.gub-grid--sm {
  width: calc(100% + 15px);
  margin: -7.5px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--sm > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 15px);
  width: calc(100% - 15px);
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 15px);
  width: calc(50% - 15px);
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 15px);
  width: calc(33.3333333% - 15px);
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 15px);
  width: calc(66.6666666% - 15px);
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 15px);
  width: calc(25% - 15px);
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 15px);
  width: calc(20% - 15px);
  margin: 7.5px;
}
.gub-grid--sm > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 15px);
  width: calc(16.6666666% - 15px);
  margin: 7.5px;
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 15px);
    width: calc(100% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 15px);
    width: calc(33.3333333% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 15px);
    width: calc(66.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 15px);
    width: calc(20% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 15px);
    width: calc(16.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 15px);
    width: calc(100% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 15px);
    width: calc(33.3333333% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 15px);
    width: calc(66.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 15px);
    width: calc(20% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 15px);
    width: calc(16.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 15px);
    width: calc(1000% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 15px);
    width: calc(33.3333333% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 15px);
    width: calc(66.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 15px);
    width: calc(20% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 15px);
    width: calc(16.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 15px);
    width: calc(100% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 15px);
    width: calc(33.3333333% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 15px);
    width: calc(66.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 15px);
    width: calc(20% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 15px);
    width: calc(16.6666666% - 15px);
    margin: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--sm {
    width: calc(100% + 30px);
    margin: -15px !important;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gub-grid--sm > .gub-grid__item--auto {
    flex: 0 1 auto;
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--1 {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--2 {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--3 {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--3x2 {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--4 {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--5 {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
  .gub-grid--sm > .gub-grid__item--6 {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--sm > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--sm > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 30px);
    width: calc(1000% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--sm > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--sm > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}

.gub-grid--md {
  width: calc(100% + 30px);
  margin: -15px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--md > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 30px);
  width: calc(33.3333333% - 30px);
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 30px);
  width: calc(66.6666666% - 30px);
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 30px);
  width: calc(20% - 30px);
  margin: 15px;
}
.gub-grid--md > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 30px);
  width: calc(16.6666666% - 30px);
  margin: 15px;
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 30px);
    width: calc(1000% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--md {
    width: calc(100% + 60px);
    margin: -30px !important;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gub-grid--md > .gub-grid__item--auto {
    flex: 0 1 auto;
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--1 {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--2 {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--3 {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--3x2 {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--4 {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--5 {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
  .gub-grid--md > .gub-grid__item--6 {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--md > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--md > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 60px);
    width: calc(1000% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--md > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 60px);
    width: calc(33.3333333% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 60px);
    width: calc(66.6666666% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 60px);
    width: calc(25% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 60px);
    width: calc(20% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--md > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 60px);
    width: calc(16.6666666% - 60px);
    margin: 30px;
  }
}

.gub-grid--lg {
  width: calc(100% + 30px);
  margin: -15px !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--lg > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 30px);
  width: calc(33.3333333% - 30px);
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 30px);
  width: calc(66.6666666% - 30px);
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 30px);
  width: calc(20% - 30px);
  margin: 15px;
}
.gub-grid--lg > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 30px);
  width: calc(16.6666666% - 30px);
  margin: 15px;
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 30px);
    width: calc(1000% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 30px);
    width: calc(66.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 30px);
    width: calc(16.6666666% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--lg {
    width: calc(100% + 90px);
    margin: -45px !important;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gub-grid--lg > .gub-grid__item--auto {
    flex: 0 1 auto;
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--1 {
    flex: 0 0 calc(100% - 90px);
    width: calc(100% - 90px);
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--2 {
    flex: 0 0 calc(50% - 90px);
    width: calc(50% - 90px);
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--3 {
    flex: 0 0 calc(33.3333333% - 90px);
    width: calc(33.3333333% - 90px);
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--3x2 {
    flex: 0 0 calc(66.6666666% - 90px);
    width: calc(66.6666666% - 90px);
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--4 {
    flex: 0 0 calc(25% - 90px);
    width: calc(25% - 90px);
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--5 {
    flex: 0 0 calc(20% - 90px);
    width: calc(20% - 90px);
    margin: 45px;
  }
  .gub-grid--lg > .gub-grid__item--6 {
    flex: 0 0 calc(16.6666666% - 90px);
    width: calc(16.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 90px);
    width: calc(100% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 90px);
    width: calc(50% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 90px);
    width: calc(33.3333333% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 90px);
    width: calc(66.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 90px);
    width: calc(25% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 90px);
    width: calc(20% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .gub-grid--lg > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 90px);
    width: calc(16.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 90px);
    width: calc(100% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 90px);
    width: calc(50% - 90px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 90px);
    width: calc(33.3333333% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 90px);
    width: calc(66.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 90px);
    width: calc(25% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 90px);
    width: calc(20% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gub-grid--lg > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 90px);
    width: calc(16.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 90px);
    width: calc(1000% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 90px);
    width: calc(50% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 90px);
    width: calc(33.3333333% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 90px);
    width: calc(66.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 90px);
    width: calc(25% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 90px);
    width: calc(20% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .gub-grid--lg > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 90px);
    width: calc(16.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 90px);
    width: calc(100% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 90px);
    width: calc(33.3333333% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 90px);
    width: calc(66.6666666% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 90px);
    width: calc(25% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 90px);
    width: calc(20% - 90px);
    margin: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .gub-grid--lg > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 90px);
    width: calc(16.6666666% - 90px);
    margin: 45px;
  }
}

.gub-grid--1rem {
  width: calc(100% + 2rem);
  margin: -1rem !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.gub-grid--1rem > .gub-grid__item--auto {
  flex: 0 1 auto;
  margin: 1rem;
}
.gub-grid--1rem > .gub-grid__item--1 {
  flex: 0 0 calc(100% - 2rem);
  width: calc(100% - 2rem);
  margin: 1rem;
}
.gub-grid--1rem > .gub-grid__item--2 {
  flex: 0 0 calc(50% - 2rem);
  width: calc(50% - 2rem);
  margin: 1rem;
}
.gub-grid--1rem > .gub-grid__item--3 {
  flex: 0 0 calc(33.3333333% - 2rem);
  width: calc(33.3333333% - 2rem);
  margin: 1rem;
}
.gub-grid--1rem > .gub-grid__item--3x2 {
  flex: 0 0 calc(66.6666666% - 2rem);
  width: calc(66.6666666% - 2rem);
  margin: 1rem;
}
.gub-grid--1rem > .gub-grid__item--4 {
  flex: 0 0 calc(25% - 2rem);
  width: calc(25% - 2rem);
  margin: 1rem;
}
.gub-grid--1rem > .gub-grid__item--5 {
  flex: 0 0 calc(20% - 2rem);
  width: calc(20% - 2rem);
  margin: 1rem;
}
.gub-grid--1rem > .gub-grid__item--6 {
  flex: 0 0 calc(16.6666666% - 2rem);
  width: calc(16.6666666% - 2rem);
  margin: 1rem;
}
@media screen and (min-width: 576px) {
  .gub-grid--1rem > .gub-grid__item--1-sm {
    flex: 0 0 calc(100% - 2rem);
    width: calc(100% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--1rem > .gub-grid__item--2-sm {
    flex: 0 0 calc(50% - 2rem);
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--1rem > .gub-grid__item--3-sm {
    flex: 0 0 calc(33.3333333% - 2rem);
    width: calc(33.3333333% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--1rem > .gub-grid__item--3x2-sm {
    flex: 0 0 calc(66.6666666% - 2rem);
    width: calc(66.6666666% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--1rem > .gub-grid__item--4-sm {
    flex: 0 0 calc(25% - 2rem);
    width: calc(25% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--1rem > .gub-grid__item--5-sm {
    flex: 0 0 calc(20% - 2rem);
    width: calc(20% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .gub-grid--1rem > .gub-grid__item--6-sm {
    flex: 0 0 calc(16.6666666% - 2rem);
    width: calc(16.6666666% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--1rem > .gub-grid__item--auto-md {
    flex: 0 1 auto;
    width: auto;
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--1rem > .gub-grid__item--1-md {
    flex: 0 0 calc(100% - 2rem);
    width: calc(100% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--1rem > .gub-grid__item--2-md {
    flex: 0 0 calc(50% - 2rem);
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--1rem > .gub-grid__item--3-md {
    flex: 0 0 calc(33.3333333% - 2rem);
    width: calc(33.3333333% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--1rem > .gub-grid__item--3x2-md {
    flex: 0 0 calc(66.6666666% - 2rem);
    width: calc(66.6666666% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--1rem > .gub-grid__item--4-md {
    flex: 0 0 calc(25% - 2rem);
    width: calc(25% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--1rem > .gub-grid__item--5-md {
    flex: 0 0 calc(20% - 2rem);
    width: calc(20% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .gub-grid--1rem > .gub-grid__item--6-md {
    flex: 0 0 calc(16.6666666% - 2rem);
    width: calc(16.6666666% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1rem > .gub-grid__item--auto-lg {
    flex: 0 1 auto;
    width: auto;
    margin: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1rem > .gub-grid__item--1-lg {
    flex: 0 0 calc(100% - 2rem);
    width: calc(1000% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1rem > .gub-grid__item--2-lg {
    flex: 0 0 calc(50% - 2rem);
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1rem > .gub-grid__item--3-lg {
    flex: 0 0 calc(33.3333333% - 2rem);
    width: calc(33.3333333% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1rem > .gub-grid__item--3x2-lg {
    flex: 0 0 calc(66.6666666% - 2rem);
    width: calc(66.6666666% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1rem > .gub-grid__item--4-lg {
    flex: 0 0 calc(25% - 2rem);
    width: calc(25% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1rem > .gub-grid__item--5-lg {
    flex: 0 0 calc(20% - 2rem);
    width: calc(20% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .gub-grid--1rem > .gub-grid__item--6-lg {
    flex: 0 0 calc(16.6666666% - 2rem);
    width: calc(16.6666666% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--1rem > .gub-grid__item--1-xl {
    flex: 0 0 calc(100% - 2rem);
    width: calc(100% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--1rem > .gub-grid__item--3-xl {
    flex: 0 0 calc(33.3333333% - 2rem);
    width: calc(33.3333333% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--1rem > .gub-grid__item--3x2-xl {
    flex: 0 0 calc(66.6666666% - 2rem);
    width: calc(66.6666666% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--1rem > .gub-grid__item--4-xl {
    flex: 0 0 calc(25% - 2rem);
    width: calc(25% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--1rem > .gub-grid__item--5-xl {
    flex: 0 0 calc(20% - 2rem);
    width: calc(20% - 2rem);
    margin: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .gub-grid--1rem > .gub-grid__item--6-xl {
    flex: 0 0 calc(16.6666666% - 2rem);
    width: calc(16.6666666% - 2rem);
    margin: 1rem;
  }
}

.gub-grid-container {
  width: 100%;
  overflow: hidden;
}

a:link,
a:visited {
  text-decoration: none;
}

a.link--theme:link, a.link--theme:visited {
  color: #4a4a4a;
  transition: all 0.3s ease;
}
a.link--theme:link:hover, a.link--theme:link:active, a.link--theme:visited:hover, a.link--theme:visited:active {
  color: #cc092f;
}

a.fitted {
  display: block;
  outline: none;
}

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

button.btn--clear, .theme-carousel .owl-dots button.owl-dot, .theme-carousel .owl-nav button.owl-prev,
.theme-carousel .owl-nav button.owl-next {
  margin: 0;
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline;
  font-family: inherit;
  border-radius: 0;
}
button.btn--clear:focus, .theme-carousel .owl-dots button.owl-dot:focus, .theme-carousel .owl-nav button.owl-prev:focus,
.theme-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

.btn--std,
a:link.btn--std,
a:visited.btn--std,
button.btn--std {
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: normal;
  line-height: 1;
  margin: 0;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  font-size: 17;
  line-height: 1;
  transition: all 0.3s ease;
}
.btn--std:hover, .btn--std:active,
a:link.btn--std:hover,
a:link.btn--std:active,
a:visited.btn--std:hover,
a:visited.btn--std:active,
button.btn--std:hover,
button.btn--std:active {
  background-color: #6b717c;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
ul,
ol,
table {
  margin-top: 0;
  margin-bottom: 1rem;
  color: inherit;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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

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

ul,
ul ul,
ul ul ul {
  list-style-position: inside;
  padding-left: 1.4em;
}
ul li:not(:last-child),
ul ul li:not(:last-child),
ul ul ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}

ol,
ol ol,
ol ol ol {
  list-style-position: outside;
  padding-left: 1.8em;
}
ol li:not(:last-child),
ol ol li:not(:last-child),
ol ol ol li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.text--centred ul,
.text--centred ol {
  list-style: none;
  padding-left: 0;
}
.text--centred blockquote {
  padding-left: 0;
}

li {
  list-style-position: outside;
}

table {
  margin: 0;
  border: 1px solid #000000;
}
table th,
table td {
  border: 1px solid #000000;
  padding: 5px;
}
.table__container {
  max-width: 100%;
  overflow: scroll;
  margin: 2rem 0;
}

a {
  color: inherit;
}

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

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

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

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

.text--italic {
  font-style: italic;
}

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

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

hr {
  border: none;
  border-bottom: 1px solid #000000;
}

.text--hide {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

blockquote {
  margin: 2rem 0;
  padding: 0 0 0 1rem;
  color: #4a4a4a;
}

dl {
  margin: 1rem 0;
}

dt {
  margin-top: 0.5rem;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

address {
  font-style: normal;
}

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

.line-height--1p1 {
  line-height: 1.1;
}

.line-height--1p2 {
  line-height: 1.2;
}

.line-height--1p3 {
  line-height: 1.3;
}

.line-height--1p4 {
  line-height: 1.4;
}

.line-height--1p5 {
  line-height: 1.5;
}

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

.font--light,
.font--300 {
  font-weight: 300;
  font-style: normal;
}

.font--light-italic,
.font--300-italic {
  font-weight: 300;
  font-style: italic;
}

.font--regular,
.font--400 {
  font-weight: 400;
  font-style: normal;
}

.font--regular-italic, em, blockquote,
.font--400-italic {
  font-weight: 400;
  font-style: italic;
}

.font--medium,
.font--500 {
  font-weight: 500;
  font-style: normal;
}

.font--medium-italic,
.font--500-italic {
  font-weight: 500;
  font-style: italic;
}

.font--semibold,
.font--600 {
  font-weight: 600;
  font-style: normal;
}

.font--semibold-italic,
.font--600-italic {
  font-weight: 600;
  font-style: italic;
}

.font--bold, .bold,
strong,
.font--700 {
  font-weight: 700;
  font-style: normal;
}

.font--bold-italic,
.font--700-italic {
  font-weight: 700;
  font-style: italic;
}

.font--black,
.font--900 {
  font-weight: 900;
  font-style: normal;
}

.font--black-italic,
.font--900-italic {
  font-weight: 900;
  font-style: italic;
}

ul.list--clear, .twitter-card ul.good_old_twitter_widget,
ol.list--clear {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list--clear > li, .twitter-card ul.good_old_twitter_widget > li,
ol.list--clear > li {
  padding: 0;
}

ul.list__simple {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list__simple li:not(:last-child) {
  margin-bottom: 0.5em;
}

ul.list__inline-block {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
ul.list__inline-block li {
  display: inline-block;
}

ul.list__inline-block--text {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
ul.list__inline-block--text > li {
  display: inline-block;
  font-size: 17;
  line-height: 1.4;
}

ul.list__flex--centre-centre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list__flex--centre-centre > li {
  flex: 0 0 auto;
  margin: 0;
}

ul.list__flex--center-stretch {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list__flex--center-stretch > li {
  flex: 0 0 auto;
  margin: 0;
}

ul.list__flex--between-centre {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list__flex--between-centre > li {
  flex: 0 0 auto;
  margin: 0;
}

ul.list__flex--between-stretch {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list__flex--between-stretch > li {
  flex: 0 0 auto;
  margin: 0;
}

ul.list__flex--start-centre {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list__flex--start-centre > li {
  flex: 0 0 auto;
  margin: 0;
}

ul.list__flex--text > li:not(:last-child) {
  margin-right: 15px;
}

ul.list__fa-icons, .share-buttons ul.share-buttons__list, ul.company-socials__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: -0.25em;
  padding: 0;
}
ul.list__fa-icons > li, .share-buttons ul.share-buttons__list > li, ul.company-socials__list > li {
  flex: 0 0 auto;
  margin: 0.25em;
  font-size: 1.4em;
  line-height: 1;
}

ul.list__buttons {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -0.5em -0.75em;
  padding: 0;
}
ul.list__buttons > li {
  flex: 0 0 auto;
  margin: 0.5em 0.75em;
}

ul.tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
}
ul.tag-list li {
  flex: 0 0 auto;
  margin: 0.5em;
  line-height: 1;
}
ul.tag-list li a {
  padding: 0.5em 0.75em;
  border-radius: 0;
  display: block;
}
ul.tag-list.tag-list--small {
  margin: -0.3em;
}
ul.tag-list.tag-list--small li {
  margin: 0.3em;
}
ul.tag-list.tag-list--small li a {
  padding: 0.3em 0.5em;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 1.4;
  color: #4a4a4a;
}

body {
  background-color: #cc092f;
  position: relative;
}
body.menu-open {
  overflow: hidden;
  width: 100%;
}

div,
header,
nav,
main,
aside,
footer,
section {
  box-sizing: border-box;
}

.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 30px;
  }
}

.inner--full-width {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner--full-width {
    padding: 0 30px;
  }
}

.inner--no-padding {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0;
}

.inner--wide {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner--wide {
    padding: 0 30px;
  }
}

.inner--wide-no-padding {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0;
}

.block {
  display: block;
}

.display__none {
  display: none;
}

.display__above-md {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .display__above-md {
    display: initial !important;
  }
}

.display__below-md {
  display: initial !important;
}
@media screen and (min-width: 768px) {
  .display__below-md {
    display: none !important;
  }
}

.display__above-sm {
  display: none !important;
}
@media screen and (min-width: 576px) {
  .display__above-sm {
    display: initial !important;
  }
}

.columns__2--md {
  column-count: 1;
}
@media screen and (min-width: 768px) {
  .columns__2--md {
    column-count: 2;
    column-gap: 30px;
  }
}

.width--centred {
  margin-left: auto;
  margin-right: auto;
}

.width--250 {
  max-width: 250px;
}

.width--300 {
  max-width: 300px;
}

.width--400 {
  max-width: 400px;
}

.width--500 {
  max-width: 500px;
}

.width--600 {
  max-width: 600px;
}

.width--700 {
  max-width: 700px;
}

.width--800 {
  max-width: 800px;
}

.width--900 {
  max-width: 900px;
}

.width--1000 {
  max-width: 1000px;
}

.width--1100 {
  max-width: 1100px;
}

.width--1200 {
  max-width: 1200px;
}

picture.fitted,
figure.fitted {
  display: block;
  width: 100%;
}
picture.fitted img,
figure.fitted img {
  display: block;
  width: 100%;
  height: auto;
}

img.fitted {
  display: block;
  width: 100%;
  height: auto;
}

img.no-pointer,
.no-pointer {
  pointer-events: none;
}

.video-wrapper {
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.has-overlay-caption,
.wp-caption {
  position: relative !important;
}
.has-overlay-caption .overlay-caption,
.has-overlay-caption p.wp-caption-text,
.wp-caption .overlay-caption,
.wp-caption p.wp-caption-text {
  display: inline-block !important;
  width: auto !important;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  padding: 6px 12px !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.max-size-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.max-size-container .max-size-img--vert,
.max-size-container .max-size-img--sq,
.max-size-container .max-size-img--horz {
  display: block;
  margin: auto;
}
.max-size-container .max-size-img--vert {
  width: auto;
  height: 100%;
}
.max-size-container .max-size-img--sq {
  width: 90%;
  height: auto;
}
.max-size-container .max-size-img--horz {
  width: 100%;
  height: auto;
}

.padding--5 {
  padding: 5px;
}

.padding__vertical--5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding__horizontal--5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding__top--5 {
  padding-top: 5px;
}

.padding__bottom--5 {
  padding-bottom: 5px;
}

.padding--10 {
  padding: 10px;
}

.padding__vertical--10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding__horizontal--10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding__top--10 {
  padding-top: 10px;
}

.padding__bottom--10 {
  padding-bottom: 10px;
}

.padding--15 {
  padding: 15px;
}

.padding__vertical--15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding__horizontal--15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding__top--15 {
  padding-top: 15px;
}

.padding__bottom--15 {
  padding-bottom: 15px;
}

.padding--20 {
  padding: 20px;
}

.padding__vertical--20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding__horizontal--20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding__top--20 {
  padding-top: 20px;
}

.padding__bottom--20 {
  padding-bottom: 20px;
}

.padding--30 {
  padding: 30px;
}

.padding__vertical--30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding__horizontal--30 {
  padding-left: 30px;
  padding-right: 30px;
}

.padding__top--30 {
  padding-top: 30px;
}

.padding__bottom--30 {
  padding-bottom: 30px;
}

.padding--60 {
  padding: 60px;
}

.padding__vertical--60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding__horizontal--60 {
  padding-left: 60px;
  padding-right: 60px;
}

.padding__top--60 {
  padding-top: 60px;
}

.padding__bottom--60 {
  padding-bottom: 60px;
}

.padding--xs {
  padding: 7.5px;
}
@media screen and (min-width: 768px) {
  .padding--xs {
    padding: 15px;
  }
}

.padding--sm {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .padding--sm {
    padding: 30px;
  }
}

.padding--md {
  padding: 22.5px;
}
@media screen and (min-width: 768px) {
  .padding--md {
    padding: 45px;
  }
}

.padding--lg {
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .padding--lg {
    padding: 60px;
  }
}

.padding--xl {
  padding: 45px;
}
@media screen and (min-width: 768px) {
  .padding--xl {
    padding: 90px;
  }
}

.padding--xxl {
  padding: 60px;
}
@media screen and (min-width: 768px) {
  .padding--xxl {
    padding: 120px;
  }
}

.padding__horizontal--xs {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media screen and (min-width: 768px) {
  .padding__horizontal--xs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.padding__horizontal--sm {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .padding__horizontal--sm {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.padding__horizontal--md {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
@media screen and (min-width: 768px) {
  .padding__horizontal--md {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.padding__horizontal--lg {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .padding__horizontal--lg {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.padding__horizontal--xl {
  padding-left: 45px;
  padding-right: 45px;
}
@media screen and (min-width: 768px) {
  .padding__horizontal--xl {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.padding__horizontal--xxl {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (min-width: 768px) {
  .padding__horizontal--xxl {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.padding__vertical--xs {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
@media screen and (min-width: 768px) {
  .padding__vertical--xs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.padding__vertical--sm {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .padding__vertical--sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.padding__vertical--md {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
@media screen and (min-width: 768px) {
  .padding__vertical--md {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.padding__vertical--lg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .padding__vertical--lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padding__vertical--xl {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .padding__vertical--xl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.padding__vertical--xxl {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .padding__vertical--xxl {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.padding__top--xs {
  padding-top: 7.5px;
}
@media screen and (min-width: 768px) {
  .padding__top--xs {
    padding-top: 15px;
  }
}

.padding__top--sm {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .padding__top--sm {
    padding-top: 30px;
  }
}

.padding__top--md {
  padding-top: 22.5px;
}
@media screen and (min-width: 768px) {
  .padding__top--md {
    padding-top: 45px;
  }
}

.padding__top--lg {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .padding__top--lg {
    padding-top: 60px;
  }
}

.padding__top--xl {
  padding-top: 45px;
}
@media screen and (min-width: 768px) {
  .padding__top--xl {
    padding-top: 90px;
  }
}

.padding__top--xxl {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .padding__top--xxl {
    padding-top: 120px;
  }
}

.padding__bottom--xs {
  padding-bottom: 7.5px;
}
@media screen and (min-width: 768px) {
  .padding__bottom--xs {
    padding-bottom: 15px;
  }
}

.padding__bottom--sm {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .padding__bottom--sm {
    padding-bottom: 30px;
  }
}

.padding__bottom--md {
  padding-bottom: 22.5px;
}
@media screen and (min-width: 768px) {
  .padding__bottom--md {
    padding-bottom: 45px;
  }
}

.padding__bottom--lg {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .padding__bottom--lg {
    padding-bottom: 60px;
  }
}

.padding__bottom--xl {
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .padding__bottom--xl {
    padding-bottom: 90px;
  }
}

.padding__bottom--xxl {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .padding__bottom--xxl {
    padding-bottom: 120px;
  }
}

.padding__left--sm {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .padding__left--sm {
    padding-left: 30px;
  }
}

.padding__top--0p5rem {
  padding-top: 0.5rem;
}

.padding__bottom--0p5rem {
  padding-bottom: 0.5rem;
}

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

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

.padding__top--1p5rem {
  padding-top: 1.5rem;
}

.padding__bottom--1p5rem {
  padding-bottom: 1.5rem;
}

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

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

.margin--0 {
  margin: 0;
}

.margin__top--0 {
  margin-top: 0;
}

.margin__bottom--0 {
  margin-bottom: 0;
}

.margin__top--5 {
  margin-top: 5px;
}

.margin__bottom--5 {
  margin-bottom: 5px;
}

.margin__vertical--5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.margin__top--10 {
  margin-top: 10px;
}

.margin__bottom--10 {
  margin-bottom: 10px;
}

.margin--15 {
  margin: 15px;
}

.margin__vertical--15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin__horizontal--15 {
  margin-left: 15px;
  margin-right: 15px;
}

.margin__top--15 {
  margin-top: 15px;
}

.margin__bottom--15 {
  margin-bottom: 15px;
}

.margin--20 {
  margin: 20px;
}

.margin__vertical--20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin__horizontal--20 {
  margin-left: 20px;
  margin-right: 20px;
}

.margin__top--20 {
  margin-top: 20px;
}

.margin__bottom--20 {
  margin-bottom: 20px;
}

.margin--30 {
  margin: 30px;
}

.margin__vertical--30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin__horizontal--30 {
  margin-left: 30px;
  margin-right: 30px;
}

.margin__top--30 {
  margin-top: 30px;
}

.margin__bottom--30 {
  margin-bottom: 30px;
}

.margin--60 {
  margin: 60px;
}

.margin__vertical--60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.margin__horizontal--60 {
  margin-left: 60px;
  margin-right: 60px;
}

.margin__top--60 {
  margin-top: 60px;
}

.margin__bottom--60 {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

.margin__bottom--3rem, .section-modules .module:not(:last-child) {
  margin-bottom: 3rem;
}

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

.margin__vertical--xs {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media screen and (min-width: 768px) {
  .margin__vertical--xs {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.margin__vertical--sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .margin__vertical--sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.margin__vertical--md {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
@media screen and (min-width: 768px) {
  .margin__vertical--md {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.margin__vertical--lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .margin__vertical--lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.margin__vertical--xl {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .margin__vertical--xl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

.margin__vertical--xxl {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .margin__vertical--xxl {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.margin__top--xs {
  margin-top: 7.5px;
}
@media screen and (min-width: 768px) {
  .margin__top--xs {
    margin-top: 15px;
  }
}

.margin__top--sm {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .margin__top--sm {
    margin-top: 30px;
  }
}

.margin__top--md, .pagination {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .margin__top--md, .pagination {
    margin-top: 60px;
  }
}

.margin__top--lg {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .margin__top--lg {
    margin-top: 90px;
  }
}

.margin__top--xl {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .margin__top--xl {
    margin-top: 120px;
  }
}

.margin__top--xxl {
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .margin__top--xxl {
    margin-top: 150px;
  }
}

.margin__bottom--xs {
  margin-bottom: 7.5px;
}
@media screen and (min-width: 768px) {
  .margin__bottom--xs {
    margin-bottom: 15px;
  }
}

.margin__bottom--sm {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .margin__bottom--sm {
    margin-bottom: 30px;
  }
}

.margin__bottom--md {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .margin__bottom--md {
    margin-bottom: 60px;
  }
}

.margin__bottom--lg {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .margin__bottom--lg {
    margin-bottom: 90px;
  }
}

.margin__bottom--xl {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .margin__bottom--xl {
    margin-bottom: 120px;
  }
}

.margin__top--0p5rem {
  margin-top: 0.5rem;
}

.margin__bottom--0p5rem {
  margin-bottom: 0.5rem;
}

.margin__top--0p75rem {
  margin-top: 0.75rem;
}

.margin__bottom--0p75rem {
  margin-bottom: 0.75rem;
}

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

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

.margin__top--1p5rem {
  margin-top: 1.5rem;
}

.margin__bottom--1p5rem {
  margin-bottom: 1.5rem;
}

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

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

.border--1 {
  border-width: 1px;
  border-style: solid;
}

.border__bottom--1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.border__top--1 {
  border-top-width: 1px;
  border-top-style: solid;
}

.border--2 {
  border-width: 2px;
  border-style: solid;
}

.border__bottom--2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.border__top--2 {
  border-top-width: 2px;
  border-top-style: solid;
}

.border--3 {
  border-width: 3px;
  border-style: solid;
}

.border__bottom--3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.border__top--3 {
  border-top-width: 3px;
  border-top-style: solid;
}

.border--5 {
  border-width: 5px;
  border-style: solid;
}

.border__bottom--5 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.border__top--5 {
  border-top-width: 5px;
  border-top-style: solid;
}

border--white {
  border-color: #ffffff;
}

border--theme-colour-1 {
  border-color: #cc092f;
}

border--theme-colour-2 {
  border-color: #9b9b9b;
}

/* ------- vendor css ------- */
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

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

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

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

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all;
}

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

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: 0.5;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }

  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}

.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

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

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

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

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }

  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ------- wordpress specific css ------- */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.alignnone,
img.alignnone,
a img.alignnone {
  display: block;
  margin: 2rem 0;
}

.alignright,
img.alignright,
a img.alignright {
  float: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .alignright,
img.alignright,
a img.alignright {
    float: right;
    margin: 0.25rem 0 0.25rem 1.5rem;
  }
  .alignright:first-child,
img.alignright:first-child,
a img.alignright:first-child {
    margin-top: 0;
  }
  .alignright:last-child,
img.alignright:last-child,
a img.alignright:last-child {
    margin-bottom: 0;
  }
}

.alignleft,
img.alignleft,
a img.alignleft {
  float: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .alignleft,
img.alignleft,
a img.alignleft {
    float: left;
    margin: 0.25rem 1.5rem 0.25em 0;
  }
  .alignleft:first-child,
img.alignleft:first-child,
a img.alignleft:first-child {
    margin-top: 0;
  }
  .alignleft:last-child,
img.alignleft:last-child,
a img.alignleft:last-child {
    margin-bottom: 0;
  }
}

.aligncenter,
img.aligncenter,
a img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.alignnone:first-child,
img.alignnone:first-child,
a img.alignnone:first-child,
.alignright:first-child,
img.alignright:first-child,
a img.alignright:first-child,
.alignleft:first-child,
img.alignleft:first-child,
a img.alignleft:first-child,
.aligncenter:first-child,
img.aligncenter:first-child,
a img.aligncenter:first-child {
  margin-top: 0;
}

img.alignnone,
img.alignright,
img.alignleft,
img.aligncenter {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  border: none;
  max-width: 100% !important;
  width: 100% !important;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: left;
  position: relative;
}

.wp-caption.alignnone,
.wp-video {
  margin: 2rem 0;
  width: 100% !important;
}
.wp-caption.alignnone:first-child,
.wp-video:first-child {
  margin-top: 0;
}

.wp-caption.alignleft {
  margin: 2rem 2rem 2rem 0;
}

.wp-caption.alignright {
  margin: 2rem 0 2rem 2rem;
}

.wp-caption a {
  display: block;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
  display: block;
}

.wp-caption p.wp-caption-text {
  font-size: 0.9em;
  line-height: 1.1;
  margin: 0;
  background: none;
  color: #4a4a4a;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 1;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.gallery {
  margin: 35px auto !important;
}
.gallery dl.gallery-item {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  float: none !important;
  display: inline-block !important;
}
.gallery dl.gallery-item dt.gallery-icon {
  margin: 0;
}
.gallery dl.gallery-item dt.gallery-icon a {
  display: block;
}
.gallery dl.gallery-item dt.gallery-icon a img {
  display: block;
  border: none !important;
  margin: 0;
}
.gallery dl.gallery-item .wp-caption-text {
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0;
  color: #000;
  padding: 8px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 1;
  transition: all 0.3s ease;
}
.gallery.gallery-columns-1 dl.gallery-item {
  width: 100% !important;
}
.gallery.gallery-columns-2 dl.gallery-item {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .gallery.gallery-columns-2 dl.gallery-item {
    width: 50% !important;
  }
}
.gallery.gallery-columns-3 dl.gallery-item {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .gallery.gallery-columns-3 dl.gallery-item {
    width: 33.3333333% !important;
  }
}
.gallery.gallery-columns-4 dl.gallery-item {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .gallery.gallery-columns-4 dl.gallery-item {
    width: 25% !important;
  }
}
.gallery.gallery-columns-5 dl.gallery-item {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .gallery.gallery-columns-5 dl.gallery-item {
    width: 20% !important;
  }
}
.gallery.gallery-columns-6 dl.gallery-item {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .gallery.gallery-columns-6 dl.gallery-item {
    width: 16.6666666% !important;
  }
}

/* ------- site specific css ------- */
.text--theme-text-colour {
  color: #4a4a4a;
}

.bg--white {
  background-color: #ffffff;
}

.text--white {
  color: #ffffff;
}

.bg--black {
  background-color: #000000;
}

.text--black {
  color: #000000;
}

.bg--light-grey {
  background-color: #f3f3f3;
}

.text--light-grey {
  color: #f3f3f3;
}

.bg--grey {
  background-color: #9b9b9b;
}

.text--grey {
  color: #9b9b9b;
}

.bg--dark-grey {
  background-color: #6b717c;
}

.text--dark-grey {
  color: #6b717c;
}

.bg--theme {
  background-color: #ffffff;
}
.bg--theme .btn--bg-aware,
.bg--theme a:link.bg-aware,
.bg--theme a:visited.bg-aware,
.bg--theme button.bg-aware {
  color: #ffffff;
  background: #fff;
}
.bg--theme .btn--bg-aware:hover, .bg--theme .btn--bg-aware:active,
.bg--theme a:link.bg-aware:hover,
.bg--theme a:link.bg-aware:active,
.bg--theme a:visited.bg-aware:hover,
.bg--theme a:visited.bg-aware:active,
.bg--theme button.bg-aware:hover,
.bg--theme button.bg-aware:active {
  color: #ffffff;
  background: #d9d9d9;
}

.text--theme-colour-1 {
  color: #cc092f;
}

.bg--theme-colour-1 {
  background-color: #cc092f;
}
.bg--theme-colour-1 .btn--bg-aware,
.bg--theme-colour-1 a:link.bg-aware,
.bg--theme-colour-1 a:visited.bg-aware,
.bg--theme-colour-1 button.bg-aware {
  color: #cc092f;
  background: #fff;
}
.bg--theme-colour-1 .btn--bg-aware:hover, .bg--theme-colour-1 .btn--bg-aware:active,
.bg--theme-colour-1 a:link.bg-aware:hover,
.bg--theme-colour-1 a:link.bg-aware:active,
.bg--theme-colour-1 a:visited.bg-aware:hover,
.bg--theme-colour-1 a:visited.bg-aware:active,
.bg--theme-colour-1 button.bg-aware:hover,
.bg--theme-colour-1 button.bg-aware:active {
  color: #cc092f;
  background: #83061e;
}

.border--theme-colour-1 {
  border-color: #cc092f;
}

.text--theme-colour-2 {
  color: #9b9b9b;
}

.bg--theme-colour-2 {
  background-color: #9b9b9b;
}
.bg--theme-colour-2 .btn--bg-aware,
.bg--theme-colour-2 a:link.bg-aware,
.bg--theme-colour-2 a:visited.bg-aware,
.bg--theme-colour-2 button.bg-aware {
  color: #9b9b9b;
  background: #fff;
}
.bg--theme-colour-2 .btn--bg-aware:hover, .bg--theme-colour-2 .btn--bg-aware:active,
.bg--theme-colour-2 a:link.bg-aware:hover,
.bg--theme-colour-2 a:link.bg-aware:active,
.bg--theme-colour-2 a:visited.bg-aware:hover,
.bg--theme-colour-2 a:visited.bg-aware:active,
.bg--theme-colour-2 button.bg-aware:hover,
.bg--theme-colour-2 button.bg-aware:active {
  color: #9b9b9b;
  background: #757575;
}

.text--theme-colour-3 {
  color: #6b717c;
}

.bg--theme-colour-3 {
  background-color: #6b717c;
}
.bg--theme-colour-3 .btn--bg-aware,
.bg--theme-colour-3 a:link.bg-aware,
.bg--theme-colour-3 a:visited.bg-aware,
.bg--theme-colour-3 button.bg-aware {
  color: #6b717c;
  background: #fff;
}
.bg--theme-colour-3 .btn--bg-aware:hover, .bg--theme-colour-3 .btn--bg-aware:active,
.bg--theme-colour-3 a:link.bg-aware:hover,
.bg--theme-colour-3 a:link.bg-aware:active,
.bg--theme-colour-3 a:visited.bg-aware:hover,
.bg--theme-colour-3 a:visited.bg-aware:active,
.bg--theme-colour-3 button.bg-aware:hover,
.bg--theme-colour-3 button.bg-aware:active {
  color: #6b717c;
  background: #484c53;
}

.text--theme-colour-4 {
  color: #f3f3f3;
}

.bg--theme-colour-4 {
  background-color: #f3f3f3;
}
.bg--theme-colour-4 .btn--bg-aware,
.bg--theme-colour-4 a:link.bg-aware,
.bg--theme-colour-4 a:visited.bg-aware,
.bg--theme-colour-4 button.bg-aware {
  color: #f3f3f3;
  background: #fff;
}
.bg--theme-colour-4 .btn--bg-aware:hover, .bg--theme-colour-4 .btn--bg-aware:active,
.bg--theme-colour-4 a:link.bg-aware:hover,
.bg--theme-colour-4 a:link.bg-aware:active,
.bg--theme-colour-4 a:visited.bg-aware:hover,
.bg--theme-colour-4 a:visited.bg-aware:active,
.bg--theme-colour-4 button.bg-aware:hover,
.bg--theme-colour-4 button.bg-aware:active {
  color: #f3f3f3;
  background: #cdcdcd;
}

.text--theme-colour-5 {
  color: #4a4a4a;
}

.bg--theme-colour-5 {
  background-color: #4a4a4a;
}
.bg--theme-colour-5 .btn--bg-aware,
.bg--theme-colour-5 a:link.bg-aware,
.bg--theme-colour-5 a:visited.bg-aware,
.bg--theme-colour-5 button.bg-aware {
  color: #4a4a4a;
  background: #fff;
}
.bg--theme-colour-5 .btn--bg-aware:hover, .bg--theme-colour-5 .btn--bg-aware:active,
.bg--theme-colour-5 a:link.bg-aware:hover,
.bg--theme-colour-5 a:link.bg-aware:active,
.bg--theme-colour-5 a:visited.bg-aware:hover,
.bg--theme-colour-5 a:visited.bg-aware:active,
.bg--theme-colour-5 button.bg-aware:hover,
.bg--theme-colour-5 button.bg-aware:active {
  color: #4a4a4a;
  background: #242424;
}

.bg--tint-1 {
  background-color: #f9ebe6;
}

.bg--tint-2 {
  background-color: #f8e0da;
}

.bg--tint-3 {
  background-color: #f0c0b6;
}

body.admin-bar #masthead,
body.admin-bar #masthead__bg,
body.admin-bar #masthead__spacer {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #masthead,
body.admin-bar #masthead__bg,
body.admin-bar #masthead__spacer {
    margin-top: 46px;
  }
}
body.admin-bar .fancybox-container {
  top: 32px;
  height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .fancybox-container {
    top: 46px;
    height: calc(100% - 46px);
  }
}

.font--bold,
.bold,
strong {
  font-weight: 900;
}

.font--italic,
em {
  font-weight: 500;
  font-style: italic;
}

.font--bold-italic,
strong em,
em strong {
  font-weight: 900;
  font-style: italic;
}

.font--regular {
  font-weight: 500;
}

.text--theme {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
}

.text--theme-bold {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

.text--title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.text--title-bold {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.theme-letterspacing {
  letter-spacing: 0;
}

.theme-body h1 {
  font-size: 2em;
  line-height: 1.1;
}
.theme-body h2 {
  font-size: 1.5em;
  line-height: 1.2;
}
.theme-body h3 {
  font-size: 1.17em;
  line-height: 1.3;
}
.theme-body h4 {
  font-size: 1em;
  line-height: 1.5;
}
.theme-body h5 {
  font-size: 0.83em;
  line-height: 1.5;
}
.theme-body h6 {
  font-size: 0.67em;
  line-height: 1.5;
}
.theme-body h1,
.theme-body h2,
.theme-body h3,
.theme-body h4,
.theme-body h5,
.theme-body h6 {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.theme-body h1:not(:first-child),
.theme-body h2:not(:first-child),
.theme-body h3:not(:first-child),
.theme-body h4:not(:first-child),
.theme-body h5:not(:first-child),
.theme-body h6:not(:first-child) {
  margin-top: 1.5rem;
}
.theme-body h1:not(:last-child),
.theme-body h2:not(:last-child),
.theme-body h3:not(:last-child),
.theme-body h4:not(:last-child),
.theme-body h5:not(:last-child),
.theme-body h6:not(:last-child) {
  margin-bottom: 1.5rem;
}
.theme-body em {
  font-style: unset;
  color: #cc092f;
}
.theme-body p a,
.theme-body ul a,
.theme-body ol a,
.theme-body table a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: all ease 0.3s;
}
.theme-body p:not(:first-child),
.theme-body ul:not(:first-child),
.theme-body ol:not(:first-child) {
  margin-top: 1.5rem;
}
.theme-body p:not(:last-child),
.theme-body ul:not(:last-child),
.theme-body ol:not(:last-child) {
  margin-bottom: 1.5rem;
}
.theme-body ul {
  list-style: none;
}
.theme-body ul li:before {
  content: "•";
  color: #cc092f;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.theme-body blockquote {
  color: inherit;
  padding: 0 0 0 1rem;
  border-left-width: 2px;
  border-left-style: solid;
}
.theme-body blockquote:not(:first-child) {
  margin-top: 1.5rem;
}
.theme-body blockquote:not(:last-child) {
  margin-bottom: 1.5rem;
}
.theme-body table {
  border: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .theme-body table {
    border: 1px solid #f3f3f3;
  }
}
.theme-body table thead {
  display: none;
}
@media screen and (min-width: 768px) {
  .theme-body table thead {
    display: table-header-group;
    background: #f3f3f3;
  }
}
.theme-body table tr {
  display: block;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5rem;
}
.theme-body table tr:first-child {
  border-top: 1px solid #f3f3f3;
  padding-top: 0.5rem;
}
.theme-body table tr:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .theme-body table tr {
    display: table-row;
    margin: 0;
    padding: 0;
    border: none;
  }
  .theme-body table tr:first-child {
    border: none;
    padding: 0;
  }
}
.theme-body table tr td,
.theme-body table tr th {
  vertical-align: top;
  display: block;
  text-align: left;
  border: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .theme-body table tr td,
.theme-body table tr th {
    padding: 5px;
    display: table-cell;
    border: 1px solid #f3f3f3;
    text-align: center;
  }
  .theme-body table tr td:first-child,
.theme-body table tr th:first-child {
    text-align: left;
  }
}

.theme-body--theme-colour-1 h1,
.theme-body--theme-colour-1 h2,
.theme-body--theme-colour-1 h3,
.theme-body--theme-colour-1 h4,
.theme-body--theme-colour-1 h5,
.theme-body--theme-colour-1 h6 {
  color: #cc092f;
}

.theme-body--less-space h1:not(:first-child),
.theme-body--less-space h2:not(:first-child),
.theme-body--less-space h3:not(:first-child),
.theme-body--less-space h4:not(:first-child),
.theme-body--less-space h5:not(:first-child),
.theme-body--less-space h6:not(:first-child) {
  margin-top: 0.5rem;
}
.theme-body--less-space h1:not(:last-child),
.theme-body--less-space h2:not(:last-child),
.theme-body--less-space h3:not(:last-child),
.theme-body--less-space h4:not(:last-child),
.theme-body--less-space h5:not(:last-child),
.theme-body--less-space h6:not(:last-child) {
  margin-bottom: 0.5rem;
}
.theme-body--less-space p:not(:first-child),
.theme-body--less-space ul:not(:first-child),
.theme-body--less-space ol:not(:first-child) {
  margin-top: 0.5rem;
}
.theme-body--less-space p:not(:last-child),
.theme-body--less-space ul:not(:last-child),
.theme-body--less-space ol:not(:last-child) {
  margin-bottom: 0.5rem;
}
.theme-body--less-space blockquote {
  padding: 0 0 0 0.5rem;
}
.theme-body--less-space blockquote:not(:first-child) {
  margin-top: 0.5rem;
}
.theme-body--less-space blockquote:not(:last-child) {
  margin-bottom: 0.5rem;
}

.theme-title--xxl {
  font-size: 2.9411764706rem;
}
@media screen and (min-width: 768px) {
  .theme-title--xxl {
    font-size: 3.5294117647rem;
  }
}

.theme-title--xl {
  font-size: 2.5882352941rem;
}
@media screen and (min-width: 768px) {
  .theme-title--xl {
    font-size: 2.9411764706rem;
  }
}

.theme-title--lg {
  font-size: 2.1176470588rem;
}
@media screen and (min-width: 768px) {
  .theme-title--lg {
    font-size: 2.5882352941rem;
  }
}

.theme-title--md {
  font-size: 1.6470588235rem;
}
@media screen and (min-width: 768px) {
  .theme-title--md {
    font-size: 2.1176470588rem;
  }
}

.theme-title--sm {
  font-size: 1.4117647059rem;
}
@media screen and (min-width: 768px) {
  .theme-title--sm {
    font-size: 1.6470588235rem;
  }
}

.theme-text--lg {
  font-size: 1.1764705882rem;
}
@media screen and (min-width: 768px) {
  .theme-text--lg {
    font-size: 1.2941176471rem;
  }
}

.theme-text--md {
  font-size: 0.9411764706rem;
}
@media screen and (min-width: 768px) {
  .theme-text--md {
    font-size: 1.0588235294rem;
  }
}

.theme-text--sm {
  font-size: 0.8235294118rem;
}
@media screen and (min-width: 768px) {
  .theme-text--sm {
    font-size: 0.9411764706rem;
  }
}

.theme-text--xs {
  font-size: 0.7058823529rem;
}
@media screen and (min-width: 768px) {
  .theme-text--xs {
    font-size: 0.8235294118rem;
  }
}

a.link--theme-text-to-theme-1:link, a.link--theme-text-to-theme-1:visited {
  color: #4a4a4a;
  transition: all 0.3s ease;
}
a.link--theme-text-to-theme-1:link:hover, a.link--theme-text-to-theme-1:link:active, a.link--theme-text-to-theme-1:visited:hover, a.link--theme-text-to-theme-1:visited:active {
  color: #cc092f;
}

a.link--theme-text-to-theme-2:link, a.link--theme-text-to-theme-2:visited {
  color: #4a4a4a;
  transition: all 0.3s ease;
}
a.link--theme-text-to-theme-2:link:hover, a.link--theme-text-to-theme-2:link:active, a.link--theme-text-to-theme-2:visited:hover, a.link--theme-text-to-theme-2:visited:active {
  color: #9b9b9b;
}

.has-links--theme-text-to-theme-1 a:link,
.has-links--theme-text-to-theme-1 a:visited {
  color: #4a4a4a;
  transition: all 0.3s ease;
}
.has-links--theme-text-to-theme-1 a:link:hover, .has-links--theme-text-to-theme-1 a:link:active,
.has-links--theme-text-to-theme-1 a:visited:hover,
.has-links--theme-text-to-theme-1 a:visited:active {
  color: #cc092f;
}

a.link--white-to-theme-1:link, a.link--white-to-theme-1:visited {
  color: #fff;
  transition: all 0.3s ease;
}
a.link--white-to-theme-1:link:hover, a.link--white-to-theme-1:link:active, a.link--white-to-theme-1:visited:hover, a.link--white-to-theme-1:visited:active {
  color: #cc092f;
}

.has-links--white-to-theme-1 a:link,
.has-links--white-to-theme-1 a:visited {
  color: #fff;
  transition: all 0.3s ease;
}
.has-links--white-to-theme-1 a:link:hover, .has-links--white-to-theme-1 a:link:active,
.has-links--white-to-theme-1 a:visited:hover,
.has-links--white-to-theme-1 a:visited:active {
  color: #cc092f;
}

a.link--white-to-theme-2:link, a.link--white-to-theme-2:visited {
  color: #fff;
  transition: all 0.3s ease;
}
a.link--white-to-theme-2:link:hover, a.link--white-to-theme-2:link:active, a.link--white-to-theme-2:visited:hover, a.link--white-to-theme-2:visited:active {
  color: #9b9b9b;
}

.has-links--white-to-theme-2 a:link,
.has-links--white-to-theme-2 a:visited {
  color: #fff;
  transition: all 0.3s ease;
}
.has-links--white-to-theme-2 a:link:hover, .has-links--white-to-theme-2 a:link:active,
.has-links--white-to-theme-2 a:visited:hover,
.has-links--white-to-theme-2 a:visited:active {
  color: #9b9b9b;
}

a.link--white-to-theme-3:link, a.link--white-to-theme-3:visited {
  color: #fff;
  transition: all 0.3s ease;
}
a.link--white-to-theme-3:link:hover, a.link--white-to-theme-3:link:active, a.link--white-to-theme-3:visited:hover, a.link--white-to-theme-3:visited:active {
  color: #6b717c;
}

.has-links--white-to-theme-3 a:link,
.has-links--white-to-theme-3 a:visited {
  color: #fff;
  transition: all 0.3s ease;
}
.has-links--white-to-theme-3 a:link:hover, .has-links--white-to-theme-3 a:link:active,
.has-links--white-to-theme-3 a:visited:hover,
.has-links--white-to-theme-3 a:visited:active {
  color: #6b717c;
}

a.link--white-to-theme-4:link, a.link--white-to-theme-4:visited {
  color: #fff;
  transition: all 0.3s ease;
}
a.link--white-to-theme-4:link:hover, a.link--white-to-theme-4:link:active, a.link--white-to-theme-4:visited:hover, a.link--white-to-theme-4:visited:active {
  color: #f3f3f3;
}

.has-links--white-to-theme-4 a:link,
.has-links--white-to-theme-4 a:visited {
  color: #fff;
  transition: all 0.3s ease;
}
.has-links--white-to-theme-4 a:link:hover, .has-links--white-to-theme-4 a:link:active,
.has-links--white-to-theme-4 a:visited:hover,
.has-links--white-to-theme-4 a:visited:active {
  color: #f3f3f3;
}

a.link--white-to-black:link, a.link--white-to-black:visited {
  color: #fff;
  transition: all 0.3s ease;
}
a.link--white-to-black:link:hover, a.link--white-to-black:link:active, a.link--white-to-black:visited:hover, a.link--white-to-black:visited:active {
  color: #000;
}

.has-links--white-to-black a:link,
.has-links--white-to-black a:visited {
  color: #fff;
  transition: all 0.3s ease;
}
.has-links--white-to-black a:link:hover, .has-links--white-to-black a:link:active,
.has-links--white-to-black a:visited:hover,
.has-links--white-to-black a:visited:active {
  color: #000;
}

a.link--black-to-theme-1:link, a.link--black-to-theme-1:visited {
  color: #000;
  transition: all 0.3s ease;
}
a.link--black-to-theme-1:link:hover, a.link--black-to-theme-1:link:active, a.link--black-to-theme-1:visited:hover, a.link--black-to-theme-1:visited:active {
  color: #cc092f;
}

.has-links--black-to-theme-1 a:link,
.has-links--black-to-theme-1 a:visited {
  color: #000;
  transition: all 0.3s ease;
}
.has-links--black-to-theme-1 a:link:hover, .has-links--black-to-theme-1 a:link:active,
.has-links--black-to-theme-1 a:visited:hover,
.has-links--black-to-theme-1 a:visited:active {
  color: #cc092f;
}

a.link--black-to-dark-grey:link, a.link--black-to-dark-grey:visited {
  color: #000;
  transition: all 0.3s ease;
}
a.link--black-to-dark-grey:link:hover, a.link--black-to-dark-grey:link:active, a.link--black-to-dark-grey:visited:hover, a.link--black-to-dark-grey:visited:active {
  color: #6b717c;
}

.has-links--black-to-dark-grey a:link,
.has-links--black-to-dark-grey a:visited {
  color: #000;
  transition: all 0.3s ease;
}
.has-links--black-to-dark-grey a:link:hover, .has-links--black-to-dark-grey a:link:active,
.has-links--black-to-dark-grey a:visited:hover,
.has-links--black-to-dark-grey a:visited:active {
  color: #6b717c;
}

a.link--grey-to-theme-1:link, a.link--grey-to-theme-1:visited {
  color: #9b9b9b;
  transition: all 0.3s ease;
}
a.link--grey-to-theme-1:link:hover, a.link--grey-to-theme-1:link:active, a.link--grey-to-theme-1:visited:hover, a.link--grey-to-theme-1:visited:active {
  color: #cc092f;
}

.has-links--grey-to-theme-1 a:link,
.has-links--grey-to-theme-1 a:visited {
  color: #9b9b9b;
  transition: all 0.3s ease;
}
.has-links--grey-to-theme-1 a:link:hover, .has-links--grey-to-theme-1 a:link:active,
.has-links--grey-to-theme-1 a:visited:hover,
.has-links--grey-to-theme-1 a:visited:active {
  color: #cc092f;
}

a.link--grey-to-theme-2:link, a.link--grey-to-theme-2:visited {
  color: #9b9b9b;
  transition: all 0.3s ease;
}
a.link--grey-to-theme-2:link:hover, a.link--grey-to-theme-2:link:active, a.link--grey-to-theme-2:visited:hover, a.link--grey-to-theme-2:visited:active {
  color: #9b9b9b;
}

a.link--theme-1-to-white:link, a.link--theme-1-to-white:visited {
  color: #cc092f;
  transition: all 0.3s ease;
}
a.link--theme-1-to-white:link:hover, a.link--theme-1-to-white:link:active, a.link--theme-1-to-white:visited:hover, a.link--theme-1-to-white:visited:active {
  color: #fff;
}

.has-links--theme-1-to-white a:link,
.has-links--theme-1-to-white a:visited {
  color: #cc092f;
  transition: all 0.3s ease;
}
.has-links--theme-1-to-white a:link:hover, .has-links--theme-1-to-white a:link:active,
.has-links--theme-1-to-white a:visited:hover,
.has-links--theme-1-to-white a:visited:active {
  color: #fff;
}

a.link--theme-1-to-black:link, a.link--theme-1-to-black:visited {
  color: #cc092f;
  transition: all 0.3s ease;
}
a.link--theme-1-to-black:link:hover, a.link--theme-1-to-black:link:active, a.link--theme-1-to-black:visited:hover, a.link--theme-1-to-black:visited:active {
  color: #000000;
}

.has-links--theme-1-to-black a:link,
.has-links--theme-1-to-black a:visited {
  color: #cc092f;
  transition: all 0.3s ease;
}
.has-links--theme-1-to-black a:link:hover, .has-links--theme-1-to-black a:link:active,
.has-links--theme-1-to-black a:visited:hover,
.has-links--theme-1-to-black a:visited:active {
  color: #000000;
}

a.link--theme-1-to-theme-2:link, a.link--theme-1-to-theme-2:visited {
  color: #cc092f;
  transition: all 0.3s ease;
}
a.link--theme-1-to-theme-2:link:hover, a.link--theme-1-to-theme-2:link:active, a.link--theme-1-to-theme-2:visited:hover, a.link--theme-1-to-theme-2:visited:active {
  color: #9b9b9b;
}

.has-links--theme-1-to-theme-2 a:link,
.has-links--theme-1-to-theme-2 a:visited {
  color: #cc092f;
  transition: all 0.3s ease;
}
.has-links--theme-1-to-theme-2 a:link:hover, .has-links--theme-1-to-theme-2 a:link:active,
.has-links--theme-1-to-theme-2 a:visited:hover,
.has-links--theme-1-to-theme-2 a:visited:active {
  color: #9b9b9b;
}

a.link--theme-1-to-theme-3:link, a.link--theme-1-to-theme-3:visited {
  color: #cc092f;
  transition: all 0.3s ease;
}
a.link--theme-1-to-theme-3:link:hover, a.link--theme-1-to-theme-3:link:active, a.link--theme-1-to-theme-3:visited:hover, a.link--theme-1-to-theme-3:visited:active {
  color: #6b717c;
}

.has-links--theme-1-to-theme-3 a:link,
.has-links--theme-1-to-theme-3 a:visited {
  color: #cc092f;
  transition: all 0.3s ease;
}
.has-links--theme-1-to-theme-3 a:link:hover, .has-links--theme-1-to-theme-3 a:link:active,
.has-links--theme-1-to-theme-3 a:visited:hover,
.has-links--theme-1-to-theme-3 a:visited:active {
  color: #6b717c;
}

a.link--theme-1-to-theme-4:link, a.link--theme-1-to-theme-4:visited {
  color: #cc092f;
  transition: all 0.3s ease;
}
a.link--theme-1-to-theme-4:link:hover, a.link--theme-1-to-theme-4:link:active, a.link--theme-1-to-theme-4:visited:hover, a.link--theme-1-to-theme-4:visited:active {
  color: #f3f3f3;
}

.has-links--theme-1-to-theme-4 a:link,
.has-links--theme-1-to-theme-4 a:visited {
  color: #cc092f;
  transition: all 0.3s ease;
}
.has-links--theme-1-to-theme-4 a:link:hover, .has-links--theme-1-to-theme-4 a:link:active,
.has-links--theme-1-to-theme-4 a:visited:hover,
.has-links--theme-1-to-theme-4 a:visited:active {
  color: #f3f3f3;
}

a.link--theme-2-to-white:link, a.link--theme-2-to-white:visited {
  color: #9b9b9b;
  transition: all 0.3s ease;
}
a.link--theme-2-to-white:link:hover, a.link--theme-2-to-white:link:active, a.link--theme-2-to-white:visited:hover, a.link--theme-2-to-white:visited:active {
  color: #fff;
}

a.link--theme-2-to-theme-1:link, a.link--theme-2-to-theme-1:visited {
  color: #9b9b9b;
  transition: all 0.3s ease;
}
a.link--theme-2-to-theme-1:link:hover, a.link--theme-2-to-theme-1:link:active, a.link--theme-2-to-theme-1:visited:hover, a.link--theme-2-to-theme-1:visited:active {
  color: #cc092f;
}

a.link--theme-2-to-theme-1:link, a.link--theme-2-to-theme-1:visited {
  color: #9b9b9b;
  transition: all 0.3s ease;
}
a.link--theme-2-to-theme-1:link:hover, a.link--theme-2-to-theme-1:link:active, a.link--theme-2-to-theme-1:visited:hover, a.link--theme-2-to-theme-1:visited:active {
  color: #cc092f;
}

.has-links--theme-2-to-theme-1 a:link,
.has-links--theme-2-to-theme-1 a:visited {
  color: #9b9b9b;
  transition: all 0.3s ease;
}
.has-links--theme-2-to-theme-1 a:link:hover, .has-links--theme-2-to-theme-1 a:link:active,
.has-links--theme-2-to-theme-1 a:visited:hover,
.has-links--theme-2-to-theme-1 a:visited:active {
  color: #cc092f;
}

a.link--image {
  display: block;
  position: relative;
}
a.link--image:after {
  content: "\f0c1";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: ease 0.3s all;
  opacity: 0;
}
a.link--image:hover:after {
  opacity: 1;
}
a.link--image.link--image-small:after {
  font-size: 1rem;
}

a.link--magnify {
  display: block;
  position: relative;
}
a.link--magnify:after {
  content: "\f00e";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: ease 0.3s all;
  opacity: 0;
}
a.link--magnify:hover:after {
  opacity: 1;
}
a.link--magnify.link--magnify-small:after {
  font-size: 1rem;
}

.btn--theme,
a:link.btn--theme,
a:visited.btn--theme,
button.btn--theme,
input[type=submit].btn--theme {
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #cc092f;
  display: inline-block;
  font-size: 0.8235294118rem;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  transition: 0.3s all ease;
}
@media screen and (min-width: 768px) {
  .btn--theme,
a:link.btn--theme,
a:visited.btn--theme,
button.btn--theme,
input[type=submit].btn--theme {
    font-size: 0.9411764706rem;
    padding: 15px 30px;
  }
}
.btn--theme:hover, .btn--theme:active,
a:link.btn--theme:hover,
a:link.btn--theme:active,
a:visited.btn--theme:hover,
a:visited.btn--theme:active,
button.btn--theme:hover,
button.btn--theme:active,
input[type=submit].btn--theme:hover,
input[type=submit].btn--theme:active {
  color: #fff;
  background-color: #6b717c;
}

.btn--theme-cta,
a:link.btn--theme-cta,
a:visited.btn--theme-cta,
button.btn--theme-cta,
input[type=submit].btn--theme-cta {
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.btn--theme-small,
a:link.btn--theme-small,
a:visited.btn--theme-small,
button.btn--theme-small {
  padding: 5px 10px;
  font-size: 0.9411764706rem;
}
@media screen and (min-width: 768px) {
  .btn--theme-small,
a:link.btn--theme-small,
a:visited.btn--theme-small,
button.btn--theme-small {
    padding: 10px 15px;
    font-size: 1.0588235294rem;
  }
}

.btn--theme-alt,
a:link.btn--theme-alt,
a:visited.btn--theme-alt,
button.btn--theme-alt {
  color: #cc092f;
  border: 2px solid #cc092f;
  background-color: transparent;
}
.btn--theme-alt:hover, .btn--theme-alt:active,
a:link.btn--theme-alt:hover,
a:link.btn--theme-alt:active,
a:visited.btn--theme-alt:hover,
a:visited.btn--theme-alt:active,
button.btn--theme-alt:hover,
button.btn--theme-alt:active {
  color: #ffffff;
  border-color: #6b717c;
  background-color: #6b717c;
}

.btn--theme-alt-white,
a:link.btn--theme-alt-white,
a:visited.btn--theme-alt-white,
button.btn--theme-alt-white {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.btn--theme-alt-white:hover, .btn--theme-alt-white:active,
a:link.btn--theme-alt-white:hover,
a:link.btn--theme-alt-white:active,
a:visited.btn--theme-alt-white:hover,
a:visited.btn--theme-alt-white:active,
button.btn--theme-alt-white:hover,
button.btn--theme-alt-white:active {
  color: #6b717c;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn--white,
a:link.btn--white,
a:visited.btn--white,
button.btn--white {
  color: #cc092f;
  background-color: #fff;
}
.btn--white:hover, .btn--white:active,
a:link.btn--white:hover,
a:link.btn--white:active,
a:visited.btn--white:hover,
a:visited.btn--white:active,
button.btn--white:hover,
button.btn--white:active {
  color: #cc092f;
  background-color: rgba(255, 255, 255, 0.5);
}

.btn--black,
a:link.btn--black,
a:visited.btn--black,
button.btn--black {
  color: #fff;
  background-color: #000;
}
.btn--black:hover, .btn--black:active,
a:link.btn--black:hover,
a:link.btn--black:active,
a:visited.btn--black:hover,
a:visited.btn--black:active,
button.btn--black:hover,
button.btn--black:active {
  color: #fff;
  background-color: #cc092f;
}

.btn--block,
a:link.btn--block,
a:visited.btn--block,
button.btn--block {
  display: block;
  max-width: none;
}

.btn--more,
a:link.btn--more,
a:visited.btn--more,
button.btn--more {
  height: 32px;
  padding: 5px 10px;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #9b9b9b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8235294118rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s all ease;
}
@media screen and (min-width: 768px) {
  .btn--more,
a:link.btn--more,
a:visited.btn--more,
button.btn--more {
    padding: 5px 15px;
    font-size: 0.9411764706rem;
    height: 36px;
  }
}
.btn--more:hover, .btn--more:active,
a:link.btn--more:hover,
a:link.btn--more:active,
a:visited.btn--more:hover,
a:visited.btn--more:active,
button.btn--more:hover,
button.btn--more:active {
  color: #fff;
  background-color: #6b717c;
}

.theme-body-links a:link, .theme-body-links a:visited {
  color: #cc092f;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: #cc092f;
  transition: all ease 0.3s;
}
.theme-body-links a:hover, .theme-body-links a:active {
  color: #9b9b9b;
  text-decoration-color: #9b9b9b;
}

.theme-body-links--white a:link, .theme-body-links--white a:visited {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: #ffffff;
  transition: all ease 0.3s;
}
.theme-body-links--white a:hover, .theme-body-links--white a:active {
  color: rgba(255, 255, 255, 0.5);
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.theme-underline {
  padding-bottom: 0.35em;
}
.theme-underline em {
  font-weight: inherit;
  font-style: normal;
  position: relative;
  display: inline-block;
}
.theme-underline em:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 6.081081081%;
  position: absolute;
  top: calc(100% + 0.2em);
  left: 50%;
  transform: translateX(-50%);
  background: url(../../media/menu-underline.svg) no-repeat center center/100% 100%;
}
.theme-underline.theme-underline--red em {
  color: #cc092f;
}

.bg--orange {
  background-color: #ec7c30;
}

.bg--blue {
  background-color: #4371c3;
}

.bg--green {
  background-color: #6fac46;
}

#iceland-id {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../media/main-id--white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#iceland-id a {
  width: 100%;
  height: 100%;
  display: block;
}

#site-id {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../media/site-id.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#site-id a {
  width: 100%;
  height: 100%;
  display: block;
}

#masthead {
  position: relative;
  z-index: 100;
}
#masthead:after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

#masthead__flex {
  height: 81px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  #masthead__flex {
    height: 110px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}

#masthead__id {
  display: block;
  flex: 0 0 auto;
  width: 199px;
  height: 51px;
}

#search-form {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#search-form #search-form__label {
  flex: 1 1 auto;
}
#search-form #search-form__label #search-form__field {
  width: 100%;
  height: 34px;
  outline: none;
  border: 1px solid #9b9b9b;
  border-radius: 0;
  padding: 10px 20px 10px 34px;
  color: #4a4a4a;
  font-size: 0.8235294118rem;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 14px;
  box-sizing: border-box;
  background: url("../../media/search-loupe.png") #ffffff no-repeat left 10px center/18px 18px;
}
@media screen and (min-width: 768px) {
  #search-form #search-form__label #search-form__field {
    height: 46px;
    font-size: 0.9411764706rem;
    line-height: 16px;
    padding: 15px 30px 15px 46px;
    background-size: 26px 26px;
  }
}
#search-form #search-form__label ::-webkit-input-placeholder {
  color: #4a4a4a;
  font-size: 0.8235294118rem;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 14px;
}
@media screen and (min-width: 768px) {
  #search-form #search-form__label ::-webkit-input-placeholder {
    font-size: 0.9411764706rem;
    line-height: 16px;
  }
}
#search-form #search-form__label :-moz-placeholder {
  color: #4a4a4a;
  font-size: 0.8235294118rem;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 14px;
}
@media screen and (min-width: 768px) {
  #search-form #search-form__label :-moz-placeholder {
    font-size: 0.9411764706rem;
    line-height: 16px;
  }
}
#search-form #search-form__label ::-moz-placeholder {
  color: #4a4a4a;
  font-size: 0.8235294118rem;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 14px;
}
@media screen and (min-width: 768px) {
  #search-form #search-form__label ::-moz-placeholder {
    font-size: 0.9411764706rem;
    line-height: 16px;
  }
}
#search-form #search-form__label :-ms-input-placeholder {
  color: #4a4a4a;
  font-size: 0.8235294118rem;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 14px;
}
@media screen and (min-width: 768px) {
  #search-form #search-form__label :-ms-input-placeholder {
    font-size: 0.9411764706rem;
    line-height: 16px;
  }
}
#search-form #search-form__submit {
  flex: 0 0 auto;
  height: 34px;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #cc092f;
  font-size: 0.8235294118rem;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  text-shadow: none;
  transition: 0.3s all ease;
}
@media screen and (min-width: 768px) {
  #search-form #search-form__submit {
    height: 46px;
    font-size: 0.9411764706rem;
    line-height: 16px;
    padding: 15px 30px;
  }
}
#search-form #search-form__submit:hover, #search-form #search-form__submit:active {
  color: #fff;
  background-color: #6b717c;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (max-width: 1099px) {
  #masthead__nav {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 81px);
    top: 81px;
    left: 0;
    background-color: #9b9b9b;
  }
  #masthead__nav div[class^=menu] {
    width: 100%;
    height: 100%;
    padding: 30px 15px 60px 15px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] a {
    color: #ffffff;
    transition: all ease 0.3s;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1764705882rem;
    line-height: 22px;
    font-weight: 700;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li:not(:last-child) {
    margin-bottom: 20px;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li > a {
    color: #cc092f;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li ul.sub-menu {
    overflow: hidden;
    display: block;
    font-size: 0.9em;
    margin-top: 20px;
    padding: 0 0 0 15px;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li ul.sub-menu > li {
    font-weight: 400;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li ul.sub-menu > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  #masthead__nav--mobile {
    display: none;
  }

  #masthead__nav {
    flex: 1 1 auto;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu]:before {
    content: "";
    flex: 0 0 1px;
    display: block;
    width: 1px;
    height: 100%;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li {
    flex: 0 0 auto;
    display: block;
    position: relative;
    z-index: 15;
    font-family: "museo-sans", Helvetica, Arial, sans-serif;
    font-size: 0.9411764706rem;
    line-height: 18px;
    font-weight: 900;
    text-align: center;
    margin: 0;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li:before {
    content: "";
    display: block;
    width: 148px;
    height: 9px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../media/menu-underline.svg) no-repeat center center/100% 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li > a {
    display: block;
    color: #6b717c;
    transition: all 0.3s ease;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li:hover:before {
    opacity: 1;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li.menu-item-has-children ul.sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li.menu-item-has-children:hover:after, #masthead__nav div[class^=menu] > ul[class*=menu] > li.menu-item-has-children:active:after {
    content: "";
    display: block;
    width: 100%;
    height: 46px;
    position: absolute;
    top: 100%;
    left: 0;
    background: transparent;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li.menu-item-has-children:hover ul.sub-menu, #masthead__nav div[class^=menu] > ul[class*=menu] > li.menu-item-has-children:active ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li.charitable-foundation-link {
    width: 78.62px;
    height: 61.22px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url(../../media/charitable-foundation-logo.svg) no-repeat center center/100% 100%;
    transition: all 0.3s ease;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li.charitable-foundation-link:before {
    content: none;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li.charitable-foundation-link > a {
    width: 100%;
    height: 100%;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li.charitable-foundation-link:hover {
    transform: scale(1.1);
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li.shop-link {
    font-size: 18px;
    transition: all 0.3s ease;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li.shop-link:before {
    content: none;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li.shop-link > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #cc092f;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li.shop-link > a:before {
    content: "";
    display: inline-block;
    position: static;
    left: unset;
    bottom: unset;
    transform: none;
    width: 30.13px;
    height: 26.88px;
    margin-right: 0.4em;
    background: url(../../media/shopping-cart.svg) no-repeat center center/100% 100%;
    opacity: 1;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li.shop-link:hover {
    transform: scale(1.1);
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li ul.sub-menu {
    position: absolute;
    top: calc(100% + 46px);
    left: -15px;
    min-width: 250px;
    list-style: none;
    padding: 15px 0;
    margin: 0;
    background: #cc092f;
    text-transform: none;
    transition: all ease 0.3s;
    box-sizing: border-box;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li ul.sub-menu > li {
    position: relative;
    font-family: "museo-sans", Helvetica, Arial, sans-serif;
    font-size: 0.9411764706rem;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 8px 15px;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li ul.sub-menu > li > a {
    color: #ffffff;
    transition: all ease 0.3s;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li ul.sub-menu > li > a:hover {
    color: #000000;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li ul.sub-menu > li.menu-item-has-children ul.sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li ul.sub-menu > li.menu-item-has-children:hover ul.sub-menu, #masthead__nav div[class^=menu] > ul[class*=menu] > li ul.sub-menu > li.menu-item-has-children:active ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
  #masthead__nav div[class^=menu] > ul[class*=menu] > li ul.sub-menu ul.sub-menu {
    position: absolute;
    top: -15px;
    left: 100%;
    background: #6b717c;
  }
}
@media screen and (min-width: 1440px) {
  .masthead__nav div[class^=menu] > ul[class*=menu] > li > a {
    padding: 5px 10px;
  }
}
button#masthead__hamburger {
  flex: 0 0 35px;
  display: block;
}
@media screen and (min-width: 1100px) {
  button#masthead__hamburger {
    display: none;
  }
}

svg.btn--hamburger {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
}
svg.btn--hamburger line.hamburger-bar {
  position: absolute;
  stroke: #6b717c;
  stroke-width: 3px;
  transform-origin: 50% 50% 0px;
  transition: all 0.3s ease;
}
svg.btn--hamburger.is-active {
  overflow: visible;
}
svg.btn--hamburger.is-active .hamburger-bar--1 {
  transform: rotate(-45deg) translate(0px, 10px);
}
svg.btn--hamburger.is-active .hamburger-bar--2 {
  opacity: 0;
}
svg.btn--hamburger.is-active .hamburger-bar--3 {
  transform: rotate(45deg) translate(0px, -10px);
}

#colophon__flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #colophon__flex {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}

#colophon__id {
  display: block;
  flex: 0 0 auto;
  width: 100px;
  height: 22.377632px;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  #colophon__id {
    width: 143px;
    height: 32px;
    margin: 0 30px 0 0;
  }
}

#colophon__nav div[class^=menu] > ul[class*=menu] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #colophon__nav div[class^=menu] > ul[class*=menu] {
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
}
#colophon__nav div[class^=menu] > ul[class*=menu] > li {
  flex: 0 0 auto;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-size: 0.8823529412rem;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
#colophon__nav div[class^=menu] > ul[class*=menu] > li:not(:last-child) {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  #colophon__nav div[class^=menu] > ul[class*=menu] > li:not(:last-child) {
    margin: 0 30px 0 0;
  }
}
#colophon__nav div[class^=menu] > ul[class*=menu] > li > a {
  color: #ffffff;
  transition: all 0.3s ease;
}
#colophon__nav div[class^=menu] > ul[class*=menu] > li:hover > a {
  color: #000000;
}

footer#image-footer figure {
  width: 75%;
}

#no-image-spacer {
  height: 60px;
}
@media screen and (min-width: 768px) {
  #no-image-spacer {
    height: 120px;
  }
}

body.footer-image--blank #frontpage-news-feed,
body.footer-image--blank #landing-page-main,
body.footer-image--blank #about-page-section--2,
body.footer-image--blank #archive-main,
body.footer-image--blank #author-main,
body.footer-image--blank #page-for-posts-main,
body.footer-image--blank #index-main,
body.footer-image--blank #modular-main .modular-section:last-child {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  body.footer-image--blank #frontpage-news-feed,
body.footer-image--blank #landing-page-main,
body.footer-image--blank #about-page-section--2,
body.footer-image--blank #archive-main,
body.footer-image--blank #author-main,
body.footer-image--blank #page-for-posts-main,
body.footer-image--blank #index-main,
body.footer-image--blank #modular-main .modular-section:last-child {
    padding-bottom: 120px;
  }
}
body.footer-image.footer-image--turbines #frontpage-news-feed,
body.footer-image.footer-image--turbines #landing-page-main,
body.footer-image.footer-image--turbines #about-page-section--2,
body.footer-image.footer-image--turbines #archive-main,
body.footer-image.footer-image--turbines #author-main,
body.footer-image.footer-image--turbines #page-for-posts-main,
body.footer-image.footer-image--turbines #index-main,
body.footer-image.footer-image--turbines #modular-main .modular-section:last-child {
  padding-bottom: calc(37.415730336vw + 30px);
  background-image: url("../../media/footer-trubines@0.25x.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 80vw auto;
}
@media screen and (min-width: 576px) {
  body.footer-image.footer-image--turbines #frontpage-news-feed,
body.footer-image.footer-image--turbines #landing-page-main,
body.footer-image.footer-image--turbines #about-page-section--2,
body.footer-image.footer-image--turbines #archive-main,
body.footer-image.footer-image--turbines #author-main,
body.footer-image.footer-image--turbines #page-for-posts-main,
body.footer-image.footer-image--turbines #index-main,
body.footer-image.footer-image--turbines #modular-main .modular-section:last-child {
    padding-bottom: calc(32.738764044vw + 30px);
    background-image: url("../../media/footer-trubines@0.5x.png");
    background-size: 70vw auto;
  }
}
@media screen and (min-width: 768px) {
  body.footer-image.footer-image--turbines #frontpage-news-feed,
body.footer-image.footer-image--turbines #landing-page-main,
body.footer-image.footer-image--turbines #about-page-section--2,
body.footer-image.footer-image--turbines #archive-main,
body.footer-image.footer-image--turbines #author-main,
body.footer-image.footer-image--turbines #page-for-posts-main,
body.footer-image.footer-image--turbines #index-main,
body.footer-image.footer-image--turbines #modular-main .modular-section:last-child {
    padding-bottom: calc(28.061797752vw + 30px);
    background-image: url("../../media/footer-trubines@0.75x.png");
    background-size: 60vw auto;
  }
}
@media screen and (min-width: 992px) {
  body.footer-image.footer-image--turbines #frontpage-news-feed,
body.footer-image.footer-image--turbines #landing-page-main,
body.footer-image.footer-image--turbines #about-page-section--2,
body.footer-image.footer-image--turbines #archive-main,
body.footer-image.footer-image--turbines #author-main,
body.footer-image.footer-image--turbines #page-for-posts-main,
body.footer-image.footer-image--turbines #index-main,
body.footer-image.footer-image--turbines #modular-main .modular-section:last-child {
    background-image: url("../../media/footer-trubines@1x.png");
  }
}
body.footer-image--trees #frontpage-news-feed,
body.footer-image--trees #landing-page-main,
body.footer-image--trees #about-page-section--2,
body.footer-image--trees #archive-main,
body.footer-image--trees #author-main,
body.footer-image--trees #page-for-posts-main,
body.footer-image--trees #index-main,
body.footer-image--trees #modular-main .modular-section:last-child {
  padding-bottom: calc(18.56540084vw + 30px);
  background-image: url("../../media/footer-trees@0.25x.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 80vw auto;
}
@media screen and (min-width: 576px) {
  body.footer-image--trees #frontpage-news-feed,
body.footer-image--trees #landing-page-main,
body.footer-image--trees #about-page-section--2,
body.footer-image--trees #archive-main,
body.footer-image--trees #author-main,
body.footer-image--trees #page-for-posts-main,
body.footer-image--trees #index-main,
body.footer-image--trees #modular-main .modular-section:last-child {
    padding-bottom: calc(16.244725735vw + 30px);
    background-image: url("../../media/footer-trees@0.5x.png");
    background-size: 70vw auto;
  }
}
@media screen and (min-width: 768px) {
  body.footer-image--trees #frontpage-news-feed,
body.footer-image--trees #landing-page-main,
body.footer-image--trees #about-page-section--2,
body.footer-image--trees #archive-main,
body.footer-image--trees #author-main,
body.footer-image--trees #page-for-posts-main,
body.footer-image--trees #index-main,
body.footer-image--trees #modular-main .modular-section:last-child {
    padding-bottom: calc(13.92405063vw + 30px);
    background-image: url("../../media/footer-trees@0.75x.png");
    background-size: 60vw auto;
  }
}
@media screen and (min-width: 992px) {
  body.footer-image--trees #frontpage-news-feed,
body.footer-image--trees #landing-page-main,
body.footer-image--trees #about-page-section--2,
body.footer-image--trees #archive-main,
body.footer-image--trees #author-main,
body.footer-image--trees #page-for-posts-main,
body.footer-image--trees #index-main,
body.footer-image--trees #modular-main .modular-section:last-child {
    background-image: url("../../media/footer-trees@1x.png");
  }
}

html {
  background-color: #cc092f;
}

.inner,
.inner--no-padding {
  max-width: 1200px;
}

.author-bio-card {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .author-bio-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.author-bio-card__figure {
  width: 60px;
  height: 60px;
  border: 2px solid #9b9b9b;
  border-radius: 50%;
  background-color: #ffffff;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .author-bio-card__figure {
    width: 120px;
    height: 120px;
    top: -75px;
  }
}
.author-bio-card__figure img {
  width: 100%;
  height: auto;
  display: block;
}

.author-bio-card__text h4 {
  margin-bottom: 0.6em;
}
.author-bio-card__text h4 a {
  transition: all ease 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.author-bio-card__text h4 a:hover, .author-bio-card__text h4 a:active {
  text-decoration-color: inherit;
}

.post-author-card .author-bio-card ul.list__fa-icons, .post-author-card .author-bio-card .share-buttons ul.share-buttons__list, .share-buttons .post-author-card .author-bio-card ul.share-buttons__list, .post-author-card .author-bio-card ul.company-socials__list {
  justify-content: center;
}

.share-buttons ul.share-buttons__list {
  margin: -0.5em;
}
.share-buttons ul.share-buttons__list > li {
  margin: 0.5em;
}

#breadcrumbs {
  border-bottom: 1px solid #cc092f;
}

ol#breadcrumbs__list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
}
ol#breadcrumbs__list li {
  flex: 0 1 auto;
  margin: 0 0.25rem;
  font-size: 0.7058823529rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
ol#breadcrumbs__list li i[class^=fa] {
  font-size: 0.8em;
  margin-right: 0.5rem;
  color: #6b717c;
}

.post-meta__span {
  display: inline;
  padding-left: 0.35em;
  line-height: 1.2;
}

.post-meta__author,
.post-meta__posted {
  padding-left: 0;
}

.archive-post .post-meta__author,
.archive-post .post-meta__updated,
.archive-post .post-meta__category {
  display: block;
  padding-left: 0;
}

.post-page-meta {
  margin-top: 0.5em;
}

ul.pagination__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.pagination__list li {
  flex: 0 0 auto;
}
ul.pagination__list li a,
ul.pagination__list li span {
  padding: 10px 20px;
  border: 1px solid #9b9b9b;
  color: #fff;
  background-color: transparent;
  display: inline-block;
  font-size: 0.8235294118rem;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #9b9b9b;
  text-align: center;
  text-shadow: none;
  transition: 0.3s all ease;
}
@media screen and (min-width: 768px) {
  ul.pagination__list li a,
ul.pagination__list li span {
    font-size: 0.9411764706rem;
    padding: 15px 30px;
  }
}
ul.pagination__list li a:hover, ul.pagination__list li a:active {
  color: #fff;
  border-color: #6b717c;
  background-color: #6b717c;
}
ul.pagination__list li.not-active {
  opacity: 0.3;
}

.theme-carousel {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.theme-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.theme-carousel .owl-stage .owl-item {
  flex: 1 0 auto;
  float: none;
}

.theme-carousel {
  padding-left: 45px;
  padding-right: 45px;
}
.theme-carousel .owl-nav .owl-prev,
.theme-carousel .owl-nav .owl-next {
  color: #cc092f !important;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s all ease;
}
.theme-carousel .owl-nav .owl-prev.disabled,
.theme-carousel .owl-nav .owl-next.disabled {
  opacity: 0.3;
}
.theme-carousel .owl-nav .owl-prev {
  left: 15px;
}
.theme-carousel .owl-nav .owl-prev:not(.disabled):hover {
  left: 10px;
}
.theme-carousel .owl-nav .owl-next {
  right: 15px;
}
.theme-carousel .owl-nav .owl-next:not(.disabled):hover {
  right: 10px;
}
.theme-carousel .owl-dots {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-carousel .owl-dots button.owl-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.8;
}
.theme-carousel .owl-dots button.owl-dot.active {
  background: #fff;
}
.theme-carousel .owl-dots button.owl-dot:not(:last-child) {
  margin-right: 5px;
}

.bg--theme-colour-1 .theme-carousel .owl-nav .owl-prev,
.bg--theme-colour-1 .theme-carousel .owl-nav .owl-next,
.bg--theme-colour-2 .theme-carousel .owl-nav .owl-prev,
.bg--theme-colour-2 .theme-carousel .owl-nav .owl-next {
  color: #ffffff !important;
}

ul.post-tag-filters__list {
  list-style: none;
  padding: 0;
  margin: -5px;
  width: calc(100% + 10px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
ul.post-tag-filters__list li {
  flex: 1 1 auto;
  margin: 5px;
  text-align: center;
}
ul.post-tag-filters__list li:not(:first-child) {
  border-left: 2px solid #cc092f;
}
ul.post-tag-filters__list li.active-filter {
  font-weight: 900;
}

.pullout-module__inner {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .pullout-module__inner {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
}

section.modular-section .highlight-item,
section.modular-section .icon-card-item {
  background-color: #f8e0da;
}
section.modular-section.bg--tint-2 .highlight-item,
section.modular-section.bg--tint-2 .icon-card-item, section.modular-section.bg--light-grey .highlight-item,
section.modular-section.bg--light-grey .icon-card-item {
  background-color: #ffffff;
}

.icon-card-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.icon-card-item .icon-card-item__figure {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
}
.icon-card-item .icon-card-item__figcaption {
  flex: 1 1 auto;
  width: 100%;
}
.icon-card-item .icon-card-item__figcaption strong {
  color: #cc092f;
}

.icon-card-item--image {
  position: relative;
}
.icon-card-item--image figure {
  display: block;
}
.icon-card-item--image figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  margin: auto auto -45px auto;
  aspect-ratio: auto;
}
@media screen and (min-width: 768px) {
  .icon-card-item--image figure {
    width: calc(100% + 30px);
    height: calc(100% + 90px);
    position: absolute;
    left: 0;
    top: 0;
  }
  .icon-card-item--image figure img {
    max-width: 100%;
    max-height: 100%;
  }
}

.image-row-item {
  max-width: 50px;
}
@media screen and (min-width: 768px) {
  .image-row-item {
    max-width: 70px;
  }
}

.icon-cards-module .gub-grid--odd .icon-card-item:last-child {
  flex: 0 0 calc(100% - 20px);
  width: calc(100% - 20px);
}

.downloads-module {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .downloads-module {
    max-width: 100%;
  }
}

.download-item {
  transition: 0.3s ease all;
}
.download-item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  outline: none;
}
.download-item:hover {
  transform: translateY(-5px);
}
.download-item:hover .btn--theme {
  color: #fff;
  background-color: #6b717c;
}
.download-item figcaption {
  width: 100%;
  margin-bottom: auto;
}
.download-item .download-item__figure {
  width: 100%;
  position: relative;
  z-index: 2;
}
.download-item .download-item__figure:before, .download-item .download-item__figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.download-item .download-item__figure:before {
  top: 5px;
  left: 5px;
  z-index: -1;
}
.download-item .download-item__figure:after {
  top: 10px;
  left: 10px;
  z-index: -2;
}
.download-item footer {
  width: 100%;
}

.news-feed-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  outline: none;
  transition: 0.3s ease all;
}
.news-feed-grid__item:hover {
  transform: translateY(-5px);
}
.news-feed-grid__item:hover .btn--theme {
  color: #fff;
  background-color: #6b717c;
}
.news-feed-grid__item .news-feed-grid__item-figure {
  flex: 0 0 auto;
  width: 100%;
}
.news-feed-grid__item .news-feed-grid__item-figcaption {
  flex: 1 1 auto;
  width: 100%;
  box-sizing: border-box;
}

.news-feed-grid__item-figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.twitter-card {
  width: 100%;
  height: 100%;
  background-color: #cc092f;
  color: #ffffff;
  box-sizing: border-box;
  padding: 30px 30px 75px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .twitter-card {
    padding-bottom: 105px;
  }
}
.twitter-card:after {
  content: "\f099";
  font-size: 25px;
  line-height: 1;
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (min-width: 768px) {
  .twitter-card:after {
    font-size: 50px;
  }
}
.twitter-card .twitter-card-username-link,
.twitter-card .gotw_link_user {
  position: absolute;
  bottom: 30px;
  left: 65px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .twitter-card .twitter-card-username-link,
.twitter-card .gotw_link_user {
    left: 95px;
  }
}
.twitter-card .twitter-card-username-link:hover,
.twitter-card .gotw_link_user:hover {
  color: #000000;
}
.twitter-card .gotw_comma {
  display: none;
}
.twitter-card .twitter-link {
  text-decoration: underline;
}
.twitter-card ul.good_old_twitter_widget li {
  margin: 0;
  display: block;
}
.twitter-card ul.good_old_twitter_widget li img {
  margin: 1rem 0;
}

table.table-module__table {
  border: none;
  width: calc(100% + 10px);
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0 -5px;
}
table.table-module__table tr {
  display: table-row;
  margin: 0;
  padding: 0;
  border: none;
}
table.table-module__table tr:first-child {
  border: none;
  padding: 0;
}
table.table-module__table tr td,
table.table-module__table tr th {
  vertical-align: top;
  text-align: center;
  border: none;
  padding: 5px;
  display: table-cell;
}
table.table-module__table tr th {
  background-color: #cc092f;
  font-weight: 900;
  color: #ffffff;
}
table.table-module__table tr td {
  background-color: #ffffff;
  font-weight: 500;
  color: #4a4a4a;
}

.archive-post {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
}
.archive-post .archive-post__article {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
}
.archive-post .archive-post__article .post-meta {
  margin-top: 0.6em;
}
.archive-post .archive-post__footer {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  .archive-post .archive-post__footer {
    margin-top: -18px;
  }
}

#frontpage-infographic {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  #frontpage-infographic {
    padding-bottom: 150px;
  }
}

#infographic-grid__title {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  #infographic-grid__title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #infographic-grid__title h1 {
    width: 350px;
  }
}

.infographic-grid__row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .infographic-grid__row {
    flex-wrap: nowrap;
  }
}
.infographic-grid__row .infographic-grid__column {
  flex: 0 0 100%;
}
@media screen and (min-width: 992px) {
  .infographic-grid__row .infographic-grid__column {
    flex: 0 0 50%;
  }
}

.infographic-grid__item {
  box-sizing: border-box;
}
.infographic-grid__item .infographic-grid__item-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap-reverse;
  min-height: 55px;
}
.infographic-grid__item .infographic-grid__item-header .infographic-grid__item-number {
  flex: 0 1 auto;
  margin-right: 10px;
}
.infographic-grid__item .infographic-grid__item-header .infographic-grid__item-icon {
  flex: 0 0 auto;
  display: block;
  margin-bottom: 5px;
}
.infographic-grid__item .infographic-grid__item-header .infographic-grid__item-icon img {
  display: block;
  width: auto;
  max-width: 55px;
  height: auto;
  max-height: 55px;
}

.infographic-grid__sub-grid {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.infographic-grid__sub-grid .infographic-grid__item.infographic-grid__item--half {
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .infographic-grid__sub-grid .infographic-grid__item.infographic-grid__item--half {
    flex: 0 0 50%;
    width: 50%;
  }
}
.infographic-grid__sub-grid .infographic-grid__item.infographic-grid__item--full {
  flex: 0 0 100%;
  width: 100%;
}

.infographic-grid__sub-grid--full-width {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.infographic-grid__sub-grid--full-width .infographic-grid__item.infographic-grid__item--half {
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .infographic-grid__sub-grid--full-width .infographic-grid__item.infographic-grid__item--half {
    flex: 0 0 25%;
    width: 25%;
  }
}
.infographic-grid__sub-grid--full-width .infographic-grid__item.infographic-grid__item--full {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .infographic-grid__sub-grid--full-width .infographic-grid__item.infographic-grid__item--full {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .infographic-grid__sub-grid--full-width .infographic-grid__item.infographic-grid__item--full {
    flex-wrap: nowrap;
  }
}
.infographic-grid__sub-grid--full-width .infographic-grid__item.infographic-grid__item--full .infographic-grid__item-icon {
  flex: 0 0 auto;
  display: block;
  margin: 0 15px 5px 0;
}
.infographic-grid__sub-grid--full-width .infographic-grid__item.infographic-grid__item--full .infographic-grid__item-icon img {
  display: block;
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 100px;
}
.infographic-grid__sub-grid--full-width .infographic-grid__item .infographic-grid__item-content {
  flex: 1 1 auto;
  max-width: 330px;
}

#frontpage-overview {
  position: relative;
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  #frontpage-overview {
    padding-top: 150px;
  }
}
#frontpage-overview #frontpage-overview__image {
  position: absolute;
  top: -60px;
  left: 50%;
  width: auto;
  height: 120px;
  margin: 0 auto;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #frontpage-overview #frontpage-overview__image {
    top: -100px;
    height: 200px;
  }
}
#frontpage-overview #frontpage-overview__image img {
  width: auto;
  height: 100%;
}
#frontpage-overview #frontpage-overview__text {
  position: relative;
  padding-bottom: 0.35em;
}
#frontpage-overview #frontpage-overview__text:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 6.081081081%;
  position: absolute;
  top: calc(100% + 0.2em);
  left: 50%;
  transform: translateX(-50%);
  background: url(../../media/menu-underline.svg) no-repeat center center/100% 100%;
}
#frontpage-overview .column-set__item.column-set__item--60 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#frontpage-overview .column-set__item.column-set__item--has-bg:after {
  background-color: #f3f3f3;
}

#frontpage-news-feed {
  position: relative;
}
#frontpage-news-feed .inner {
  position: relative;
  z-index: 2;
}
#frontpage-news-feed #frontpage-news-feed__decorative_image {
  display: none;
}
@media screen and (min-width: 768px) {
  #frontpage-news-feed #frontpage-news-feed__decorative_image {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 1;
    display: block;
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
  #frontpage-news-feed #frontpage-news-feed__decorative_image figure {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateX(60px);
  }
  #frontpage-news-feed #frontpage-news-feed__decorative_image figure img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin: auto;
    aspect-ratio: auto;
  }
}

.news-hero-item__figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.commitment-card-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.commitment-card-item .commitment-card-item__figure {
  flex: 0 0 auto;
  width: 70px;
  height: 100px;
}
.commitment-card-item .commitment-card-item__figcaption {
  flex: 1 1 auto;
  width: 100%;
}
.commitment-card-item .commitment-card-item__footer {
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .commitment-card-item.commitment-card-item--lg {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }
  .commitment-card-item.commitment-card-item--lg .commitment-card-item__figure {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    margin: 0 3rem 0 0;
  }
  .commitment-card-item.commitment-card-item--lg .commitment-card-item__figcaption {
    flex: 0 0 auto;
    width: auto;
  }
  .commitment-card-item.commitment-card-item--lg .commitment-card-item__footer {
    flex: 0 0 auto;
    width: auto;
    margin: 0 0 0 3rem;
  }
}

.linked-page-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.linked-page-grid__item .linked-page-grid__item-figure {
  flex: 0 0 auto;
  width: 100%;
}
.linked-page-grid__item .linked-page-grid__item-figcaption {
  flex: 1 1 auto;
  width: 100%;
  box-sizing: border-box;
}

.linked-page-grid__item-image {
  flex: 0 0 auto;
  width: 110px;
  height: 110px;
}

.linked-page-grid__item-figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.column-set-container {
  width: 100%;
  overflow: hidden;
}

.column-set {
  width: calc(100% + 30px);
  margin: -15px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .column-set {
    width: calc(100% + 60px);
    margin: -30px;
  }
}

.column-set__item {
  flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .column-set__item.column-set__item--60 {
    flex: 0 0 calc(60% - 60px);
    width: calc(60% - 60px);
    margin: 30px;
  }
}
@media screen and (min-width: 768px) {
  .column-set__item.column-set__item--40 {
    flex: 0 0 calc(40% - 60px);
    width: calc(40% - 60px);
    margin: 30px;
  }
}
.column-set__item.column-set__item-order--1 {
  order: 1;
}
.column-set__item.column-set__item-order--2 {
  order: 2;
}
.column-set__item.column-set__item--has-bg:after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: calc(100% + 105px);
  background-color: #ffffff;
  position: absolute;
  top: -30px;
  left: -15px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .column-set__item.column-set__item--has-bg:after {
    width: calc(100% + 150px);
    height: calc(100% + 60px);
    top: -30px;
    left: -30px;
  }
}
@media screen and (min-width: 992px) {
  .column-set__item.column-set__item--has-bg:after {
    left: -45px;
  }
}
.column-set__item.column-set__image {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.column-set__item .column-set__figure--has-shadow {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.goal-card {
  height: 100%;
}

h2.principles-title em {
  font-weight: inherit;
  font-style: normal;
  color: #cc092f;
}

.principle-card {
  padding-top: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .principle-card {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .principle-card {
    padding-top: 7rem;
  }
}
.principle-card .principle-card__inner {
  height: 100%;
  padding: 3rem 30px 60px 30px;
}
@media screen and (min-width: 768px) {
  .principle-card .principle-card__inner {
    padding: 4rem 30px 45px 30px;
  }
}
@media screen and (min-width: 992px) {
  .principle-card .principle-card__inner {
    padding: 5rem 30px 60px 30px;
  }
}
.principle-card .principle-card__counter {
  display: block;
  font-size: 7rem;
  line-height: 7rem;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .principle-card .principle-card__counter {
    font-size: 10rem;
    line-height: 10rem;
  }
}
@media screen and (min-width: 992px) {
  .principle-card .principle-card__counter {
    font-size: 12rem;
    line-height: 12rem;
  }
}
.principle-card .principle-card__figure {
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .principle-card .principle-card__figure {
    width: 70px;
    height: 70px;
  }
}
.principle-card .principle-card__figcaption p strong {
  font-weight: 900;
  font-style: normal;
  color: #cc092f;
}
