/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

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

a:after,
span:after,
strong:after {
  display: inherit;
}

.form-group:after {
  content: "";
  display: table;
  clear: both;
}

select.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/../fonts/Inter-Medium.woff") format("woff"), url("../fonts/../fonts/Inter-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/../fonts/Inter-Bold.woff") format("woff"), url("../fonts/../fonts/Inter-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/../fonts/Inter-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/../fonts/Inter-ExtraBold.woff2") format("woff2");
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.pos-abs {
  position: absolute !important;
}

.pos-rel {
  position: relative !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.wabs-50 {
  width: 50px !important;
}

.wabs-100 {
  width: 100px !important;
}

.wabs-160 {
  width: 160px !important;
}

.wabs-260 {
  width: 260px !important;
}

.wabs-360 {
  width: 360px !important;
}

.wabs-460 {
  width: 460px !important;
}

.wabs-560 {
  width: 560px !important;
}

.wabs-660 {
  width: 660px !important;
}

.wabs-760 {
  width: 760px !important;
}

.mw-100 {
  max-width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-style-solid {
  border-style: solid !important;
}

.border-style-dotted {
  border-style: dotted !important;
}

.mh-100 {
  max-height: 100% !important;
}

.mhabs-50 {
  max-height: 50px !important;
}

.mhabs-100 {
  max-height: 100px !important;
}

.mhabs-360 {
  max-height: 360px !important;
}

.mhabs-460 {
  max-height: 460px !important;
}

.mhabs-560 {
  max-height: 560px !important;
}

.mhabs-660 {
  max-height: 660px !important;
}

.mhabs-760 {
  max-height: 760px !important;
}

.mwabs-50 {
  max-width: 50px !important;
}

.mwabs-100 {
  max-width: 100px !important;
}

.mwabs-160 {
  max-width: 160px !important;
}

.mwabs-260 {
  max-width: 260px !important;
}

.mwabs-360 {
  max-width: 360px !important;
}

.mwabs-460 {
  max-width: 460px !important;
}

.mwabs-560 {
  max-width: 560px !important;
}

.mwabs-660 {
  max-width: 660px !important;
}

.mwabs-760 {
  max-width: 760px !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.text-opacity-25 {
  --im-text-opacity: 0.25;
}

.text-opacity-50 {
  --im-text-opacity: 0.5;
}

.text-opacity-75 {
  --im-text-opacity: 0.75;
}

.text-opacity-100 {
  --im-text-opacity: 1;
}

.gray-100 {
  color: #f8f9fa !important;
}

.gray-200 {
  color: #e9ecef !important;
}

.gray-300 {
  color: #dee2e6 !important;
}

.gray-400 {
  color: #ced4da !important;
}

.gray-500 {
  color: #adb5bd !important;
}

.gray-600 {
  color: #6c757d !important;
}

.gray-700 {
  color: #495057 !important;
}

.gray-800 {
  color: #343a40 !important;
}

.gray-900 {
  color: #212529 !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

.border-color-default {
  --im-bg-opacity: 1;
  border-color: #2385F9 !important;
}

.border-color-primary {
  --im-bg-opacity: 1;
  border-color: #C9486A !important;
}

.border-color-secondary {
  --im-bg-opacity: 1;
  border-color: #72894C !important;
}

.border-color-success {
  --im-bg-opacity: 1;
  border-color: #36D7B7 !important;
}

.border-color-danger {
  --im-bg-opacity: 1;
  border-color: #d7616a !important;
}

.border-color-warning {
  --im-bg-opacity: 1;
  border-color: #F7CA18 !important;
}

.border-color-info {
  --im-bg-opacity: 1;
  border-color: #2385F9 !important;
}

.border-color-transparent {
  --im-bg-opacity: 1;
  border-color: transparent !important;
}

.border-color-gray {
  --im-bg-opacity: 1;
  border-color: #EDEDED !important;
}

.bg-default {
  --im-bg-opacity: 1;
  background-color: #2385F9 !important;
}

.bg-primary {
  --im-bg-opacity: 1;
  background-color: #C9486A !important;
}

.bg-secondary {
  --im-bg-opacity: 1;
  background-color: #72894C !important;
}

.bg-success {
  --im-bg-opacity: 1;
  background-color: #36D7B7 !important;
}

.bg-danger {
  --im-bg-opacity: 1;
  background-color: #d7616a !important;
}

.bg-warning {
  --im-bg-opacity: 1;
  background-color: #F7CA18 !important;
}

.bg-info {
  --im-bg-opacity: 1;
  background-color: #2385F9 !important;
}

.bg-transparent {
  --im-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --im-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --im-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --im-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --im-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --im-bg-opacity: 1;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.container-half,
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-xs-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-xs-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Sass Compiled Css Code Start */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-size: 1rem;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #1E1E1E;
  font-size: 1rem;
  font-family: "Roboto", "Arial", sans-serif;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
}

a {
  outline: none;
  color: #C9486A;
  text-decoration: none;
  transition: color 0.2s;
}

p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

ul,
ol {
  list-style-position: inside;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", "Roboto", "Arial", sans-serif;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 0.7rem;
  color: #C9486A;
  font-weight: 700;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.1rem;
}

img {
  max-width: 100%;
  vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", "Arial", sans-serif;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

fieldset legend {
  display: block;
  width: 100%;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  color: #C9486A;
  font-size: 1.5rem;
  border-bottom: 1px solid #72894C;
}

.articles-item-video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.articles-item-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.article {
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.article__name {
  margin-bottom: 2rem;
  text-align: center;
}

.article__name h1,
.article__name h2,
.article__name h3,
.article__name h4,
.article__name h5 {
  color: #1E1E1E;
  font-size: 3rem;
}

.article__date {
  text-align: center;
  margin-bottom: 2rem;
}

.article__content p {
  margin: 1rem 0;
}

.article__related__name {
  text-align: center;
}

.article__footer {
  text-align: center;
}

.articles__item {
  display: block;
  height: 100%;
}

.articles__item__inner {
  height: 100%;
  position: relative;
  color: #1E1E1E;
  box-shadow: 0 12px 47px 0 rgba(0, 0, 0, 0.04);
}

.articles__item__date {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  background-color: #72894C;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.articles__item__image {
  position: relative;
  height: 15vw;
}

.articles__item__image img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.articles__item__content {
  color: inherit;
  padding: 2.5rem 2rem;
  font-size: 1rem;
  overflow: hidden;
}

.articles__item__content h1,
.articles__item__content h2,
.articles__item__content h3,
.articles__item__content h4,
.articles__item__content h5 {
  color: inherit;
  font-size: 1.25rem;
}

.articles__item__content p {
  color: #5B5B5B;
  margin-bottom: 0;
}

.articles-wrapper__items {
  margin-bottom: 4rem;
}

.articles-wrapper__item {
  margin-bottom: 2rem;
}

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

.service-section__header {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 50vh;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.service-section__header__content {
  position: relative;
  z-index: 1;
}

.service-section__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  bottom: 0;
  background: linear-gradient(90deg, rgb(34, 85, 159) 0%, rgb(33, 158, 154) 74%, rgb(10, 171, 168) 100%);
}

.service-section__header::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 150px;
  background-image: url("../images/mask-up.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.service-section__header h1,
.service-section__header h2,
.service-section__header h3,
.service-section__header h4,
.service-section__header h5 {
  color: #FFFFFF;
  font-weight: 800;
}

.service-section__overview {
  position: relative;
  z-index: 1;
  margin-top: -8rem;
  margin-bottom: 4rem;
  display: block;
}

.service-section__overview__list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.service-section__overview__list li a {
  text-align: center;
  display: block;
  background-color: #FFFFFF;
  padding: 0.5rem 1rem;
  max-width: 160px;
  min-width: 160px;
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  transition: all 1s ease;
}

.service-section__overview__list li a:hover {
  transform: scale(1.1);
}

.service-section__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.service-section__items .service-item {
  margin-bottom: 2rem;
}

.service-section__items .service-gallery {
  margin-bottom: 2rem;
}

.service-gallery__items {
  width: 100%;
}

.service-gallery__items__item {
  margin-bottom: 2rem;
  text-align: center;
}

.service-item {
  display: flex;
  flex-direction: column;
}

.service-overview-item {
  color: #1E1E1E;
  font-weight: 800;
  border-radius: 10px;
}

.service-overview-item__image {
  display: none;
}

.pagination {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  border: 1px solid #dedede;
}

.pagination > li {
  display: inline-block;
}

.pagination > li > a,
.pagination > li span {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 1.1rem;
  background-color: #fff;
}

.pagination > li > a:hover,
.pagination > li > a:active,
.pagination > li > a:focus,
.pagination > li span:hover,
.pagination > li span:active,
.pagination > li span:focus {
  background-color: rgba(201, 72, 106, 0.1);
}

.pagination > li.active {
  font-weight: 500;
}

.pagination > li.active > a,
.pagination > li.active span {
  background-color: #C9486A;
  color: #fff;
}

.pagination > li.active > a:hover,
.pagination > li.active > a:active,
.pagination > li.active > a:focus,
.pagination > li.active span:hover,
.pagination > li.active span:active,
.pagination > li.active span:focus {
  background-color: #C9486A;
}

.pagination > li + li a,
.pagination > li + li span {
  border-left: 1px solid #dedede;
}

.pagination .icons {
  vertical-align: middle;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.breadcrumb__item {
  font-weight: bold;
}

.breadcrumb__item.active {
  font-weight: normal;
}

.breadcrumb__item + .breadcrumb__item {
  padding-left: 0.5rem;
}

.breadcrumb__item + .breadcrumb__item:before {
  float: left;
  padding-right: 0.5rem;
  content: "/";
  color: #ced4da;
}

.sidenav {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(201, 72, 106, 0.5);
}

.sidenav nav {
  overflow-y: auto;
  position: fixed;
  max-width: 300px;
  width: 100%;
  padding: 0;
  top: 0;
  bottom: 0;
  right: -70%;
  background-color: #C9486A;
  padding-top: 100px;
  transition-property: right;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.sidenav nav > ul > li {
  display: block;
  padding: 0 30px 0 30px;
}

.sidenav nav > ul > li > a {
  display: block;
  padding: 15px 0;
  color: #FFFFFF;
  font-weight: 500;
}

.sidenav nav > ul > li .contact-box {
  margin: 1rem 0;
  color: rgba(255, 255, 255, 0.8);
}

.sidenav nav > ul > li .contact-box a {
  color: #FFFFFF;
  text-decoration: underline;
}

.sidenav nav > ul > li.bordered {
  margin: 40px 0 25px 0;
}

.sidenav nav > ul > li.bordered a {
  border: 1px solid #72894C;
  text-align: center;
}

.sidenav nav > ul > li.socials a {
  display: inline-block;
}

.sidenav nav > ul > li.socials a + a {
  margin-left: 15px;
}

.sidenav nav > ul > li.separator {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidenav.in {
  display: block;
}

.sidenav-opened {
  overflow: hidden;
  display: block;
}

.sidenav-opener {
  cursor: pointer !important;
}

.accordion__item {
  box-shadow: 0 12px 47px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 1rem;
}

.accordion__item__header {
  margin-bottom: 0;
}

.accordion__item__button {
  display: flex;
  align-items: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  width: 100%;
  padding: 1.5rem 2rem;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  color: #1E1E1E;
  background-color: #F6F6F6;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  cursor: pointer !important;
}

.accordion__item__button:not(.collapsed) {
  color: #C9486A;
  background-color: #FFFFFF;
}

.accordion__item__button:not(.collapsed):after {
  transform: rotate(90deg);
}

.accordion__item__button:after {
  transform: rotate(-90deg);
}

.accordion__item__body {
  padding: 1.5rem 3rem;
}

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

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-bold {
  font-weight: bold !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-size30 {
  font-size: 30px;
}

.text-size25 {
  font-size: 25px;
}

.text-size20 {
  font-size: 20px;
}

.text-size16 {
  font-size: 16px;
}

.text-size13 {
  font-size: 13px;
}

.text-small {
  font-size: 0.9rem;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #C9486A !important;
}

.text-secondary {
  color: #72894C !important;
}

.text-success {
  color: #36D7B7 !important;
}

.text-black {
  color: #1E1E1E !important;
}

.text-error {
  color: #d7616a !important;
}

.text-gray {
  color: rgba(16, 16, 16, 0.04) !important;
}

.text-gray-dark {
  color: #E2E2E2 !important;
}

.text-warning {
  color: #F7CA18 !important;
}

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

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

.text-more-text {
  display: none;
}

.text-block {
  display: block;
}

.text-icon {
  height: 14px;
  vertical-align: middle;
}

.text-third {
  font-family: "DancingScript", "Arial", sans-serif;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #72894C;
}

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

.svg-close {
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNDM3LjUsMzg2LjZMMzA2LjksMjU2bDEzMC42LTEzMC42YzE0LjEtMTQuMSwxNC4xLTM2LjgsMC01MC45Yy0xNC4xLTE0LjEtMzYuOC0xNC4xLTUwLjksMEwyNTYsMjA1LjFMMTI1LjQsNzQuNSAgYy0xNC4xLTE0LjEtMzYuOC0xNC4xLTUwLjksMGMtMTQuMSwxNC4xLTE0LjEsMzYuOCwwLDUwLjlMMjA1LjEsMjU2TDc0LjUsMzg2LjZjLTE0LjEsMTQuMS0xNC4xLDM2LjgsMCw1MC45ICBjMTQuMSwxNC4xLDM2LjgsMTQuMSw1MC45LDBMMjU2LDMwNi45bDEzMC42LDEzMC42YzE0LjEsMTQuMSwzNi44LDE0LjEsNTAuOSwwQzQ1MS41LDQyMy40LDQ1MS41LDQwMC42LDQzNy41LDM4Ni42eiIvPjwvc3ZnPg==);
}

.page__header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding-top: 2rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page__header:before {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(201, 72, 106, 0.5);
}

.page__header h1,
.page__header h2,
.page__header h3,
.page__header h4,
.page__header h5 {
  position: relative;
  text-align: center;
  z-index: 1;
  color: #FFFFFF;
}

.page__content {
  padding: 2rem 0;
}

.page__content__inner {
  margin-bottom: 2rem;
}

.top-xs-up-10 {
  top: 0px;
}

.top-xs-down-10 {
  top: 0px;
}

.left-xs-up-10 {
  left: 0px;
}

.left-xs-down-10 {
  left: 0px;
}

.right-xs-up-10 {
  right: 0px;
}

.right-xs-down-10 {
  right: 0px;
}

.mb-xs-0 {
  margin-bottom: 0px;
}

.mt-xs-0 {
  margin-top: 0px;
}

.ml-xs-0 {
  margin-left: 0px;
}

.mr-xs-0 {
  margin-right: 0px;
}

.m-xs-0 {
  margin: 0px;
}

.mx-xs-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-xs-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.pb-xs-0 {
  padding-bottom: 0px;
}

.pt-xs-0 {
  padding-top: 0px;
}

.pl-xs-0 {
  padding-left: 0px;
}

.pr-xs-0 {
  padding-right: 0px;
}

.px-xs-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.py-xs-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p-xs-0 {
  padding: 0px !important;
}

.min-height-xs-0 {
  min-height: 0px;
}

.top-xs-up-11 {
  top: -10px;
}

.top-xs-down-11 {
  top: -10px;
}

.left-xs-up-11 {
  left: 10px;
}

.left-xs-down-11 {
  left: -10px;
}

.right-xs-up-11 {
  right: 10px;
}

.right-xs-down-11 {
  right: -10px;
}

.mb-xs-5 {
  margin-bottom: 5px;
}

.mt-xs-5 {
  margin-top: 5px;
}

.ml-xs-5 {
  margin-left: 5px;
}

.mr-xs-5 {
  margin-right: 5px;
}

.m-xs-5 {
  margin: 5px;
}

.mx-xs-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-xs-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.pb-xs-5 {
  padding-bottom: 5px;
}

.pt-xs-5 {
  padding-top: 5px;
}

.pl-xs-5 {
  padding-left: 5px;
}

.pr-xs-5 {
  padding-right: 5px;
}

.px-xs-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.py-xs-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-xs-5 {
  padding: 5px !important;
}

.min-height-xs-50 {
  min-height: 50px;
}

.top-xs-up-12 {
  top: -20px;
}

.top-xs-down-12 {
  top: -20px;
}

.left-xs-up-12 {
  left: 20px;
}

.left-xs-down-12 {
  left: -20px;
}

.right-xs-up-12 {
  right: 20px;
}

.right-xs-down-12 {
  right: -20px;
}

.mb-xs-10 {
  margin-bottom: 10px;
}

.mt-xs-10 {
  margin-top: 10px;
}

.ml-xs-10 {
  margin-left: 10px;
}

.mr-xs-10 {
  margin-right: 10px;
}

.m-xs-10 {
  margin: 10px;
}

.mx-xs-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-xs-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.pb-xs-10 {
  padding-bottom: 10px;
}

.pt-xs-10 {
  padding-top: 10px;
}

.pl-xs-10 {
  padding-left: 10px;
}

.pr-xs-10 {
  padding-right: 10px;
}

.px-xs-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py-xs-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-xs-10 {
  padding: 10px !important;
}

.min-height-xs-100 {
  min-height: 100px;
}

.top-xs-up-13 {
  top: -30px;
}

.top-xs-down-13 {
  top: -30px;
}

.left-xs-up-13 {
  left: 30px;
}

.left-xs-down-13 {
  left: -30px;
}

.right-xs-up-13 {
  right: 30px;
}

.right-xs-down-13 {
  right: -30px;
}

.mb-xs-15 {
  margin-bottom: 15px;
}

.mt-xs-15 {
  margin-top: 15px;
}

.ml-xs-15 {
  margin-left: 15px;
}

.mr-xs-15 {
  margin-right: 15px;
}

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

.mx-xs-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-xs-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.pb-xs-15 {
  padding-bottom: 15px;
}

.pt-xs-15 {
  padding-top: 15px;
}

.pl-xs-15 {
  padding-left: 15px;
}

.pr-xs-15 {
  padding-right: 15px;
}

.px-xs-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.py-xs-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-xs-15 {
  padding: 15px !important;
}

.min-height-xs-150 {
  min-height: 150px;
}

.top-xs-up-14 {
  top: -40px;
}

.top-xs-down-14 {
  top: -40px;
}

.left-xs-up-14 {
  left: 40px;
}

.left-xs-down-14 {
  left: -40px;
}

.right-xs-up-14 {
  right: 40px;
}

.right-xs-down-14 {
  right: -40px;
}

.mb-xs-20 {
  margin-bottom: 20px;
}

.mt-xs-20 {
  margin-top: 20px;
}

.ml-xs-20 {
  margin-left: 20px;
}

.mr-xs-20 {
  margin-right: 20px;
}

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

.mx-xs-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-xs-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.pb-xs-20 {
  padding-bottom: 20px;
}

.pt-xs-20 {
  padding-top: 20px;
}

.pl-xs-20 {
  padding-left: 20px;
}

.pr-xs-20 {
  padding-right: 20px;
}

.px-xs-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.py-xs-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-xs-20 {
  padding: 20px !important;
}

.min-height-xs-200 {
  min-height: 200px;
}

.top-xs-up-15 {
  top: -50px;
}

.top-xs-down-15 {
  top: -50px;
}

.left-xs-up-15 {
  left: 50px;
}

.left-xs-down-15 {
  left: -50px;
}

.right-xs-up-15 {
  right: 50px;
}

.right-xs-down-15 {
  right: -50px;
}

.mb-xs-25 {
  margin-bottom: 25px;
}

.mt-xs-25 {
  margin-top: 25px;
}

.ml-xs-25 {
  margin-left: 25px;
}

.mr-xs-25 {
  margin-right: 25px;
}

.m-xs-25 {
  margin: 25px;
}

.mx-xs-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my-xs-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.pb-xs-25 {
  padding-bottom: 25px;
}

.pt-xs-25 {
  padding-top: 25px;
}

.pl-xs-25 {
  padding-left: 25px;
}

.pr-xs-25 {
  padding-right: 25px;
}

.px-xs-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.py-xs-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-xs-25 {
  padding: 25px !important;
}

.min-height-xs-250 {
  min-height: 250px;
}

.top-xs-up-16 {
  top: -60px;
}

.top-xs-down-16 {
  top: -60px;
}

.left-xs-up-16 {
  left: 60px;
}

.left-xs-down-16 {
  left: -60px;
}

.right-xs-up-16 {
  right: 60px;
}

.right-xs-down-16 {
  right: -60px;
}

.mb-xs-30 {
  margin-bottom: 30px;
}

.mt-xs-30 {
  margin-top: 30px;
}

.ml-xs-30 {
  margin-left: 30px;
}

.mr-xs-30 {
  margin-right: 30px;
}

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

.mx-xs-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-xs-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.pb-xs-30 {
  padding-bottom: 30px;
}

.pt-xs-30 {
  padding-top: 30px;
}

.pl-xs-30 {
  padding-left: 30px;
}

.pr-xs-30 {
  padding-right: 30px;
}

.px-xs-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py-xs-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-xs-30 {
  padding: 30px !important;
}

.min-height-xs-300 {
  min-height: 300px;
}

.top-xs-up-17 {
  top: -70px;
}

.top-xs-down-17 {
  top: -70px;
}

.left-xs-up-17 {
  left: 70px;
}

.left-xs-down-17 {
  left: -70px;
}

.right-xs-up-17 {
  right: 70px;
}

.right-xs-down-17 {
  right: -70px;
}

.mb-xs-35 {
  margin-bottom: 35px;
}

.mt-xs-35 {
  margin-top: 35px;
}

.ml-xs-35 {
  margin-left: 35px;
}

.mr-xs-35 {
  margin-right: 35px;
}

.m-xs-35 {
  margin: 35px;
}

.mx-xs-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.my-xs-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.pb-xs-35 {
  padding-bottom: 35px;
}

.pt-xs-35 {
  padding-top: 35px;
}

.pl-xs-35 {
  padding-left: 35px;
}

.pr-xs-35 {
  padding-right: 35px;
}

.px-xs-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.py-xs-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-xs-35 {
  padding: 35px !important;
}

.min-height-xs-350 {
  min-height: 350px;
}

.top-xs-up-18 {
  top: -80px;
}

.top-xs-down-18 {
  top: -80px;
}

.left-xs-up-18 {
  left: 80px;
}

.left-xs-down-18 {
  left: -80px;
}

.right-xs-up-18 {
  right: 80px;
}

.right-xs-down-18 {
  right: -80px;
}

.mb-xs-40 {
  margin-bottom: 40px;
}

.mt-xs-40 {
  margin-top: 40px;
}

.ml-xs-40 {
  margin-left: 40px;
}

.mr-xs-40 {
  margin-right: 40px;
}

.m-xs-40 {
  margin: 40px;
}

.mx-xs-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-xs-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.pb-xs-40 {
  padding-bottom: 40px;
}

.pt-xs-40 {
  padding-top: 40px;
}

.pl-xs-40 {
  padding-left: 40px;
}

.pr-xs-40 {
  padding-right: 40px;
}

.px-xs-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.py-xs-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-xs-40 {
  padding: 40px !important;
}

.min-height-xs-400 {
  min-height: 400px;
}

.top-xs-up-19 {
  top: -90px;
}

.top-xs-down-19 {
  top: -90px;
}

.left-xs-up-19 {
  left: 90px;
}

.left-xs-down-19 {
  left: -90px;
}

.right-xs-up-19 {
  right: 90px;
}

.right-xs-down-19 {
  right: -90px;
}

.mb-xs-45 {
  margin-bottom: 45px;
}

.mt-xs-45 {
  margin-top: 45px;
}

.ml-xs-45 {
  margin-left: 45px;
}

.mr-xs-45 {
  margin-right: 45px;
}

.m-xs-45 {
  margin: 45px;
}

.mx-xs-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.my-xs-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.pb-xs-45 {
  padding-bottom: 45px;
}

.pt-xs-45 {
  padding-top: 45px;
}

.pl-xs-45 {
  padding-left: 45px;
}

.pr-xs-45 {
  padding-right: 45px;
}

.px-xs-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.py-xs-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-xs-45 {
  padding: 45px !important;
}

.min-height-xs-450 {
  min-height: 450px;
}

.top-xs-up-20 {
  top: -100px;
}

.top-xs-down-20 {
  top: -100px;
}

.left-xs-up-20 {
  left: 100px;
}

.left-xs-down-20 {
  left: -100px;
}

.right-xs-up-20 {
  right: 100px;
}

.right-xs-down-20 {
  right: -100px;
}

.mb-xs-50 {
  margin-bottom: 50px;
}

.mt-xs-50 {
  margin-top: 50px;
}

.ml-xs-50 {
  margin-left: 50px;
}

.mr-xs-50 {
  margin-right: 50px;
}

.m-xs-50 {
  margin: 50px;
}

.mx-xs-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-xs-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.pb-xs-50 {
  padding-bottom: 50px;
}

.pt-xs-50 {
  padding-top: 50px;
}

.pl-xs-50 {
  padding-left: 50px;
}

.pr-xs-50 {
  padding-right: 50px;
}

.px-xs-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.py-xs-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-xs-50 {
  padding: 50px !important;
}

.min-height-xs-500 {
  min-height: 500px;
}

.mx-xs-auto {
  margin: 0 auto;
}

.ml-xs-auto {
  margin-left: auto;
}

.mr-xs-auto {
  margin-right: auto;
}

.d-xs-none {
  display: none !important;
}

.pull-right-xs {
  float: right !important;
}

.pull-left-xs {
  float: left !important;
}

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

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

.btn-xs--block {
  display: block !important;
  text-align: center;
}

.main-block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 60vh;
  text-align: center;
  color: #FFFFFF;
  font-weight: 300;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-block::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-block h1,
.main-block h2,
.main-block h3,
.main-block h4,
.main-block h5 {
  color: inherit;
}

.main-block__content {
  max-width: 560px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.main-block__body {
  margin-bottom: 2rem;
}

.navigator-top {
  display: none;
  background-color: #C9486A;
  width: 40px;
  z-index: 1000;
  height: 40px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
}

.navigator-top img,
.navigator-top svg {
  vertical-align: middle;
  transform: rotate(180deg);
}

.navigator-top--in {
  display: block;
}

.link-arrow,
.accordion__item__button:after {
  display: inline-block;
  transition: transform 0.2s ease-in-out;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: auto;
  content: "";
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3e%3cpath fill='%23C9486A' d='M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
}

.link-arrow--right {
  transform: rotate(180deg);
}

.link-arrow--text-color {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3e%3cpath fill='%231E1E1E' d='M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z'/%3e%3c/svg%3e");
}

.grid-layout {
  display: flex;
  flex-wrap: wrap;
}

.grid-layout__item {
  padding-left: 0;
  padding-right: 0;
}

.grid-layout__item__cover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}

.apartments__item {
  position: relative;
}

.apartments__item__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}

.apartments__item__name {
  color: inherit;
}

.apartments__item__symbol {
  font-size: 3rem;
}

.services__item {
  margin-bottom: 2rem;
  position: relative;
}

.services__item__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}

.services__item__overlay__inner {
  padding: 2rem;
}

.services__item__name {
  color: inherit;
}

.services__item__content {
  display: block;
  height: 0px;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}

.services__item__symbol {
  font-size: 3rem;
}

.services__item:hover .services__item__content {
  height: 120px;
}

.pictogram {
  text-align: center;
}

.pictogram__image {
  margin-bottom: 1rem;
}

.pictogram__name {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1rem;
}

.tips__item {
  display: block;
  position: relative;
}

.tips__item__overlay {
  display: flex;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: bold;
  color: #FFFFFF;
}

.tips__item__name {
  color: inherit;
  padding: 1rem;
}

.tips__item__box {
  display: flex;
  color: #1E1E1E;
  background-color: #FFFFFF;
  text-align: center;
}

.tips__item__box__distance {
  width: 50%;
  padding: 1rem;
}

.tips__item__box__detail {
  padding: 1rem;
  color: #FFFFFF;
  width: 50%;
  background-color: #495831;
}

.alert {
  padding: 15px;
  margin-bottom: 1.8;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
}

.alert h4,
.alert h3 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 500;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert--dismissable,
.alert--dismissible {
  padding-right: 35px;
}

.alert--dismissable .close,
.alert--dismissible .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 15px;
  color: inherit;
  border: none;
  background-color: transparent;
  font-size: 1rem;
}

.alert--icons {
  padding-left: 4.5rem;
}

.alert--icons:before {
  font-size: 3rem;
  font-weight: 400;
  position: absolute;
  width: 4rem;
  padding-left: 15px;
  height: 100%;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
}

.alert--fly {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-bottom: 0;
}

.alert--success {
  background-color: #36D7B7;
  border-color: #28cbab;
  color: #e0f9f4;
}

.alert--success hr {
  border-top-color: #28cbab;
}

.alert--success .alert-link {
  color: #e0f9f4;
}

.alert--primary {
  background-color: #C9486A;
  border-color: #bf385c;
  color: #f7e6ea;
}

.alert--primary hr {
  border-top-color: #bf385c;
}

.alert--primary .alert-link {
  color: #f7e6ea;
}

.alert--info {
  background-color: #C9486A;
  border-color: #bf385c;
  color: #f7e6ea;
}

.alert--info hr {
  border-top-color: #bf385c;
}

.alert--info .alert-link {
  color: #f7e6ea;
}

.alert--warning {
  background-color: #F7CA18;
  border-color: #edbf08;
  color: #fef7dd;
}

.alert--warning hr {
  border-top-color: #edbf08;
}

.alert--warning .alert-link {
  color: #fef7dd;
}

.alert--error {
  background-color: #d7616a;
  border-color: #d24d57;
  color: white;
}

.alert--error hr {
  border-top-color: #d24d57;
}

.alert--error .alert-link {
  color: white;
}

.alert--danger {
  background-color: #d7616a;
  border-color: #d24d57;
  color: white;
}

.alert--danger hr {
  border-top-color: #d24d57;
}

.alert--danger .alert-link {
  color: white;
}

.btn {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  display: inline-block;
  padding: 0.8rem 2rem;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: #1E1E1E;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.04);
  white-space: nowrap;
  border-radius: 0rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: background-color 1s ease;
}

.btn:disabled,
.btn .disabled {
  filter: "alpha(opacity=50)";
  opacity: 0.5;
  cursor: not-allowed;
}

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

.btn--block {
  width: 100%;
  display: block;
  text-align: center;
}

.btn--icons {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.btn--rounded {
  border-radius: 50%;
  padding: 0.8rem 0.8rem;
}

.btn--link {
  background: transparent;
}

.btn--primary {
  background-color: #C9486A;
  border-color: #C9486A;
  color: #FFFFFF;
}

.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus {
  background-color: #bf385c;
}

.btn--outline-primary {
  background-color: transparent;
  border-color: #C9486A;
  color: #C9486A;
}

.btn--outline-primary:hover,
.btn--outline-primary:active,
.btn--outline-primary:focus {
  background-color: #C9486A;
  color: #FFFFFF;
}

.btn--secondary {
  background-color: #72894C;
  border-color: #72894C;
  color: #FFFFFF;
}

.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
  background-color: #647943;
}

.btn--outline-secondary {
  background-color: transparent;
  border-color: #72894C;
  color: #72894C;
}

.btn--outline-secondary:hover,
.btn--outline-secondary:active,
.btn--outline-secondary:focus {
  background-color: #72894C;
  color: #FFFFFF;
}

.btn--success {
  background-color: #36D7B7;
  border-color: #36D7B7;
  color: #FFFFFF;
}

.btn--success:hover,
.btn--success:active,
.btn--success:focus {
  background-color: #28cbab;
}

.btn--outline-success {
  background-color: transparent;
  border-color: #36D7B7;
  color: #36D7B7;
}

.btn--outline-success:hover,
.btn--outline-success:active,
.btn--outline-success:focus {
  background-color: #36D7B7;
  color: #FFFFFF;
}

.btn--danger {
  background-color: #d7616a;
  border-color: #d7616a;
  color: #FFFFFF;
}

.btn--danger:hover,
.btn--danger:active,
.btn--danger:focus {
  background-color: #d24d57;
}

.btn--outline-danger {
  background-color: transparent;
  border-color: #d7616a;
  color: #d7616a;
}

.btn--outline-danger:hover,
.btn--outline-danger:active,
.btn--outline-danger:focus {
  background-color: #d7616a;
  color: #FFFFFF;
}

.btn--warning {
  background-color: #F7CA18;
  border-color: #F7CA18;
  color: #FFFFFF;
}

.btn--warning:hover,
.btn--warning:active,
.btn--warning:focus {
  background-color: #edbf08;
}

.btn--outline-warning {
  background-color: transparent;
  border-color: #F7CA18;
  color: #F7CA18;
}

.btn--outline-warning:hover,
.btn--outline-warning:active,
.btn--outline-warning:focus {
  background-color: #F7CA18;
  color: #FFFFFF;
}

.btn--info {
  background-color: #2385F9;
  border-color: #2385F9;
  color: #FFFFFF;
}

.btn--info:hover,
.btn--info:active,
.btn--info:focus {
  background-color: #0a77f8;
}

.btn--outline-info {
  background-color: transparent;
  border-color: #2385F9;
  color: #2385F9;
}

.btn--outline-info:hover,
.btn--outline-info:active,
.btn--outline-info:focus {
  background-color: #2385F9;
  color: #FFFFFF;
}

.btn--white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #C9486A;
}

.btn--white:hover,
.btn--white:active,
.btn--white:focus {
  background-color: #f2f2f2;
}

.btn--outline-white {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn--outline-white:hover,
.btn--outline-white:active,
.btn--outline-white:focus {
  background-color: #FFFFFF;
  color: #C9486A;
}

.btn--theme-primary {
  background-color: #C9486A;
  border-color: #C9486A;
  color: #FFFFFF;
}

.btn--theme-primary:hover,
.btn--theme-primary:active,
.btn--theme-primary:focus {
  background-color: #bf385c;
}

.btn--lg {
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  border-radius: 0rem;
}

.btn--sm {
  padding: 0.5rem 1.5rem;
  font-size: 0.7rem;
  border-radius: 0rem;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3501;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.modal-dialog--border {
  border-top: 3px solid #72894C;
}

.modal-header {
  padding: 0 0 20px;
}

.modal-header .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #d7616a;
  font-size: 1.5rem;
}

.modal-content {
  padding: 40px;
}

.modal-content--full-view {
  padding: 0;
}

.modal-content--full-view .modal-body {
  padding: 0;
}

.modal-content--full-view .modal-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-body {
  padding: 20px 0;
}

.modal-footer {
  padding-top: 20px;
}

.modal-title {
  font-size: 2rem;
  font-size: 2rem;
}

.modal-dialog {
  position: relative;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-radius: 3px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3500;
  background-color: rgba(201, 72, 106, 0.7);
}

.modal-backdrop.in {
  filter: "alpha(opacity=80)";
  opacity: 0.8;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 1rem;
}

label small {
  font-size: 1rem;
  color: #afafaf;
}

label a {
  text-decoration: underline;
}

.form-control-line {
  border: 0;
  border-bottom: 1px solid #C9486A;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  padding: 6px 6px 6px 20px;
}

.form-control-line:after {
  display: block;
  content: " ";
  position: absolute;
  width: 12px;
  height: 11px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxMDcsLTAuNzA3MTA3LDAuNzA3MTA3LC0wLjcwNzEwNyw3NzkuODMzLDkzNi4zNjUpIj4KICAgICAgICA8ZyBpZD0iR3JvdXBfOTMxIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwXzkzMCI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iUmVjdGFuZ2xlXzc0IiB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwxLDEyMDYsMTEwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEuMzcsMC42ODVDMS4zNywwLjMwNyAxLjA2MywwIDAuNjg1LDBDMC4zMDcsMCAwLDAuMzA3IDAsMC42ODVMMCw2LjE2NUMwLDYuNTQzIDAuMzA3LDYuODUgMC42ODUsNi44NUMxLjA2Myw2Ljg1IDEuMzcsNi41NDMgMS4zNyw2LjE2NUwxLjM3LDAuNjg1WiIgc3R5bGU9ImZpbGw6cmdiKDI2LDQxLDYyKTsiLz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxnIGlkPSJSZWN0YW5nbGVfNzUiIHRyYW5zZm9ybT0ibWF0cml4KC0zLjgyODU3ZS0xNiwxLC0xLC0zLjgyODU3ZS0xNiwxMjEyLjg1LDExMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xLjM3LDAuNjg1QzEuMzcsMC4zMDcgMS4wNjMsMCAwLjY4NSwwQzAuMzA3LDAgMCwwLjMwNyAwLDAuNjg1TDAsNi4xNjVDMCw2LjU0MyAwLjMwNyw2Ljg1IDAuNjg1LDYuODVDMS4wNjMsNi44NSAxLjM3LDYuNTQzIDEuMzcsNi4xNjVMMS4zNywwLjY4NVoiIHN0eWxlPSJmaWxsOnJnYigyNiw0MSw2Mik7Ii8+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-position: center center;
  background-size: 100% 100%;
  left: 0;
  top: 10px;
  background-repeat: no-repeat;
  background-color: transparent;
  transition-duration: 0.4s;
  transition-property: transform;
}

.form-control-line--without {
  border-bottom: 0;
}

.form-control-line.opened:after {
  transform: rotate(180deg);
}

.form-control-line[data-toggle=collapse]:not(.collapsed):after {
  transform: rotate(180deg);
}

.form-text {
  color: #bababa;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.input-group {
  display: flex;
}

.input-group-addon {
  display: flex;
  align-items: center;
  border: 1px solid #72894C;
  padding: 10px 20px;
  white-space: nowrap;
  background-color: #EDEDED;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-addon:not(:first-child):not(:last-child) {
  border-left: 0;
  border-right: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.8;
  color: #1E1E1E;
  height: 45px;
  outline: none;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #72894C;
  border-radius: 0;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.04);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #afafaf;
}

.form-control::-webkit-input-placeholder {
  color: #afafaf;
}

.form-control:focus,
.form-control.focus {
  border-color: #C9486A;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(201, 72, 106, 0.6);
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #EDEDED;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.form-control--large {
  max-width: 350px;
}

.form-control--medium {
  max-width: 170px;
}

.form-control--small {
  max-width: 100px;
}

.form-control--noborder {
  border: 0;
  padding: 0 15px;
}

.form-control--inline {
  display: inline-block;
  width: auto;
  height: 30px;
}

select.form-control {
  padding-right: 26px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23E2E2E2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 10px center, center right 60px;
  background-size: 16px 12px, 35px;
}

textarea.form-control {
  height: auto;
}

.form-additional {
  color: #EDEDED;
}

.form-control-description {
  color: #E2E2E2;
  margin: 0;
  padding: 0;
}

.form-checkbox input[type=checkbox]:checked ~ label.form-checkbox__label,
.form-radio input[type=radio]:checked ~ label.form-radio__label {
  border-color: #C9486A;
}

.form-phone {
  display: flex;
}

.form-phone__prefix {
  flex: 0 0 120px;
  width: 120px;
}

.form-phone__prefix .ts-control > input {
  min-width: 3rem;
}

.form-phone__number {
  flex: 1;
}

.form-radio {
  display: inline-block;
}

.form-radio__label {
  width: 30px;
  height: 30px;
  border: 1px solid #72894C;
  vertical-align: middle;
  display: inline-block;
  margin: 2px 0.25rem 2px 0;
  cursor: pointer;
}

.form-radio__label:focus,
.form-radio__label.focus {
  border-color: #C9486A;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(201, 72, 106, 0.6);
}

.form-radio input[type=radio] ~ label.form-radio__label {
  border-radius: 50%;
  background-color: #FFFFFF;
  position: relative;
}

.form-radio input[type=radio]:checked ~ label.form-radio__label:before {
  display: block;
  content: " ";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #C9486A;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}

.form-radio input[type=radio]:disabled ~ label.form-radio__label {
  background-color: #EDEDED;
}

.form-switch {
  display: inline-block;
}

.form-switch__label {
  width: 90px;
  height: 45px;
  border: 1px solid #72894C;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.form-switch__label:focus,
.form-switch__label.focus {
  border-color: #C9486A;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(201, 72, 106, 0.6);
}

.form-switch input[type=checkbox] ~ label.form-switch__label:before {
  display: block;
  content: " ";
  position: absolute;
  width: 39px;
  height: 39px;
  transition: transform 0.5s ease;
  background-color: #72894C;
  top: 2px;
  left: 2px;
}

.form-switch input[type=checkbox]:checked ~ label.form-switch__label {
  border: 1px solid #C9486A;
}

.form-switch input[type=checkbox]:checked ~ label.form-switch__label:before {
  transform: translateX(45px);
  background-color: #C9486A;
}

.form-checkbox {
  display: inline-block;
}

.form-checkbox__label {
  width: 45px;
  height: 45px;
  border: 1px solid #72894C;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.25rem 2px 0;
  cursor: pointer;
}

.form-checkbox__label:focus,
.form-checkbox__label.focus {
  border-color: #C9486A;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(201, 72, 106, 0.6);
}

.form-checkbox input[type=checkbox] ~ label.form-checkbox__label {
  border-radius: 4px;
  background-color: #FFFFFF;
  background-image: url("../images/check-default.svg");
  background-size: 22.5px;
  background-repeat: no-repeat;
  background-position: center center;
}

.form-checkbox input[type=checkbox]:checked ~ label.form-checkbox__label {
  background-image: url("../images/check-white.svg");
  background-color: #C9486A;
}

.form-checkbox input[type=checkbox]:disabled ~ label.form-checkbox__label {
  background-color: #EDEDED;
  background-image: url("../images/check-default.svg");
}

.form-uploader {
  height: auto;
  min-height: 45px;
}

.form-uploader input {
  display: none;
}

.form-uploader--disabled {
  background-color: #EDEDED;
  opacity: 1;
  cursor: not-allowed;
}

.form-uploader--dragging {
  border-color: #C9486A;
  outline: 0;
}

.form-uploader--success {
  border-color: #36D7B7;
}

.form-uploader--success .form-uploader__result {
  background-color: #36D7B7;
  color: #FFFFFF;
}

.form-uploader--failed {
  border-color: #d7616a;
}

.form-uploader--failed .form-uploader__result {
  background-color: #d7616a;
  color: #FFFFFF;
}

.form-uploader__result {
  text-align: center;
  background-color: #EDEDED;
}

.form-uploader__file {
  display: flex;
}

.form-uploader__file__size {
  margin-left: auto;
}

.form-uploader__file--success {
  color: #36D7B7;
}

.form-uploader__file--failed {
  color: #d7616a;
}

.form-uploader__empty {
  color: #afafaf;
}

.form-control-price {
  padding: 30px 0;
  overflow: visible;
  position: relative;
}

.form-control-price__value {
  position: relative;
  font-size: 0rem;
  font-size: 0rem;
}

.form-control-price__value--left {
  position: absolute;
  left: 0;
}

.form-control-price__value--right {
  position: absolute;
  right: 0;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #E2E2E2;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success label,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.form-control-checkbox,
.has-success.form-control-radio,
.has-success.checkbox-inline label {
  color: #36D7B7;
}

.has-success .form-checkbox label,
.has-success .form-switch label,
.has-success .form-radio label {
  border-color: #36D7B7;
}

.has-success .form-control {
  border-color: #36D7B7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #24b699;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8be8d5;
}

.has-success .input-group-addon {
  color: #36D7B7;
  border-color: #36D7B7;
}

.has-success .form-control-feedback {
  color: #36D7B7;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning label,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.form-control-checkbox,
.has-warning.form-control-radio,
.has-warning.checkbox-inline label {
  color: #F7CA18;
}

.has-warning .form-checkbox label,
.has-warning .form-switch label,
.has-warning .form-radio label {
  border-color: #F7CA18;
}

.has-warning .form-control {
  border-color: #F7CA18;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #d5ab07;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fae17b;
}

.has-warning .input-group-addon {
  color: #F7CA18;
  border-color: #F7CA18;
}

.has-warning .form-control-feedback {
  color: #F7CA18;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error label,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.form-control-checkbox,
.has-error.form-control-radio,
.has-error.checkbox-inline label {
  color: #d7616a;
}

.has-error .form-checkbox label,
.has-error .form-switch label,
.has-error .form-radio label {
  border-color: #d7616a;
}

.has-error .form-control {
  border-color: #d7616a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #cd3944;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ecb3b7;
}

.has-error .input-group-addon {
  color: #d7616a;
  border-color: #d7616a;
}

.has-error .form-control-feedback {
  color: #d7616a;
}

.form-group {
  margin-bottom: 0.8rem;
}

.form-code-generator__button {
  cursor: pointer !important;
}

.form-select-item {
  text-shadow: none !important;
  color: #1E1E1E !important;
  align-items: center;
}

.form-select-item--product {
  width: 100%;
  background-color: transparent !important;
  border: 1px solid #72894C !important;
}

.form-select-item--product.active {
  border: 1px solid #C9486A !important;
}

.form-select-item--product.im-autocomplete__item:hover {
  border: 1px solid #C9486A !important;
}

.form-select-item__name {
  font-weight: 600;
}

.form-select-item__description {
  font-size: 0.9rem;
}

ul.list-outside {
  list-style-position: outside;
  padding: 0 15px;
}

ul.list-unstyle {
  list-style: none;
}

ul.list-inline {
  list-style: none;
  margin: 0;
  display: flex;
}

ul.list-inline li {
  margin: 0;
}

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

.list-tree ul {
  margin: 0 0 0 20px;
}

.list-tree ul li:before {
  font-weight: 400;
  vertical-align: middle;
  content: "\e5da";
}

table.table {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

table.table thead tr th {
  font-weight: 600;
  border-bottom: 1px solid #EDEDED;
  text-align: left;
  padding: 1.2em 0.8em;
  background-color: rgba(16, 16, 16, 0.04);
}

table.table tbody tr td {
  font-weight: 400;
  border-bottom: 1px solid #EDEDED;
  text-align: left;
  padding: 1.2em 0.8em;
}

table.table tfoot tr td {
  font-weight: 400;
  border-bottom: 1px solid #EDEDED;
  text-align: left;
  padding: 1.2em 0.8em;
}

table.table td.col-2,
table.table th.col-2 {
  width: 20%;
}

table.table td.col-3,
table.table th.col-3 {
  width: 30%;
}

table.table td.col-4,
table.table th.col-4 {
  width: 40%;
}

table.table td.col-5,
table.table th.col-5 {
  width: 50%;
}

table.table td.col-6,
table.table th.col-6 {
  width: 60%;
}

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

table.table td.text-right,
table.table th.text-right {
  text-align: right;
}

table.table td.text-center,
table.table th.text-center {
  text-align: center;
}

table.table--bordered th,
table.table--bordered td {
  border: 1px solid #EDEDED;
}

table.table--striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fafafa;
}

table.table--sm tbody tr th,
table.table--sm tbody tr td,
table.table--sm thead tr th,
table.table--sm thead tr td,
table.table--sm tfoot tr th,
table.table--sm tfoot tr td {
  padding: 1em 0.8em;
}

table.table--list thead tr th,
table.table--list thead tr td {
  color: #C9486A;
  border-bottom: 3px solid #C9486A;
}

.table th .sorting {
  float: right;
  position: relative;
  margin-left: 0.5em;
  line-height: 0.3;
  top: 3px;
}

.table th .sorting a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top-color: #999;
  border-bottom-color: #999;
  line-height: 0;
}

.table th .sorting a:before.active {
  border-top-color: #f00;
  border-bottom-color: #f00;
}

.table th .sorting__asc:before {
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

.table th .sorting__desc:before {
  border-top-style: solid;
  border-top-width: 3px;
}

.table-responsible-mq-xs {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsible-mq-xs .table {
  overflow: hidden;
  table-layout: auto !important;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1100;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  color: #1E1E1E;
}

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

.dropdown-menu__loading {
  padding: 0.5rem;
  text-align: center;
}

.dropdown-menu__item {
  display: block;
  width: 100%;
  padding: 0.85em 1em;
  clear: both;
  white-space: nowrap;
  border: 0;
  background-color: transparent;
  font-size: 0.9rem;
  color: #1E1E1E;
  cursor: pointer;
}

.dropdown-menu__item:hover,
.dropdown-menu__item:active,
.dropdown-menu__item:focus {
  background-color: #F6F5F5;
}

.dropdown-menu__item__title {
  display: block;
  font-weight: bold;
}

.dropdown-menu__item__subject {
  display: block;
  margin-bottom: 0.5rem;
}

.dropdown-menu__item__time {
  display: block;
  color: #ced4da;
}

.dropdown-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown-menu__list li + li {
  border-top: 1px solid #d4d4d4;
}

.dropdown-menu__actions__item {
  display: block;
  text-align: center;
  border-radius: 0;
}

.dropdown-menu.show {
  display: block;
}

.divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-tabs {
  display: flex;
  align-items: flex-end;
  list-style: none;
  border-bottom: 1px solid #72894C;
  margin-bottom: 1rem;
}

.nav-tabs .nav-link {
  padding: 1em 0.8em;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #72894C;
  background-color: #fafafa;
  color: #1E1E1E;
  cursor: pointer;
}

.nav-tabs .nav-link.active {
  position: relative;
  background-color: #fff;
  border-color: #72894C #72894C #fff;
}

.nav-tabs .nav-link.active:before {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #C9486A;
  border-left: 1px solid #C9486A;
  border-right: 1px solid #C9486A;
  top: -2px;
  left: -1px;
}

.nav-tabs .nav-link:not(.active):hover {
  background-color: #ededed;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}

.badge {
  display: inline-block;
  font-weight: 400;
  font-size: 0.75em;
  color: #FFFFFF;
  padding: 0.45em 0.25em;
  border-radius: 0;
}

.badge--primary {
  background-color: #C9486A;
}

.badge--primary {
  background-color: #72894C;
}

.section {
  display: block;
  padding: 2rem 0;
}

.section--p0 {
  padding: 0 !important;
}

.section--p1 {
  padding: 1rem !important;
}

.section--p2 {
  padding: 2rem !important;
}

.section--pb0 {
  padding-bottom: 0 !important;
}

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

.section--pt0 {
  padding-top: 0 !important;
}

.section--pt1 {
  padding-top: 1rem !important;
}

.section--top {
  padding: 0 !important;
  margin-top: -10rem;
}

.section--background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.section__header {
  text-align: center;
  margin-bottom: 3rem;
  color: #5B5B5B;
}

.section__header h1,
.section__header h2,
.section__header h3,
.section__header h4,
.section__header h5 {
  color: #1E1E1E;
}

.section__header--no-mb {
  margin-bottom: 0;
}

.section__footer {
  margin-top: 1.5rem;
  text-align: center;
}

.section--primary {
  background-color: #C9486A;
  color: #FFFFFF;
}

.section--primary h1,
.section--primary h2,
.section--primary h3,
.section--primary h4,
.section--primary h5 {
  color: #FFFFFF;
}

.section--primary .section__header p {
  color: #FFFFFF;
}

.section--secondary {
  background-color: #72894C;
}

.section--secondary h1,
.section--secondary h2,
.section--secondary h3,
.section--secondary h4,
.section--secondary h5 {
  color: #FFFFFF;
}

.section--secondary .section__header p {
  color: #FFFFFF;
}

.section--third {
  background-color: #F6F6F6;
}

.section--third h1,
.section--third h2,
.section--third h3,
.section--third h4,
.section--third h5 {
  color: #1E1E1E;
}

.section--third .section__header p {
  color: #1E1E1E;
}

.section--grey {
  background-color: #F6F6F6;
}

.header {
  background-color: #F6F6F6;
  color: #1E1E1E;
  z-index: 1300;
  position: relative;
}

.header__inner {
  display: flex;
}

.header__logo a {
  background-color: #FFFFFF;
  padding: 1rem;
  display: block;
  margin-bottom: -3rem;
}

.header__logo a img {
  width: 120px;
}

.header__menu {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  color: #1E1E1E;
  stroke: #1E1E1E;
  fill: #1E1E1E;
}

.header__menu nav {
  text-align: right;
}

.header__menu nav ul {
  display: inline-flex;
  gap: 0.5rem;
  margin-bottom: 0;
  list-style: none;
}

.header__menu nav ul li a {
  padding: 2rem 1rem;
  font-size: 1rem;
  color: #1E1E1E;
}

.header__menu nav ul li a:hover {
  color: #C9486A;
}

.header__menu nav ul li.menu-item--highlight a {
  transition: background-color 0.2s linear;
  background-color: #72894C;
  color: #FFFFFF;
}

.header__menu nav ul li.menu-item--highlight a:hover {
  background-color: #C9486A;
  color: #FFFFFF;
}

.header--transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer {
  color: #1E1E1E;
  background-color: #F6F6F6;
}

.footer__bottom {
  text-align: center;
  background-color: #C9486A;
  color: #FFFFFF;
  padding: 1rem 0;
}

.footer__copyright {
  padding: 0.5rem 0;
  font-size: 0.8rem;
  text-align: center;
  background-color: #C9486A;
  color: #FFFFFF;
}

.footer__copyright a {
  color: #FFFFFF;
}

.footer ul {
  margin-bottom: 0;
  list-style: none;
  display: inline-flex;
  gap: 1rem;
}

.icon-boxes {
  display: flex;
  list-style: none;
  margin: 0;
}

.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #C9486A;
}

.icon-box svg {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

.footer-box {
  margin-bottom: 1rem;
}

.footer-box__label {
  font-weight: bold;
}

.gallery__inner {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
}

.gallery--4x .gallery__item {
  flex: 0 0 25%;
  max-width: 25%;
}

.gallery--2x .gallery__item {
  flex: 0 0 50%;
  max-width: 50%;
}

.gallery--5x .gallery__item {
  flex: 0 0 20%;
  max-width: 20%;
}

.gallery--6x .gallery__item {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.gallery__item {
  margin-bottom: 2rem;
  padding-right: 15px;
  padding-left: 15px;
}

.i-cookie {
  z-index: 3000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transition: max-height 1s ease;
  overflow: hidden;
  max-height: 0;
  background-color: #C9486A;
  color: #FFFFFF;
}

.i-cookie__inner {
  padding: 30px 0;
}

.i-cookie__inner p {
  margin: 0;
  padding: 0;
}

.i-cookie__inner p a {
  color: #FFFFFF;
  text-decoration: underline;
}

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

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

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

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

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

/*
 * Scss manually converted from .styl (stylus) file.
 * Stylus functions/syntax => sass function/syntax:
 *    alpha => rgba
 *    if $noCalendarBorder is defined => @if global-variable-exists(noCalendarBorder) {
 *      note: no $ before the variable in sass
 */

/*
 * Scss manually converted from .styl (stylus) file.
 * Stylus functions/syntax => sass function/syntax:
 *    alpha => rgba
 */

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #ffffff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #ffffff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #ffffff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 50px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 50px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*!
  /*rtl:begin:ignore*/
  /*
*/
  left: 0;
  /*!
  /*rtl:end:ignore*/
  /*
*/
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*!
  /*rtl:begin:ignore*/
  /*
*/
  right: 0;
  /*!
  /*rtl:end:ignore*/
  /*
*/
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 11px 0 0 0;
  line-height: 1;
  height: 50px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: inherit;
  border: 0;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  margin: 0;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569FF7;
  box-shadow: none;
  color: #fff;
  border-color: #569FF7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569FF7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569FF7, 5px 0 0 #569FF7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  line-height: 40px;
  height: 100%;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.flatpickr .input-group-append {
  cursor: pointer;
}

@keyframes lum-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.2) translateX(6px);
  }

  25% {
    transform: scale(1.3) translateX(8px);
  }

  40% {
    transform: scale(1.2) translateX(6px);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.8) translateX(6px);
  }

  75% {
    transform: scale(0.7) translateX(8px);
  }

  90% {
    transform: scale(0.8) translateX(6px);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.2) translateX(-6px);
  }

  25% {
    transform: scale(1.3) translateX(-8px);
  }

  40% {
    transform: scale(1.2) translateX(-6px);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.8) translateX(-6px);
  }

  75% {
    transform: scale(0.7) translateX(-8px);
  }

  90% {
    transform: scale(0.8) translateX(-6px);
  }

  100% {
    transform: scale(1);
  }
}

.lum-lightbox {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

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

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

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */

.slider {
  position: relative;
}

.slider--with-controls .slider__inner {
  margin: 0 4rem;
}

.slider__inner {
  overflow: hidden;
}

.slider__items {
  display: flex;
  margin: 0;
  font-size: 0;
  overflow-x: auto;
  transition: transform 0.3s linear;
}

.slider__item {
  display: block;
  float: left;
  width: 37%;
  min-width: 10rem;
  max-width: 24rem;
  white-space: normal;
  flex-shrink: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.slider--items-8x .slider__item {
  width: 50%;
}

.slider--items-5x .slider__item {
  width: 50%;
}

.slider--items-6x .slider__item {
  width: 40%;
}

.slider--items-3x .slider__item {
  width: 40%;
}

.slider--items-2x .slider__item {
  width: 40%;
}

.slider__footer {
  align-items: center;
}

.slider__control {
  z-index: 10;
  position: absolute;
  top: 20px;
}

.slider__control--prev {
  left: 10px;
}

.slider__control--next {
  right: 10px;
}

.slider__control.is-disabled {
  display: none;
}

.slider-navigation {
  display: flex;
  list-style: none;
  margin: 0;
}

.slider-navigation li a,
.slider-navigation li button {
  font-size: 0;
  background-color: #C7C7C7;
  display: block;
  height: 2px;
  width: 40px;
  border: 0;
  cursor: pointer !important;
}

.slider-navigation li.active a,
.slider-navigation li.active button {
  background-color: #C9486A;
}

.slider-navigation li + li {
  margin-left: 10px;
}

.vertical-middle {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapse.show {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: "height, visibility";
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

.im-css-hover__item {
  display: none;
}

.im-css-hover:hover .im-css-hover__item {
  display: inline-block;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: #000;
}

.icon--icon {
  fill: inherit;
  stroke: inherit;
  pointer-events: none;
  width: 20px;
  height: 20px;
}

.icon--text {
  vertical-align: middle;
}

.icon--xsmall {
  width: 14px;
  height: 14px;
}

.icon--small {
  width: 20px;
  height: 20px;
}

.icon--medium {
  width: 35px;
  height: 35px;
}

.icon--large {
  width: 55px;
  height: 55px;
}

.icon--xlarge {
  width: 100px;
  height: 100px;
}

.icon--block {
  display: block;
}

.icon--primary {
  color: #C9486A;
  fill: #C9486A;
}

.icon--secondary {
  color: #72894C;
  fill: #72894C;
}

.icon--silver {
  color: rgba(16, 16, 16, 0.04);
  fill: rgba(16, 16, 16, 0.04);
}

.icon--gray-400 {
  fill: #ced4da;
  stroke: #ced4da;
}

.icon--white {
  stroke: #FFFFFF;
  fill: #FFFFFF;
}

.icon--text {
  width: 1rem;
  height: 1rem;
}

/* stylelint-disable */

.icon-selin {
  font-size: 57.9rem;
  width: 1em;
}

/* stylelint-enable */

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .mwabs-sm-50 {
    max-width: 50px !important;
  }

  .mwabs-sm-100 {
    max-width: 100px !important;
  }

  .mwabs-sm-160 {
    max-width: 160px !important;
  }

  .mwabs-sm-260 {
    max-width: 260px !important;
  }

  .mwabs-sm-360 {
    max-width: 360px !important;
  }

  .mwabs-sm-460 {
    max-width: 460px !important;
  }

  .mwabs-sm-560 {
    max-width: 560px !important;
  }

  .mwabs-sm-660 {
    max-width: 660px !important;
  }

  .mwabs-sm-760 {
    max-width: 760px !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .container {
    width: 100%;
    max-width: 540px;
  }

  .container-half {
    width: 100%;
    max-width: 270px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .top-sm-up-10 {
    top: 0px;
  }

  .top-sm-down-10 {
    top: 0px;
  }

  .left-sm-up-10 {
    left: 0px;
  }

  .left-sm-down-10 {
    left: 0px;
  }

  .right-sm-up-10 {
    right: 0px;
  }

  .right-sm-down-10 {
    right: 0px;
  }

  .mb-sm-0 {
    margin-bottom: 0px;
  }

  .mt-sm-0 {
    margin-top: 0px;
  }

  .ml-sm-0 {
    margin-left: 0px;
  }

  .mr-sm-0 {
    margin-right: 0px;
  }

  .m-sm-0 {
    margin: 0px;
  }

  .mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .pb-sm-0 {
    padding-bottom: 0px;
  }

  .pt-sm-0 {
    padding-top: 0px;
  }

  .pl-sm-0 {
    padding-left: 0px;
  }

  .pr-sm-0 {
    padding-right: 0px;
  }

  .px-sm-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .p-sm-0 {
    padding: 0px !important;
  }

  .min-height-sm-0 {
    min-height: 0px;
  }

  .top-sm-up-11 {
    top: -10px;
  }

  .top-sm-down-11 {
    top: -10px;
  }

  .left-sm-up-11 {
    left: 10px;
  }

  .left-sm-down-11 {
    left: -10px;
  }

  .right-sm-up-11 {
    right: 10px;
  }

  .right-sm-down-11 {
    right: -10px;
  }

  .mb-sm-5 {
    margin-bottom: 5px;
  }

  .mt-sm-5 {
    margin-top: 5px;
  }

  .ml-sm-5 {
    margin-left: 5px;
  }

  .mr-sm-5 {
    margin-right: 5px;
  }

  .m-sm-5 {
    margin: 5px;
  }

  .mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .pb-sm-5 {
    padding-bottom: 5px;
  }

  .pt-sm-5 {
    padding-top: 5px;
  }

  .pl-sm-5 {
    padding-left: 5px;
  }

  .pr-sm-5 {
    padding-right: 5px;
  }

  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-sm-5 {
    padding: 5px !important;
  }

  .min-height-sm-50 {
    min-height: 50px;
  }

  .top-sm-up-12 {
    top: -20px;
  }

  .top-sm-down-12 {
    top: -20px;
  }

  .left-sm-up-12 {
    left: 20px;
  }

  .left-sm-down-12 {
    left: -20px;
  }

  .right-sm-up-12 {
    right: 20px;
  }

  .right-sm-down-12 {
    right: -20px;
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mt-sm-10 {
    margin-top: 10px;
  }

  .ml-sm-10 {
    margin-left: 10px;
  }

  .mr-sm-10 {
    margin-right: 10px;
  }

  .m-sm-10 {
    margin: 10px;
  }

  .mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px;
  }

  .pt-sm-10 {
    padding-top: 10px;
  }

  .pl-sm-10 {
    padding-left: 10px;
  }

  .pr-sm-10 {
    padding-right: 10px;
  }

  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-sm-10 {
    padding: 10px !important;
  }

  .min-height-sm-100 {
    min-height: 100px;
  }

  .top-sm-up-13 {
    top: -30px;
  }

  .top-sm-down-13 {
    top: -30px;
  }

  .left-sm-up-13 {
    left: 30px;
  }

  .left-sm-down-13 {
    left: -30px;
  }

  .right-sm-up-13 {
    right: 30px;
  }

  .right-sm-down-13 {
    right: -30px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .ml-sm-15 {
    margin-left: 15px;
  }

  .mr-sm-15 {
    margin-right: 15px;
  }

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

  .mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .pb-sm-15 {
    padding-bottom: 15px;
  }

  .pt-sm-15 {
    padding-top: 15px;
  }

  .pl-sm-15 {
    padding-left: 15px;
  }

  .pr-sm-15 {
    padding-right: 15px;
  }

  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-sm-15 {
    padding: 15px !important;
  }

  .min-height-sm-150 {
    min-height: 150px;
  }

  .top-sm-up-14 {
    top: -40px;
  }

  .top-sm-down-14 {
    top: -40px;
  }

  .left-sm-up-14 {
    left: 40px;
  }

  .left-sm-down-14 {
    left: -40px;
  }

  .right-sm-up-14 {
    right: 40px;
  }

  .right-sm-down-14 {
    right: -40px;
  }

  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

  .ml-sm-20 {
    margin-left: 20px;
  }

  .mr-sm-20 {
    margin-right: 20px;
  }

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

  .mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .pl-sm-20 {
    padding-left: 20px;
  }

  .pr-sm-20 {
    padding-right: 20px;
  }

  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-sm-20 {
    padding: 20px !important;
  }

  .min-height-sm-200 {
    min-height: 200px;
  }

  .top-sm-up-15 {
    top: -50px;
  }

  .top-sm-down-15 {
    top: -50px;
  }

  .left-sm-up-15 {
    left: 50px;
  }

  .left-sm-down-15 {
    left: -50px;
  }

  .right-sm-up-15 {
    right: 50px;
  }

  .right-sm-down-15 {
    right: -50px;
  }

  .mb-sm-25 {
    margin-bottom: 25px;
  }

  .mt-sm-25 {
    margin-top: 25px;
  }

  .ml-sm-25 {
    margin-left: 25px;
  }

  .mr-sm-25 {
    margin-right: 25px;
  }

  .m-sm-25 {
    margin: 25px;
  }

  .mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .pb-sm-25 {
    padding-bottom: 25px;
  }

  .pt-sm-25 {
    padding-top: 25px;
  }

  .pl-sm-25 {
    padding-left: 25px;
  }

  .pr-sm-25 {
    padding-right: 25px;
  }

  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .p-sm-25 {
    padding: 25px !important;
  }

  .min-height-sm-250 {
    min-height: 250px;
  }

  .top-sm-up-16 {
    top: -60px;
  }

  .top-sm-down-16 {
    top: -60px;
  }

  .left-sm-up-16 {
    left: 60px;
  }

  .left-sm-down-16 {
    left: -60px;
  }

  .right-sm-up-16 {
    right: 60px;
  }

  .right-sm-down-16 {
    right: -60px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .ml-sm-30 {
    margin-left: 30px;
  }

  .mr-sm-30 {
    margin-right: 30px;
  }

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

  .mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pl-sm-30 {
    padding-left: 30px;
  }

  .pr-sm-30 {
    padding-right: 30px;
  }

  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-sm-30 {
    padding: 30px !important;
  }

  .min-height-sm-300 {
    min-height: 300px;
  }

  .top-sm-up-17 {
    top: -70px;
  }

  .top-sm-down-17 {
    top: -70px;
  }

  .left-sm-up-17 {
    left: 70px;
  }

  .left-sm-down-17 {
    left: -70px;
  }

  .right-sm-up-17 {
    right: 70px;
  }

  .right-sm-down-17 {
    right: -70px;
  }

  .mb-sm-35 {
    margin-bottom: 35px;
  }

  .mt-sm-35 {
    margin-top: 35px;
  }

  .ml-sm-35 {
    margin-left: 35px;
  }

  .mr-sm-35 {
    margin-right: 35px;
  }

  .m-sm-35 {
    margin: 35px;
  }

  .mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .pb-sm-35 {
    padding-bottom: 35px;
  }

  .pt-sm-35 {
    padding-top: 35px;
  }

  .pl-sm-35 {
    padding-left: 35px;
  }

  .pr-sm-35 {
    padding-right: 35px;
  }

  .px-sm-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .p-sm-35 {
    padding: 35px !important;
  }

  .min-height-sm-350 {
    min-height: 350px;
  }

  .top-sm-up-18 {
    top: -80px;
  }

  .top-sm-down-18 {
    top: -80px;
  }

  .left-sm-up-18 {
    left: 80px;
  }

  .left-sm-down-18 {
    left: -80px;
  }

  .right-sm-up-18 {
    right: 80px;
  }

  .right-sm-down-18 {
    right: -80px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .ml-sm-40 {
    margin-left: 40px;
  }

  .mr-sm-40 {
    margin-right: 40px;
  }

  .m-sm-40 {
    margin: 40px;
  }

  .mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pl-sm-40 {
    padding-left: 40px;
  }

  .pr-sm-40 {
    padding-right: 40px;
  }

  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-sm-40 {
    padding: 40px !important;
  }

  .min-height-sm-400 {
    min-height: 400px;
  }

  .top-sm-up-19 {
    top: -90px;
  }

  .top-sm-down-19 {
    top: -90px;
  }

  .left-sm-up-19 {
    left: 90px;
  }

  .left-sm-down-19 {
    left: -90px;
  }

  .right-sm-up-19 {
    right: 90px;
  }

  .right-sm-down-19 {
    right: -90px;
  }

  .mb-sm-45 {
    margin-bottom: 45px;
  }

  .mt-sm-45 {
    margin-top: 45px;
  }

  .ml-sm-45 {
    margin-left: 45px;
  }

  .mr-sm-45 {
    margin-right: 45px;
  }

  .m-sm-45 {
    margin: 45px;
  }

  .mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .pb-sm-45 {
    padding-bottom: 45px;
  }

  .pt-sm-45 {
    padding-top: 45px;
  }

  .pl-sm-45 {
    padding-left: 45px;
  }

  .pr-sm-45 {
    padding-right: 45px;
  }

  .px-sm-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .p-sm-45 {
    padding: 45px !important;
  }

  .min-height-sm-450 {
    min-height: 450px;
  }

  .top-sm-up-20 {
    top: -100px;
  }

  .top-sm-down-20 {
    top: -100px;
  }

  .left-sm-up-20 {
    left: 100px;
  }

  .left-sm-down-20 {
    left: -100px;
  }

  .right-sm-up-20 {
    right: 100px;
  }

  .right-sm-down-20 {
    right: -100px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }

  .ml-sm-50 {
    margin-left: 50px;
  }

  .mr-sm-50 {
    margin-right: 50px;
  }

  .m-sm-50 {
    margin: 50px;
  }

  .mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }

  .pl-sm-50 {
    padding-left: 50px;
  }

  .pr-sm-50 {
    padding-right: 50px;
  }

  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-sm-50 {
    padding: 50px !important;
  }

  .min-height-sm-500 {
    min-height: 500px;
  }

  .mx-sm-auto {
    margin: 0 auto;
  }

  .ml-sm-auto {
    margin-left: auto;
  }

  .mr-sm-auto {
    margin-right: auto;
  }

  .d-sm-none {
    display: none !important;
  }

  .pull-right-sm {
    float: right !important;
  }

  .pull-left-sm {
    float: left !important;
  }

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

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

  .btn-sm--block {
    display: block !important;
    text-align: center;
  }

  .modal-dialog {
    width: 100%;
    max-width: 600px;
    margin: 90px auto;
  }

  .modal-dialog--sm {
    max-width: 300px;
  }

  .modal-dialog--lg {
    max-width: 900px;
  }

  .form-group--inline {
    display: flex;
    gap: 0.5rem;
  }

  .form-group--inline > .form-group {
    margin-bottom: 0;
  }

  .form-group--inline > .form-control,
  .form-group--inline .form-control-checkbox,
  .form-group--inline .form-control-radio {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .table-responsible-mq-sm {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsible-mq-sm .table {
    overflow: hidden;
    table-layout: auto !important;
  }

  .slider--items-8x .slider__item {
    width: 25%;
  }

  .slider--items-5x .slider__item {
    width: 25%;
  }

  .slider--items-6x .slider__item {
    width: 28.571428%;
  }

  .slider--items-3x .slider__item {
    width: 28.571428%;
  }

  .slider--items-2x .slider__item {
    width: 28.571428%;
  }

  .is-collapsed-mobile {
    visibility: collapse;
    padding: 0;
    height: 0;
    margin: 0;
    line-height: 0;
  }

  .is-displayed-mobile {
    display: block;
  }

  .is-hidden-mobile {
    display: none;
  }

  .xs-visible {
    display: none;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .mwabs-md-50 {
    max-width: 50px !important;
  }

  .mwabs-md-100 {
    max-width: 100px !important;
  }

  .mwabs-md-160 {
    max-width: 160px !important;
  }

  .mwabs-md-260 {
    max-width: 260px !important;
  }

  .mwabs-md-360 {
    max-width: 360px !important;
  }

  .mwabs-md-460 {
    max-width: 460px !important;
  }

  .mwabs-md-560 {
    max-width: 560px !important;
  }

  .mwabs-md-660 {
    max-width: 660px !important;
  }

  .mwabs-md-760 {
    max-width: 760px !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .container {
    width: 100%;
    max-width: 720px;
  }

  .container-half {
    width: 100%;
    max-width: 360px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  h1,
  .h1 {
    font-size: 2.5rem;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
  }

  h3,
  .h3 {
    font-size: 1rem;
  }

  h4,
  .h4 {
    font-size: 0.75rem;
  }

  h5,
  .h5 {
    font-size: 0.6rem;
  }

  .article__content {
    padding: 3rem 6rem;
  }

  .service-section__overview {
    margin-bottom: 8rem;
  }

  .service-section__overview__list {
    flex-wrap: no-wrap;
  }

  .service-section__overview__list li a {
    padding: 1rem 1rem;
  }

  .service-gallery__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }

  .service-gallery__items__item {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 25%;
    overflow: hidden;
    position: relative;
    height: 15vw !important;
  }

  .service-gallery__items__item a {
    position: relative;
    display: block;
    height: 15vw !important;
  }

  .service-gallery__items__item img,
  .service-gallery__items__item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .service-overview-item__image {
    display: block;
  }

  .page__content__inner {
    padding: 0 5rem;
  }

  .top-md-up-10 {
    top: 0px;
  }

  .top-md-down-10 {
    top: 0px;
  }

  .left-md-up-10 {
    left: 0px;
  }

  .left-md-down-10 {
    left: 0px;
  }

  .right-md-up-10 {
    right: 0px;
  }

  .right-md-down-10 {
    right: 0px;
  }

  .mb-md-0 {
    margin-bottom: 0px;
  }

  .mt-md-0 {
    margin-top: 0px;
  }

  .ml-md-0 {
    margin-left: 0px;
  }

  .mr-md-0 {
    margin-right: 0px;
  }

  .m-md-0 {
    margin: 0px;
  }

  .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .pb-md-0 {
    padding-bottom: 0px;
  }

  .pt-md-0 {
    padding-top: 0px;
  }

  .pl-md-0 {
    padding-left: 0px;
  }

  .pr-md-0 {
    padding-right: 0px;
  }

  .px-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .p-md-0 {
    padding: 0px !important;
  }

  .min-height-md-0 {
    min-height: 0px;
  }

  .top-md-up-11 {
    top: -10px;
  }

  .top-md-down-11 {
    top: -10px;
  }

  .left-md-up-11 {
    left: 10px;
  }

  .left-md-down-11 {
    left: -10px;
  }

  .right-md-up-11 {
    right: 10px;
  }

  .right-md-down-11 {
    right: -10px;
  }

  .mb-md-5 {
    margin-bottom: 5px;
  }

  .mt-md-5 {
    margin-top: 5px;
  }

  .ml-md-5 {
    margin-left: 5px;
  }

  .mr-md-5 {
    margin-right: 5px;
  }

  .m-md-5 {
    margin: 5px;
  }

  .mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .pb-md-5 {
    padding-bottom: 5px;
  }

  .pt-md-5 {
    padding-top: 5px;
  }

  .pl-md-5 {
    padding-left: 5px;
  }

  .pr-md-5 {
    padding-right: 5px;
  }

  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-md-5 {
    padding: 5px !important;
  }

  .min-height-md-50 {
    min-height: 50px;
  }

  .top-md-up-12 {
    top: -20px;
  }

  .top-md-down-12 {
    top: -20px;
  }

  .left-md-up-12 {
    left: 20px;
  }

  .left-md-down-12 {
    left: -20px;
  }

  .right-md-up-12 {
    right: 20px;
  }

  .right-md-down-12 {
    right: -20px;
  }

  .mb-md-10 {
    margin-bottom: 10px;
  }

  .mt-md-10 {
    margin-top: 10px;
  }

  .ml-md-10 {
    margin-left: 10px;
  }

  .mr-md-10 {
    margin-right: 10px;
  }

  .m-md-10 {
    margin: 10px;
  }

  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px;
  }

  .pt-md-10 {
    padding-top: 10px;
  }

  .pl-md-10 {
    padding-left: 10px;
  }

  .pr-md-10 {
    padding-right: 10px;
  }

  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-md-10 {
    padding: 10px !important;
  }

  .min-height-md-100 {
    min-height: 100px;
  }

  .top-md-up-13 {
    top: -30px;
  }

  .top-md-down-13 {
    top: -30px;
  }

  .left-md-up-13 {
    left: 30px;
  }

  .left-md-down-13 {
    left: -30px;
  }

  .right-md-up-13 {
    right: 30px;
  }

  .right-md-down-13 {
    right: -30px;
  }

  .mb-md-15 {
    margin-bottom: 15px;
  }

  .mt-md-15 {
    margin-top: 15px;
  }

  .ml-md-15 {
    margin-left: 15px;
  }

  .mr-md-15 {
    margin-right: 15px;
  }

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

  .mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px;
  }

  .pt-md-15 {
    padding-top: 15px;
  }

  .pl-md-15 {
    padding-left: 15px;
  }

  .pr-md-15 {
    padding-right: 15px;
  }

  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-md-15 {
    padding: 15px !important;
  }

  .min-height-md-150 {
    min-height: 150px;
  }

  .top-md-up-14 {
    top: -40px;
  }

  .top-md-down-14 {
    top: -40px;
  }

  .left-md-up-14 {
    left: 40px;
  }

  .left-md-down-14 {
    left: -40px;
  }

  .right-md-up-14 {
    right: 40px;
  }

  .right-md-down-14 {
    right: -40px;
  }

  .mb-md-20 {
    margin-bottom: 20px;
  }

  .mt-md-20 {
    margin-top: 20px;
  }

  .ml-md-20 {
    margin-left: 20px;
  }

  .mr-md-20 {
    margin-right: 20px;
  }

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

  .mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .pl-md-20 {
    padding-left: 20px;
  }

  .pr-md-20 {
    padding-right: 20px;
  }

  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .min-height-md-200 {
    min-height: 200px;
  }

  .top-md-up-15 {
    top: -50px;
  }

  .top-md-down-15 {
    top: -50px;
  }

  .left-md-up-15 {
    left: 50px;
  }

  .left-md-down-15 {
    left: -50px;
  }

  .right-md-up-15 {
    right: 50px;
  }

  .right-md-down-15 {
    right: -50px;
  }

  .mb-md-25 {
    margin-bottom: 25px;
  }

  .mt-md-25 {
    margin-top: 25px;
  }

  .ml-md-25 {
    margin-left: 25px;
  }

  .mr-md-25 {
    margin-right: 25px;
  }

  .m-md-25 {
    margin: 25px;
  }

  .mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .pb-md-25 {
    padding-bottom: 25px;
  }

  .pt-md-25 {
    padding-top: 25px;
  }

  .pl-md-25 {
    padding-left: 25px;
  }

  .pr-md-25 {
    padding-right: 25px;
  }

  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .p-md-25 {
    padding: 25px !important;
  }

  .min-height-md-250 {
    min-height: 250px;
  }

  .top-md-up-16 {
    top: -60px;
  }

  .top-md-down-16 {
    top: -60px;
  }

  .left-md-up-16 {
    left: 60px;
  }

  .left-md-down-16 {
    left: -60px;
  }

  .right-md-up-16 {
    right: 60px;
  }

  .right-md-down-16 {
    right: -60px;
  }

  .mb-md-30 {
    margin-bottom: 30px;
  }

  .mt-md-30 {
    margin-top: 30px;
  }

  .ml-md-30 {
    margin-left: 30px;
  }

  .mr-md-30 {
    margin-right: 30px;
  }

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

  .mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px;
  }

  .pt-md-30 {
    padding-top: 30px;
  }

  .pl-md-30 {
    padding-left: 30px;
  }

  .pr-md-30 {
    padding-right: 30px;
  }

  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-md-30 {
    padding: 30px !important;
  }

  .min-height-md-300 {
    min-height: 300px;
  }

  .top-md-up-17 {
    top: -70px;
  }

  .top-md-down-17 {
    top: -70px;
  }

  .left-md-up-17 {
    left: 70px;
  }

  .left-md-down-17 {
    left: -70px;
  }

  .right-md-up-17 {
    right: 70px;
  }

  .right-md-down-17 {
    right: -70px;
  }

  .mb-md-35 {
    margin-bottom: 35px;
  }

  .mt-md-35 {
    margin-top: 35px;
  }

  .ml-md-35 {
    margin-left: 35px;
  }

  .mr-md-35 {
    margin-right: 35px;
  }

  .m-md-35 {
    margin: 35px;
  }

  .mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .pb-md-35 {
    padding-bottom: 35px;
  }

  .pt-md-35 {
    padding-top: 35px;
  }

  .pl-md-35 {
    padding-left: 35px;
  }

  .pr-md-35 {
    padding-right: 35px;
  }

  .px-md-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .p-md-35 {
    padding: 35px !important;
  }

  .min-height-md-350 {
    min-height: 350px;
  }

  .top-md-up-18 {
    top: -80px;
  }

  .top-md-down-18 {
    top: -80px;
  }

  .left-md-up-18 {
    left: 80px;
  }

  .left-md-down-18 {
    left: -80px;
  }

  .right-md-up-18 {
    right: 80px;
  }

  .right-md-down-18 {
    right: -80px;
  }

  .mb-md-40 {
    margin-bottom: 40px;
  }

  .mt-md-40 {
    margin-top: 40px;
  }

  .ml-md-40 {
    margin-left: 40px;
  }

  .mr-md-40 {
    margin-right: 40px;
  }

  .m-md-40 {
    margin: 40px;
  }

  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pl-md-40 {
    padding-left: 40px;
  }

  .pr-md-40 {
    padding-right: 40px;
  }

  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .min-height-md-400 {
    min-height: 400px;
  }

  .top-md-up-19 {
    top: -90px;
  }

  .top-md-down-19 {
    top: -90px;
  }

  .left-md-up-19 {
    left: 90px;
  }

  .left-md-down-19 {
    left: -90px;
  }

  .right-md-up-19 {
    right: 90px;
  }

  .right-md-down-19 {
    right: -90px;
  }

  .mb-md-45 {
    margin-bottom: 45px;
  }

  .mt-md-45 {
    margin-top: 45px;
  }

  .ml-md-45 {
    margin-left: 45px;
  }

  .mr-md-45 {
    margin-right: 45px;
  }

  .m-md-45 {
    margin: 45px;
  }

  .mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .pb-md-45 {
    padding-bottom: 45px;
  }

  .pt-md-45 {
    padding-top: 45px;
  }

  .pl-md-45 {
    padding-left: 45px;
  }

  .pr-md-45 {
    padding-right: 45px;
  }

  .px-md-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .p-md-45 {
    padding: 45px !important;
  }

  .min-height-md-450 {
    min-height: 450px;
  }

  .top-md-up-20 {
    top: -100px;
  }

  .top-md-down-20 {
    top: -100px;
  }

  .left-md-up-20 {
    left: 100px;
  }

  .left-md-down-20 {
    left: -100px;
  }

  .right-md-up-20 {
    right: 100px;
  }

  .right-md-down-20 {
    right: -100px;
  }

  .mb-md-50 {
    margin-bottom: 50px;
  }

  .mt-md-50 {
    margin-top: 50px;
  }

  .ml-md-50 {
    margin-left: 50px;
  }

  .mr-md-50 {
    margin-right: 50px;
  }

  .m-md-50 {
    margin: 50px;
  }

  .mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .pl-md-50 {
    padding-left: 50px;
  }

  .pr-md-50 {
    padding-right: 50px;
  }

  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-md-50 {
    padding: 50px !important;
  }

  .min-height-md-500 {
    min-height: 500px;
  }

  .mx-md-auto {
    margin: 0 auto;
  }

  .ml-md-auto {
    margin-left: auto;
  }

  .mr-md-auto {
    margin-right: auto;
  }

  .d-md-none {
    display: none !important;
  }

  .pull-right-md {
    float: right !important;
  }

  .pull-left-md {
    float: left !important;
  }

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

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

  .btn-md--block {
    display: block !important;
    text-align: center;
  }

  .main-block {
    align-items: center;
    height: 80vh;
  }

  .alert--fly {
    top: 0;
    bottom: inherit;
  }

  .table-responsible-mq-md {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsible-mq-md .table {
    overflow: hidden;
    table-layout: auto !important;
  }

  .section {
    padding: 4rem 0;
  }

  .slider .slider__item {
    max-width: none;
  }

  .slider--items-8x .slider__item {
    width: 25%;
  }

  .slider--items-5x .slider__item {
    width: 25%;
  }

  .slider--items-6x .slider__item {
    width: 25%;
  }

  .slider--items-3x .slider__item {
    width: 33.33333%;
  }

  .slider--items-2x .slider__item {
    width: 50%;
  }

  .is-displayed-mobile {
    display: none;
  }

  .position-md {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .mwabs-lg-50 {
    max-width: 50px !important;
  }

  .mwabs-lg-100 {
    max-width: 100px !important;
  }

  .mwabs-lg-160 {
    max-width: 160px !important;
  }

  .mwabs-lg-260 {
    max-width: 260px !important;
  }

  .mwabs-lg-360 {
    max-width: 360px !important;
  }

  .mwabs-lg-460 {
    max-width: 460px !important;
  }

  .mwabs-lg-560 {
    max-width: 560px !important;
  }

  .mwabs-lg-660 {
    max-width: 660px !important;
  }

  .mwabs-lg-760 {
    max-width: 760px !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .container {
    width: 100%;
    max-width: 960px;
  }

  .container-half {
    width: 100%;
    max-width: 480px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2rem;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }

  h5,
  .h5 {
    font-size: 1.1rem;
  }

  .service-item {
    flex-direction: row;
  }

  .service-item:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .service-item__content {
    width: 50%;
    padding: 2rem;
  }

  .service-item__images {
    width: 50%;
  }

  .text-column-2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .text-column-3 {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .top-lg-up-10 {
    top: 0px;
  }

  .top-lg-down-10 {
    top: 0px;
  }

  .left-lg-up-10 {
    left: 0px;
  }

  .left-lg-down-10 {
    left: 0px;
  }

  .right-lg-up-10 {
    right: 0px;
  }

  .right-lg-down-10 {
    right: 0px;
  }

  .mb-lg-0 {
    margin-bottom: 0px;
  }

  .mt-lg-0 {
    margin-top: 0px;
  }

  .ml-lg-0 {
    margin-left: 0px;
  }

  .mr-lg-0 {
    margin-right: 0px;
  }

  .m-lg-0 {
    margin: 0px;
  }

  .mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0px;
  }

  .pt-lg-0 {
    padding-top: 0px;
  }

  .pl-lg-0 {
    padding-left: 0px;
  }

  .pr-lg-0 {
    padding-right: 0px;
  }

  .px-lg-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .p-lg-0 {
    padding: 0px !important;
  }

  .min-height-lg-0 {
    min-height: 0px;
  }

  .top-lg-up-11 {
    top: -10px;
  }

  .top-lg-down-11 {
    top: -10px;
  }

  .left-lg-up-11 {
    left: 10px;
  }

  .left-lg-down-11 {
    left: -10px;
  }

  .right-lg-up-11 {
    right: 10px;
  }

  .right-lg-down-11 {
    right: -10px;
  }

  .mb-lg-5 {
    margin-bottom: 5px;
  }

  .mt-lg-5 {
    margin-top: 5px;
  }

  .ml-lg-5 {
    margin-left: 5px;
  }

  .mr-lg-5 {
    margin-right: 5px;
  }

  .m-lg-5 {
    margin: 5px;
  }

  .mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .pb-lg-5 {
    padding-bottom: 5px;
  }

  .pt-lg-5 {
    padding-top: 5px;
  }

  .pl-lg-5 {
    padding-left: 5px;
  }

  .pr-lg-5 {
    padding-right: 5px;
  }

  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-lg-5 {
    padding: 5px !important;
  }

  .min-height-lg-50 {
    min-height: 50px;
  }

  .top-lg-up-12 {
    top: -20px;
  }

  .top-lg-down-12 {
    top: -20px;
  }

  .left-lg-up-12 {
    left: 20px;
  }

  .left-lg-down-12 {
    left: -20px;
  }

  .right-lg-up-12 {
    right: 20px;
  }

  .right-lg-down-12 {
    right: -20px;
  }

  .mb-lg-10 {
    margin-bottom: 10px;
  }

  .mt-lg-10 {
    margin-top: 10px;
  }

  .ml-lg-10 {
    margin-left: 10px;
  }

  .mr-lg-10 {
    margin-right: 10px;
  }

  .m-lg-10 {
    margin: 10px;
  }

  .mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .pb-lg-10 {
    padding-bottom: 10px;
  }

  .pt-lg-10 {
    padding-top: 10px;
  }

  .pl-lg-10 {
    padding-left: 10px;
  }

  .pr-lg-10 {
    padding-right: 10px;
  }

  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-lg-10 {
    padding: 10px !important;
  }

  .min-height-lg-100 {
    min-height: 100px;
  }

  .top-lg-up-13 {
    top: -30px;
  }

  .top-lg-down-13 {
    top: -30px;
  }

  .left-lg-up-13 {
    left: 30px;
  }

  .left-lg-down-13 {
    left: -30px;
  }

  .right-lg-up-13 {
    right: 30px;
  }

  .right-lg-down-13 {
    right: -30px;
  }

  .mb-lg-15 {
    margin-bottom: 15px;
  }

  .mt-lg-15 {
    margin-top: 15px;
  }

  .ml-lg-15 {
    margin-left: 15px;
  }

  .mr-lg-15 {
    margin-right: 15px;
  }

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

  .mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .pb-lg-15 {
    padding-bottom: 15px;
  }

  .pt-lg-15 {
    padding-top: 15px;
  }

  .pl-lg-15 {
    padding-left: 15px;
  }

  .pr-lg-15 {
    padding-right: 15px;
  }

  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-lg-15 {
    padding: 15px !important;
  }

  .min-height-lg-150 {
    min-height: 150px;
  }

  .top-lg-up-14 {
    top: -40px;
  }

  .top-lg-down-14 {
    top: -40px;
  }

  .left-lg-up-14 {
    left: 40px;
  }

  .left-lg-down-14 {
    left: -40px;
  }

  .right-lg-up-14 {
    right: 40px;
  }

  .right-lg-down-14 {
    right: -40px;
  }

  .mb-lg-20 {
    margin-bottom: 20px;
  }

  .mt-lg-20 {
    margin-top: 20px;
  }

  .ml-lg-20 {
    margin-left: 20px;
  }

  .mr-lg-20 {
    margin-right: 20px;
  }

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

  .mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .pb-lg-20 {
    padding-bottom: 20px;
  }

  .pt-lg-20 {
    padding-top: 20px;
  }

  .pl-lg-20 {
    padding-left: 20px;
  }

  .pr-lg-20 {
    padding-right: 20px;
  }

  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .min-height-lg-200 {
    min-height: 200px;
  }

  .top-lg-up-15 {
    top: -50px;
  }

  .top-lg-down-15 {
    top: -50px;
  }

  .left-lg-up-15 {
    left: 50px;
  }

  .left-lg-down-15 {
    left: -50px;
  }

  .right-lg-up-15 {
    right: 50px;
  }

  .right-lg-down-15 {
    right: -50px;
  }

  .mb-lg-25 {
    margin-bottom: 25px;
  }

  .mt-lg-25 {
    margin-top: 25px;
  }

  .ml-lg-25 {
    margin-left: 25px;
  }

  .mr-lg-25 {
    margin-right: 25px;
  }

  .m-lg-25 {
    margin: 25px;
  }

  .mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .pb-lg-25 {
    padding-bottom: 25px;
  }

  .pt-lg-25 {
    padding-top: 25px;
  }

  .pl-lg-25 {
    padding-left: 25px;
  }

  .pr-lg-25 {
    padding-right: 25px;
  }

  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .p-lg-25 {
    padding: 25px !important;
  }

  .min-height-lg-250 {
    min-height: 250px;
  }

  .top-lg-up-16 {
    top: -60px;
  }

  .top-lg-down-16 {
    top: -60px;
  }

  .left-lg-up-16 {
    left: 60px;
  }

  .left-lg-down-16 {
    left: -60px;
  }

  .right-lg-up-16 {
    right: 60px;
  }

  .right-lg-down-16 {
    right: -60px;
  }

  .mb-lg-30 {
    margin-bottom: 30px;
  }

  .mt-lg-30 {
    margin-top: 30px;
  }

  .ml-lg-30 {
    margin-left: 30px;
  }

  .mr-lg-30 {
    margin-right: 30px;
  }

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

  .mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px;
  }

  .pt-lg-30 {
    padding-top: 30px;
  }

  .pl-lg-30 {
    padding-left: 30px;
  }

  .pr-lg-30 {
    padding-right: 30px;
  }

  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-lg-30 {
    padding: 30px !important;
  }

  .min-height-lg-300 {
    min-height: 300px;
  }

  .top-lg-up-17 {
    top: -70px;
  }

  .top-lg-down-17 {
    top: -70px;
  }

  .left-lg-up-17 {
    left: 70px;
  }

  .left-lg-down-17 {
    left: -70px;
  }

  .right-lg-up-17 {
    right: 70px;
  }

  .right-lg-down-17 {
    right: -70px;
  }

  .mb-lg-35 {
    margin-bottom: 35px;
  }

  .mt-lg-35 {
    margin-top: 35px;
  }

  .ml-lg-35 {
    margin-left: 35px;
  }

  .mr-lg-35 {
    margin-right: 35px;
  }

  .m-lg-35 {
    margin: 35px;
  }

  .mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .pb-lg-35 {
    padding-bottom: 35px;
  }

  .pt-lg-35 {
    padding-top: 35px;
  }

  .pl-lg-35 {
    padding-left: 35px;
  }

  .pr-lg-35 {
    padding-right: 35px;
  }

  .px-lg-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .p-lg-35 {
    padding: 35px !important;
  }

  .min-height-lg-350 {
    min-height: 350px;
  }

  .top-lg-up-18 {
    top: -80px;
  }

  .top-lg-down-18 {
    top: -80px;
  }

  .left-lg-up-18 {
    left: 80px;
  }

  .left-lg-down-18 {
    left: -80px;
  }

  .right-lg-up-18 {
    right: 80px;
  }

  .right-lg-down-18 {
    right: -80px;
  }

  .mb-lg-40 {
    margin-bottom: 40px;
  }

  .mt-lg-40 {
    margin-top: 40px;
  }

  .ml-lg-40 {
    margin-left: 40px;
  }

  .mr-lg-40 {
    margin-right: 40px;
  }

  .m-lg-40 {
    margin: 40px;
  }

  .mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pl-lg-40 {
    padding-left: 40px;
  }

  .pr-lg-40 {
    padding-right: 40px;
  }

  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .min-height-lg-400 {
    min-height: 400px;
  }

  .top-lg-up-19 {
    top: -90px;
  }

  .top-lg-down-19 {
    top: -90px;
  }

  .left-lg-up-19 {
    left: 90px;
  }

  .left-lg-down-19 {
    left: -90px;
  }

  .right-lg-up-19 {
    right: 90px;
  }

  .right-lg-down-19 {
    right: -90px;
  }

  .mb-lg-45 {
    margin-bottom: 45px;
  }

  .mt-lg-45 {
    margin-top: 45px;
  }

  .ml-lg-45 {
    margin-left: 45px;
  }

  .mr-lg-45 {
    margin-right: 45px;
  }

  .m-lg-45 {
    margin: 45px;
  }

  .mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .pb-lg-45 {
    padding-bottom: 45px;
  }

  .pt-lg-45 {
    padding-top: 45px;
  }

  .pl-lg-45 {
    padding-left: 45px;
  }

  .pr-lg-45 {
    padding-right: 45px;
  }

  .px-lg-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .p-lg-45 {
    padding: 45px !important;
  }

  .min-height-lg-450 {
    min-height: 450px;
  }

  .top-lg-up-20 {
    top: -100px;
  }

  .top-lg-down-20 {
    top: -100px;
  }

  .left-lg-up-20 {
    left: 100px;
  }

  .left-lg-down-20 {
    left: -100px;
  }

  .right-lg-up-20 {
    right: 100px;
  }

  .right-lg-down-20 {
    right: -100px;
  }

  .mb-lg-50 {
    margin-bottom: 50px;
  }

  .mt-lg-50 {
    margin-top: 50px;
  }

  .ml-lg-50 {
    margin-left: 50px;
  }

  .mr-lg-50 {
    margin-right: 50px;
  }

  .m-lg-50 {
    margin: 50px;
  }

  .mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .pb-lg-50 {
    padding-bottom: 50px;
  }

  .pt-lg-50 {
    padding-top: 50px;
  }

  .pl-lg-50 {
    padding-left: 50px;
  }

  .pr-lg-50 {
    padding-right: 50px;
  }

  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-lg-50 {
    padding: 50px !important;
  }

  .min-height-lg-500 {
    min-height: 500px;
  }

  .mx-lg-auto {
    margin: 0 auto;
  }

  .ml-lg-auto {
    margin-left: auto;
  }

  .mr-lg-auto {
    margin-right: auto;
  }

  .d-lg-none {
    display: none !important;
  }

  .pull-right-lg {
    float: right !important;
  }

  .pull-left-lg {
    float: left !important;
  }

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

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

  .btn-lg--block {
    display: block !important;
    text-align: center;
  }

  .slider__items {
    overflow-x: visible;
    padding: 0;
  }

  .slider--items-8x .slider__item {
    width: 12.5%;
  }

  .slider--items-5x .slider__item {
    width: 20%;
  }

  .slider--items-6x .slider__item {
    width: 20%;
  }

  .lg-visible {
    display: none;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .mwabs-xl-50 {
    max-width: 50px !important;
  }

  .mwabs-xl-100 {
    max-width: 100px !important;
  }

  .mwabs-xl-160 {
    max-width: 160px !important;
  }

  .mwabs-xl-260 {
    max-width: 260px !important;
  }

  .mwabs-xl-360 {
    max-width: 360px !important;
  }

  .mwabs-xl-460 {
    max-width: 460px !important;
  }

  .mwabs-xl-560 {
    max-width: 560px !important;
  }

  .mwabs-xl-660 {
    max-width: 660px !important;
  }

  .mwabs-xl-760 {
    max-width: 760px !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .container {
    width: 100%;
    max-width: 1140px;
  }

  .container-half {
    width: 100%;
    max-width: 570px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .top-xl-up-10 {
    top: 0px;
  }

  .top-xl-down-10 {
    top: 0px;
  }

  .left-xl-up-10 {
    left: 0px;
  }

  .left-xl-down-10 {
    left: 0px;
  }

  .right-xl-up-10 {
    right: 0px;
  }

  .right-xl-down-10 {
    right: 0px;
  }

  .mb-xl-0 {
    margin-bottom: 0px;
  }

  .mt-xl-0 {
    margin-top: 0px;
  }

  .ml-xl-0 {
    margin-left: 0px;
  }

  .mr-xl-0 {
    margin-right: 0px;
  }

  .m-xl-0 {
    margin: 0px;
  }

  .mx-xl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .pb-xl-0 {
    padding-bottom: 0px;
  }

  .pt-xl-0 {
    padding-top: 0px;
  }

  .pl-xl-0 {
    padding-left: 0px;
  }

  .pr-xl-0 {
    padding-right: 0px;
  }

  .px-xl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .p-xl-0 {
    padding: 0px !important;
  }

  .min-height-xl-0 {
    min-height: 0px;
  }

  .top-xl-up-11 {
    top: -10px;
  }

  .top-xl-down-11 {
    top: -10px;
  }

  .left-xl-up-11 {
    left: 10px;
  }

  .left-xl-down-11 {
    left: -10px;
  }

  .right-xl-up-11 {
    right: 10px;
  }

  .right-xl-down-11 {
    right: -10px;
  }

  .mb-xl-5 {
    margin-bottom: 5px;
  }

  .mt-xl-5 {
    margin-top: 5px;
  }

  .ml-xl-5 {
    margin-left: 5px;
  }

  .mr-xl-5 {
    margin-right: 5px;
  }

  .m-xl-5 {
    margin: 5px;
  }

  .mx-xl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .pb-xl-5 {
    padding-bottom: 5px;
  }

  .pt-xl-5 {
    padding-top: 5px;
  }

  .pl-xl-5 {
    padding-left: 5px;
  }

  .pr-xl-5 {
    padding-right: 5px;
  }

  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-xl-5 {
    padding: 5px !important;
  }

  .min-height-xl-50 {
    min-height: 50px;
  }

  .top-xl-up-12 {
    top: -20px;
  }

  .top-xl-down-12 {
    top: -20px;
  }

  .left-xl-up-12 {
    left: 20px;
  }

  .left-xl-down-12 {
    left: -20px;
  }

  .right-xl-up-12 {
    right: 20px;
  }

  .right-xl-down-12 {
    right: -20px;
  }

  .mb-xl-10 {
    margin-bottom: 10px;
  }

  .mt-xl-10 {
    margin-top: 10px;
  }

  .ml-xl-10 {
    margin-left: 10px;
  }

  .mr-xl-10 {
    margin-right: 10px;
  }

  .m-xl-10 {
    margin: 10px;
  }

  .mx-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .pb-xl-10 {
    padding-bottom: 10px;
  }

  .pt-xl-10 {
    padding-top: 10px;
  }

  .pl-xl-10 {
    padding-left: 10px;
  }

  .pr-xl-10 {
    padding-right: 10px;
  }

  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-xl-10 {
    padding: 10px !important;
  }

  .min-height-xl-100 {
    min-height: 100px;
  }

  .top-xl-up-13 {
    top: -30px;
  }

  .top-xl-down-13 {
    top: -30px;
  }

  .left-xl-up-13 {
    left: 30px;
  }

  .left-xl-down-13 {
    left: -30px;
  }

  .right-xl-up-13 {
    right: 30px;
  }

  .right-xl-down-13 {
    right: -30px;
  }

  .mb-xl-15 {
    margin-bottom: 15px;
  }

  .mt-xl-15 {
    margin-top: 15px;
  }

  .ml-xl-15 {
    margin-left: 15px;
  }

  .mr-xl-15 {
    margin-right: 15px;
  }

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

  .mx-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .pb-xl-15 {
    padding-bottom: 15px;
  }

  .pt-xl-15 {
    padding-top: 15px;
  }

  .pl-xl-15 {
    padding-left: 15px;
  }

  .pr-xl-15 {
    padding-right: 15px;
  }

  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-xl-15 {
    padding: 15px !important;
  }

  .min-height-xl-150 {
    min-height: 150px;
  }

  .top-xl-up-14 {
    top: -40px;
  }

  .top-xl-down-14 {
    top: -40px;
  }

  .left-xl-up-14 {
    left: 40px;
  }

  .left-xl-down-14 {
    left: -40px;
  }

  .right-xl-up-14 {
    right: 40px;
  }

  .right-xl-down-14 {
    right: -40px;
  }

  .mb-xl-20 {
    margin-bottom: 20px;
  }

  .mt-xl-20 {
    margin-top: 20px;
  }

  .ml-xl-20 {
    margin-left: 20px;
  }

  .mr-xl-20 {
    margin-right: 20px;
  }

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

  .mx-xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .pb-xl-20 {
    padding-bottom: 20px;
  }

  .pt-xl-20 {
    padding-top: 20px;
  }

  .pl-xl-20 {
    padding-left: 20px;
  }

  .pr-xl-20 {
    padding-right: 20px;
  }

  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-xl-20 {
    padding: 20px !important;
  }

  .min-height-xl-200 {
    min-height: 200px;
  }

  .top-xl-up-15 {
    top: -50px;
  }

  .top-xl-down-15 {
    top: -50px;
  }

  .left-xl-up-15 {
    left: 50px;
  }

  .left-xl-down-15 {
    left: -50px;
  }

  .right-xl-up-15 {
    right: 50px;
  }

  .right-xl-down-15 {
    right: -50px;
  }

  .mb-xl-25 {
    margin-bottom: 25px;
  }

  .mt-xl-25 {
    margin-top: 25px;
  }

  .ml-xl-25 {
    margin-left: 25px;
  }

  .mr-xl-25 {
    margin-right: 25px;
  }

  .m-xl-25 {
    margin: 25px;
  }

  .mx-xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .pb-xl-25 {
    padding-bottom: 25px;
  }

  .pt-xl-25 {
    padding-top: 25px;
  }

  .pl-xl-25 {
    padding-left: 25px;
  }

  .pr-xl-25 {
    padding-right: 25px;
  }

  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .p-xl-25 {
    padding: 25px !important;
  }

  .min-height-xl-250 {
    min-height: 250px;
  }

  .top-xl-up-16 {
    top: -60px;
  }

  .top-xl-down-16 {
    top: -60px;
  }

  .left-xl-up-16 {
    left: 60px;
  }

  .left-xl-down-16 {
    left: -60px;
  }

  .right-xl-up-16 {
    right: 60px;
  }

  .right-xl-down-16 {
    right: -60px;
  }

  .mb-xl-30 {
    margin-bottom: 30px;
  }

  .mt-xl-30 {
    margin-top: 30px;
  }

  .ml-xl-30 {
    margin-left: 30px;
  }

  .mr-xl-30 {
    margin-right: 30px;
  }

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

  .mx-xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .pb-xl-30 {
    padding-bottom: 30px;
  }

  .pt-xl-30 {
    padding-top: 30px;
  }

  .pl-xl-30 {
    padding-left: 30px;
  }

  .pr-xl-30 {
    padding-right: 30px;
  }

  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-xl-30 {
    padding: 30px !important;
  }

  .min-height-xl-300 {
    min-height: 300px;
  }

  .top-xl-up-17 {
    top: -70px;
  }

  .top-xl-down-17 {
    top: -70px;
  }

  .left-xl-up-17 {
    left: 70px;
  }

  .left-xl-down-17 {
    left: -70px;
  }

  .right-xl-up-17 {
    right: 70px;
  }

  .right-xl-down-17 {
    right: -70px;
  }

  .mb-xl-35 {
    margin-bottom: 35px;
  }

  .mt-xl-35 {
    margin-top: 35px;
  }

  .ml-xl-35 {
    margin-left: 35px;
  }

  .mr-xl-35 {
    margin-right: 35px;
  }

  .m-xl-35 {
    margin: 35px;
  }

  .mx-xl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .pb-xl-35 {
    padding-bottom: 35px;
  }

  .pt-xl-35 {
    padding-top: 35px;
  }

  .pl-xl-35 {
    padding-left: 35px;
  }

  .pr-xl-35 {
    padding-right: 35px;
  }

  .px-xl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .p-xl-35 {
    padding: 35px !important;
  }

  .min-height-xl-350 {
    min-height: 350px;
  }

  .top-xl-up-18 {
    top: -80px;
  }

  .top-xl-down-18 {
    top: -80px;
  }

  .left-xl-up-18 {
    left: 80px;
  }

  .left-xl-down-18 {
    left: -80px;
  }

  .right-xl-up-18 {
    right: 80px;
  }

  .right-xl-down-18 {
    right: -80px;
  }

  .mb-xl-40 {
    margin-bottom: 40px;
  }

  .mt-xl-40 {
    margin-top: 40px;
  }

  .ml-xl-40 {
    margin-left: 40px;
  }

  .mr-xl-40 {
    margin-right: 40px;
  }

  .m-xl-40 {
    margin: 40px;
  }

  .mx-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .pb-xl-40 {
    padding-bottom: 40px;
  }

  .pt-xl-40 {
    padding-top: 40px;
  }

  .pl-xl-40 {
    padding-left: 40px;
  }

  .pr-xl-40 {
    padding-right: 40px;
  }

  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .min-height-xl-400 {
    min-height: 400px;
  }

  .top-xl-up-19 {
    top: -90px;
  }

  .top-xl-down-19 {
    top: -90px;
  }

  .left-xl-up-19 {
    left: 90px;
  }

  .left-xl-down-19 {
    left: -90px;
  }

  .right-xl-up-19 {
    right: 90px;
  }

  .right-xl-down-19 {
    right: -90px;
  }

  .mb-xl-45 {
    margin-bottom: 45px;
  }

  .mt-xl-45 {
    margin-top: 45px;
  }

  .ml-xl-45 {
    margin-left: 45px;
  }

  .mr-xl-45 {
    margin-right: 45px;
  }

  .m-xl-45 {
    margin: 45px;
  }

  .mx-xl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .pb-xl-45 {
    padding-bottom: 45px;
  }

  .pt-xl-45 {
    padding-top: 45px;
  }

  .pl-xl-45 {
    padding-left: 45px;
  }

  .pr-xl-45 {
    padding-right: 45px;
  }

  .px-xl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .p-xl-45 {
    padding: 45px !important;
  }

  .min-height-xl-450 {
    min-height: 450px;
  }

  .top-xl-up-20 {
    top: -100px;
  }

  .top-xl-down-20 {
    top: -100px;
  }

  .left-xl-up-20 {
    left: 100px;
  }

  .left-xl-down-20 {
    left: -100px;
  }

  .right-xl-up-20 {
    right: 100px;
  }

  .right-xl-down-20 {
    right: -100px;
  }

  .mb-xl-50 {
    margin-bottom: 50px;
  }

  .mt-xl-50 {
    margin-top: 50px;
  }

  .ml-xl-50 {
    margin-left: 50px;
  }

  .mr-xl-50 {
    margin-right: 50px;
  }

  .m-xl-50 {
    margin: 50px;
  }

  .mx-xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .pb-xl-50 {
    padding-bottom: 50px;
  }

  .pt-xl-50 {
    padding-top: 50px;
  }

  .pl-xl-50 {
    padding-left: 50px;
  }

  .pr-xl-50 {
    padding-right: 50px;
  }

  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-xl-50 {
    padding: 50px !important;
  }

  .min-height-xl-500 {
    min-height: 500px;
  }

  .mx-xl-auto {
    margin: 0 auto;
  }

  .ml-xl-auto {
    margin-left: auto;
  }

  .mr-xl-auto {
    margin-right: auto;
  }

  .d-xl-none {
    display: none !important;
  }

  .pull-right-xl {
    float: right !important;
  }

  .pull-left-xl {
    float: left !important;
  }

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

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

  .btn-xl--block {
    display: block !important;
    text-align: center;
  }

  .slider--items-8x .slider__item {
    width: 12.5%;
  }

  .slider--items-5x .slider__item {
    width: 20%;
  }

  .slider--items-6x .slider__item {
    width: 16.66667%;
  }
}

@media (max-width: 1199px) {
  .btn-xls--block {
    display: block !important;
    text-align: center;
  }

  .d-xl-down-none {
    display: none !important;
  }

  .container-xl-down-fullwidth {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .btn-lgs--block {
    display: block !important;
    text-align: center;
  }

  .d-lg-down-none {
    display: none !important;
  }

  .container-lg-down-fullwidth {
    padding-left: 0;
    padding-right: 0;
  }

  .table-responsible-md,
  .table-responsible {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsible-md .table,
  .table-responsible .table {
    overflow: hidden;
    table-layout: auto !important;
  }

  .table-responsible-lg {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsible-lg .table {
    overflow: hidden;
    table-layout: auto !important;
  }

  .gallery__inner {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .gallery--4x .gallery__item {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .slider--with-controls .slider__inner {
    margin: 0;
  }

  .slider__control {
    display: none;
  }

  .lg-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .btn-mds--block {
    display: block !important;
    text-align: center;
  }

  .d-md-down-none {
    display: none !important;
  }

  .container-md-down-fullwidth {
    padding-left: 0;
    padding-right: 0;
  }

  .header__logo a {
    margin-bottom: 0rem;
  }

  .header__logo a img {
    width: 60px;
  }

  .footer__copyright ul {
    flex-direction: column-reverse;
  }

  .gallery--4x .gallery__item {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .slider__items {
    padding-left: 1rem;
  }

  .slider__footer .slider__pagination,
  .slider__footer .slider__arrows {
    display: none;
  }

  .md-hidden {
    display: none;
  }
}

@media (max-width: 575px) {
  .btn-sms--block {
    display: block !important;
    text-align: center;
  }

  .d-sm-down-none {
    display: none !important;
  }

  .container-sm-down-fullwidth {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery--4x .gallery__item {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .i-cookie__inner p {
    margin-bottom: 30px;
  }

  .xs-hidden {
    display: none;
  }
}

@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */

  .lum-lightbox-position-helper {
    margin: auto;
  }

  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }

  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font: 12pt "Roboto", "Arial", sans-serif;
    line-height: 1.3;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  footer {
    display: none;
  }

  header {
    margin-bottom: 40px;
  }

  header h1,
  header nav {
    display: none;
  }

  header:after {
    content: "www.ubytovaniruzenka.cz";
  }

  header:before {
    display: block;
    content: "Thank you for printing our content at www.ubytovaniruzenka.cz. Please check back soon for new contents.";
    margin-bottom: 10px;
    border: 1px solid #bbb;
    padding: 6px 8px;
    font-style: italic;
  }

@page {
    margin: 0.5cm;
}

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 14pt;
    margin-top: 25px;
  }

  aside {
    border-top: 1px solid #bbb;
    margin-top: 30px;
    display: block;
  }

  aside h2 {
    font-size: 18pt;
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media only screen and (max-device-width: 1366px) {
  .section--background {
    background-attachment: scroll;
  }
}
/*# sourceMappingURL=../maps/app.min.css.map */
