/*!
Theme Name: AVA
Theme URI: iREJ.cz
Author: iREJ
Author URI: iREJ.cz
Version: 1.1
Description: Custom base theme by iREJ.cz
*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

/* CLEARFIX */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* CLEARFIX END */
/*
 * Fonts are located in theme base folder "fonts"
 */
@font-face {
  font-family: "irej";
  src: url("fonts/irej.eot?kddz20");
  src: url("fonts/irej.eot?kddz20#iefix") format("embedded-opentype"), url("fonts/irej.ttf?kddz20") format("truetype"), url("fonts/irej.woff?kddz20") format("woff"), url("fonts/irej.svg?kddz20#irej") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ct-icon-], [class*=" ct-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "irej" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ct-icon-phone2:before {
  content: "\e908";
}

.ct-icon-close:before {
  content: "\e900";
}

.ct-icon-arrow-right:before {
  content: "\e901";
}

.ct-icon-arrow-left:before {
  content: "\e907";
}

.ct-icon-dots:before {
  content: "\e902";
}

.ct-icon-envelope:before {
  content: "\e903";
}

.ct-icon-insta:before {
  content: "\e904";
}

.ct-icon-map:before {
  content: "\e905";
}

.ct-icon-phone:before {
  content: "\e906";
}

html {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

@media (max-width: 479px) {
  html {
    font-size: 70%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 70%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  html {
    font-size: 80%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  html {
    font-size: 89%;
  }
}
@media (min-width: 1240px) {
  html {
    font-size: 100%;
  }
}
body {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 320px;
  margin-top: 0px;
  background-color: #ffffff;
  color: #3C6A39;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
}
body.cookie-responsive {
  min-width: 320px;
}

@media (max-width: 479px) {
  br.bp0-hide-br {
    content: " ";
  }
  br.bp0-hide-br:after {
    content: " ";
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  br.bp1-hide-br {
    content: " ";
  }
  br.bp1-hide-br:after {
    content: " ";
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  br.bp2-hide-br {
    content: " ";
  }
  br.bp2-hide-br:after {
    content: " ";
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  br.bp3-hide-br {
    content: " ";
  }
  br.bp3-hide-br:after {
    content: " ";
  }
}
@media (min-width: 1240px) {
  br.bp4-hide-br {
    content: " ";
  }
  br.bp4-hide-br:after {
    content: " ";
  }
}

span.br:before {
  content: "";
}
@media (max-width: 479px) {
  span.br.bp0-hide-br br {
    display: none;
  }
  span.br.bp0-hide-br:before {
    content: " ";
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  span.br.bp1-hide-br br {
    display: none;
  }
  span.br.bp1-hide-br:before {
    content: " ";
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  span.br.bp2-hide-br br {
    display: none;
  }
  span.br.bp2-hide-br:before {
    content: " ";
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  span.br.bp3-hide-br br {
    display: none;
  }
  span.br.bp3-hide-br:before {
    content: " ";
  }
}
@media (min-width: 1240px) {
  span.br.bp4-hide-br br {
    display: none;
  }
  span.br.bp4-hide-br:before {
    content: " ";
  }
}

#main-wrapper {
  min-width: 320px;
  overflow: hidden;
}

.outer,
.outer-no-height {
  display: table;
  height: 100%;
}
.outer.no-height,
.outer-no-height.no-height {
  height: auto;
}
.outer.full-width,
.outer-no-height.full-width {
  width: 100%;
}
.outer.align-center,
.outer-no-height.align-center {
  margin: 0 auto;
}
.outer.align-left,
.outer-no-height.align-left {
  margin: 0 auto 0 0;
}
.outer.align-right,
.outer-no-height.align-right {
  margin: 0 0 0 auto;
}
.outer.even-width .middle,
.outer-no-height.even-width .middle {
  width: 1%;
}
.outer .middle,
.outer-no-height .middle {
  display: table-cell;
  vertical-align: middle;
}
.outer .middle.quarter-width,
.outer-no-height .middle.quarter-width {
  width: 25%;
}
.outer .middle.third-width,
.outer-no-height .middle.third-width {
  width: 33.3333333333%;
}
.outer .middle.half-width,
.outer-no-height .middle.half-width {
  width: 50%;
}
.outer .middle.full-width,
.outer-no-height .middle.full-width {
  width: 100%;
}
.outer .bottom,
.outer-no-height .bottom {
  display: table-cell;
  vertical-align: bottom;
}
.outer .bottom.quarter-width,
.outer-no-height .bottom.quarter-width {
  width: 25%;
}
.outer .bottom.third-width,
.outer-no-height .bottom.third-width {
  width: 33.3333333333%;
}
.outer .bottom.half-width,
.outer-no-height .bottom.half-width {
  width: 50%;
}
.outer .bottom.full-width,
.outer-no-height .bottom.full-width {
  width: 100%;
}
.outer .top,
.outer-no-height .top {
  display: table-cell;
  vertical-align: top;
}
.outer .top.quarter-width,
.outer-no-height .top.quarter-width {
  width: 25%;
}
.outer .top.third-width,
.outer-no-height .top.third-width {
  width: 33.3333333333%;
}
.outer .top.half-width,
.outer-no-height .top.half-width {
  width: 50%;
}
.outer .top.full-width,
.outer-no-height .top.full-width {
  width: 100%;
}

.outer-no-height {
  height: auto;
}

.default_content-wrapper {
  width: calc(100% - 3rem);
  min-width: 320px;
  max-width: 1654px;
  margin: 0 auto;
  padding: 0 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.default_content-wrapper.width_900 {
  max-width: 900px;
}
.default_content-wrapper.full-width {
  width: 100%;
  max-width: none;
}
@media (max-width: 479px) {
  .default_content-wrapper.bp0-full-width {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .default_content-wrapper.bp1-full-width {
    width: 100%;
    max-width: none;
  }
}
.default_content-wrapper.no_side_padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.default_content-wrapper :last-child:not(.do-not-remove-last-bottom-margin) {
  margin-bottom: 0;
}
.default_content-wrapper.position_relative {
  position: relative;
}
.default_content-wrapper.full_height {
  min-height: calc(100vh - 7rem);
}
.default_content-wrapper.full_height > .outer {
  min-height: calc(100vh - 7rem);
}
.default_content-wrapper.full_height > .outer .bg_full_height {
  min-height: calc(100vh - 7rem);
}

.default_content_spacing {
  padding-top: 6.25rem;
  padding-bottom: 5.625rem;
}
.default_content_spacing.no_content_spacing_top {
  padding-top: 0;
}
.default_content_spacing.no_content_spacing_bottom {
  padding-bottom: 0;
}
.default_content_spacing.small_content_spacing_top {
  padding-top: 3.625rem;
}
.default_content_spacing.small_content_spacing_bottom {
  padding-bottom: 3.625rem;
}
.default_content_spacing.medium_content_spacing_top {
  padding-top: 5.625rem;
}
.default_content_spacing.medium_content_spacing_bottom {
  padding-bottom: 5.625rem;
}
.default_content_spacing.extra_content_spacing_top {
  padding-top: 6.875rem;
}
.default_content_spacing.extra_content_spacing_bottom {
  padding-bottom: 6.875rem;
}
.default_content_spacing.extra_large_content_spacing_top {
  padding-top: 8.125rem;
}
.default_content_spacing.extra_large_content_spacing_bottom {
  padding-bottom: 8.125rem;
}
@media (max-width: 479px) {
  .default_content_spacing.bp0-no_content_spacing_top {
    padding-top: 0;
  }
  .default_content_spacing.bp0-no_content_spacing_bottom {
    padding-bottom: 0;
  }
  .default_content_spacing.bp0-small_content_spacing_top {
    padding-top: 3.625rem;
  }
  .default_content_spacing.bp0-small_content_spacing_bottom {
    padding-bottom: 3.625rem;
  }
  .default_content_spacing.bp0-medium_content_spacing_top {
    padding-top: 5.625rem;
  }
  .default_content_spacing.bp0-medium_content_spacing_bottom {
    padding-bottom: 5.625rem;
  }
  .default_content_spacing.bp0-extra_content_spacing_top {
    padding-top: 6.875rem;
  }
  .default_content_spacing.bp0-extra_content_spacing_bottom {
    padding-bottom: 6.875rem;
  }
  .default_content_spacing.bp0-extra_large_content_spacing_top {
    padding-top: 8.125rem;
  }
  .default_content_spacing.bp0-extra_large_content_spacing_bottom {
    padding-bottom: 8.125rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .default_content_spacing.bp1-no_content_spacing_top {
    padding-top: 0;
  }
  .default_content_spacing.bp1-no_content_spacing_bottom {
    padding-bottom: 0;
  }
  .default_content_spacing.bp1-small_content_spacing_top {
    padding-top: 3.625rem;
  }
  .default_content_spacing.bp1-small_content_spacing_bottom {
    padding-bottom: 3.625rem;
  }
  .default_content_spacing.bp1-medium_content_spacing_top {
    padding-top: 5.625rem;
  }
  .default_content_spacing.bp1-medium_content_spacing_bottom {
    padding-bottom: 5.625rem;
  }
  .default_content_spacing.bp1-extra_content_spacing_top {
    padding-top: 6.875rem;
  }
  .default_content_spacing.bp1-extra_content_spacing_bottom {
    padding-bottom: 6.875rem;
  }
  .default_content_spacing.bp1-extra_large_content_spacing_top {
    padding-top: 8.125rem;
  }
  .default_content_spacing.bp1-extra_large_content_spacing_bottom {
    padding-bottom: 8.125rem;
  }
}

.content_with_bg-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
**************** IREJ FLEX BOX GRID SYSTEM ****************
*/
/* -- Set defaults -- */
.grid-wrap {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5em;
}
.grid-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.grid-col {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 1.5em;
}
.grid-col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/*
GENERATE GRID FOR EACH BREAKING POINT
*/
/* -- Setup grids with base class -- */
/* Grid modifiers
   ========================================================================== */
/**
 * Horizontal align
 */
.grid-wrap-align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.grid-wrap-align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.grid-wrap-align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

/**
 * VALIGN modifiers
 */
.grid-wrap-valign-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-wrap-valign-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-wrap-valign-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/**
 * Distribution modifiers
 */
.grid-wrap-distribution-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.grid-wrap-distribution-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Grid cell modifiers
   ========================================================================== */
/**
 * Move col to first or last
 */
.grid-col-move-to-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.grid-col-move-to-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* Grid gutters
   ========================================================================== */
.grid-wrap.ultra-gutter {
  margin: 0 -6em; /* 1 */
}

.grid-wrap.ultra-gutter > .grid-col {
  padding: 0 6em; /* 2 */
}

.grid-wrap.large-gutter {
  margin: 0 -3em; /* 1 */
}

.grid-wrap.large-gutter > .grid-col {
  padding: 0 3em; /* 2 */
}

.grid-wrap.half-gutter {
  margin: 0 -0.75em; /* 1 */
}

.grid-wrap.half-gutter > .grid-col {
  padding: 0 0.75em; /* 2 */
}

.grid-wrap.quarter-gutter {
  margin: 0 -0.375em; /* 1 */
}

.grid-wrap.quarter-gutter > .grid-col {
  padding: 0 0.375em; /* 2 */
}

.grid-wrap.no-gutter {
  margin: 0 0; /* 1 */
}

.grid-wrap.no-gutter > .grid-col {
  padding: 0 0; /* 2 */
}

/* Proportional units
   ========================================================================== */
/*
 * Specify the proportional width of an object.
 * Primarily for, but not limited to, use with `.grid__cell` components.
 * Intentional redundancy build into each set of unit classes.
 */
.col-full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-display-none {
  display: none;
}

.col-1-2, .col-10-20, .col-6-12, .col-5-10, .col-4-8, .col-3-6, .col-2-4 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-1-3, .col-4-12, .col-2-6 {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-2-3, .col-8-12, .col-4-6 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-1-4, .col-5-20, .col-3-12, .col-2-8 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-3-4, .col-15-20, .col-9-12, .col-6-8 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-1-5, .col-4-20, .col-2-10 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.col-2-5, .col-8-20, .col-4-10 {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}

.col-3-5, .col-12-20, .col-6-10 {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}

.col-4-5, .col-16-20, .col-8-10 {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
}

.col-1-6, .col-2-12 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-5-6, .col-10-12 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-1-7 {
  -ms-flex-preferred-size: 14.2857142857%;
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

.col-2-7 {
  -ms-flex-preferred-size: 28.5714285714%;
  flex-basis: 28.5714285714%;
  max-width: 28.5714285714%;
}

.col-3-7 {
  -ms-flex-preferred-size: 42.8571428571%;
  flex-basis: 42.8571428571%;
  max-width: 42.8571428571%;
}

.col-4-7 {
  -ms-flex-preferred-size: 57.1428571429%;
  flex-basis: 57.1428571429%;
  max-width: 57.1428571429%;
}

.col-5-7 {
  -ms-flex-preferred-size: 71.4285714286%;
  flex-basis: 71.4285714286%;
  max-width: 71.4285714286%;
}

.col-6-7 {
  -ms-flex-preferred-size: 85.7142857143%;
  flex-basis: 85.7142857143%;
  max-width: 85.7142857143%;
}

.col-1-8 {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%;
}

.col-3-8 {
  -ms-flex-preferred-size: 37.5%;
  flex-basis: 37.5%;
  max-width: 37.5%;
}

.col-5-8 {
  -ms-flex-preferred-size: 62.5%;
  flex-basis: 62.5%;
  max-width: 62.5%;
}

.col-7-8 {
  -ms-flex-preferred-size: 87.5%;
  flex-basis: 87.5%;
  max-width: 87.5%;
}

.col-1-10, .col-2-20 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  max-width: 10%;
}

.col-3-10, .col-6-20 {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
}

.col-7-10, .col-14-20 {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%;
}

.col-9-10, .col-18-20 {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  max-width: 90%;
}

.col-1-12 {
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-5-12 {
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-7-12 {
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-11-12 {
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-1-20 {
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
  max-width: 5%;
}

.col-3-20 {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  max-width: 15%;
}

.col-7-20 {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  max-width: 35%;
}

.col-9-20 {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  max-width: 45%;
}

.col-11-20 {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  max-width: 55%;
}

.col-13-20 {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  max-width: 65%;
}

.col-17-20 {
  -ms-flex-preferred-size: 85%;
  flex-basis: 85%;
  max-width: 85%;
}

.col-19-20 {
  -ms-flex-preferred-size: 95%;
  flex-basis: 95%;
  max-width: 95%;
}

/* -- Breakpoint (.bp0)
------------------------------------------------------------- */
@media (max-width: 479px) {
  /* Grid modifiers
     ========================================================================== */
  /**
   * Horizontal align
   */
  .bp0-grid-wrap-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .bp0-grid-wrap-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .bp0-grid-wrap-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  /**
   * VALIGN modifiers
   */
  .bp0-grid-wrap-valign-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bp0-grid-wrap-valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bp0-grid-wrap-valign-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  /**
   * Distribution modifiers
   */
  .bp0-grid-wrap-distribution-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .bp0-grid-wrap-distribution-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* Grid cell modifiers
     ========================================================================== */
  /**
   * Move col to first or last
   */
  .bp0-grid-col-move-to-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .bp0-grid-col-move-to-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* Grid gutters
     ========================================================================== */
  .grid-wrap.bp0-ultra-gutter {
    margin: 0 -6em; /* 1 */
  }
  .grid-wrap.bp0-ultra-gutter > .grid-col {
    padding: 0 6em; /* 2 */
  }
  .grid-wrap.bp0-large-gutter {
    margin: 0 -3em; /* 1 */
  }
  .grid-wrap.bp0-large-gutter > .grid-col {
    padding: 0 3em; /* 2 */
  }
  .grid-wrap.bp0-half-gutter {
    margin: 0 -0.75em; /* 1 */
  }
  .grid-wrap.bp0-half-gutter > .grid-col {
    padding: 0 0.75em; /* 2 */
  }
  .grid-wrap.bp0-quarter-gutter {
    margin: 0 -0.375em; /* 1 */
  }
  .grid-wrap.bp0-quarter-gutter > .grid-col {
    padding: 0 0.375em; /* 2 */
  }
  .grid-wrap.bp0-no-gutter {
    margin: 0 0; /* 1 */
  }
  .grid-wrap.bp0-no-gutter > .grid-col {
    padding: 0 0; /* 2 */
  }
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .bp0-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .bp0-col-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .bp0-col-display-none {
    display: none;
  }
  .bp0-col-1-2, .bp0-col-10-20, .bp0-col-6-12, .bp0-col-5-10, .bp0-col-4-8, .bp0-col-3-6, .bp0-col-2-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .bp0-col-1-3, .bp0-col-4-12, .bp0-col-2-6 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bp0-col-2-3, .bp0-col-8-12, .bp0-col-4-6 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bp0-col-1-4, .bp0-col-5-20, .bp0-col-3-12, .bp0-col-2-8 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .bp0-col-3-4, .bp0-col-15-20, .bp0-col-9-12, .bp0-col-6-8 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .bp0-col-1-5, .bp0-col-4-20, .bp0-col-2-10 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .bp0-col-2-5, .bp0-col-8-20, .bp0-col-4-10 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .bp0-col-3-5, .bp0-col-12-20, .bp0-col-6-10 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .bp0-col-4-5, .bp0-col-16-20, .bp0-col-8-10 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .bp0-col-1-6, .bp0-col-2-12 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bp0-col-5-6, .bp0-col-10-12 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bp0-col-1-7 {
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .bp0-col-2-7 {
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .bp0-col-3-7 {
    -ms-flex-preferred-size: 42.8571428571%;
    flex-basis: 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .bp0-col-4-7 {
    -ms-flex-preferred-size: 57.1428571429%;
    flex-basis: 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .bp0-col-5-7 {
    -ms-flex-preferred-size: 71.4285714286%;
    flex-basis: 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .bp0-col-6-7 {
    -ms-flex-preferred-size: 85.7142857143%;
    flex-basis: 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .bp0-col-1-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .bp0-col-3-8 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .bp0-col-5-8 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .bp0-col-7-8 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .bp0-col-1-10, .bp0-col-2-20 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .bp0-col-3-10, .bp0-col-6-20 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .bp0-col-7-10, .bp0-col-14-20 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .bp0-col-9-10, .bp0-col-18-20 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .bp0-col-1-12 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bp0-col-5-12 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bp0-col-7-12 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bp0-col-11-12 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bp0-col-1-20 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%;
  }
  .bp0-col-3-20 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
  }
  .bp0-col-7-20 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }
  .bp0-col-9-20 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
  .bp0-col-11-20 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
  }
  .bp0-col-13-20 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%;
  }
  .bp0-col-17-20 {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    max-width: 85%;
  }
  .bp0-col-19-20 {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%;
  }
}
/* -- Breakpoint (.bp1)
------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 767px) {
  /* Grid modifiers
     ========================================================================== */
  /**
   * Horizontal align
   */
  .bp1-grid-wrap-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .bp1-grid-wrap-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .bp1-grid-wrap-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  /**
   * VALIGN modifiers
   */
  .bp1-grid-wrap-valign-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bp1-grid-wrap-valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bp1-grid-wrap-valign-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  /**
   * Distribution modifiers
   */
  .bp1-grid-wrap-distribution-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .bp1-grid-wrap-distribution-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* Grid cell modifiers
     ========================================================================== */
  /**
   * Move col to first or last
   */
  .bp1-grid-col-move-to-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .bp1-grid-col-move-to-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* Grid gutters
     ========================================================================== */
  .grid-wrap.bp1-ultra-gutter {
    margin: 0 -6em; /* 1 */
  }
  .grid-wrap.bp1-ultra-gutter > .grid-col {
    padding: 0 6em; /* 2 */
  }
  .grid-wrap.bp1-large-gutter {
    margin: 0 -3em; /* 1 */
  }
  .grid-wrap.bp1-large-gutter > .grid-col {
    padding: 0 3em; /* 2 */
  }
  .grid-wrap.bp1-half-gutter {
    margin: 0 -0.75em; /* 1 */
  }
  .grid-wrap.bp1-half-gutter > .grid-col {
    padding: 0 0.75em; /* 2 */
  }
  .grid-wrap.bp1-quarter-gutter {
    margin: 0 -0.375em; /* 1 */
  }
  .grid-wrap.bp1-quarter-gutter > .grid-col {
    padding: 0 0.375em; /* 2 */
  }
  .grid-wrap.bp1-no-gutter {
    margin: 0 0; /* 1 */
  }
  .grid-wrap.bp1-no-gutter > .grid-col {
    padding: 0 0; /* 2 */
  }
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .bp1-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .bp1-col-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .bp1-col-display-none {
    display: none;
  }
  .bp1-col-1-2, .bp1-col-10-20, .bp1-col-6-12, .bp1-col-5-10, .bp1-col-4-8, .bp1-col-3-6, .bp1-col-2-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .bp1-col-1-3, .bp1-col-4-12, .bp1-col-2-6 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bp1-col-2-3, .bp1-col-8-12, .bp1-col-4-6 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bp1-col-1-4, .bp1-col-5-20, .bp1-col-3-12, .bp1-col-2-8 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .bp1-col-3-4, .bp1-col-15-20, .bp1-col-9-12, .bp1-col-6-8 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .bp1-col-1-5, .bp1-col-4-20, .bp1-col-2-10 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .bp1-col-2-5, .bp1-col-8-20, .bp1-col-4-10 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .bp1-col-3-5, .bp1-col-12-20, .bp1-col-6-10 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .bp1-col-4-5, .bp1-col-16-20, .bp1-col-8-10 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .bp1-col-1-6, .bp1-col-2-12 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bp1-col-5-6, .bp1-col-10-12 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bp1-col-1-7 {
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .bp1-col-2-7 {
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .bp1-col-3-7 {
    -ms-flex-preferred-size: 42.8571428571%;
    flex-basis: 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .bp1-col-4-7 {
    -ms-flex-preferred-size: 57.1428571429%;
    flex-basis: 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .bp1-col-5-7 {
    -ms-flex-preferred-size: 71.4285714286%;
    flex-basis: 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .bp1-col-6-7 {
    -ms-flex-preferred-size: 85.7142857143%;
    flex-basis: 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .bp1-col-1-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .bp1-col-3-8 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .bp1-col-5-8 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .bp1-col-7-8 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .bp1-col-1-10, .bp1-col-2-20 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .bp1-col-3-10, .bp1-col-6-20 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .bp1-col-7-10, .bp1-col-14-20 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .bp1-col-9-10, .bp1-col-18-20 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .bp1-col-1-12 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bp1-col-5-12 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bp1-col-7-12 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bp1-col-11-12 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bp1-col-1-20 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%;
  }
  .bp1-col-3-20 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
  }
  .bp1-col-7-20 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }
  .bp1-col-9-20 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
  .bp1-col-11-20 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
  }
  .bp1-col-13-20 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%;
  }
  .bp1-col-17-20 {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    max-width: 85%;
  }
  .bp1-col-19-20 {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%;
  }
}
/* -- Breakpoint 2 (.bp2)
------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  /* Grid modifiers
     ========================================================================== */
  /**
   * Horizontal align
   */
  .bp2-grid-wrap-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .bp2-grid-wrap-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .bp2-grid-wrap-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  /**
   * VALIGN modifiers
   */
  .bp2-grid-wrap-valign-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bp2-grid-wrap-valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bp2-grid-wrap-valign-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  /**
   * Distribution modifiers
   */
  .bp2-grid-wrap-distribution-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .bp2-grid-wrap-distribution-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* Grid cell modifiers
     ========================================================================== */
  /**
   * Move col to first or last
   */
  .bp2-grid-col-move-to-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .bp2-grid-col-move-to-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* Grid gutters
     ========================================================================== */
  .grid-wrap.bp2-ultra-gutter {
    margin: 0 -6em; /* 1 */
  }
  .grid-wrap.bp2-ultra-gutter > .grid-col {
    padding: 0 6em; /* 2 */
  }
  .grid-wrap.bp2-large-gutter {
    margin: 0 -3em; /* 1 */
  }
  .grid-wrap.bp2-large-gutter > .grid-col {
    padding: 0 3em; /* 2 */
  }
  .grid-wrap.bp2-half-gutter {
    margin: 0 -0.75em; /* 1 */
  }
  .grid-wrap.bp2-half-gutter > .grid-col {
    padding: 0 0.75em; /* 2 */
  }
  .grid-wrap.bp2-quarter-gutter {
    margin: 0 -0.375em; /* 1 */
  }
  .grid-wrap.bp2-quarter-gutter > .grid-col {
    padding: 0 0.375em; /* 2 */
  }
  .grid-wrap.bp2-no-gutter {
    margin: 0 0; /* 1 */
  }
  .grid-wrap.bp2-no-gutter > .grid-col {
    padding: 0 0; /* 2 */
  }
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .bp2-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .bp2-col-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .bp2-col-display-none {
    display: none;
  }
  .bp2-col-1-2, .bp2-col-10-20, .bp2-col-6-12, .bp2-col-5-10, .bp2-col-4-8, .bp2-col-3-6, .bp2-col-2-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .bp2-col-1-3, .bp2-col-4-12, .bp2-col-2-6 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bp2-col-2-3, .bp2-col-8-12, .bp2-col-4-6 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bp2-col-1-4, .bp2-col-5-20, .bp2-col-3-12, .bp2-col-2-8 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .bp2-col-3-4, .bp2-col-15-20, .bp2-col-9-12, .bp2-col-6-8 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .bp2-col-1-5, .bp2-col-4-20, .bp2-col-2-10 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .bp2-col-2-5, .bp2-col-8-20, .bp2-col-4-10 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .bp2-col-3-5, .bp2-col-12-20, .bp2-col-6-10 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .bp2-col-4-5, .bp2-col-16-20, .bp2-col-8-10 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .bp2-col-1-6, .bp2-col-2-12 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bp2-col-5-6, .bp2-col-10-12 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bp2-col-1-7 {
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .bp2-col-2-7 {
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .bp2-col-3-7 {
    -ms-flex-preferred-size: 42.8571428571%;
    flex-basis: 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .bp2-col-4-7 {
    -ms-flex-preferred-size: 57.1428571429%;
    flex-basis: 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .bp2-col-5-7 {
    -ms-flex-preferred-size: 71.4285714286%;
    flex-basis: 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .bp2-col-6-7 {
    -ms-flex-preferred-size: 85.7142857143%;
    flex-basis: 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .bp2-col-1-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .bp2-col-3-8 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .bp2-col-5-8 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .bp2-col-7-8 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .bp2-col-1-10, .bp2-col-2-20 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .bp2-col-3-10, .bp2-col-6-20 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .bp2-col-7-10, .bp2-col-14-20 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .bp2-col-9-10, .bp2-col-18-20 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .bp2-col-1-12 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bp2-col-5-12 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bp2-col-7-12 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bp2-col-11-12 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bp2-col-1-20 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%;
  }
  .bp2-col-3-20 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
  }
  .bp2-col-7-20 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }
  .bp2-col-9-20 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
  .bp2-col-11-20 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
  }
  .bp2-col-13-20 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%;
  }
  .bp2-col-17-20 {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    max-width: 85%;
  }
  .bp2-col-19-20 {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%;
  }
}
/* -- Breakpoint 3 (.bp3)
------------------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1239px) {
  /* Grid modifiers
     ========================================================================== */
  /**
   * Horizontal align
   */
  .bp3-grid-wrap-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .bp3-grid-wrap-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .bp3-grid-wrap-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  /**
   * VALIGN modifiers
   */
  .bp3-grid-wrap-valign-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bp3-grid-wrap-valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bp3-grid-wrap-valign-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  /**
   * Distribution modifiers
   */
  .bp3-grid-wrap-distribution-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .bp3-grid-wrap-distribution-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* Grid cell modifiers
     ========================================================================== */
  /**
   * Move col to first or last
   */
  .bp3-grid-col-move-to-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .bp3-grid-col-move-to-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* Grid gutters
     ========================================================================== */
  .grid-wrap.bp3-ultra-gutter {
    margin: 0 -6em; /* 1 */
  }
  .grid-wrap.bp3-ultra-gutter > .grid-col {
    padding: 0 6em; /* 2 */
  }
  .grid-wrap.bp3-large-gutter {
    margin: 0 -3em; /* 1 */
  }
  .grid-wrap.bp3-large-gutter > .grid-col {
    padding: 0 3em; /* 2 */
  }
  .grid-wrap.bp3-half-gutter {
    margin: 0 -0.75em; /* 1 */
  }
  .grid-wrap.bp3-half-gutter > .grid-col {
    padding: 0 0.75em; /* 2 */
  }
  .grid-wrap.bp3-quarter-gutter {
    margin: 0 -0.375em; /* 1 */
  }
  .grid-wrap.bp3-quarter-gutter > .grid-col {
    padding: 0 0.375em; /* 2 */
  }
  .grid-wrap.bp3-no-gutter {
    margin: 0 0; /* 1 */
  }
  .grid-wrap.bp3-no-gutter > .grid-col {
    padding: 0 0; /* 2 */
  }
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .bp3-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .bp3-col-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .bp3-col-display-none {
    display: none;
  }
  .bp3-col-1-2, .bp3-col-10-20, .bp3-col-6-12, .bp3-col-5-10, .bp3-col-4-8, .bp3-col-3-6, .bp3-col-2-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .bp3-col-1-3, .bp3-col-4-12, .bp3-col-2-6 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bp3-col-2-3, .bp3-col-8-12, .bp3-col-4-6 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bp3-col-1-4, .bp3-col-5-20, .bp3-col-3-12, .bp3-col-2-8 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .bp3-col-3-4, .bp3-col-15-20, .bp3-col-9-12, .bp3-col-6-8 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .bp3-col-1-5, .bp3-col-4-20, .bp3-col-2-10 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .bp3-col-2-5, .bp3-col-8-20, .bp3-col-4-10 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .bp3-col-3-5, .bp3-col-12-20, .bp3-col-6-10 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .bp3-col-4-5, .bp3-col-16-20, .bp3-col-8-10 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .bp3-col-1-6, .bp3-col-2-12 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bp3-col-5-6, .bp3-col-10-12 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bp3-col-1-7 {
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .bp3-col-2-7 {
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .bp3-col-3-7 {
    -ms-flex-preferred-size: 42.8571428571%;
    flex-basis: 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .bp3-col-4-7 {
    -ms-flex-preferred-size: 57.1428571429%;
    flex-basis: 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .bp3-col-5-7 {
    -ms-flex-preferred-size: 71.4285714286%;
    flex-basis: 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .bp3-col-6-7 {
    -ms-flex-preferred-size: 85.7142857143%;
    flex-basis: 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .bp3-col-1-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .bp3-col-3-8 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .bp3-col-5-8 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .bp3-col-7-8 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .bp3-col-1-10, .bp3-col-2-20 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .bp3-col-3-10, .bp3-col-6-20 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .bp3-col-7-10, .bp3-col-14-20 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .bp3-col-9-10, .bp3-col-18-20 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .bp3-col-1-12 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bp3-col-5-12 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bp3-col-7-12 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bp3-col-11-12 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bp3-col-1-20 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%;
  }
  .bp3-col-3-20 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
  }
  .bp3-col-7-20 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }
  .bp3-col-9-20 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
  .bp3-col-11-20 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
  }
  .bp3-col-13-20 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%;
  }
  .bp3-col-17-20 {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    max-width: 85%;
  }
  .bp3-col-19-20 {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%;
  }
}
/* -- Breakpoint 4 (.bp4)
------------------------------------------------------------- */
@media (min-width: 1240px) {
  /* Grid modifiers
     ========================================================================== */
  /**
   * Horizontal align
   */
  .bp4-grid-wrap-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .bp4-grid-wrap-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .bp4-grid-wrap-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  /**
   * VALIGN modifiers
   */
  .bp4-grid-wrap-valign-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bp4-grid-wrap-valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bp4-grid-wrap-valign-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  /**
   * Distribution modifiers
   */
  .bp4-grid-wrap-distribution-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .bp4-grid-wrap-distribution-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* Grid cell modifiers
     ========================================================================== */
  /**
   * Move col to first or last
   */
  .bp4-grid-col-move-to-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .bp4-grid-col-move-to-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* Grid gutters
     ========================================================================== */
  .grid-wrap.bp4-ultra-gutter {
    margin: 0 -6em; /* 1 */
  }
  .grid-wrap.bp4-ultra-gutter > .grid-col {
    padding: 0 6em; /* 2 */
  }
  .grid-wrap.bp4-large-gutter {
    margin: 0 -3em; /* 1 */
  }
  .grid-wrap.bp4-large-gutter > .grid-col {
    padding: 0 3em; /* 2 */
  }
  .grid-wrap.bp4-half-gutter {
    margin: 0 -0.75em; /* 1 */
  }
  .grid-wrap.bp4-half-gutter > .grid-col {
    padding: 0 0.75em; /* 2 */
  }
  .grid-wrap.bp4-quarter-gutter {
    margin: 0 -0.375em; /* 1 */
  }
  .grid-wrap.bp4-quarter-gutter > .grid-col {
    padding: 0 0.375em; /* 2 */
  }
  .grid-wrap.bp4-no-gutter {
    margin: 0 0; /* 1 */
  }
  .grid-wrap.bp4-no-gutter > .grid-col {
    padding: 0 0; /* 2 */
  }
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .bp4-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .bp4-col-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .bp4-col-display-none {
    display: none;
  }
  .bp4-col-1-2, .bp4-col-10-20, .bp4-col-6-12, .bp4-col-5-10, .bp4-col-4-8, .bp4-col-3-6, .bp4-col-2-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .bp4-col-1-3, .bp4-col-4-12, .bp4-col-2-6 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bp4-col-2-3, .bp4-col-8-12, .bp4-col-4-6 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bp4-col-1-4, .bp4-col-5-20, .bp4-col-3-12, .bp4-col-2-8 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .bp4-col-3-4, .bp4-col-15-20, .bp4-col-9-12, .bp4-col-6-8 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .bp4-col-1-5, .bp4-col-4-20, .bp4-col-2-10 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .bp4-col-2-5, .bp4-col-8-20, .bp4-col-4-10 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .bp4-col-3-5, .bp4-col-12-20, .bp4-col-6-10 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .bp4-col-4-5, .bp4-col-16-20, .bp4-col-8-10 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .bp4-col-1-6, .bp4-col-2-12 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bp4-col-5-6, .bp4-col-10-12 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bp4-col-1-7 {
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .bp4-col-2-7 {
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .bp4-col-3-7 {
    -ms-flex-preferred-size: 42.8571428571%;
    flex-basis: 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .bp4-col-4-7 {
    -ms-flex-preferred-size: 57.1428571429%;
    flex-basis: 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .bp4-col-5-7 {
    -ms-flex-preferred-size: 71.4285714286%;
    flex-basis: 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .bp4-col-6-7 {
    -ms-flex-preferred-size: 85.7142857143%;
    flex-basis: 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .bp4-col-1-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .bp4-col-3-8 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .bp4-col-5-8 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .bp4-col-7-8 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .bp4-col-1-10, .bp4-col-2-20 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .bp4-col-3-10, .bp4-col-6-20 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .bp4-col-7-10, .bp4-col-14-20 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .bp4-col-9-10, .bp4-col-18-20 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .bp4-col-1-12 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bp4-col-5-12 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bp4-col-7-12 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bp4-col-11-12 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bp4-col-1-20 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%;
  }
  .bp4-col-3-20 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
  }
  .bp4-col-7-20 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }
  .bp4-col-9-20 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
  .bp4-col-11-20 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
  }
  .bp4-col-13-20 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%;
  }
  .bp4-col-17-20 {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    max-width: 85%;
  }
  .bp4-col-19-20 {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #3C6A39;
  text-decoration: none;
}
a i {
  -webkit-transition: color 0s ease;
  -webkit-transition-delay: !important;
  -moz-transition: color 0s ease !important;
  -o-transition: color 0s ease !important;
  transition: color 0s ease !important;
}

p {
  margin: 0 0 1.5rem 0;
}
p.smaller {
  font-size: 0.7em;
}

strong {
  font-weight: 700;
}

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

.headline-icon {
  position: relative;
  padding-left: 6rem;
}
.headline-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.9375rem;
  height: 1.5625rem;
  background-image: url("./images/logo-bcdgroup-simple.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

h1,
.h1 {
  margin-bottom: 3.75rem;
  font-size: 1.875rem;
  line-height: 1.5em;
  font-weight: 700;
}

h2,
.h2 {
  margin-bottom: 3.75rem;
  font-size: 1.875rem;
  line-height: 1.5em;
  font-weight: 700;
}

h3,
.h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 400;
}

h4,
.h4 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 400;
}

h5,
.h5 {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}

h6,
.h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}

.user-editable-content ul,
.user-editable-content ol {
  width: 100%;
  line-height: 1.4em;
  margin: 0 0 0.75rem;
  padding: 0;
}
.user-editable-content ul li,
.user-editable-content ol li {
  width: calc(100% - 38px);
  margin: 0 0 1.875rem 38px;
  list-style-position: outside;
}
.user-editable-content ul li {
  list-style-type: disc;
}
.user-editable-content ol li {
  list-style-type: decimal;
}

/* Default table settings */
table {
  width: 100%;
  margin-bottom: 1.875rem;
  overflow: hidden;
  border: none;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0.375rem 0.1875rem;
}
table td:first-child,
table th:first-child {
  padding-left: 0;
}
table td:last-child,
table th:last-child {
  padding-right: 0;
}
table thead th {
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  color: #4D4D4D;
  background-color: #F2F2F2;
  font-size: 0.9375rem;
  border-right: 1px solid #ffffff;
}
table thead th:last-child {
  border-right: 0;
}
table tbody tr {
  /*
  &:not(.no_hover,.floor_divider):hover td {
  	background-color: $color-primary;
  	color: #ffffff;
  }
  */
}
table tbody tr td {
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.2em;
}
.buttons-spacing .button {
  margin: 0 0.8125rem;
}

input[type=button],
input[type=submit],
button,
.button {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  border-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  /*
  &.secondary {
  	color: #ffffff;
  	background-color: $color-primary;
  	&:hover,
  	&.active {
  		background-color: $color-primary-hover;
  	}
  }
     */
}
input[type=button]:hover, input[type=button].active,
input[type=submit]:hover,
input[type=submit].active,
button:hover,
button.active,
.button:hover,
.button.active {
  color: #000000;
  background-color: transparent;
}
input[type=button].full-width,
input[type=submit].full-width,
button.full-width,
.button.full-width {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=button].dropdown_list,
input[type=submit].dropdown_list,
button.dropdown_list,
.button.dropdown_list {
  position: relative;
  cursor: default;
}
input[type=button].dropdown_list:hover .content-wrapper,
input[type=submit].dropdown_list:hover .content-wrapper,
button.dropdown_list:hover .content-wrapper,
.button.dropdown_list:hover .content-wrapper {
  display: block;
}
input[type=button].dropdown_list .content-wrapper,
input[type=submit].dropdown_list .content-wrapper,
button.dropdown_list .content-wrapper,
.button.dropdown_list .content-wrapper {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 18.75rem;
  padding-left: 3px;
}
input[type=button].dropdown_list .content-wrapper .content,
input[type=submit].dropdown_list .content-wrapper .content,
button.dropdown_list .content-wrapper .content,
.button.dropdown_list .content-wrapper .content {
  display: block;
  max-height: 40vh;
  padding: 1.25rem 0.9375rem;
  overflow: auto;
  border: 1px solid #3C6A39;
  text-align: left;
  background-color: #ffffff;
}
input[type=button].dropdown_list .content-wrapper .content a,
input[type=submit].dropdown_list .content-wrapper .content a,
button.dropdown_list .content-wrapper .content a,
.button.dropdown_list .content-wrapper .content a {
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #3C6A39;
  font-size: 0.875rem;
  font-weight: 400;
  color: #3C6A39;
}
input[type=button].dropdown_list .content-wrapper .content a:hover,
input[type=submit].dropdown_list .content-wrapper .content a:hover,
button.dropdown_list .content-wrapper .content a:hover,
.button.dropdown_list .content-wrapper .content a:hover {
  color: #3C6A39;
}
input[type=button].dropdown_list .content-wrapper .content a:last-child,
input[type=submit].dropdown_list .content-wrapper .content a:last-child,
button.dropdown_list .content-wrapper .content a:last-child,
.button.dropdown_list .content-wrapper .content a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/*
form {
	input[type="button"],
	input[type="submit"],
	button,
	.button {
		float: right;
	}
}
*/
label {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
  font-size: 0.625rem;
  color: #ffffff;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  width: 100%;
  padding: 1.125rem 0.75rem 1.125rem 2.25rem;
  margin-bottom: 0.875rem !important;
  background-color: #ECECEC;
  font-size: 0.625rem;
  text-align: left;
  color: #3C6A39;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  border: 0;
  letter-spacing: 0.3em;
  -webkit-border-radius: 0 0 1000px 0;
  -moz-border-radius: 0 0 1000px 0;
  -ms-border-radius: 0 0 1000px 0;
  -o-border-radius: 0 0 1000px 0;
  border-radius: 0 0 1000px 0;
  -webkit-box-shadow: #000000 0px 0px 0px, #000000 0px 0px 0px inset;
  -moz-box-shadow: #000000 0px 0px 0px, #000000 0px 0px 0px inset;
  box-shadow: #000000 0px 0px 0px, #000000 0px 0px 0px inset;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  min-height: 3em;
  line-height: 1.6;
  resize: none;
}

::-webkit-input-placeholder {
  color: #3C6A39;
  text-align: left;
}

:-moz-placeholder { /* Firefox 18- */
  color: #3C6A39;
  text-align: left;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #3C6A39;
  text-align: left;
}

:-ms-input-placeholder {
  color: #3C6A39;
  text-align: left;
}

input.error::-webkit-input-placeholder {
  color: #dd1c31;
}

input.error:-moz-placeholder {
  color: #dd1c31;
}

input.error::-moz-placeholder {
  color: #dd1c31;
}

input.error:-ms-input-placeholder {
  color: #dd1c31;
}

.input-dropdown {
  position: relative;
  display: inline-block;
  width: auto;
}
.input-dropdown input {
  cursor: pointer;
}
.input-dropdown .dropdown-list {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - 0.75rem);
  right: 0;
  z-index: 50;
  background-color: #ffffff;
  border-left: 1px solid #3C6A39;
  border-top: 1px solid #3C6A39;
  border-right: 1px solid #3C6A39;
}
.input-dropdown .dropdown-list > div {
  display: block;
  font-size: 0.875rem;
  text-align: left;
  color: #4D4D4D;
  font-weight: 600;
  border-bottom: 1px solid #3C6A39;
}
.input-dropdown .dropdown-list > div > a {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  margin: 0 0 2rem;
  padding-top: 1.2rem;
  vertical-align: top;
  overflow: hidden;
}
.input.white .input__field {
  color: #ffffff;
}
.input.white .input__label {
  color: #ffffff;
}
.input.white .input__graphic {
  stroke: #ffffff;
}
.input.white .input__field:focus + .input__label, .input.white.input--filled .input__label {
  color: #ffffff;
}
.input.white .input__field:focus ~ .input__graphic, .input.white.input--filled .input__graphic {
  stroke: #ffffff;
}
.input.error .input__field {
  color: #FF1519 !important;
}
.input.error .input__label {
  color: #FF1519 !important;
}
.input.error .input__graphic {
  stroke: #FF1519 !important;
}
.input.error .input__field:focus + .input__label, .input.error.input--filled .input__label {
  color: #FF1519 !important;
}
.input.error .input__field:focus ~ .input__graphic, .input.error.input--filled .input__graphic {
  stroke: #FF1519 !important;
}
.input .input__field {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 0.6rem;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #000000;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
  -webkit-appearance: none; /* for box shadows to show on iOS */
}
.input .input__field:focus {
  outline: none;
}
.input.textarea .input__field {
  min-height: 4.5em;
  resize: none;
}
.input.textarea .input__graphic {
  top: 0.2rem;
}
.input .input__label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  color: #000000;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s 0.1s, color 1s;
  transition: transform 0.3s 0.1s, color 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.input .input__label .input__label-content {
  position: relative;
  display: block;
  padding: 1.3rem 0 0;
  width: 100%;
}
.input .input__graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
  stroke: #000000;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
  transition: transform 0.7s, stroke 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.input .input__field:focus + .input__label, .input.input--filled .input__label {
  color: #000000;
  font-style: italic;
  -webkit-transform: translate3d(0, -1.2rem, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -1.2rem, 0) scale3d(0.75, 0.75, 1);
}
.input .input__field:focus ~ .input__graphic, .input.input--filled .input__graphic {
  stroke: #000000;
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
}

/* iCheck skins
----------------------------------- */
.icheckbox,
.iradio {
  position: relative; /*top:2px;*/
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 1.125rem 0 0;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-repeat: repeat;
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.icheckbox.disabled,
.iradio.disabled {
  opacity: 0.6 !important;
}
.icheckbox:before,
.iradio:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #3C6A39;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icheckbox.checked:before,
.iradio.checked:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.icheckbox.error {
  background-color: #dd1c31;
}

.iradio {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.iradio:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.field-checkbox-wrapper {
  margin-bottom: 0.75rem !important;
}
.field-checkbox-wrapper label {
  cursor: pointer;
  max-width: 70%;
}

@media (max-width: 500px) {
  .comp_01, .comp_02 {
    min-height: 0 !important;
  }
  .comp_01 > .outer.type-01, .comp_02 > .outer.type-01 {
    display: block;
    width: 100%;
    min-height: 0;
  }
  .comp_01 > .outer.type-01 > .middle, .comp_02 > .outer.type-01 > .middle {
    display: block;
    width: 100%;
  }
  .comp_01 > .outer.type-02, .comp_02 > .outer.type-02 {
    min-height: 30vh !important;
  }
  .comp_01 > .outer.type-02 > .middle:first-child, .comp_02 > .outer.type-02 > .middle:first-child {
    vertical-align: top !important;
  }
}
.comp_01 .divider, .comp_02 .divider {
  height: 5vh;
}
.comp_01 p, .comp_02 p {
  width: 90%;
}
.comp_01 .logo, .comp_02 .logo {
  display: block;
  width: 90%;
  max-width: 18.75rem;
  height: auto;
}
@media (max-width: 500px) {
  .comp_01 .logo, .comp_02 .logo {
    max-width: 12.5rem;
  }
}
.comp_01 .logo.small, .comp_02 .logo.small {
  max-width: 11rem;
  margin-bottom: 0.625rem !important;
}
.comp_01 .contact_info-wrapper, .comp_02 .contact_info-wrapper {
  width: 100%;
  max-width: 25.625rem;
  margin: 0 auto;
}
.comp_01 .contact_info-wrapper .outer-no-height, .comp_02 .contact_info-wrapper .outer-no-height {
  margin-bottom: 2.5rem;
  color: #3C6A39;
}
.comp_01 .contact_info-wrapper .outer-no-height:hover, .comp_02 .contact_info-wrapper .outer-no-height:hover {
  color: rgb(41.226993865, 72.8343558282, 39.1656441718);
}
.comp_01 .contact_info-wrapper .outer-no-height .middle:first-child, .comp_02 .contact_info-wrapper .outer-no-height .middle:first-child {
  width: 7.5rem;
}
.comp_01 .contact_info-wrapper i, .comp_02 .contact_info-wrapper i {
  display: block;
  margin-right: 1.25rem;
  font-size: 4.625rem;
  color: #A1BF38;
}
.comp_01 .contact_info-wrapper i.ct-icon-envelope, .comp_02 .contact_info-wrapper i.ct-icon-envelope {
  font-size: 2.5rem;
}
.comp_01 .bg, .comp_02 .bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.comp_01 .bg img, .comp_02 .bg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
.comp_01 .bg img.top, .comp_02 .bg img.top {
  object-position: top right;
}
.comp_01 .imgs-wrapper, .comp_02 .imgs-wrapper {
  display: block;
  width: 100%;
}
.comp_01 .imgs-wrapper .content-wrapper, .comp_02 .imgs-wrapper .content-wrapper {
  margin: 0 0 0 auto;
  max-width: 55vw;
}
@media (max-width: 500px) {
  .comp_01 .imgs-wrapper .content-wrapper, .comp_02 .imgs-wrapper .content-wrapper {
    max-width: 100vw;
  }
}
.comp_01 .imgs-wrapper .imgs-divider, .comp_02 .imgs-wrapper .imgs-divider {
  display: none;
  width: 2rem;
}
.comp_01 .bg_2, .comp_02 .bg_2 {
  display: block;
  position: relative;
}
.comp_01 .bg_2:is(a):hover, .comp_02 .bg_2:is(a):hover {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
.comp_01 .bg_2 img, .comp_02 .bg_2 img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
.comp_01 .contact_form-wrapper, .comp_02 .contact_form-wrapper {
  position: relative;
  padding: 2.125rem;
  background-color: #A1BF38;
  -webkit-border-radius: 0 0 60% 0;
  -moz-border-radius: 0 0 60% 0;
  -ms-border-radius: 0 0 60% 0;
  -o-border-radius: 0 0 60% 0;
  border-radius: 0 0 60% 0;
}
@media (max-width: 767px) {
  .comp_01 .contact_form-wrapper, .comp_02 .contact_form-wrapper {
    margin-bottom: 2rem !important;
  }
}
.comp_01 .contact_form-wrapper:before, .comp_02 .contact_form-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: -1;
  background-color: #588A37;
}
.comp_01 .contact_form-wrapper .btn, .comp_02 .contact_form-wrapper .btn {
  display: inline-block;
  position: absolute;
  right: 1.625rem;
  bottom: 2rem;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
}
.comp_01 .contact_form-wrapper .btn:hover, .comp_02 .contact_form-wrapper .btn:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .comp_01.o-spolecnosti p, .o-spolecnosti.comp_02 p {
    width: 100%;
  }
  .comp_01.o-spolecnosti .third-width, .o-spolecnosti.comp_02 .third-width {
    width: 100% !important;
  }
  .comp_01 .comp_card, .comp_02 .comp_card {
    margin-bottom: 2rem !important;
  }
}

.comp_01-divider {
  height: 1.5rem;
}

.comp_03-wrapper {
  position: relative;
}
.comp_03-wrapper .headline-wrapper {
  position: absolute;
  left: 50%;
  top: 4.125rem;
  z-index: 10;
  text-shadow: 1px 1px 10px #ffffff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .comp_03-wrapper .headline-wrapper {
    position: relative;
    left: auto;
    top: auto;
    z-index: 10;
    padding: 2rem 0 0.625rem;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.comp_03-wrapper .slick_comp_03-wrapper .slick-list,
.comp_03-wrapper .slick_comp_03-wrapper .slick-track,
.comp_03-wrapper .slick_comp_03_aktuality-wrapper .slick-list,
.comp_03-wrapper .slick_comp_03_aktuality-wrapper .slick-track {
  height: 100%;
}
.comp_03-wrapper .slick_comp_03-wrapper .item,
.comp_03-wrapper .slick_comp_03_aktuality-wrapper .item {
  position: relative;
  height: 100%;
}
.comp_03-wrapper .slick_comp_03-wrapper:hover .nav,
.comp_03-wrapper .slick_comp_03_aktuality-wrapper:hover .nav {
  opacity: 1;
}
.comp_03-wrapper .slick_comp_03-wrapper .nav,
.comp_03-wrapper .slick_comp_03_aktuality-wrapper .nav {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 5.625rem;
  height: 5.625rem;
  font-size: 5rem;
  color: #ffffff;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.comp_03-wrapper .slick_comp_03-wrapper .nav:hover,
.comp_03-wrapper .slick_comp_03_aktuality-wrapper .nav:hover {
  color: #3C6A39;
}
.comp_03-wrapper .slick_comp_03-wrapper .nav.left,
.comp_03-wrapper .slick_comp_03_aktuality-wrapper .nav.left {
  left: 0.75rem;
}
.comp_03-wrapper .slick_comp_03-wrapper .nav.right,
.comp_03-wrapper .slick_comp_03_aktuality-wrapper .nav.right {
  right: 1.75rem;
}
.comp_03-wrapper .slick_comp_03-wrapper .nav i,
.comp_03-wrapper .slick_comp_03_aktuality-wrapper .nav i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  text-shadow: 1px 1px 10px #000000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comp_03 {
  display: block;
  position: relative;
  height: calc(100vh - 6rem);
  margin-right: 1.5625rem;
}
.comp_03 .bg-color {
  display: block;
  position: absolute;
  left: 1.375rem;
  top: 2.5rem;
  right: 1.375rem;
  bottom: 2.5rem;
  z-index: 0;
  background-color: #588A37;
}
.comp_03 .bg-color.secondary {
  background-color: #A1BF38;
}
.comp_03 .img {
  display: block;
  position: absolute;
  left: 0;
  top: 1.0625rem;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 0 1000px 0 1000px;
  -moz-border-radius: 0 1000px 0 1000px;
  -ms-border-radius: 0 1000px 0 1000px;
  -o-border-radius: 0 1000px 0 1000px;
  border-radius: 0 1000px 0 1000px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 8px 1px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 8px 1px 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 8px 1px 6px;
}
.comp_03 .content-wrapper {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 1.375rem;
  z-index: 10;
  height: 13.5rem;
  padding: 0 1rem;
}
.comp_03 .content-wrapper .logo-wrapper {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  height: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.comp_03 .content-wrapper .outer {
  position: relative;
  color: #ffffff;
}
.comp_03 .content-wrapper .outer:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 7px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.comp_03 .content-wrapper .outer .middle_content {
  display: block;
  padding-right: 1.625rem;
}
.comp_03 .content-wrapper .outer .middle_content .logo-wrapper {
  position: relative;
  left: auto;
  top: auto;
  height: auto;
  padding-bottom: 75%;
  margin: 0 auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.comp_03 .project-logo {
  position: absolute;
  left: 2%;
  bottom: 4.375rem;
  z-index: 17;
  width: 8%;
  max-width: 10rem;
}
@media (max-width: 767px) {
  .comp_03 .project-logo {
    left: 8%;
    width: 12%;
  }
}
.comp_03 .project-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.comp_03 .main_info {
  display: block;
  position: absolute;
  right: 2.25rem;
  top: 4.375rem;
  z-index: 15;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: right;
  line-height: 1.6em;
  text-shadow: 1px 1px 10px #000000;
}
.comp_03 .main_info i {
  display: inline-block;
}
.comp_03 .main_info a {
  color: #ffffff;
  text-decoration: none;
}
.comp_03 .main_info a:hover {
  text-decoration: underline;
}
.comp_03 .overlay_content {
  position: absolute;
  left: 1.375rem;
  bottom: 5rem;
  right: 0;
  z-index: 20;
  padding: 2.5rem 0;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.comp_03 .overlay_content .inner-content {
  position: relative;
  left: -1.375rem;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
}
.comp_03 .overlay_content .inner-content img {
  display: block;
  width: 100%;
  height: auto;
}
.comp_03 .overlay_content .inner-content p {
  letter-spacing: 0.01em;
}
.comp_03 .overlay_content .inner-content p:last-child {
  margin-bottom: 0 !important;
}

.comp_card {
  display: block;
  position: relative;
  height: 52vh;
}
.comp_card.medium {
  height: 64vh;
}
.comp_card.large {
  height: 74vh;
}
.comp_card.pos-left .img {
  -webkit-border-radius: 1000px 0 0 0;
  -moz-border-radius: 1000px 0 0 0;
  -ms-border-radius: 1000px 0 0 0;
  -o-border-radius: 1000px 0 0 0;
  border-radius: 1000px 0 0 0;
}
.comp_card.pos-left .main_info {
  left: 3rem;
  right: auto;
  text-align: left;
}
.comp_card.top-left .bg-color {
  top: 1rem;
  bottom: 0;
}
.comp_card.top-left .img {
  top: 0;
  bottom: 1rem;
  -webkit-border-radius: 0 0 1000px 0;
  -moz-border-radius: 0 0 1000px 0;
  -ms-border-radius: 0 0 1000px 0;
  -o-border-radius: 0 0 1000px 0;
  border-radius: 0 0 1000px 0;
}
.comp_card.top-left .main_info {
  left: 3rem;
  right: auto;
  text-align: left;
}
.comp_card .bg-color {
  display: block;
  position: absolute;
  left: 1.375rem;
  top: 0;
  right: 0;
  bottom: 1rem;
  z-index: 0;
}
.comp_card .bg-color.color-primary {
  background-color: #3C6A39;
}
.comp_card .bg-color.color-secondary {
  background-color: #A1BF38;
}
.comp_card .bg-color.color-third {
  background-color: #588A37;
}
.comp_card .img {
  display: block;
  position: absolute;
  left: 0;
  top: 1.0625rem;
  right: 1.375rem;
  bottom: 0;
  z-index: 5;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 0 1000px 0 0;
  -moz-border-radius: 0 1000px 0 0;
  -ms-border-radius: 0 1000px 0 0;
  -o-border-radius: 0 1000px 0 0;
  border-radius: 0 1000px 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 8px 1px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 8px 1px 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 8px 1px 6px;
}
.comp_card .content-wrapper {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 1.375rem;
  z-index: 10;
  height: 13.5rem;
  padding: 0 1rem;
  background-color: rgba(60, 106, 57, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.comp_card .content-wrapper .logo-wrapper {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  height: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.comp_card .content-wrapper .outer {
  position: relative;
  color: #ffffff;
}
.comp_card .content-wrapper .outer:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 7px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.comp_card .content-wrapper .outer .middle_content {
  display: block;
  padding-right: 1.625rem;
}
.comp_card .content-wrapper .outer .middle_content .logo-wrapper {
  position: relative;
  left: auto;
  top: auto;
  height: auto;
  padding-bottom: 75%;
  margin: 0 auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.comp_card .content-wrapper .outer .middle_content.right {
  padding-left: 1.625rem;
  padding-right: 0;
}
.comp_card .main_info {
  display: block;
  position: absolute;
  right: 0.875rem;
  top: 1.125rem;
  z-index: 15;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: right;
  line-height: 1.4em;
}
.comp_card .main_info i {
  display: inline-block;
}

.google-map-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  /*
  border:5px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  */
}
.google-map-wrapper .google-map {
  width: 100%;
  height: 100%;
}
.google-map-wrapper .google-map-markers {
  display: none;
}
.google-map-wrapper img {
  max-width: none !important;
}

.cookie-full_screen-contact_form-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.55);
}
.cookie-full_screen-contact_form-wrapper .content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cookie-full_screen-contact_form-wrapper .content-wrapper .form-wrapper {
  width: 96%;
  max-width: 30.5rem;
  margin: 0 auto;
  padding: 2.625rem 3.375rem;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookie-full_screen-contact_form-wrapper .content-wrapper .form-wrapper .close {
  float: right;
  margin-left: 0.3125rem;
}

.cookie-full_screen-comp_03-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.4);
}
.cookie-full_screen-comp_03-wrapper .content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cookie-full_screen-comp_03-wrapper .content-wrapper .form-wrapper {
  position: relative;
  width: 96%;
  max-width: 55.625rem;
  margin: 0 auto;
  padding: 2.625rem 3.375rem;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  letter-spacing: normal;
  -webkit-border-radius: 0 8rem 0 8rem;
  -moz-border-radius: 0 8rem 0 8rem;
  -ms-border-radius: 0 8rem 0 8rem;
  -o-border-radius: 0 8rem 0 8rem;
  border-radius: 0 8rem 0 8rem;
}
.cookie-full_screen-comp_03-wrapper .content-wrapper .form-wrapper .close {
  position: absolute;
  right: 3.375rem;
  top: 2.25rem;
  color: #ffffff;
  font-size: 1.375rem;
}
.cookie-full_screen-comp_03-wrapper .content-wrapper .form-wrapper .close:hover {
  color: #8d8d8d;
}
.cookie-full_screen-comp_03-wrapper .content-wrapper .form-wrapper .project {
  display: none;
}
.cookie-full_screen-comp_03-wrapper .content-wrapper .form-wrapper p {
  letter-spacing: 0.15em;
}
.cookie-full_screen-comp_03-wrapper .content-wrapper .form-wrapper .link {
  display: inline-block;
  padding: 1.25rem 0.75rem;
  margin-bottom: 1.25rem !important;
  min-width: 14.375rem;
  border: 2px solid #ffffff;
  text-align: center;
  letter-spacing: 0.15em;
  color: #ffffff;
  -webkit-border-radius: 0 1000px 0 1000px;
  -moz-border-radius: 0 1000px 0 1000px;
  -ms-border-radius: 0 1000px 0 1000px;
  -o-border-radius: 0 1000px 0 1000px;
  border-radius: 0 1000px 0 1000px;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}
.cookie-full_screen-comp_03-wrapper .content-wrapper .form-wrapper .link:hover {
  background-color: white;
  color: #000000;
}

.cookie-full_screen-disclaimer-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.55);
}
.cookie-full_screen-disclaimer-wrapper .content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cookie-full_screen-disclaimer-wrapper .content-wrapper .form-wrapper {
  width: 96%;
  max-width: 55.625rem;
  margin: 0 auto;
  padding: 2.625rem 3.375rem;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  letter-spacing: normal;
}
.cookie-full_screen-disclaimer-wrapper .content-wrapper .form-wrapper .close {
  float: right;
  margin-left: 0.3125rem;
}
.cookie-full_screen-disclaimer-wrapper .content-wrapper .form-wrapper h2 {
  margin-bottom: 0rem;
  font-size: 1.5rem;
  line-height: 1.4em;
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0.5rem 1.5rem 0;
}

.alignleft, img.alignleft {
  margin-right: 2.5rem;
  margin-bottom: 2rem;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 2.5rem;
  margin-bottom: 2rem;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

img.size-half {
  width: 50%;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* == WP CSS - Page Listings == */
/* outermost list item */
/* any page item */
/*.page-item-{id} {}        /* specific page id */
/* current page */
/* parent of current page */
/* any ancestor of current page */
/* == WordPress CSS - Default WordPress Widgets == */
.widget ul li {
  list-style-type: none !important;
}

.widget_wysiwyg_widgets_widget ul li {
  list-style-type: inherit !important;
}

/* links widget */
/* meta widget */
.widget_meta ul li {
  list-style-type: none !important;
}

/* pages widget */
.widget_pages ul li {
  list-style-type: none !important;
}

/* recent-posts widget */
.widget_recent_entries ul li {
  list-style-type: none !important;
}

/* archives widget */
.widget_archive ul li {
  list-style-type: none !important;
}

/* tag-cloud widget */
.widget_tag_cloud {
  float: left;
}

/* calendar widget */
/* category widget */
/* recent-comments widget */
#recentcomments li {
  list-style-type: none;
}

/* search widget */
#searchform input[type=submit] {
  float: right;
  clear: both;
}

/* text widget */
#post-pagination {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0.4em 0;
}

#post-pagination a {
  display: inline-block;
  max-width: 100%;
  padding: 0.6em 1em;
  font-size: 1em;
  color: #717171;
  text-decoration: none;
  font-weight: 600;
  /*background-color:#bdbdbd;*/
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#post-pagination .current-post-page {
  color: #000000;
}

@media (max-width: 767px) {
  #post-pagination a {
    font-size: 0.8em;
  }
}
.index-loop-item {
  margin-bottom: 1em;
}

.index-loop-item.sticky {
  margin-bottom: 2em;
}

.index-loop-item.sticky h1 {
  text-decoration: underline;
}

/* video-container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 2em;
  margin-bottom: 1.5em;
  height: 0;
  overflow: hidden;
  border: 0px solid #fff !important;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

/* COMMENTS */
#cancel-comment-reply-link {
  display: block;
  margin-top: 0em;
  font-size: 1.3em;
}

.comment-respond label > span {
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.comment-respond .comment-notes {
  font-size: 0.8em;
  font-style: italic;
}

.comment-header img {
  float: left;
  margin-right: 8px;
}

.comment-header {
  height: 50px;
}

.comment-list li {
  list-style-type: none !important;
}

.comment-list li.comment {
  margin-bottom: 2em !important;
}

.comment-list .depth-2,
.comment-list .depth-3,
.comment-list .depth-4,
.comment-list .depth-5,
.comment-list .depth-6,
.comment-list .depth-7,
.comment-list .depth-8,
.comment-list .depth-9,
.comment-list .depth-10 {
  margin: 1em 0 0 1.5em !important;
  border-top: 1px dotted #CCC !important;
  padding-top: 1em !important;
}

.comment-list a, #respond a {
  text-decoration: none;
  font-weight: bold;
  color: #4b4b4b;
}

.comment-list a:hover, #respond a:hover {
  text-decoration: underline;
  color: #262626;
}

.comment-list p {
  margin: 1em 0;
}

.logged-in-as {
  margin: 15px 0;
}

.comment .reply {
  margin-bottom: 1em;
}

.main_header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.main_header-wrapper .content-wrapper {
  width: calc(100% - 3rem);
  max-width: 1654px;
  height: 5.75rem;
  padding: 0.625rem 0;
  margin: 0 auto;
}
.main_header-wrapper .content-wrapper > .outer > .middle .logo {
  position: relative;
  display: block;
  width: 2.9375rem;
  height: 1.5625rem;
}
.main_header-wrapper .content-wrapper > .outer > .middle .logo img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.main_header-wrapper .content-wrapper > .outer > .middle .social {
  display: block;
  margin: 0 0.75rem;
  font-size: 1.625rem;
  color: #A1BF38;
}
.main_header-wrapper .content-wrapper > .outer > .middle .social:hover {
  color: rgb(127.7570850202, 151.5627530364, 44.4372469636);
}
.main_header-wrapper .content-wrapper > .outer > .middle .social i {
  display: block;
}
.main_header-wrapper .content-wrapper > .outer > .middle .menu-divider,
.main_header-wrapper .content-wrapper > .outer > .middle .lang-divider {
  display: block;
  width: 1px;
  height: 1.125rem;
  margin: 0 1.25rem;
  background-color: #3C6A39;
}
.main_header-wrapper .content-wrapper > .outer > .middle .lang {
  font-size: 0.875rem;
  color: #3C6A39;
}
.main_header-wrapper .content-wrapper > .outer > .middle .lang:hover {
  color: rgb(41.226993865, 72.8343558282, 39.1656441718);
}
.main_header-wrapper .content-wrapper > .outer > .middle .lang.active {
  font-weight: 700;
}

.dummy_header {
  height: 7rem;
}

.main_menu-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000000000;
  width: 30vw;
  min-width: 320px;
  max-width: 560px;
  padding-right: 2rem;
  background: rgba(60, 106, 57, 0.5);
  -webkit-backdrop-filter: blur(5px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 479px) {
  .main_menu-wrapper {
    width: 100vw;
  }
}
.main_menu-wrapper.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.main_menu-wrapper.after-scroll .menu-trigger {
  top: 2.1875rem;
}
.main_menu-wrapper.after-scroll a.close {
  top: 2.1875rem;
}
.main_menu-wrapper .menu-trigger {
  display: block;
  position: absolute;
  left: 3.4vw;
  top: 2.8125rem;
  color: #ffffff;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main_menu-wrapper .menu-trigger i {
  display: block;
  font-size: 2rem;
}
.main_menu-wrapper .menu-trigger span {
  display: block;
  margin-top: 0.125rem;
  font-size: 1rem;
}
.main_menu-wrapper a.close {
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 2.8125rem;
  color: #ffffff;
  font-size: 1.5rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main_menu-wrapper a.close i {
  display: inline-block;
}
.main_menu-wrapper .menu-wrapper {
  padding: 6.875rem 0 0 20%;
}
.main_menu-wrapper .menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main_menu-wrapper .menu-wrapper ul li {
  display: block;
  padding: 0;
  margin: 0 0 2.25rem;
  list-style: none;
}
.main_menu-wrapper .menu-wrapper ul li a {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.2em;
}
.main_menu-wrapper .menu-wrapper ul li.current-menu-item a, .main_menu-wrapper .menu-wrapper ul li.current-page-ancestor a {
  color: #ffffff;
}

.c-hamburger {
  float: none;
  display: block;
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  text-shadow: rgba(255, 255, 255, 0) 0px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-hamburger:hover {
  background-color: transparent;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger.is-active span {
  background: none;
}
.c-hamburger.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger.is-active span::before, .c-hamburger.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0rem;
  right: 0rem;
  height: 0.125rem;
  z-index: 10;
  background: #3C6A39;
  transition: background 0s 0.3s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-hamburger span::before, .c-hamburger span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #3C6A39;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger span::before {
  top: -0.625rem;
  transition-property: top, transform;
}
.c-hamburger span::after {
  bottom: -0.625rem;
  transition-property: bottom, transform;
}
.c-hamburger i {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  color: #3C6A39;
  font-size: 1rem;
  font-style: normal;
  text-align: center;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

footer .disclaimer {
  font-size: 0.625rem;
  letter-spacing: normal;
  color: #D9D9D9;
}
@media (max-width: 979px) {
  footer .disclaimer {
    text-align: center;
  }
}

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

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

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

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

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

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

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

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

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

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

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

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

body.swal2-shown {
  padding-right: 0 !important;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.125em 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 99992999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 15px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #A1BF38;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
  padding: 0 1.6em;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #3C6A39 transparent rgb(41.226993865, 72.8343558282, 39.1656441718) transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: #3C6A39;
  color: #A1BF38;
  font-size: 1.0625em;
  transition: 0.5s;
}
.swal2-styled.swal2-confirm:hover {
  background: rgb(41.226993865, 72.8343558282, 39.1656441718) !important;
}

.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #d14529;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #757575;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #cccccc;
  font-family: inherit;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #3C6A39;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 0 -2.7em;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 1.25em);
  background-color: transparent !important;
}

body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}
