/*!
Theme Name: AVA
Theme URI: iREJ.cz
Author: iREJ
Author URI: iREJ.cz
Version: 2.0
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.ttf?kv0kokk") format("truetype"), url("fonts/irej.woff?kv0kokk") format("woff"), url("fonts/irej.svg?kv0kokk#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-pointer:before {
  content: "\e928";
}

.ct-icon-sort-down:before {
  content: "\e920";
}

.ct-icon-sort-up:before {
  content: "\e921";
}

.ct-icon-gas:before {
  content: "\e923";
}

.ct-icon-school-kinder:before {
  content: "\e924";
}

.ct-icon-cards:before {
  content: "\e925";
}

.ct-icon-golf:before {
  content: "\e926";
}

.ct-icon-restaurant1:before {
  content: "\e927";
}

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

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

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

.ct-icon-check-1:before {
  content: "\e918";
}

.ct-icon-star:before {
  content: "\e919";
}

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

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

.ct-icon-poi:before {
  content: "\e91c";
}

.ct-icon-fb:before {
  content: "\e91d";
}

.ct-icon-restaurant:before {
  content: "\e909";
}

.ct-icon-trees-1:before {
  content: "\e90a";
}

.ct-icon-path:before {
  content: "\e90b";
}

.ct-icon-scenery:before {
  content: "\e90c";
}

.ct-icon-water:before {
  content: "\e90d";
}

.ct-icon-bus:before {
  content: "\e90e";
}

.ct-icon-cart:before {
  content: "\e90f";
}

.ct-icon-kid:before {
  content: "\e910";
}

.ct-icon-school:before {
  content: "\e911";
}

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

.ct-icon-pharmacy:before {
  content: "\e913";
}

.ct-icon-hospital:before {
  content: "\e914";
}

.ct-icon-gym:before {
  content: "\e915";
}

.ct-icon-subway:before {
  content: "\e916";
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) and (max-width: 730px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 731px) and (max-width: 979px) {
  html {
    font-size: 70%;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  html {
    font-size: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 1281px) {
  html {
    font-size: 100%;
  }
}
body {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 320px;
  margin-top: 0px;
  background-color: #FFF7F4;
  color: #2C2C2C;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7;
}
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: 730px) {
  br.bp1-hide-br {
    content: " ";
  }
  br.bp1-hide-br:after {
    content: " ";
  }
}
@media (min-width: 731px) 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: 730px) {
  span.br.bp1-hide-br br {
    display: none;
  }
  span.br.bp1-hide-br:before {
    content: " ";
  }
}
@media (min-width: 731px) 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;
}
#main-wrapper .content_max_width_1366 {
  max-width: 85.375rem;
  margin: 0 auto;
}

.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.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.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.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% - 5.25rem);
  min-width: 270px;
  max-width: 67.25rem;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 730px) {
  .default_content-wrapper {
    width: calc(100% - 3rem);
  }
}
.default_content-wrapper.width-1146 {
  max-width: 71.625rem;
}
.default_content-wrapper.width-1240 {
  max-width: 77.5rem;
}
.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: 730px) {
  .default_content-wrapper.bp1-full-width {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 731px) and (max-width: 979px) {
  .default_content-wrapper.bp2-full-width {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .default_content-wrapper.bp3-full-width {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1025px) {
  .default_content-wrapper.bp4-full-width {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 730px) {
  .default_content-wrapper.mobile-wider {
    width: calc(100% - 1.5rem);
  }
}
.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.reset-overflow {
  overflow: initial !important;
}

img {
  -webkit-user-select: none;
  user-select: none;
}

/*
**************** 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-col-move-to-0 {
  -ms-flex-order: 0;
  order: 0;
}

.grid-col-move-to-1 {
  -ms-flex-order: 1;
  order: 1;
}

.grid-col-move-to-2 {
  -ms-flex-order: 2;
  order: 2;
}

.grid-col-move-to-3 {
  -ms-flex-order: 3;
  order: 3;
}

.grid-col-move-to-4 {
  -ms-flex-order: 4;
  order: 4;
}

.grid-col-move-to-5 {
  -ms-flex-order: 5;
  order: 5;
}

.grid-col-move-to-6 {
  -ms-flex-order: 6;
  order: 6;
}

.grid-col-move-to-7 {
  -ms-flex-order: 7;
  order: 7;
}

.grid-col-move-to-8 {
  -ms-flex-order: 8;
  order: 8;
}

.grid-col-move-to-9 {
  -ms-flex-order: 9;
  order: 9;
}

.grid-col-move-to-10 {
  -ms-flex-order: 10;
  order: 10;
}

.grid-col-move-to-11 {
  -ms-flex-order: 11;
  order: 11;
}

.grid-col-move-to-12 {
  -ms-flex-order: 12;
  order: 12;
}

.grid-col-move-to-13 {
  -ms-flex-order: 13;
  order: 13;
}

.grid-col-move-to-14 {
  -ms-flex-order: 14;
  order: 14;
}

.grid-col-move-to-15 {
  -ms-flex-order: 15;
  order: 15;
}

.grid-col-move-to-16 {
  -ms-flex-order: 16;
  order: 16;
}

.grid-col-move-to-17 {
  -ms-flex-order: 17;
  order: 17;
}

.grid-col-move-to-18 {
  -ms-flex-order: 18;
  order: 18;
}

.grid-col-move-to-19 {
  -ms-flex-order: 19;
  order: 19;
}

.grid-col-move-to-20 {
  -ms-flex-order: 20;
  order: 20;
}

/* 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-even {
  flex: 1 1 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;
  }
  .bp0-grid-col-move-to-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bp0-grid-col-move-to-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bp0-grid-col-move-to-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bp0-grid-col-move-to-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bp0-grid-col-move-to-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bp0-grid-col-move-to-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bp0-grid-col-move-to-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bp0-grid-col-move-to-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bp0-grid-col-move-to-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bp0-grid-col-move-to-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bp0-grid-col-move-to-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bp0-grid-col-move-to-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bp0-grid-col-move-to-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bp0-grid-col-move-to-13 {
    -ms-flex-order: 13;
    order: 13;
  }
  .bp0-grid-col-move-to-14 {
    -ms-flex-order: 14;
    order: 14;
  }
  .bp0-grid-col-move-to-15 {
    -ms-flex-order: 15;
    order: 15;
  }
  .bp0-grid-col-move-to-16 {
    -ms-flex-order: 16;
    order: 16;
  }
  .bp0-grid-col-move-to-17 {
    -ms-flex-order: 17;
    order: 17;
  }
  .bp0-grid-col-move-to-18 {
    -ms-flex-order: 18;
    order: 18;
  }
  .bp0-grid-col-move-to-19 {
    -ms-flex-order: 19;
    order: 19;
  }
  .bp0-grid-col-move-to-20 {
    -ms-flex-order: 20;
    order: 20;
  }
  /* 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-even {
    flex: 1 1 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: 730px) {
  /* 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;
  }
  .bp1-grid-col-move-to-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bp1-grid-col-move-to-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bp1-grid-col-move-to-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bp1-grid-col-move-to-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bp1-grid-col-move-to-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bp1-grid-col-move-to-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bp1-grid-col-move-to-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bp1-grid-col-move-to-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bp1-grid-col-move-to-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bp1-grid-col-move-to-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bp1-grid-col-move-to-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bp1-grid-col-move-to-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bp1-grid-col-move-to-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bp1-grid-col-move-to-13 {
    -ms-flex-order: 13;
    order: 13;
  }
  .bp1-grid-col-move-to-14 {
    -ms-flex-order: 14;
    order: 14;
  }
  .bp1-grid-col-move-to-15 {
    -ms-flex-order: 15;
    order: 15;
  }
  .bp1-grid-col-move-to-16 {
    -ms-flex-order: 16;
    order: 16;
  }
  .bp1-grid-col-move-to-17 {
    -ms-flex-order: 17;
    order: 17;
  }
  .bp1-grid-col-move-to-18 {
    -ms-flex-order: 18;
    order: 18;
  }
  .bp1-grid-col-move-to-19 {
    -ms-flex-order: 19;
    order: 19;
  }
  .bp1-grid-col-move-to-20 {
    -ms-flex-order: 20;
    order: 20;
  }
  /* 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-even {
    flex: 1 1 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: 731px) 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;
  }
  .bp2-grid-col-move-to-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bp2-grid-col-move-to-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bp2-grid-col-move-to-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bp2-grid-col-move-to-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bp2-grid-col-move-to-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bp2-grid-col-move-to-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bp2-grid-col-move-to-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bp2-grid-col-move-to-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bp2-grid-col-move-to-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bp2-grid-col-move-to-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bp2-grid-col-move-to-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bp2-grid-col-move-to-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bp2-grid-col-move-to-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bp2-grid-col-move-to-13 {
    -ms-flex-order: 13;
    order: 13;
  }
  .bp2-grid-col-move-to-14 {
    -ms-flex-order: 14;
    order: 14;
  }
  .bp2-grid-col-move-to-15 {
    -ms-flex-order: 15;
    order: 15;
  }
  .bp2-grid-col-move-to-16 {
    -ms-flex-order: 16;
    order: 16;
  }
  .bp2-grid-col-move-to-17 {
    -ms-flex-order: 17;
    order: 17;
  }
  .bp2-grid-col-move-to-18 {
    -ms-flex-order: 18;
    order: 18;
  }
  .bp2-grid-col-move-to-19 {
    -ms-flex-order: 19;
    order: 19;
  }
  .bp2-grid-col-move-to-20 {
    -ms-flex-order: 20;
    order: 20;
  }
  /* 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-even {
    flex: 1 1 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;
  }
  .bp3-grid-col-move-to-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bp3-grid-col-move-to-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bp3-grid-col-move-to-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bp3-grid-col-move-to-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bp3-grid-col-move-to-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bp3-grid-col-move-to-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bp3-grid-col-move-to-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bp3-grid-col-move-to-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bp3-grid-col-move-to-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bp3-grid-col-move-to-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bp3-grid-col-move-to-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bp3-grid-col-move-to-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bp3-grid-col-move-to-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bp3-grid-col-move-to-13 {
    -ms-flex-order: 13;
    order: 13;
  }
  .bp3-grid-col-move-to-14 {
    -ms-flex-order: 14;
    order: 14;
  }
  .bp3-grid-col-move-to-15 {
    -ms-flex-order: 15;
    order: 15;
  }
  .bp3-grid-col-move-to-16 {
    -ms-flex-order: 16;
    order: 16;
  }
  .bp3-grid-col-move-to-17 {
    -ms-flex-order: 17;
    order: 17;
  }
  .bp3-grid-col-move-to-18 {
    -ms-flex-order: 18;
    order: 18;
  }
  .bp3-grid-col-move-to-19 {
    -ms-flex-order: 19;
    order: 19;
  }
  .bp3-grid-col-move-to-20 {
    -ms-flex-order: 20;
    order: 20;
  }
  /* 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-even {
    flex: 1 1 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;
  }
  .bp4-grid-col-move-to-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bp4-grid-col-move-to-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bp4-grid-col-move-to-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bp4-grid-col-move-to-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bp4-grid-col-move-to-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bp4-grid-col-move-to-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bp4-grid-col-move-to-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bp4-grid-col-move-to-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bp4-grid-col-move-to-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bp4-grid-col-move-to-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bp4-grid-col-move-to-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bp4-grid-col-move-to-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bp4-grid-col-move-to-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bp4-grid-col-move-to-13 {
    -ms-flex-order: 13;
    order: 13;
  }
  .bp4-grid-col-move-to-14 {
    -ms-flex-order: 14;
    order: 14;
  }
  .bp4-grid-col-move-to-15 {
    -ms-flex-order: 15;
    order: 15;
  }
  .bp4-grid-col-move-to-16 {
    -ms-flex-order: 16;
    order: 16;
  }
  .bp4-grid-col-move-to-17 {
    -ms-flex-order: 17;
    order: 17;
  }
  .bp4-grid-col-move-to-18 {
    -ms-flex-order: 18;
    order: 18;
  }
  .bp4-grid-col-move-to-19 {
    -ms-flex-order: 19;
    order: 19;
  }
  .bp4-grid-col-move-to-20 {
    -ms-flex-order: 20;
    order: 20;
  }
  /* 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-even {
    flex: 1 1 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;
}

.color-primary {
  color: #2C2C2C !important;
}

.color-secondary {
  color: #86FF94 !important;
}

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

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

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

@media (max-width: 479px) {
  .bp0-text-align-left {
    text-align: left !important;
  }
  .bp0-text-align-center {
    text-align: center !important;
  }
  .bp0-text-align-right {
    text-align: right !important;
  }
}
@media (min-width: 480px) and (max-width: 730px) {
  .bp1-text-align-left {
    text-align: left !important;
  }
  .bp1-text-align-center {
    text-align: center !important;
  }
  .bp1-text-align-right {
    text-align: right !important;
  }
}
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: #2C2C2C;
  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 1rem 0;
}
p.smaller {
  font-size: 0.7em;
}

strong {
  font-weight: 600;
}

.section_title {
  margin-bottom: -0.6rem;
  font-size: 1rem;
  font-weight: 500;
  color: #9B9BA0;
  letter-spacing: 0.1em;
}

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

h1 {
  margin-bottom: 1.625rem;
  font-family: "ivymode";
  font-weight: 700;
  font-size: 2.875rem;
  line-height: 1.1;
}
h1 span {
  font-weight: 400;
  font-size: 1.375rem;
  letter-spacing: 0.4em;
}

h2 {
  margin-bottom: 2rem;
  font-family: "ivymode";
  font-weight: 700;
  font-size: 2.4375rem;
}
@media (max-width: 730px) {
  h2 {
    font-size: 1.625rem;
  }
}
h2.regular {
  margin-bottom: 2.375rem;
  font-family: "poppins";
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media (max-width: 730px) {
  h2.regular {
    margin-bottom: 1rem;
  }
}
h2.regular.f-16 {
  font-size: 1rem;
}

h3 {
  margin-bottom: 1rem;
  font-family: "poppins";
  font-weight: 500;
  font-size: 1.25rem;
}

.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 th {
  padding: 1.25rem 0.1875rem;
}
@media (max-width: 730px) {
  table th {
    padding: 0.375rem 1.25rem;
  }
}
table th:first-child {
  padding-left: 1.25rem;
}
table th:last-child {
  padding-right: 0.9375rem;
}
table thead tr th {
  vertical-align: middle;
  text-align: left;
  background-color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  white-space: pre;
  border-bottom: 1px solid #CECECE;
}
@media (max-width: 730px) {
  table thead tr th {
    font-size: 0.8125rem;
  }
}
table tbody tr {
  /*
  &:not(.no_hover,.floor_divider):hover td {
  	background-color: $color-primary;
  	color: #ffffff;
  }
  */
}
table tbody tr:nth-child(even) {
  background-color: #F9F9F9;
}
table tbody tr td {
  padding: 1.25rem 0.1875rem;
  vertical-align: middle;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (max-width: 730px) {
  table tbody tr td {
    padding: 1.25rem 1.25rem;
    font-size: 0.8125rem;
  }
}
table tbody tr td:first-child {
  padding-left: 1.25rem;
}
table tbody tr td:last-child {
  padding-right: 0.9375rem;
}
table tbody tr td a {
  text-decoration: underline;
}
table tbody tr td a:hover {
  text-decoration: none;
}

input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]),
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]),
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]),
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) {
  display: inline-block;
  max-width: 100%;
  height: 2.8125rem;
  padding: 0.125rem 1.375rem;
  color: #2C2C2C;
  font-size: 0.9375rem;
  font-family: "poppins";
  font-weight: 500;
  letter-spacing: 0.09em;
  background-color: #86FF94;
  border: 0;
  border-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 730px) {
  input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]),
  input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]),
  button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]),
  .button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
    letter-spacing: 0.08em;
  }
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]):hover .zoom, input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).active .zoom,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]):hover .zoom,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).active .zoom,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]):hover .zoom,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).active .zoom,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]):hover .zoom,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).active .zoom {
  transform: scale(1.07);
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) .zoom,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) .zoom,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) .zoom,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) .zoom {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).mw-276,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).mw-276,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).mw-276,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).mw-276 {
  min-width: 17.25rem !important;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).smaller,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).smaller,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).smaller,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).smaller {
  padding: 0.75rem 0.625rem;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).margin-bottom,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).margin-bottom,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).margin-bottom,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).margin-bottom {
  margin-bottom: 1rem;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary {
  background-color: #2C2C2C;
  color: #ffffff;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary:hover .num:before,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary:hover .num:before,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary:hover .num:before,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary:hover .num:before {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  -moz-transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
  -o-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary .num,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary .num,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary .num,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary .num {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 1rem;
  color: #86FF94;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: normal;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary .num:before,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary .num:before,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary .num:before,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary .num:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #86FF94;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary .num span,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary .num span,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary .num span,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).secondary .num span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 2px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).white-o,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).white-o,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).white-o,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).white-o {
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  border: 1px solid #ffffff;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).white-o:hover,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).white-o:hover,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).white-o:hover,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).white-o:hover {
  background-color: white;
  color: #2C2C2C;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).gray,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).gray,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).gray,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).gray {
  background-color: #ffffff;
  color: #2C2C2C;
  border: 1px solid #E8E8E8;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).gray:hover,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).gray:hover,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).gray:hover,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).gray:hover {
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) .text,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) .text,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) .text,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) .text {
  position: relative;
  top: 2px;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) i,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) i,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) i,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]) i {
  display: block;
  margin-left: 0.9375rem;
  font-size: 1.1875rem;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).full-width,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).full-width,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).full-width,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).full-width {
  display: block;
  width: 100%;
  min-width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).full-width .outer,
input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).full-width .outer,
button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).full-width .outer,
.button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).full-width .outer {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp0-full-width,
  input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp0-full-width,
  button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp0-full-width,
  .button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp0-full-width {
    display: block;
    width: 100%;
    min-width: 0 !important;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp0-full-width .outer,
  input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp0-full-width .outer,
  button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp0-full-width .outer,
  .button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp0-full-width .outer {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 480px) and (max-width: 730px) {
  input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp1-full-width,
  input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp1-full-width,
  button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp1-full-width,
  .button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp1-full-width {
    display: block;
    width: 100%;
    min-width: 0 !important;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp1-full-width .outer,
  input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp1-full-width .outer,
  button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp1-full-width .outer,
  .button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).bp1-full-width .outer {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 730px) {
  input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).mobile-full-width,
  input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).mobile-full-width,
  button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).mobile-full-width,
  .button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).mobile-full-width {
    display: block;
    width: 100%;
    min-width: 0 !important;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).mobile-full-width .outer,
  input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).mobile-full-width .outer,
  button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).mobile-full-width .outer,
  .button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).mobile-full-width .outer {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 731px) {
  input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).hide_on_desktop,
  input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).hide_on_desktop,
  button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).hide_on_desktop,
  .button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).hide_on_desktop {
    display: none;
  }
}
@media (max-width: 730px) {
  input[type=button]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).hide_on_mobile,
  input[type=submit]:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).hide_on_mobile,
  button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).hide_on_mobile,
  .button:not(.fancybox-button):not(.b-tl):not(.c-hamburger):not(.slider-button):not(.pm):not(.swal2-styled):not([class^=vjs-]):not([class^=gm-]).hide_on_mobile {
    display: none;
  }
}

.show_more_button {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.09em;
}
.show_more_button:hover i {
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.show_more_button.active i {
  -webkit-transform: translate(0, 0) rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: translate(0, 0) rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: translate(0, 0) rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: translate(0, 0) rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0, 0) rotateX(180deg) rotateY(0deg) rotateZ(0deg);
}
.show_more_button i {
  display: block;
  margin-left: 0.625rem;
  font-size: 0.5rem;
  -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(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

label:not(.b-tg) {
  display: block;
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0;
  line-height: 1.7;
  font-weight: 400;
  font-size: 0.875rem;
  cursor: pointer;
}
label:not(.b-tg).form-disclaimer {
  margin-bottom: 0 !important;
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 1.2em;
}
label:not(.b-tg).form-disclaimer a {
  color: inherit;
  text-decoration: underline;
}
label:not(.b-tg).form-disclaimer a:hover {
  text-decoration: none;
}
label:not(.b-tg).text_decoration_none {
  text-decoration: none !important;
}

p.form-disclaimer {
  padding-right: 0.5rem;
  margin-bottom: 0 !important;
  font-size: 0.75rem;
  color: #ffffff;
  line-height: 1.4;
}
p.form-disclaimer a {
  color: #ffffff;
  text-decoration: underline;
}
p.form-disclaimer a:hover {
  text-decoration: none;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  width: 100%;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem !important;
  background-color: #ffffff;
  font-size: 1.125rem;
  text-align: left;
  color: #2C2C2C;
  line-height: 1.2em;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  border: 1px solid #2C2C2C;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
  border-radius: 0.75rem;
  -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;
}
input[type=email].required.error,
input[type=number].required.error,
input[type=password].required.error,
input[type=tel].required.error,
input[type=text].required.error,
input[type=url].required.error,
textarea.required.error {
  border: 1px solid #FF4949;
  -webkit-box-shadow: #000000 0px 0px 0px, inset 0px 5px 6px 0px rgba(255, 73, 73, 0.4);
  -moz-box-shadow: #000000 0px 0px 0px, inset 0px 5px 6px 0px rgba(255, 73, 73, 0.4);
  box-shadow: #000000 0px 0px 0px, inset 0px 5px 6px 0px rgba(255, 73, 73, 0.4);
}
input[type=email].valid,
input[type=number].valid,
input[type=password].valid,
input[type=tel].valid,
input[type=text].valid,
input[type=url].valid,
textarea.valid {
  border: 1px solid #2C2C2C;
}

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

::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.8);
  text-align: left;
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(112, 112, 112, 0.8);
  text-align: left;
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(112, 112, 112, 0.8);
  text-align: left;
}

:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.8);
  text-align: left;
}

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

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

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

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

/* iCheck skins
----------------------------------- */
.icheckbox,
.iradio {
  position: relative; /*top:2px;*/
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 0.75rem 0 0;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-repeat: repeat;
  border: 1px solid #2C2C2C;
  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: 12px;
  height: 12px;
  background-color: #2C2C2C;
  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;
}

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

.comp_01 {
  position: relative;
  padding: 7.5rem 0 3.125rem;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 730px) {
  .comp_01 {
    padding: 0;
  }
}
.comp_01 .bg {
  position: absolute;
  left: calc(50% - 7.625rem);
  top: 0;
  bottom: -1px;
  right: 0;
  z-index: -1;
  background-image: url("./images/comp_01-bg.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 730px) {
  .comp_01 .bg {
    position: relative;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: auto;
    height: 24.125rem;
    background-image: url("./images/comp_01-bg-mobile.jpg");
    background-position: center center;
    background-size: cover;
  }
}
.comp_01 .bg .overlay {
  position: absolute;
  left: -5px;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("./images/comp_01-bg-overlay.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 730px) {
  .comp_01 .bg .overlay {
    left: 0;
    top: -2px;
    background-image: url("./images/comp_01-bg-overlay-mobile.svg");
    background-position: center top;
    background-size: 100% auto;
  }
}
.comp_01 .content-wrapper {
  max-width: 25.625rem;
  min-height: 24rem;
}
@media (max-width: 730px) {
  .comp_01 .content-wrapper {
    max-width: none;
    min-height: 0;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}
.comp_01 .content-wrapper .txt-1 {
  margin-bottom: -10px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #9B9BA0;
}
@media (max-width: 730px) {
  .comp_01 .content-wrapper .txt-1 {
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 730px) {
  .comp_01 .content-wrapper h1 {
    display: none;
  }
}
.comp_01 .content-wrapper p {
  max-width: 16.875rem;
  margin-bottom: 1.125rem;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media (max-width: 730px) {
  .comp_01 .content-wrapper p {
    max-width: none;
  }
}
.comp_01 .content-wrapper .txt-2 {
  margin-bottom: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #9B9BA0;
  letter-spacing: 0.09em;
}
@media (max-width: 730px) {
  .comp_01 .content-wrapper .txt-2 {
    font-size: 0.875rem;
  }
}
.comp_01 .content-wrapper .txt-2 span {
  white-space: pre;
}
.comp_01 .content-wrapper .ctas-wrapper {
  margin-bottom: 1.625rem;
}
.comp_01 .content-wrapper .ctas-wrapper .button:first-child {
  margin-right: 0.5rem;
}

.comp_02 {
  padding: 3.75rem 0 3.125rem;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 730px) {
  .comp_02 {
    padding: 2rem 0 1.25rem;
  }
}
.comp_02 h2.regular.f-16 {
  margin-bottom: 1.625rem;
}
@media (max-width: 730px) {
  .comp_02 h2.regular.f-16 {
    padding-top: 2rem;
  }
}
.comp_02 .outer-no-height {
  margin-bottom: 1.375rem;
  line-height: 1.5;
  font-size: 1rem;
}
@media (max-width: 730px) {
  .comp_02 .outer-no-height {
    font-size: 1.0625rem;
  }
}
.comp_02 .outer-no-height strong {
  font-weight: 600;
}
.comp_02 .outer-no-height .icon-wrapper {
  display: block;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 1.875rem 0 0;
  color: #2C2C2C;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comp_02 .outer-no-height .icon-wrapper i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.75rem;
  -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_02 .outer-no-height .icon-wrapper i.ct-icon-car {
  font-size: 1.125rem;
}

.comp_03 {
  padding: 2.5rem 0 2.125rem;
}
@media (max-width: 730px) {
  .comp_03 {
    padding: 1.25rem 0 1.25rem;
  }
}

.comp_04 {
  padding: 0 0 5rem;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 730px) {
  .comp_04 {
    padding: 0 0 3.125rem;
    border-bottom: 0;
  }
}
.comp_04 .content-wrapper {
  position: relative;
  padding: 1.5rem 3rem 0.25rem;
  background-color: #ffffff;
  -webkit-border-radius: 1.6875rem;
  -moz-border-radius: 1.6875rem;
  -ms-border-radius: 1.6875rem;
  -o-border-radius: 1.6875rem;
  border-radius: 1.6875rem;
}
@media (max-width: 730px) {
  .comp_04 .content-wrapper {
    padding: 0.875rem 1.5rem 0.25rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
.comp_04 .content-wrapper:after {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 1.25rem;
  right: 0.625rem;
  z-index: 100;
  height: 6px;
  background-color: #ffffff;
}
@media (max-width: 730px) {
  .comp_04 .content-wrapper:after {
    display: none;
  }
}
.comp_04 .content-wrapper .price_list-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
}
.comp_04 .content-wrapper .price_list-wrapper .price_list_table-loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: #ffffff;
}
.comp_04 .content-wrapper .price_list-wrapper .price_list_table-wrapper {
  min-height: 31.0625rem;
  max-height: 31.0625rem;
  overflow-y: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 730px) {
  .comp_04 .content-wrapper .price_list-wrapper .price_list_table-wrapper {
    min-height: 29rem;
    max-height: 29rem;
  }
}
.comp_04 .content-wrapper .price_list-wrapper .price_list_table-wrapper table tr td .status {
  display: inline-block;
  padding: 0.375rem 0.625rem 0.125rem;
  font-size: 0.8125rem;
  background-color: #86FF94;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  -ms-border-radius: 0.4375rem;
  -o-border-radius: 0.4375rem;
  border-radius: 0.4375rem;
}
.comp_04 .content-wrapper .price_list-wrapper .price_list_table-wrapper table tr td .status.verbal_reservation {
  background-color: #fff786;
}
.comp_04 .content-wrapper .price_list-wrapper .price_list_table-wrapper table tr td .status.reserved {
  background-color: #5D5D5D;
  color: #ffffff;
}
.comp_04 .content-wrapper .price_list-wrapper .price_list_table-wrapper table tr td .status.sold {
  background-color: #2C2C2C;
  color: #ffffff;
}
.comp_04 .content-wrapper .price_list-wrapper .price_list_table-wrapper table tr td i.ct-icon-i {
  display: inline-block;
  font-size: 0.625rem;
}
.comp_04 .content-wrapper .price_list-wrapper .price_list_table-wrapper table tr td i.ct-icon-download {
  display: block;
  font-size: 1.125rem;
}
@media (max-width: 730px) {
  .comp_04 .content-wrapper .price_list-wrapper .price_list_table-wrapper table tr td .comp_inline_popup {
    display: none;
  }
}
.comp_04 .content-wrapper .bottom-wrapper {
  padding-top: 0.625rem;
}
.comp_04 .content-wrapper .bottom-wrapper p.note {
  margin-bottom: 1.25rem !important;
  font-size: 0.8125rem;
  line-height: 1.3;
}

.comp_05 {
  padding: 2.5rem 0 6.5625rem;
}
@media (max-width: 730px) {
  .comp_05 {
    padding: 1.25rem 0 0.75rem;
  }
}
@media (max-width: 730px) {
  .comp_05 h2 {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 950px) {
  .comp_05 .items-scroll {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    overflow-y: scroll;
  }
  .comp_05 .items-scroll > .grid-wrap {
    width: 950px;
  }
  .comp_05 .items-scroll > .grid-wrap > .grid-col {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
.comp_05 .items-scroll .grid-wrap {
  position: relative;
}
.comp_05 .items-scroll .grid-wrap:before {
  content: "";
  position: absolute;
  left: 1.5em;
  top: 0.25rem;
  z-index: -1;
  width: 80%;
  height: 1px;
  background-color: #707070;
}
.comp_05 .items-scroll .grid-wrap .dot {
  width: 0.5625rem;
  height: 0.5625rem;
  margin-bottom: 2.375rem;
  background-color: #2C2C2C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comp_05 .items-scroll .grid-wrap .dot.last {
  position: relative;
  margin-left: 0.8125rem;
}
.comp_05 .items-scroll .grid-wrap .dot.last:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.125rem;
  height: 2.125rem;
  border: 1px solid #707070;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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_05 .items-scroll .grid-wrap p {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.comp_06 .default_content-wrapper:first-child {
  padding-bottom: 3.75rem;
}
@media (max-width: 730px) {
  .comp_06 .default_content-wrapper:first-child {
    padding-bottom: 2.5rem;
  }
}
.comp_06 .title-wrapper {
  margin-bottom: 1.75rem;
}
@media (max-width: 730px) {
  .comp_06 .title-wrapper.mobile_add_pading_top {
    padding-top: 2rem;
  }
}
.comp_06 .title-wrapper i {
  display: block;
  width: 3.125rem;
  margin-right: 1.75rem;
  color: #CBC5C3;
  font-size: 2.875rem;
}
.comp_06 .title-wrapper i.ct-icon-hand-1 {
  font-size: 2.4375rem;
}
.comp_06 .title-wrapper h3 {
  position: relative;
  top: 4px;
  letter-spacing: 0.1em;
}
.comp_06 .title-wrapper .sticker {
  display: inline-block;
  padding: 0.1875rem 0.5rem 0.0625rem;
  margin-left: 0.75rem;
  color: #ffffff;
  font-size: 0.6875rem;
  background-color: #595a5a;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.comp_06 p {
  max-width: 25.625rem;
  margin-bottom: 0rem;
}
@media (max-width: 730px) {
  .comp_06 p.mobile_smaller {
    font-size: 1rem;
  }
}
.comp_06 p a {
  color: #2C2C2C;
  text-decoration: underline;
  cursor: pointer;
}
.comp_06 p a:hover {
  text-decoration: none;
}
.comp_06 .show_more_button {
  margin-top: -5px;
  font-size: 1.125rem;
  letter-spacing: normal;
  font-weight: 400;
}
.comp_06 .show_more_button:hover .txt {
  text-decoration: none;
}
.comp_06 .show_more_button .txt {
  text-decoration: underline;
}
.comp_06 .harmonogram-wrapper {
  display: none;
}
@media (max-width: 730px) {
  .comp_06 .harmonogram-wrapper {
    display: none !important;
  }
}
.comp_06 .harmonogram-wrapper .grid-wrap {
  position: relative;
  margin-bottom: 2rem;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col {
  position: relative;
  text-align: center;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col:before {
  content: "";
  position: absolute;
  top: 2.75rem;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 1px;
  background-color: #707070;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col:after {
  content: "";
  position: absolute;
  top: 2.75rem;
  right: 0;
  z-index: -1;
  width: 50%;
  height: 1px;
  background-color: #707070;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col:first-child {
  text-align: left;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col:first-child:before {
  left: 0.38em;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col:first-child .dot {
  margin-left: 0;
  margin-right: auto;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col:last-child {
  text-align: right;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col:last-child:after {
  right: 0.38em;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col:last-child .dot {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: 0.8125rem;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col:last-child .dot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 2.125rem;
  height: 2.125rem;
  border: 1px solid #707070;
  background-color: #FFF7F4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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_06 .harmonogram-wrapper .grid-wrap .grid-col:last-child .dot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 0.5625rem;
  height: 0.5625rem;
  margin: 0 auto 2rem;
  background-color: #2C2C2C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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_06 .harmonogram-wrapper .grid-wrap .grid-col.gray_first:first-child:before {
  background-color: #9B9BA0;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col.gray_first:after {
  background-color: #9B9BA0;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col.gray:before, .comp_06 .harmonogram-wrapper .grid-wrap .grid-col.gray:after {
  background-color: #9B9BA0;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col.gray .dot {
  background-color: #9B9BA0;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col.gray .dot:before {
  border-color: #9B9BA0;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col.gray .dot:after {
  background-color: #9B9BA0;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col.gray .text {
  color: #9B9BA0;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col .date {
  margin-bottom: 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col .dot {
  width: 0.5625rem;
  height: 0.5625rem;
  margin: 0 auto 2rem;
  background-color: #2C2C2C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comp_06 .harmonogram-wrapper .grid-wrap .grid-col .text {
  font-size: 0.9375rem;
}
.comp_06 .harmonogram-wrapper p {
  max-width: none;
  font-size: 0.8125rem;
  color: #9B9BA0;
}
.comp_06 .harmonogram_mobile-wrapper {
  display: none;
  padding-top: 1.25rem;
}
@media (min-width: 731px) {
  .comp_06 .harmonogram_mobile-wrapper {
    display: none !important;
  }
}
.comp_06 .harmonogram_mobile-wrapper .grid-wrap {
  margin-bottom: 0.875rem;
  line-height: 1.5;
}
.comp_06 .harmonogram_mobile-wrapper .grid-wrap:last-of-type .dot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #707070;
  background-color: #FFF7F4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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_06 .harmonogram_mobile-wrapper .grid-wrap:last-of-type .dot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 0.5625rem;
  height: 0.5625rem;
  margin: 0 auto 2rem;
  background-color: #2C2C2C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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_06 .harmonogram_mobile-wrapper .grid-wrap.gray_first .dot:after {
  background-color: #9B9BA0;
}
.comp_06 .harmonogram_mobile-wrapper .grid-wrap.gray_first .text {
  color: #9B9BA0;
}
.comp_06 .harmonogram_mobile-wrapper .grid-wrap.gray .dot {
  background-color: #9B9BA0;
}
.comp_06 .harmonogram_mobile-wrapper .grid-wrap.gray .dot:after {
  background-color: #9B9BA0;
}
.comp_06 .harmonogram_mobile-wrapper .grid-wrap.gray .text {
  color: #9B9BA0;
}
.comp_06 .harmonogram_mobile-wrapper .grid-wrap .date {
  font-size: 0.9375rem;
  text-align: right;
}
.comp_06 .harmonogram_mobile-wrapper .grid-wrap .dot {
  position: relative;
  top: -2px;
  width: 0.5625rem;
  height: 0.5625rem;
  margin: 0 auto;
  background-color: #2C2C2C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comp_06 .harmonogram_mobile-wrapper .grid-wrap .dot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1px;
  height: 3rem;
  background-color: #2C2C2C;
  -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_06 .harmonogram_mobile-wrapper .grid-wrap .text {
  font-size: 0.875rem;
}
.comp_06 .harmonogram_mobile-wrapper p {
  max-width: none;
  font-size: 0.8125rem;
  color: #9B9BA0;
}

.comp_07 {
  padding: 4.75rem 0 0;
}
@media (max-width: 730px) {
  .comp_07 {
    padding: 1.25rem 0 0.625rem;
  }
}
.comp_07 .gallery-wrapper {
  padding: 1.5rem 3rem 0.25rem;
  background-color: #ffffff;
  -webkit-border-radius: 1.6875rem;
  -moz-border-radius: 1.6875rem;
  -ms-border-radius: 1.6875rem;
  -o-border-radius: 1.6875rem;
  border-radius: 1.6875rem;
}
@media (max-width: 730px) {
  .comp_07 .gallery-wrapper {
    padding: 0.875rem 1.5rem 0.25rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
.comp_07 .gallery-wrapper .top-wrapper {
  margin-bottom: 1.125rem;
}
.comp_07 .gallery-wrapper .top-wrapper h2 {
  font-size: 1.25rem;
  font-family: "poppins";
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 730px) {
  .comp_07 .gallery-wrapper .top-wrapper h2 {
    margin-bottom: 0.875rem !important;
  }
}
.comp_07 .gallery-wrapper .top-wrapper ul.controls {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.comp_07 .gallery-wrapper .top-wrapper ul.controls li {
  display: inline-block;
  padding: 0;
  margin: 0 0.3125rem;
}
.comp_07 .gallery-wrapper .top-wrapper ul.controls li:last-child {
  margin-right: 0;
}
.comp_07 .gallery-wrapper .top-wrapper ul.controls li a {
  display: block;
  padding: 0.25rem 0.75rem 0.0625rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
  color: #2C2C2C;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  -ms-border-radius: 0.4375rem;
  -o-border-radius: 0.4375rem;
  border-radius: 0.4375rem;
}
@media (max-width: 730px) {
  .comp_07 .gallery-wrapper .top-wrapper ul.controls li a {
    padding: 0.3125rem 0.75rem 0.125rem;
    font-size: 0.875rem;
  }
}
.comp_07 .gallery-wrapper .top-wrapper ul.controls li a:hover, .comp_07 .gallery-wrapper .top-wrapper ul.controls li a.active {
  color: #ffffff;
  background-color: #2C2C2C;
}
.comp_07 .gallery-wrapper .top-wrapper ul.controls li a.active {
  cursor: default;
}
.comp_07 .gallery-wrapper .content-wrapper .f-gallery:not(.show) {
  display: none;
}
.comp_07 .gallery-wrapper .content-wrapper .grid-col.more {
  display: none;
}
.comp_07 .gallery-wrapper .content-wrapper a {
  display: block;
  margin-bottom: 0.75em;
  overflow: hidden;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
  border-radius: 0.75rem;
}
.comp_07 .gallery-wrapper .content-wrapper a:hover {
  transform: scale(0.98);
}
.comp_07 .gallery-wrapper .content-wrapper a img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 371/209;
  object-fit: cover;
  object-position: center center;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
  border-radius: 0.75rem;
}
@media (max-width: 730px) {
  .comp_07 .gallery-wrapper .content-wrapper a img {
    aspect-ratio: 381/215 !important;
  }
}
.comp_07 .gallery-wrapper .content-wrapper a img:last-child {
  margin-bottom: 0;
}
.comp_07 .gallery-wrapper .content-wrapper a img.large {
  aspect-ratio: 371/432;
  object-position: 20% center;
}
.comp_07 .gallery-wrapper .content-wrapper a img.extra-large {
  aspect-ratio: 371/285;
}
.comp_07 .gallery-wrapper .bottom-wrapper {
  padding-top: 0.625rem;
}

.comp_08 {
  padding: 6.25rem 0 0;
}
@media (max-width: 730px) {
  .comp_08 {
    padding: 1.25rem 0 1.25rem;
  }
}
.comp_08 .content_1-wrapper {
  padding-top: 2rem;
  padding-left: 2.125rem;
  margin-bottom: 4.125rem;
}
@media (max-width: 730px) {
  .comp_08 .content_1-wrapper {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 2rem;
  }
}
.comp_08 .content_1-wrapper h2 {
  margin-bottom: 1.25rem;
  font-size: 3.1875rem;
}
.comp_08 .content_2-wrapper {
  position: relative;
  padding: 2.125rem 0 2.125rem 2.125rem;
  background-color: #2C2C2C;
  -webkit-border-radius: 1.1875rem 0 0 1.1875rem;
  -moz-border-radius: 1.1875rem 0 0 1.1875rem;
  -ms-border-radius: 1.1875rem 0 0 1.1875rem;
  -o-border-radius: 1.1875rem 0 0 1.1875rem;
  border-radius: 1.1875rem 0 0 1.1875rem;
  color: #ffffff;
}
@media (max-width: 730px) {
  .comp_08 .content_2-wrapper {
    padding: 1.25rem 1.625rem;
    -webkit-border-radius: 0 0 1.1875rem 1.1875rem;
    -moz-border-radius: 0 0 1.1875rem 1.1875rem;
    -ms-border-radius: 0 0 1.1875rem 1.1875rem;
    -o-border-radius: 0 0 1.1875rem 1.1875rem;
    border-radius: 0 0 1.1875rem 1.1875rem;
  }
  .comp_08 .content_2-wrapper.desktop {
    display: none;
  }
}
@media (min-width: 731px) {
  .comp_08 .content_2-wrapper.mobile {
    display: none;
  }
}
.comp_08 .content_2-wrapper:before {
  content: "";
  position: absolute;
  left: 75%;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 50%;
  background-color: #2C2C2C;
}
@media (max-width: 730px) {
  .comp_08 .content_2-wrapper:before {
    display: none;
  }
}
.comp_08 .content_2-wrapper h2 {
  font-size: 2.0625rem;
  font-weight: 400;
}
@media (max-width: 730px) {
  .comp_08 .content_2-wrapper h2 {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
  }
}
.comp_08 .content_2-wrapper h2 strong {
  font-weight: 700;
}
.comp_08 .content_2-wrapper p {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 730px) {
  .comp_08 .content_2-wrapper p {
    margin-bottom: 1.25rem;
  }
}
.comp_08 .content_3-wrapper {
  padding: 3.875rem 3.75rem 3.875rem;
  background-color: #ffffff;
  -webkit-border-radius: 1.6875rem;
  -moz-border-radius: 1.6875rem;
  -ms-border-radius: 1.6875rem;
  -o-border-radius: 1.6875rem;
  border-radius: 1.6875rem;
}
@media (max-width: 730px) {
  .comp_08 .content_3-wrapper {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    padding: 2.25rem 1.5rem 0.25rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
.comp_08 .content_3-wrapper h3 {
  margin-bottom: 1.75rem;
  letter-spacing: 0.1em;
}
.comp_08 .content_3-wrapper .grid-wrap {
  position: relative;
}
.comp_08 .content_3-wrapper .grid-wrap:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -2.2rem;
  bottom: -2.2rem;
  width: 1px;
  background-color: #E8E8E8;
}
@media (max-width: 730px) {
  .comp_08 .content_3-wrapper .grid-wrap:after {
    display: none;
  }
}
.comp_08 .content_3-wrapper .grid-wrap .grid-col {
  position: relative;
}
@media (max-width: 730px) {
  .comp_08 .content_3-wrapper .grid-wrap .grid-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 730px) {
  .comp_08 .content_3-wrapper .items-scroll {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    overflow-y: scroll;
  }
  .comp_08 .content_3-wrapper .items-scroll.i-1 > ul {
    width: 1600px;
  }
  .comp_08 .content_3-wrapper .items-scroll.i-2 > ul {
    width: 1100px;
  }
  .comp_08 .content_3-wrapper .items-scroll > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0 1.5em;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .comp_08 .content_3-wrapper .items-scroll > ul > li {
    flex: 1 1 0;
    min-width: 0;
  }
}
.comp_08 .content_3-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comp_08 .content_3-wrapper ul.circle li:before {
  content: "\e906";
  top: 0.75rem;
  font-size: 0.875rem;
}
@media (max-width: 730px) {
  .comp_08 .content_3-wrapper ul.circle li:before {
    display: none;
  }
}
.comp_08 .content_3-wrapper ul.plus li:before {
  content: "\e907";
  top: 0.6875rem;
  font-size: 0.6875rem;
}
@media (max-width: 730px) {
  .comp_08 .content_3-wrapper ul.plus li:before {
    left: 0.5rem;
    top: 0.5rem;
    font-size: 0.625rem;
    -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_08 .content_3-wrapper ul li {
  position: relative;
  padding: 0 0 0 1.875rem;
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 730px) {
  .comp_08 .content_3-wrapper ul li {
    padding: 0;
    margin: 0;
    font-size: 0.9375rem;
  }
}
.comp_08 .content_3-wrapper ul li .dot {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  margin-bottom: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #707070;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comp_08 .content_3-wrapper ul li .dot:before {
  content: "";
  position: absolute;
  left: 0.9375rem;
  top: 0.5rem;
  width: calc(100% + 1.5em);
  height: 1px;
  background-color: #707070;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 731px) {
  .comp_08 .content_3-wrapper ul li .dot {
    display: none;
  }
}
@media (max-width: 730px) {
  .comp_08 .content_3-wrapper ul li:last-child .dot:before {
    display: none;
  }
}
.comp_08 .content_3-wrapper ul li:before {
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "irej" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comp_08 .content_3-wrapper ul li strong {
  display: block;
}
.comp_08 .content_3-wrapper .dummy-btn {
  aspect-ratio: 10/3.8;
}

.comp_09 {
  padding: 5rem 0 2.5rem;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 730px) {
  .comp_09 {
    padding: 1.25rem 0 1.25rem;
  }
}
.comp_09 .content_1-wrapper {
  padding-left: 2.125rem;
}
@media (max-width: 730px) {
  .comp_09 .content_1-wrapper {
    padding-left: 0;
  }
}
.comp_09 .content_1-wrapper h2 {
  margin-bottom: 1.25rem;
  font-size: 3.3125rem;
}
@media (max-width: 730px) {
  .comp_09 .content_1-wrapper h2 {
    margin-bottom: 0.625rem;
    font-size: 2.375rem;
  }
}
.comp_09 .content_1-wrapper h2 span {
  font-weight: 400;
}
.comp_09 .content_1-wrapper p {
  max-width: 25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 730px) {
  .comp_09 .content_1-wrapper p {
    margin-bottom: 1.125rem;
  }
}
.comp_09 .content_1-wrapper img {
  display: block;
  width: 100%;
  margin-bottom: 3.5rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
  border-radius: 0.75rem;
}
@media (max-width: 730px) {
  .comp_09 .content_1-wrapper img {
    margin-bottom: 0.75rem !important;
  }
}
.comp_09 .outer-no-height.icon_large {
  max-width: 23.25rem;
  margin-bottom: 1.75rem;
  line-height: 1.5;
  font-size: 1rem;
}
@media (max-width: 730px) {
  .comp_09 .outer-no-height.icon_large.first {
    padding-top: 1.75rem;
  }
}
.comp_09 .outer-no-height.icon_large strong {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
}
.comp_09 .outer-no-height.icon_large span {
  font-weight: 700;
}
.comp_09 .outer-no-height.icon_large .icon-wrapper {
  display: block;
  position: relative;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 1.875rem 0 0;
  color: #2C2C2C;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comp_09 .outer-no-height.icon_large .icon-wrapper i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.25rem;
  -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_09 .outer-no-height.icon_large .icon-wrapper i.ct-icon-scenery {
  font-size: 1.8125rem;
}
.comp_09 .google-map-wrapper {
  margin-bottom: 3.5rem;
  overflow: hidden;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
  border-radius: 0.75rem;
}
@media (max-width: 730px) {
  .comp_09 .google-map-wrapper {
    width: 100vw;
    margin-left: -1.5rem;
    margin-bottom: 1.5rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
.comp_09 .outer-no-height.icon_small {
  margin-bottom: 0.9375rem !important;
  line-height: 1.45;
  font-size: 0.875rem;
}
.comp_09 .outer-no-height.icon_small strong {
  display: block;
  font-weight: 600;
}
.comp_09 .outer-no-height.icon_small .icon-wrapper {
  display: block;
  position: relative;
  width: 3.625rem;
  height: 3.625rem;
  margin: 0 1.125rem 0 0;
  color: #2C2C2C;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comp_09 .outer-no-height.icon_small .icon-wrapper i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.6875rem;
  -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_09 .outer-no-height.icon_small .icon-wrapper i.ct-icon-water {
  font-size: 0.75rem;
}
.comp_09 .outer-no-height.icon_small .icon-wrapper i.ct-icon-kid {
  font-size: 1.875rem;
}
.comp_09 .outer-no-height.icon_small .icon-wrapper i.ct-icon-envelope-1 {
  font-size: 1.0625rem;
}
.comp_09 .outer-no-height.icon_small .icon-wrapper i.ct-icon-hospital {
  font-size: 1.4375rem;
}

.comp_10 {
  padding: 3.5rem 0 8.125rem;
}
@media (max-width: 730px) {
  .comp_10 {
    padding: 2.5rem 0 2.25rem;
  }
}
.comp_10 .content_1-wrapper {
  padding-left: 2.875rem;
}
@media (max-width: 730px) {
  .comp_10 .content_1-wrapper {
    padding-left: 0;
  }
}
.comp_10 .content_1-wrapper .section_title {
  margin-bottom: 1.25rem;
}
.comp_10 .content_1-wrapper h2 {
  margin-bottom: 1.875rem !important;
  font-size: 2.9375rem;
}
@media (max-width: 730px) {
  .comp_10 .content_1-wrapper h2 {
    font-size: 1.75rem;
  }
}
.comp_10 .content_1-wrapper p {
  margin-bottom: 2.5rem;
}
@media (max-width: 730px) {
  .comp_10 .content_1-wrapper p {
    font-size: 1rem;
  }
}
.comp_10 .content_1-wrapper .outer-no-height {
  margin-bottom: 2.25rem;
  font-size: 1.125rem;
}
@media (max-width: 730px) {
  .comp_10 .content_1-wrapper .outer-no-height {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}
.comp_10 .content_1-wrapper .outer-no-height .icon-wrapper {
  display: block;
  position: relative;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 1.75rem 0 0;
  color: #ffffff;
  background-color: #2C2C2C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 730px) {
  .comp_10 .content_1-wrapper .outer-no-height .icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 1rem 0 0;
  }
}
.comp_10 .content_1-wrapper .outer-no-height .icon-wrapper i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.1875rem;
  -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_10 .content_1-wrapper .outer-no-height i.ct-icon-star {
  display: inline-block;
  margin-right: 0.1875rem;
}
.comp_10 .content_1-wrapper .outer-no-height span.google {
  font-size: 0.875rem;
}
.comp_10 .content_1-wrapper .outer-no-height span.google a {
  color: inherit;
  text-decoration: underline;
}
.comp_10 .content_1-wrapper .outer-no-height span.google a:hover {
  text-decoration: none;
}
.comp_10 .content_1-wrapper .outer-no-height.links {
  padding-top: 1rem;
}
@media (max-width: 730px) {
  .comp_10 .content_1-wrapper .outer-no-height.links {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
.comp_10 .content_1-wrapper .outer-no-height.links .middle:last-child {
  text-align: right;
}
@media (max-width: 730px) {
  .comp_10 .content_1-wrapper .outer-no-height.links .middle {
    display: block;
    width: 100%;
    text-align: left !important;
  }
}
.comp_10 .content_1-wrapper .outer-no-height.links a {
  display: inline-block;
  margin-right: 0.5rem;
  text-decoration: underline;
}
.comp_10 .content_1-wrapper .outer-no-height.links a:hover {
  text-decoration: none;
}
.comp_10 .content_2-wrapper {
  max-width: 31.25rem;
  margin: 0 0 0 auto;
}
@media (max-width: 730px) {
  .comp_10 .content_2-wrapper {
    max-width: none;
    padding-left: 0;
    margin: 0 0 0 0;
  }
}
.comp_10 .content_2-wrapper h3 {
  margin-bottom: 2.375rem;
  letter-spacing: 0.1em;
}
.comp_10 .content_2-wrapper a.outer-no-height {
  line-height: 1.2;
}
.comp_10 .content_2-wrapper a.outer-no-height:hover {
  transform: scale(0.98);
}
.comp_10 .content_2-wrapper a.outer-no-height img {
  display: block;
  width: 6.375rem;
  height: 4rem;
  margin-right: 1.625rem;
  object-fit: cover;
  object-position: center center;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  border-radius: 0.375rem;
}
.comp_10 .content_2-wrapper a.outer-no-height .title {
  display: block;
  position: relative;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 730px) {
  .comp_10 .content_2-wrapper a.outer-no-height .title {
    font-size: 1.125rem;
  }
}
.comp_10 .content_2-wrapper a.outer-no-height .title .free {
  display: inline-block;
  position: relative;
  top: 0.3125rem;
  width: 1.5625rem;
  height: 1.5625rem;
  margin-left: 1.125rem;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #86FF94;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 730px) {
  .comp_10 .content_2-wrapper a.outer-no-height .title .free {
    position: absolute;
    right: 0;
    top: 0;
    -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_10 .content_2-wrapper a.outer-no-height .title .free span {
  display: block;
  position: absolute;
  left: 53%;
  top: 54%;
  -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_10 .content_2-wrapper a.outer-no-height .address {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #989492;
}
@media (max-width: 730px) {
  .comp_10 .content_2-wrapper a.outer-no-height .address {
    font-size: 0.9375rem;
  }
}
.comp_10 .content_2-wrapper .divider {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  height: 1px;
  background-color: #DFD9D7;
}
.comp_10 .content_2-wrapper a.more {
  color: #2C2C2C;
}
.comp_10 .content_2-wrapper a.more:hover {
  text-decoration: underline;
}

.comp_11 {
  position: relative;
  padding: 3.75rem 0 4.375rem;
  background-color: #2C2C2C;
  color: #ffffff;
}
.comp_11 .default_content-wrapper {
  position: relative;
  z-index: 1;
}
.comp_11 .default_content-wrapper .section_title {
  margin-bottom: 0.25rem;
  color: #767676;
}
.comp_11 .default_content-wrapper .section_title.second {
  margin-bottom: 0.5rem;
}
.comp_11 .default_content-wrapper h2 {
  margin-bottom: 1.625rem;
  font-size: 1.875rem;
  letter-spacing: normal;
}
.comp_11 .default_content-wrapper p {
  max-width: 25.625rem;
}
.comp_11 .default_content-wrapper .name {
  margin-bottom: 3.125rem;
  font-size: 0.8125rem;
}
@media (max-width: 731px) {
  .comp_11 .default_content-wrapper .name {
    margin-bottom: 0 !important;
  }
}
.comp_11 .default_content-wrapper .divider_mobile {
  position: relative;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #767676;
}
.comp_11 .default_content-wrapper .divider_mobile:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: -1.5rem;
  z-index: -1;
  height: 17.75rem;
  background-image: url("./images/p-flaska-roman.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 731px) {
  .comp_11 .default_content-wrapper .divider_mobile {
    display: none;
  }
}
.comp_11 .default_content-wrapper a.outer-no-height {
  margin-bottom: 1.125rem;
  color: #ffffff;
}
.comp_11 .default_content-wrapper a.outer-no-height:hover .txt {
  text-decoration: none;
}
.comp_11 .default_content-wrapper a.outer-no-height .icon-wrapper {
  display: block;
  width: 2.5rem;
  margin-right: 0.5rem;
}
.comp_11 .default_content-wrapper a.outer-no-height .icon-wrapper i {
  display: block;
  margin-right: 1.125rem;
  color: #767676;
  font-size: 1.5rem;
}
.comp_11 .default_content-wrapper a.outer-no-height .icon-wrapper i.ct-icon-envelope-2 {
  font-size: 1.25rem;
}
.comp_11 .default_content-wrapper a.outer-no-height .txt {
  text-decoration: underline;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.055em;
}
.comp_11 > img.img_person {
  position: absolute;
  left: 49%;
  bottom: 0;
  width: 100%;
  max-width: 16.5625rem;
  -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: 731px) {
  .comp_11 > img.img_person {
    display: none;
  }
}

.comp_12 {
  padding: 5.5rem 0 4.25rem;
}
@media (max-width: 730px) {
  .comp_12 {
    padding: 2.5rem 0 0.625rem;
  }
}
.comp_12 h3 {
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.comp_12 p {
  margin-bottom: 2.5rem;
  font-size: 0.9375rem;
}
@media (max-width: 730px) {
  .comp_12 p {
    margin-bottom: 1.75rem !important;
  }
}

.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;
}
.google-map-wrapper .gm-style-mtc button {
  border-radius: 0;
}

.cookie_popup-wrapper {
  position: fixed;
  left: 101%;
  top: 0;
  bottom: 0;
  z-index: 2000;
  width: 100vw;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.cookie_popup-wrapper.show {
  left: 0%;
}
.cookie_popup-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52%;
  background-color: #2C2C2C;
}
@media (max-width: 730px) {
  .cookie_popup-wrapper:before {
    width: 85%;
  }
}
.cookie_popup-wrapper:after {
  content: "";
  position: absolute;
  right: 52%;
  top: -2px;
  bottom: -2px;
  width: 48%;
  margin-right: -5px;
  background-image: url("./images/cookie_popup-bg-overlay.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 730px) {
  .cookie_popup-wrapper:after {
    right: 85%;
    width: calc(15% + 5px);
    background-image: url("./images/cookie_popup-bg-overlay-mobile.svg");
  }
}
.cookie_popup-wrapper .close {
  position: absolute;
  right: 52%;
  top: 0;
  bottom: 0;
  width: 48vw;
}
@media (max-width: 730px) {
  .cookie_popup-wrapper .close {
    display: none;
  }
}
.cookie_popup-wrapper .default_content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
}
@media (max-width: 730px) {
  .cookie_popup-wrapper .default_content-wrapper {
    width: 72%;
    margin-left: auto;
    margin-right: 1.5rem;
    padding-top: 1.25rem;
  }
}
.cookie_popup-wrapper .default_content-wrapper .close-btn {
  display: block;
  position: absolute;
  top: 1.375rem;
  left: calc(100% + 1.25rem);
  z-index: 1;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media (max-width: 730px) {
  .cookie_popup-wrapper .default_content-wrapper .close-btn {
    left: auto;
    right: 0;
  }
}
.cookie_popup-wrapper .default_content-wrapper .close-btn:hover {
  transform: scale(0.95);
}
.cookie_popup-wrapper .default_content-wrapper .close-btn i {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper {
  position: relative;
  max-height: calc(100vh - 8rem);
  width: 100%;
  max-width: 30rem;
  margin: 0 0 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 730px) {
  .cookie_popup-wrapper .default_content-wrapper .inner-wrapper {
    max-height: calc(100vh - 2.5rem);
  }
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper .title-wrapper {
  margin-bottom: 0.375rem;
}
@media (max-width: 730px) {
  .cookie_popup-wrapper .default_content-wrapper .inner-wrapper .title-wrapper {
    width: calc(100% - 3.4375rem);
  }
}
@media (max-width: 428px) {
  .cookie_popup-wrapper .default_content-wrapper .inner-wrapper .title-wrapper {
    display: block;
  }
  .cookie_popup-wrapper .default_content-wrapper .inner-wrapper .title-wrapper .middle {
    display: block;
    width: 100%;
  }
  .cookie_popup-wrapper .default_content-wrapper .inner-wrapper .title-wrapper .middle:first-child {
    margin-bottom: 0.375rem;
  }
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper .title-wrapper .txt-1 {
  font-weight: 500;
  font-size: 1rem;
  color: #86FF94;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 730px) {
  .cookie_popup-wrapper .default_content-wrapper .inner-wrapper .title-wrapper .txt-1 {
    font-size: 0.9375rem;
  }
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper .title-wrapper .status {
  display: inline-block;
  padding: 0.375rem 0.625rem 0.125rem;
  font-size: 0.8125rem;
  background-color: #86FF94;
  color: #2C2C2C;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  -ms-border-radius: 0.4375rem;
  -o-border-radius: 0.4375rem;
  border-radius: 0.4375rem;
  white-space: pre;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper .title-wrapper .status.reserved {
  background-color: #5D5D5D;
  color: #ffffff;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper .title-wrapper .status.sold {
  background-color: #2C2C2C;
  color: #ffffff;
}
@media (max-width: 730px) {
  .cookie_popup-wrapper .default_content-wrapper .inner-wrapper .title-wrapper .status {
    display: none;
  }
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper .txt-2 {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
}
@media (max-width: 730px) {
  .cookie_popup-wrapper .default_content-wrapper .inner-wrapper .txt-2 {
    padding-right: 3.125rem;
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper p {
  margin-bottom: 1.75rem;
  font-size: 0.9375rem;
}
@media (max-width: 730px) {
  .cookie_popup-wrapper .default_content-wrapper .inner-wrapper p {
    margin-bottom: 1rem;
  }
}
@media (max-width: 730px) {
  .cookie_popup-wrapper .default_content-wrapper .inner-wrapper .contact_desktop {
    display: none;
  }
}
@media (min-width: 731px) {
  .cookie_popup-wrapper .default_content-wrapper .inner-wrapper .contact_mobile {
    display: none;
  }
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper .contact_mobile a {
  display: inline-block;
  margin-right: 0.9375rem;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper .contact_mobile a:last-child {
  margin-right: 0;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper .contact_mobile a .icon-wrapper {
  display: block;
  position: relative;
  width: 3.375rem;
  height: 3.375rem;
  margin: 0 1rem 0 0;
  border: 1px solid #767676;
  color: #767676;
  font-size: 1.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper .contact_mobile a .icon-wrapper i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper .contact_mobile a .icon-wrapper i.ct-icon-envelope {
  font-size: 1.25rem;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper .contact_title {
  margin-bottom: 0.875rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #767676;
}
@media (max-width: 730px) {
  .cookie_popup-wrapper .default_content-wrapper .inner-wrapper .contact_title {
    margin-bottom: 0;
    margin-right: 0.875rem;
    white-space: pre;
  }
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper a.outer-no-height {
  margin-bottom: 1.125rem;
  color: #ffffff;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper a.outer-no-height:hover .txt {
  text-decoration: none;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper a.outer-no-height .icon-wrapper {
  display: block;
  width: 2.5rem;
  margin-right: 0.5rem;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper a.outer-no-height .icon-wrapper i {
  display: block;
  margin-right: 1.125rem;
  color: #767676;
  font-size: 1.5rem;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper a.outer-no-height .icon-wrapper i.ct-icon-envelope-2 {
  font-size: 1.25rem;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper a.outer-no-height .txt {
  text-decoration: underline;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.055em;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper form {
  padding-top: 0.375rem;
}
.cookie_popup-wrapper .default_content-wrapper .inner-wrapper form p {
  font-size: 0.8125rem;
}

.inline_popup {
  position: relative;
  display: block;
  cursor: pointer;
}
.inline_popup.display-inline-block {
  display: inline-block;
  top: 6px;
  margin-left: 0.875rem;
}
.inline_popup:hover .icon-wrapper {
  color: #2C2C2C !important;
  border-color: #2C2C2C;
}
.inline_popup .icon-wrapper {
  display: block;
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  color: #CECECE !important;
  font-size: 0.8125rem !important;
  border: 1px solid #CECECE;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inline_popup .icon-wrapper:hover {
  color: #2C2C2C !important;
  border: 1px solid #2C2C2C;
}
.inline_popup .icon-wrapper i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inline_popup span.popup {
  display: none !important;
}

.lds-roller {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header.main_header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1998;
}
@media (max-width: 730px) {
  header.main_header-wrapper {
    height: 4.125rem;
    background-color: #FFF7F4;
  }
}
header.main_header-wrapper .content-wrapper {
  position: relative;
  width: calc(100% - 2.5rem);
  min-width: 270px;
  max-width: 83.125rem;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper {
    width: calc(100% - 3rem);
    height: 4.125rem;
  }
}
header.main_header-wrapper .content-wrapper .test {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: green;
}
header.main_header-wrapper .content-wrapper a.logo_mobile {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  color: #2C2C2C;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 731px) {
  header.main_header-wrapper .content-wrapper a.logo_mobile {
    display: none;
  }
}
header.main_header-wrapper .content-wrapper a.logo_mobile:hover {
  -webkit-transform: translate(0, -50%) scale(0.95);
  -moz-transform: translate(0, -50%) scale(0.95);
  -ms-transform: translate(0, -50%) scale(0.95);
  -o-transform: translate(0, -50%) scale(0.95);
  transform: translate(0, -50%) scale(0.95);
}
header.main_header-wrapper .content-wrapper a.logo_mobile .txt-1 {
  display: block;
  margin-bottom: 0.125rem;
  font-family: "ivymode";
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.1;
  letter-spacing: 0.4em;
}
header.main_header-wrapper .content-wrapper a.logo_mobile .txt-2 {
  display: block;
  font-family: "ivymode";
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.1;
}
header.main_header-wrapper .content-wrapper a.menu-trigger {
  position: absolute;
  left: 0;
  top: 0.9375rem;
  z-index: 10;
  width: 3.3125rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper a.menu-trigger {
    left: auto;
    right: 0;
    top: 52%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (min-width: 731px) {
  header.main_header-wrapper .content-wrapper a.menu-trigger.inverted:not(.active) > span:not(.txt) > span {
    background-color: #ffffff;
  }
  header.main_header-wrapper .content-wrapper a.menu-trigger.inverted:not(.active) > span.txt {
    color: #ffffff;
  }
}
header.main_header-wrapper .content-wrapper a.menu-trigger > span:not(.txt) {
  display: inline-block;
}
header.main_header-wrapper .content-wrapper a.menu-trigger > span:not(.txt) > span {
  display: block;
  width: 3.3125rem;
  height: 2px;
  margin-bottom: 0.5rem;
  background-color: #2C2C2C;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper a.menu-trigger > span:not(.txt) > span {
    margin-bottom: 0.375rem;
  }
}
header.main_header-wrapper .content-wrapper a.menu-trigger > span:not(.txt) > span:nth-child(2) {
  width: 2.1875rem;
}
header.main_header-wrapper .content-wrapper a.menu-trigger > span:not(.txt) > span:nth-child(3) {
  width: 3.0625rem;
}
header.main_header-wrapper .content-wrapper a.menu-trigger > span.txt {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
header.main_header-wrapper .content-wrapper a.menu-trigger:hover > span > span:nth-child(1), header.main_header-wrapper .content-wrapper a.menu-trigger.active > span > span:nth-child(1) {
  width: 2.5625rem;
}
header.main_header-wrapper .content-wrapper a.menu-trigger:hover > span > span:nth-child(2), header.main_header-wrapper .content-wrapper a.menu-trigger.active > span > span:nth-child(2) {
  width: 2.8125rem;
}
header.main_header-wrapper .content-wrapper a.menu-trigger:hover > span > span:nth-child(3), header.main_header-wrapper .content-wrapper a.menu-trigger.active > span > span:nth-child(3) {
  width: 2.3125rem;
}
header.main_header-wrapper .content-wrapper a.button.desktop {
  position: absolute;
  right: 0;
  top: 0.75rem;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper a.button.desktop {
    display: none !important;
  }
}
header.main_header-wrapper .content-wrapper a.button.mobile {
  margin: 0 0 1.25rem;
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper {
  position: fixed;
  left: -101%;
  top: 0;
  bottom: 0;
  width: 100vw;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper .main_menu-wrapper {
    left: 110vw;
    position: absolute;
    top: 100%;
    bottom: auto;
    z-index: 100;
    height: calc(100vh - 4.125rem);
  }
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper.show {
  left: 0%;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper .main_menu-wrapper.show {
    left: -1.5rem;
  }
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 52%;
  background-color: #FFF7F4;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper .main_menu-wrapper:before {
    left: auto;
    right: 0;
    width: 61%;
  }
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper:after {
  content: "";
  position: absolute;
  left: 52%;
  top: -1px;
  bottom: -1px;
  width: 48%;
  margin-left: -5px;
  background-image: url("./images/main_menu-bg-overlay.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper .main_menu-wrapper:after {
    left: auto;
    right: 61%;
    width: calc(39% + 5px);
    margin-left: 0;
    margin-right: -5px;
    background-image: url("./images/main_menu-bg-overlay-mobile.svg");
    background-position: right center;
    background-color: rgba(44, 44, 44, 0.09);
  }
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .close {
  position: absolute;
  left: 52%;
  top: 0;
  z-index: 10;
  width: 48vw;
  height: 100vh;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper .main_menu-wrapper .close {
    display: none;
  }
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper {
    width: auto;
    height: 100%;
    padding-top: 2.375rem;
    padding-right: 2.5rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper a.logo {
  display: inline-block;
  margin-bottom: 2.375rem;
  color: #2C2C2C;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper a.logo {
    display: none;
  }
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper a.logo:hover {
  transform: scale(0.98);
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper a.logo .txt-1 {
  display: block;
  margin-bottom: 0.375rem;
  font-family: "ivymode";
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.1;
  letter-spacing: 0.4em;
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper a.logo .txt-2 {
  display: block;
  font-family: "ivymode";
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.1;
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .menu-wrapper {
  position: relative;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .menu-wrapper {
    padding-bottom: 1.25rem;
  }
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .menu-wrapper > ul.navigation {
  display: block;
  max-width: 10.625rem;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .menu-wrapper > ul.navigation {
    text-align: right;
    margin: 0 0 0.625rem auto;
  }
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .menu-wrapper > ul.navigation.color-gray a {
  color: #888888;
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .menu-wrapper > ul.navigation > li {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0 0 2.5rem;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .menu-wrapper > ul.navigation > li {
    margin: 0 0 1.125rem;
  }
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .menu-wrapper > ul.navigation > li:last-child {
  margin-bottom: 0;
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .menu-wrapper > ul.navigation > li a {
  position: relative;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  color: #2C2C2C;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
@media (max-width: 730px) {
  header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .menu-wrapper > ul.navigation > li a {
    text-align: right;
  }
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .menu-wrapper > ul.navigation > li a:hover {
  text-decoration: underline;
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .menu-wrapper > ul.navigation > li a:hover:before {
  opacity: 1;
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .mobile_content-wrapper {
  text-align: right;
}
@media (min-width: 731px) {
  header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .mobile_content-wrapper {
    display: none;
  }
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .mobile_content-wrapper .txt-1 {
  margin-bottom: 0.25rem;
  font-weight: "poppins";
  font-weight: 600;
  line-height: 1.55;
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .mobile_content-wrapper .txt-hours {
  margin: 0 0 1.125rem;
  font-weight: "poppins";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.55;
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .mobile_content-wrapper .socials-wrapper a {
  display: inline-block;
  margin-right: 0.9375rem;
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .mobile_content-wrapper .socials-wrapper a:last-child {
  margin-right: 0;
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .mobile_content-wrapper .socials-wrapper a .icon-wrapper {
  display: block;
  position: relative;
  width: 3.375rem;
  height: 3.375rem;
  margin: 0;
  border: 1px solid #2C2C2C;
  color: #2C2C2C;
  font-size: 1.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .mobile_content-wrapper .socials-wrapper a .icon-wrapper i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header.main_header-wrapper .content-wrapper .main_menu-wrapper .default_content-wrapper .mobile_content-wrapper .socials-wrapper a .icon-wrapper i.ct-icon-envelope {
  font-size: 1.25rem;
}

.dummy_header {
  height: 0;
}
@media (max-width: 730px) {
  .dummy_header {
    height: 4.125rem;
  }
}

footer {
  padding: 2.5rem 0 1.25rem;
  background-color: #ffffff;
}
footer .content_1-wrapper {
  position: relative;
}
footer .content_1-wrapper h2 {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  font-family: "poppins";
  font-weight: 700;
  line-height: 1.2;
}
footer .content_1-wrapper a.logo {
  display: block;
  margin-bottom: 1.625rem;
  color: #2C2C2C;
}
footer .content_1-wrapper a.logo:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
footer .content_1-wrapper a.logo .txt-1 {
  display: block;
  margin-bottom: 0.125rem;
  font-family: "ivymode";
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.1;
  letter-spacing: 0.4em;
}
footer .content_1-wrapper a.logo .txt-2 {
  display: block;
  font-family: "ivymode";
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.1;
}
footer .content_1-wrapper h3 {
  font-size: 1rem;
}
@media (max-width: 730px) {
  footer .content_1-wrapper h3 {
    position: absolute;
    right: 0;
    top: 3px;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
footer .outer-no-height.address {
  margin-bottom: 2.5rem;
  color: #2C2C2C;
}
footer .outer-no-height.address:hover .txt {
  text-decoration: none;
}
footer .outer-no-height.address i {
  display: block;
  margin-right: 1rem;
  font-size: 2.5rem;
}
footer .outer-no-height.address i.ct-icon-envelope-2 {
  font-size: 1.25rem;
}
footer .outer-no-height.address .txt {
  font-size: 1rem;
  line-height: 1.45;
}
footer p {
  margin-bottom: 2.25rem !important;
  font-size: 1rem;
  line-height: 1.6;
}
footer p strong {
  font-weight: 700;
  text-decoration: underline;
}
footer .menu-wrapper {
  position: relative;
}
@media (max-width: 730px) {
  footer .menu-wrapper {
    padding-bottom: 2.25rem;
  }
}
footer .menu-wrapper > ul.navigation {
  display: block;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
@media (max-width: 730px) {
  footer .menu-wrapper > ul.navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
  }
}
footer .menu-wrapper > ul.navigation.color-gray a {
  color: #888888;
}
footer .menu-wrapper > ul.navigation > li {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0 0 1.0625rem;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 730px) {
  footer .menu-wrapper > ul.navigation > li {
    flex: 0 0 calc(50% - 0.75em);
    min-width: 0;
  }
}
footer .menu-wrapper > ul.navigation > li a {
  position: relative;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  color: #2C2C2C;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
footer .menu-wrapper > ul.navigation > li a:hover {
  text-decoration: underline;
}
footer .menu-wrapper > ul.navigation > li a:hover:before {
  opacity: 1;
}
footer h4 {
  margin-bottom: 0.25rem;
  font-family: "poppins";
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
}
footer a.outer-no-height.contact {
  margin-bottom: 1.375rem;
  color: #2C2C2C;
}
footer a.outer-no-height.contact:hover .txt {
  text-decoration: none;
}
footer a.outer-no-height.contact .icon-wrapper {
  display: block;
  width: 2.5rem;
  margin-right: 0.5rem;
}
footer a.outer-no-height.contact .icon-wrapper i {
  display: block;
  margin-right: 1.125rem;
  color: #2C2C2C;
  font-size: 1.5rem;
}
footer a.outer-no-height.contact .icon-wrapper i.ct-icon-envelope-3 {
  font-size: 1.25rem;
}
footer a.outer-no-height.contact .txt {
  text-decoration: underline;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.055em;
}
footer .outer-no-height.socials {
  padding-top: 1rem;
}
footer .outer-no-height.socials .txt {
  position: relative;
  top: 2px;
  font-size: 1rem;
}
footer .outer-no-height.socials a {
  display: block;
  margin-left: 1.625rem;
  color: #2C2C2C;
}
footer .outer-no-height.socials a:hover {
  transform: scale(0.95);
}
footer .outer-no-height.socials a i {
  display: block;
  font-size: 1.625rem;
}
footer .copy-wrapper {
  padding-top: 1.25rem;
  margin-top: 2.5rem;
  border-top: 1px solid #DFDFDF;
}
footer .copy-wrapper .copy {
  font-size: 0.9375rem;
}

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: #86FF94;
}

.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: #2C2C2C;
  font-family: "poppins";
  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: #2C2C2C transparent rgb(18.5, 18.5, 18.5) 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;
  padding: 0.8125rem 1.375rem 0.6875rem;
  min-width: 8.75rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background: #2C2C2C;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "poppins";
  font-weight: 500;
  letter-spacing: 0.09em;
  transition: 0.5s;
}
.swal2-styled.swal2-confirm:hover {
  background: rgb(18.5, 18.5, 18.5) !important;
  transform: scale(1.07);
}

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

.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: #2C2C2C;
  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: #86FF94;
  color: #86FF94;
}

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

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

.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(134, 255, 148, 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: #86FF94;
}

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

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  white-space: normal;
  transition-property: transform, visibility, opacity;
  background-color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.4em;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  border-radius: 0.375rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 30px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 30px;
}
.tippy-box .tippy-content {
  position: relative;
  padding: 1.25rem 1.375rem;
  z-index: 1;
  color: #2C2C2C;
  text-align: left;
  font-size: 0.9375rem;
}
.tippy-box .tippy-content * {
  color: #2C2C2C !important;
}
.tippy-box .tippy-content *:last-child {
  margin-bottom: 0 !important;
}
.tippy-box .tippy-content span.unit_size {
  display: block;
}
.tippy-box .tippy-content span.unit_size > span {
  display: block;
  margin-bottom: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #CECECE;
}
.tippy-box .tippy-content span.unit_size > span:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.tippy-box .tippy-arrow {
  width: 16px;
  height: 16px;
  color: #f8f8f8;
}
.tippy-box[data-theme=inline_popup_2] {
  width: 100%;
  max-width: 17.375rem;
  z-index: 999999;
  background-color: #2C2C2C;
  color: #ffffff;
  border: 0;
  -webkit-border-radius: 0.6875rem;
  -moz-border-radius: 0.6875rem;
  -ms-border-radius: 0.6875rem;
  -o-border-radius: 0.6875rem;
  border-radius: 0.6875rem;
}
.tippy-box[data-theme=inline_popup_2] .tippy-content {
  max-width: 20rem !important;
  padding: 1.25rem 1.5rem;
  color: #ffffff !important;
}
.tippy-box[data-theme=inline_popup_2] .tippy-content .inner_content-wrapper {
  max-width: 17rem !important;
}
.tippy-box[data-theme=inline_popup_2] .tippy-content * {
  color: #ffffff !important;
}
.tippy-box[data-theme=inline_popup_2] .tippy-content .t {
  display: block;
  margin-bottom: 0.75rem;
  color: #ffffff !important;
  font-size: 0.875rem;
  font-weight: 700;
}
.tippy-box[data-theme=inline_popup_2] .tippy-content .text {
  max-width: 17.875rem;
  color: #ffffff !important;
  font-size: 0.9375rem;
}
.tippy-box[data-theme=inline_popup_2] .tippy-content .text a {
  text-decoration: underline;
  color: #86FF94 !important;
}
.tippy-box[data-theme=inline_popup_2] .tippy-content .text a:hover {
  text-decoration: none;
}
.tippy-box[data-theme=inline_popup_2] .tippy-content .buttons-wrapper {
  min-width: 18.5rem;
  margin-bottom: 1rem;
}
.tippy-box[data-theme=inline_popup_2] .tippy-content .buttons-wrapper a {
  position: relative;
  display: block;
  width: 100%;
  height: 3.25rem;
  border: 1px solid hsl(0, 0%, 40%);
  -webkit-border-radius: 0.6875rem;
  -moz-border-radius: 0.6875rem;
  -ms-border-radius: 0.6875rem;
  -o-border-radius: 0.6875rem;
  border-radius: 0.6875rem;
}
.tippy-box[data-theme=inline_popup_2] .tippy-content .buttons-wrapper a img {
  display: block;
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  object-fit: contain;
  object-position: center center;
}
.tippy-box[data-theme=inline_popup_2] .tippy-content .buttons-wrapper a img.tri_dvory {
  top: 32%;
  height: 36%;
}
.tippy-box[data-theme=inline_popup_2] .tippy-content .buttons-wrapper a:hover {
  border: 1px solid #86FF94;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

/*
* FooTable v3 - FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.1.5
* @link http://fooplugins.com
* @copyright Steven Usher & Brad Vincent 2015
* @license Released under the GPLv3 license.
*/
/* globals - instead we house them under the .footable.table class as the root of FooTable is always the table itself. */
.footable.table, .footable.table *,
.footable-details.table, .footable-details.table * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footable.table th,
.footable-details.table th {
  text-align: left;
}

/* tables */
.footable.table,
.footable-details.table {
  width: 100%;
  margin-bottom: 1.25rem;
}

/*
@media (max-width: 360px) {
	table.footable {
		display: block;
		width: 100%;
		overflow-x: scroll;
	}
}
*/
.footable.table > caption + thead > tr:first-child > th,
.footable.table > colgroup + thead > tr:first-child > th,
.footable.table > thead:first-child > tr:first-child > th,
.footable.table > caption + thead > tr:first-child > td,
.footable.table > colgroup + thead > tr:first-child > td,
.footable.table > thead:first-child > tr:first-child > td,
.footable-details.table > caption + thead > tr:first-child > th,
.footable-details.table > colgroup + thead > tr:first-child > th,
.footable-details.table > thead:first-child > tr:first-child > th,
.footable-details.table > caption + thead > tr:first-child > td,
.footable-details.table > colgroup + thead > tr:first-child > td,
.footable-details.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.footable.table > thead > tr > th,
.footable.table > tbody > tr > th,
.footable.table > tfoot > tr > th,
.footable.table > thead > tr > td,
.footable.table > tbody > tr > td,
.footable.table > tfoot > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > tbody > tr > th,
.footable-details.table > tfoot > tr > th,
.footable-details.table > thead > tr > td,
.footable-details.table > tbody > tr > td,
.footable-details.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.footable.table > thead > tr > th,
.footable.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > thead > tr > td {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.footable.table-condensed > thead > tr > th,
.footable.table-condensed > tbody > tr > th,
.footable.table-condensed > tfoot > tr > th,
.footable.table-condensed > thead > tr > td,
.footable.table-condensed > tbody > tr > td,
.footable.table-condensed > tfoot > tr > td,
.footable-details.table-condensed > thead > tr > th,
.footable-details.table-condensed > tbody > tr > th,
.footable-details.table-condensed > tfoot > tr > th,
.footable-details.table-condensed > thead > tr > td,
.footable-details.table-condensed > tbody > tr > td,
.footable-details.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.footable.table-bordered,
.footable-details.table-bordered {
  border: 1px solid #ddd;
}

.footable.table-bordered > thead > tr > th,
.footable.table-bordered > tbody > tr > th,
.footable.table-bordered > tfoot > tr > th,
.footable.table-bordered > thead > tr > td,
.footable.table-bordered > tbody > tr > td,
.footable.table-bordered > tfoot > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > tbody > tr > th,
.footable-details.table-bordered > tfoot > tr > th,
.footable-details.table-bordered > thead > tr > td,
.footable-details.table-bordered > tbody > tr > td,
.footable-details.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.footable.table-bordered > thead > tr > th,
.footable.table-bordered > thead > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.footable.table-striped > tbody > tr:nth-child(odd),
.footable-details.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.footable.table-hover > tbody > tr:hover,
.footable-details.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* buttons */
.footable .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: visible;
  text-transform: none;
}

.footable .btn:hover,
.footable .btn:focus,
.footable .btn.focus {
  color: #333;
  text-decoration: none;
}

.footable .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.footable .btn-default:hover,
.footable .btn-default:focus,
.footable .btn-default.focus,
.footable .btn-default:active,
.footable .btn-default.active,
.footable .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.footable .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.footable .btn-primary:hover,
.footable .btn-primary:focus,
.footable .btn-primary.focus,
.footable .btn-primary:active,
.footable .btn-primary.active,
.footable .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* button groups */
.footable .btn-group, .footable .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.footable .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.footable .btn-group > .btn:first-child {
  margin-left: 0;
}

.footable .btn-group-vertical > .btn,
.footable .btn-group > .btn {
  position: relative;
  float: left;
}

.footable .btn-group-xs > .btn,
.footable .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.footable .btn-group-sm > .btn,
.footable .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.footable .btn-group-lg > .btn,
.footable .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* caret */
.footable .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.footable .btn .caret {
  margin-left: 0;
}

/* form-group */
.form-group {
  margin-bottom: 15px;
}

/* form-control */
.footable .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* input-group */
.footable .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.footable .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.footable .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.footable .input-group-addon,
.footable .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.footable .input-group-addon,
.footable .input-group-btn,
.footable .input-group .form-control {
  display: table-cell;
}

.footable .input-group-btn > .btn + .btn,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.footable .input-group-btn > .btn {
  position: relative;
}

.footable .input-group-btn > .btn:hover,
.footable .input-group-btn > .btn:focus,
.footable .input-group-btn > .btn:active {
  z-index: 2;
}

.footable .input-group .form-control:first-child,
.footable .input-group-addon:first-child,
.footable .input-group-btn:first-child > .btn,
.footable .input-group-btn:first-child > .btn-group > .btn,
.footable .input-group-btn:first-child > .dropdown-toggle,
.footable .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.footable .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.footable .input-group .form-control:last-child,
.footable .input-group-addon:last-child,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group > .btn,
.footable .input-group-btn:last-child > .dropdown-toggle,
.footable .input-group-btn:first-child > .btn:not(:first-child),
.footable .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* checkboxes & radios */
.footable .radio,
.footable .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footable .radio label,
.footable .checkbox label {
  max-width: 100%;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.footable .radio input[type=radio],
.footable .radio-inline input[type=radio],
.footable .checkbox input[type=checkbox],
.footable .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

/* dropdown-menu */
.footable .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.footable .open > .dropdown-menu {
  display: block;
}

.footable .dropdown-menu-right {
  right: 0;
  left: auto;
}

.footable .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.footable .dropdown-menu > li > a:hover,
.footable .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* pagination */
.footable .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.footable .pagination > li {
  display: inline-block;
  margin-left: 0.625rem;
}
.footable .pagination > li:first-child {
  margin-left: 0;
}
.footable .pagination > li > a,
.footable .pagination > li > span {
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #ffffff;
  color: #86FF94;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 3.75rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.footable .pagination > li.active > a,
.footable .pagination > li.active > span, .footable .pagination > li:hover > a,
.footable .pagination > li:hover > span {
  background-color: #2C2C2C !important;
  color: #ffffff !important;
}

.footable .pagination > .disabled > span,
.footable .pagination > .disabled > span:hover,
.footable .pagination > .disabled > span:focus,
.footable .pagination > .disabled > a,
.footable .pagination > .disabled > a:hover,
.footable .pagination > .disabled > a:focus {
  display: none;
}

/* labels */
.footable .label {
  display: none;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.footable .label-default {
  background-color: #777;
}

.footable .divider {
  display: none;
}

/* wells */
.footable-loader.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* screen reader only */
.footable .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* form-inline */
@media (min-width: 768px) {
  .footable .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .footable .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .footable .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .footable .form-inline .input-group .input-group-addon,
  .footable .form-inline .input-group .input-group-btn,
  .footable .form-inline .input-group .form-control {
    width: auto;
  }
  .footable .form-inline .input-group > .form-control {
    width: 100%;
  }
}
table.footable,
table.footable-details {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table.footable-details {
  margin-bottom: 0;
}

table.footable-hide-fouc {
  display: none;
}

table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: 0.3;
}

table > tbody > tr > td > span.footable-toggle.last-column {
  margin-left: 8px;
  float: right;
}

table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px;
}

table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 40px;
  width: 120px;
}

table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-all;
}

table.footable-details > thead > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tbody > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td {
  border-top-width: 0;
}

table.footable-details.table-bordered > thead > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td {
  border-top-width: 1px;
}

div.footable-loader {
  vertical-align: middle;
  text-align: center;
  height: 300px;
  position: relative;
}

div.footable-loader > span.fooicon {
  display: inline-block;
  opacity: 0.3;
  font-size: 30px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: fooicon-spin-r 2s infinite linear;
  animation: fooicon-spin-r 2s infinite linear;
}

.footable-empty {
  display: none !important;
}

table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
}

table.footable > tbody > tr > td,
table.footable > tbody > tr > th {
  display: none;
}

table.footable > tbody > tr.footable-empty > td,
table.footable > tbody > tr.footable-empty > th,
table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th {
  display: table-cell;
}

@-webkit-keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fooicon {
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fooicon:before,
.fooicon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fooicon-plus:before {
  content: "+";
}

.fooicon-minus:before {
  content: "-";
}

.footable-sortable .fooicon {
  position: relative;
  height: 1.25rem;
}
.footable-sortable .fooicon:before, .footable-sortable .fooicon:after {
  margin-left: 0.125rem;
  font-size: 0.5rem;
  color: #CECECE;
  /* 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;
}
.footable-sortable .fooicon:before {
  content: "\e921";
  position: absolute;
  left: 100%;
  bottom: 40%;
}
.footable-sortable .fooicon:after {
  content: "\e920";
  position: absolute;
  left: 100%;
  top: 80%;
}
.footable-sortable.footable-asc .fooicon:after {
  color: #2C2C2C;
}
.footable-sortable.footable-desc .fooicon:before {
  color: #2C2C2C;
}

table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: normal;
}

.footable-filtering-external.footable-filtering-right,
table.footable > thead > tr.footable-filtering > th,
table.footable.footable-filtering-right > thead > tr.footable-filtering > th {
  text-align: right;
}

.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left;
}

.footable-filtering-external.footable-filtering-center,
table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
  text-align: center;
}

table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0;
}

table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
  margin-top: 5px;
}

table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%;
}

.footable-filtering-external ul.dropdown-menu > li > a.checkbox,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
  margin: 0;
  display: block;
  position: relative;
}

.footable-filtering-external ul.dropdown-menu > li > a.checkbox > label,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
  display: block;
  padding-left: 20px;
}

.footable-filtering-external ul.dropdown-menu > li > a.checkbox input[type=checkbox],
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
}

@media (min-width: 768px) {
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto;
  }
  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px;
  }
  table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
    margin-top: 0;
  }
}
table.footable > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable,
table.footable > tbody > tr > td.footable-sortable,
table.footable > tbody > tr > th.footable-sortable,
table.footable > tfoot > tr > td.footable-sortable,
table.footable > tfoot > tr > th.footable-sortable {
  position: relative;
  cursor: pointer !important;
}

td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  position: relative;
  left: 5px;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

td.footable-sortable:hover > span.fooicon,
th.footable-sortable:hover > span.fooicon {
  opacity: 1;
}

td.footable-sortable.footable-asc > span.fooicon,
th.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon {
  opacity: 1;
}

/* hides the sort icons when sorting is not allowed */
table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden;
}

.footable-paging-external ul.pagination,
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
  margin: 10px 0 0 0;
}

.footable-paging-external span.label,
table.footable > tfoot > tr.footable-paging > td > span.label {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 4px 10px;
}

.footable-paging-external.footable-paging-center,
table.footable > tfoot > tr.footable-paging > td,
table.footable-paging-center > tfoot > tr.footable-paging > td {
  text-align: center;
}

.footable-paging-external.footable-paging-left,
table.footable-paging-left > tfoot > tr.footable-paging > td {
  text-align: left;
}

.footable-paging-external.footable-paging-right,
table.footable-paging-right > tfoot > tr.footable-paging > td {
  text-align: right;
}

td.footable-editing {
  width: 90px;
  max-width: 90px;
}

table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-view td.footable-editing {
  width: 70px;
  max-width: 70px;
}

table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing,
table.footable-editing-no-delete.footable-editing-no-view td.footable-editing {
  width: 50px;
  max-width: 50px;
}

table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
  width: 0;
  max-width: 0;
  display: none !important;
}

table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing {
  text-align: right;
}

table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
  text-align: left;
}

table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
  display: none;
}

table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-add {
  display: inline-block;
}

/*
table.footable-basic,
table.footable-details {
	border-bottom: 0 !important;
	thead {
	  tr {
		background-color: $color-text;
		th {
		  padding: rem(20) rem(8);
		  border-bottom: 0;
		  color: $color-text;
		  font-weight: $font-primary-weight-regular;
		  font-size: rem(14);
		  span.mobile {
			display: none;
			@media (max-width: 620px) {
				display: inline;
			}
		  }
		  span.desktop {
			@media (max-width: 620px) {
				display: none;
			}
		  }
		}
	  }
	}
	tbody {
	  tr {
		@include transition(all 0.3s ease);
		background-color: rgba(#F9F9F9, 0);
		th,
		td {
		  padding: rem(20) rem(8);
		  text-align: center;
		  border-bottom: 1px solid $color-primary;
		  font-weight: $font-primary-weight-light;
		  font-size: rem(16);
		  white-space: pre;
		  i {
			display: block;
			font-size: rem(30);
		  }
		}
		&.free {
		  td {
			color: $color-primary;
			a {
			  color: $color-primary;
			  &:hover {
				color: $color-primary-hover;
			  }
			}
		  }
		}
		&.reserved {
		  td {
			color: $color-primary-hover;
		  }
		}
		&.sold {
		  td {
			color: $color-primary;
		  }
		}
		&:hover {
		  background-color: rgba(#F9F9F9, 0.8);
		}
	  }
	}
}
*/
table.footable-details tbody tr th,
table.footable-details tbody tr td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: left;
  border-bottom: 0;
  font-size: 0.875rem;
}

.footable .pagination li[data-page=first],
.footable .pagination li[data-page=prev],
.footable .pagination li[data-page=next],
.footable .pagination li[data-page=last] {
  display: none;
}

.footable-filtering {
  display: none;
}

.footable-header {
  background-color: #ffffff;
}
