@charset "UTF-8";
/*!
* Rooms XXL v0.0.1 
*  Starting date : 08/08/2019
*  Author: @bhayres
*/
/*
DC [ 24/07/2019 ] : 

4k Monitors we need to see if is wort it !!!

@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 1900px) {}

*/
/* website styles */
/* overrides CSS */
.form-control:focus,
a:focus,
textarea:focus,
button:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=submit]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
select:focus,
.uneditable-input:focus {
  -webkit-box-shadow: 0 none !important;
  -moz-box-shadow: 0 none !important;
  box-shadow: 0 none !important;
  outline: 0 none !important;
}

input:-webkit-autofill,
input.edge-autoSuggestFieldFilled,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0 30px white inset !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

::-ms-clear {
  display: none;
}

.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-8 {
  width: 12.5%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-8 {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-8 {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-8 {
    width: 12.5%;
    float: left;
  }
}
.animated.delay-8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.animated.delay-12s {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.fixed-top {
  top: 0 !important;
}

.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* ----------------------------------- //
//      CSS Hacks Mixins for Sass
// ----------------------------------- //
	How to use:
	@include [Mixin_Name]( 'selector', (property: value) )
	Example:
	@include only_ie9( '.my_element', (color: red) )
	@include only_ff28_above( '.my_element', (
		background-color: green,
		display: flex,
		margin: 2em,
	)) 
	Tips:
	  - Use firefox mixins before IE mixins. Sometimes Firefox wants to precess the IE css but it can't and skips it's own CSS!
// ----------------------------------- //
	List of Mixins:
	only_ff
	only_ff2
	only_ff2_above
	only_ff3_above
	only_ff6_above
	only_ff16_above
	only_ff21_above
	only_ff24_above
	only_ff25_above
	only_ff26_above
	only_ff27_above
	only_ff28_above
	only_ff30_above
	only_webkit
	only_chrome
	only_safari
	only_safari9
	only_ios
	only_safari_no_ios
	only_opera9_safari2
	only_opera
	only_opera11
	only_edge
	only_ie6
	only_ie7
	only_ie7_below
	only_ie8
	only_ie8_below
	only_ie9
	only_ie9_below
	only_ie10_above
	only_ie11
	only_ie11_above
	no_ie6
	only_ie9_saf4_above
	no_ie_safari6
// ----------------------------------- */
/* ----------------------------------- //
//          Firefox CSS Hacks
// ----------------------------------- */
/*--- Only Firefox ---*/
/*--- Only Firefox 1.5 and Firefox 2 ---*/
/*--- Only Firefox ≥ 2 ---*/
/*--- Only Firefox ≥ 3 ---*/
/*--- Only Firefox ≥ 6 ---*/
/*--- Only Firefox ≥ 16 ---*/
/*--- Only Firefox ≥ 21 ---*/
/*--- Only Firefox ≥ 24 ---*/
/*--- Only Firefox ≥ 25 ---*/
/*--- Only Firefox ≥ 26 ---*/
/*--- Only Firefox ≥ 27 ---*/
/*--- Only Firefox ≥ 28 ---*/
/*--- Only Firefox ≥ 30 ---*/
/* ----------------------------------- //
//          Webkit CSS Hacks
// ----------------------------------- */
/*--- Only Webkit (Chrome, Safari, Opera ≥ 14) ---*/
/*--- Only Chrome 28+, Opera ≥ 14 ---*/
/* ----------------------------------- //
//           Opera CSS Hacks
// ----------------------------------- */
/*--- Only Opera ≥ 9.5 ---*/
/*--- Only Opera ≤ 11 ---*/
/* ----------------------------------- //
//     Edge CSS Hacks
// ----------------------------------- */
/* ----------------------------------- //
//     Internet Explorer CSS Hacks
// ----------------------------------- */
/*--- Only IE ≤ 6 ---*/
/*--- Only IE7 ---*/
/*--- Only IE ≤ 7 ---*/
/*--- Only IE8 ---*/
/*--- Only IE ≤ 8 ---*/
/*--- Only IE9 ---*/
/*--- Only IE ≤ 9 ---*/
/*--- Only IE10 ---*/
/*--- Only IE ≤ 11 ---*/
/*--- Only IE ≥ 11 ---*/
/*--- Anything but IE6 ---*/
/*--- Only IE ≥ 9, safari4, android ≥ 2.3 ---*/
/* ----------------------------------- //
//           Other CSS Hacks
// ----------------------------------- */
/*--- Everything but IE and Safari ≤ 6 ---*/
/* === Variables ====*/
/*
.block {
    @at-root __element {
    }
    @at-root --modifier {
    }
  }
  */
/* RGB */
/*
#01CB60 1/203/96
#03cc5e 3/204/94
#f6f7f9 246/247/249
#daddde 218/221/222
#49c2ef 73/194/239
#00cc66 0/204/102
#474f56 71/79/86

*/
/*
@include media-breakpoint-up(xs) { ... }
@include media-breakpoint-up(sm) { ... }
@include media-breakpoint-up(md) { ... }
@include media-breakpoint-up(lg) { ... }
@include media-breakpoint-up(xl) { ... }
*/
/*
  USAGE:
  @include background-image('pattern');
*/
/*
USAGE:

@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}


*/
/*

USAGE:

a {
  color: gray;
  @include transition(color .3s ease);
  &:hover {
    color: black;
  }
}

*/
/*

USAGE:

.faded-text {
  @include opacity(0.8);
}

*/
template {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*
USAGE:

<button class="mobile-navigation-trigger">
  <b class="visually-hidden">Open the navigation</b>
  <img src="img/mobile-navigation-icon.svg">
</button>


.visually-hidden {
  @extend %visuallyhidden;
}


*/
/*
USAGE :

.test {
@include skew(25,10);
@include transform-origin(top left);
position: absolute;
top: 25%;
bottom: 25%;
left: 25%;
right: 25%;
background-color: rgba(20,20,20,.5);
}
*/
/* === svg's ====*/
/*
$icon-layout-tiles: str-replace(
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#fff' viewBox='0 0 120 120'%3e%3cpath d='M15 15h35.2v37.5H15M15 67.5h35.2V105H15M69.8 15H105v37.5H69.8M69.8 67.5H105V105H69.8'/%3E%3C/svg%3E"),
  "#",
  "%23"
) !default;

*/
.hotel--best-offer---banner .banner--background, .component---help-center--message:after {
  background-image: -webkit-linear-gradient(135deg, #00a3a6 14%, #00b583 36%, #01c964 50%);
  background-image: -moz-linear-gradient(135deg, #00a3a6 14%, #00b583 36%, #01c964 50%);
  background-image: -o-linear-gradient(135deg, #00a3a6 14%, #00b583 36%, #01c964 50%);
  background-image: linear-gradient(135deg, #00a3a6 14%, #00b583 36%, #01c964 50%);
}

.autocomplete-suggestions, .form---search--container .form---search, .form--hidden---container, .nav---voucher .dropdown-menu, header nav, .tile--google-maps, .component---banner-box, .util---add-shadow > :first-child {
  -webkit-box-shadow: 0px 10px 15px 4px rgba(66, 77, 87, 0.1);
  -moz-box-shadow: 0px 10px 15px 4px rgba(66, 77, 87, 0.1);
  box-shadow: 0px 10px 15px 4px rgba(66, 77, 87, 0.1);
}

.component---popover-container {
  -webkit-box-shadow: 0px 10px 20px 4px rgba(66, 77, 87, 0.15);
  -moz-box-shadow: 0px 10px 20px 4px rgba(66, 77, 87, 0.15);
  box-shadow: 0px 10px 20px 4px rgba(66, 77, 87, 0.15);
}

.ui-slider-handle:focus, .form--hidden---container > .search-home-form-container, select:focus, select, .sidebar nav .component---booking-summary, .settings-bar .button-apply-changes:focus, .settings-bar .button-apply-changes, .swiper-button-prev:focus,
.swiper-button-next:focus {
  -webkit-box-shadow: 0 none !important;
  -moz-box-shadow: 0 none !important;
  box-shadow: 0 none !important;
}

.nav--hotel button span.price, .tile--room---prices .values, .tile--google-maps---container .info-content .price, .tile--search-result---container .price--label .amount div.value span, .component---micro-banner strong, .component---banner-box .best-deal-container .best-deal-price span {
  text-shadow: 0.5px 0 0 currentColor;
  letter-spacing: 0px;
}

.tile--google-maps {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.component---hotel-edit-bar {
  border-top: 4px solid #efefef;
  border-bottom: 4px solid #efefef;
}

.component---hotel-edit-bar ul, .component---hotel-edit-bar {
  padding: 0;
  margin: 0;
}

.tile--search-result---container .tile-header:after {
  padding-top: 56.25%;
}

.sidebar nav ul > li > .inner .header-data figure, .slider-container .swiper-slide figure.no-image, .swiper-slide.no-image, .tile--google-maps---container .header-content figure, .tile--search-result---container .tile-header figure.no-image {
  z-index: 10;
  opacity: 0.75;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1287 512" style="enable-background:new 0 0 1287 512;" xml:space="preserve"><style type="text/css">.st0{fill:none;}.st1{fill:%23222D3A;}.st2{fill:%23C0C8CE;}.st3{fill:%23B3BAC0;}.st4{opacity:0.7;fill:%23B3BAC0;enable-background:new ;}</style><rect x="420" class="st0" width="512" height="512"/><g><rect class="st1" width="1287" height="512"/><path class="st2" d="M758,195c30.9,0,56-25.1,56-56s-25.1-56-56-56s-56,25.1-56,56S727.1,195,758,195z"/><path class="st3" d="M891.1,512H220.4l309.1-279.2c7.5-6.7,17.3-10.2,27.3-9.9c10,0.3,19.6,4.4,26.7,11.5L732.6,369L891.1,512z"/><path class="st4" d="M1084.6,512H591.3l141.2-143l55.8-56.5c6.9-7,16.2-11.1,26-11.5c9.8-0.5,19.5,2.8,27,9.1L1084.6,512z"/></g></svg>');
  background-color: #ACBDC6 !important;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  background-size: cover;
}
.sidebar nav ul > li > .inner .header-data figure:after, .slider-container .swiper-slide figure.no-image:after, .swiper-slide.no-image:after, .tile--google-maps---container .header-content figure:after, .tile--search-result---container .tile-header figure.no-image:after, .sidebar nav ul > li > .inner .header-data figure:before, .slider-container .swiper-slide figure.no-image:before, .swiper-slide.no-image:before, .tile--google-maps---container .header-content figure:before, .tile--search-result---container .tile-header figure.no-image:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  content: "";
  background-color: transparent;
  border-left: 25px solid transparent;
  border-right: 250px solid transparent;
}
.sidebar nav ul > li > .inner .header-data figure:after, .slider-container .swiper-slide figure.no-image:after, .swiper-slide.no-image:after, .tile--google-maps---container .header-content figure:after, .tile--search-result---container .tile-header figure.no-image:after {
  right: 0;
  transform: rotate(23deg) scale(8);
  border-bottom: 100px solid #d3dee5;
  opacity: 0.25;
  filter: alpha(opacity=25);
  z-index: -1;
}
.sidebar nav ul > li > .inner .header-data figure:before, .slider-container .swiper-slide figure.no-image:before, .swiper-slide.no-image:before, .tile--google-maps---container .header-content figure:before, .tile--search-result---container .tile-header figure.no-image:before {
  left: 0;
  transform: rotate(-33deg) scale(4);
  border-bottom: 100px solid #424D57;
  opacity: 0.35;
  filter: alpha(opacity=35);
  z-index: -2;
}

.swiper-slide-caption:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.account .bookings---lists .card-body table td .js-btn-copy, .account .bookings---lists button.collapsed .btn-plus, .account .bookings---lists button::before, .form-login .form--fieldset---checkbox i.ckeckbox, .btn-input, .panels .btn-plus {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.account .bookings---lists button .btn-plus {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

/* Fonts */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
}

@media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 14.5833333333%;
    max-width: 14.5833333333%;
  }
}
.bl-0 {
  border-left: 0 !important;
}

.br-0 {
  border-right: 0 !important;
}

.bt-0 {
  border-top: 0 !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

/* Fonts */
a,
a:hover,
a:link,
a:visited,
a:focus {
  text-decoration: none;
  cursor: pointer;
}

p a {
  color: rgb(66, 77, 87);
}
p a:hover {
  color: #d3dee5;
}

.text-muted {
  color: #6c757d;
}

.icon-rxxl-background, .icon-rxxl--container {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
}
.icon-rxxl-background.small, .small.icon-rxxl--container {
  margin-right: 10px;
  background-size: 10px 10px;
  background-position: 50%;
}

.icon-rxxl--container {
  position: relative;
  display: inline-block;
  width: 1em;
  border: 1px solid transparent;
  line-height: 1em;
  text-decoration: none;
}
.icon-rxxl--container:before {
  content: " ";
}
.icon-rxxl---size-xl {
  width: 25px;
  height: 25px;
}
.icon-rxxl---location {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M60 11.3c-19.3 0-34.9 15.6-34.9 34.9 0 13.9 4.8 17.9 30.4 55l.1.1 4.4 7.4 4.6-7.6.1-.2c25.4-36.7 30.2-40.7 30.2-54.6 0-19.4-15.6-35-34.9-35zm0 49.5c-8 0-14.6-6.5-14.6-14.5 0-8.1 6.5-14.6 14.6-14.6s14.6 6.5 14.6 14.6c0 7.9-6.6 14.5-14.6 14.5z'/%3E%3C/svg%3E");
}
.icon-rxxl---location.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 120 120'%3e%3cpath d='M60 11.3c-19.3 0-34.9 15.6-34.9 34.9 0 13.9 4.8 17.9 30.4 55l.1.1 4.4 7.4 4.6-7.6.1-.2c25.4-36.7 30.2-40.7 30.2-54.6 0-19.4-15.6-35-34.9-35zm0 49.5c-8 0-14.6-6.5-14.6-14.5 0-8.1 6.5-14.6 14.6-14.6s14.6 6.5 14.6 14.6c0 7.9-6.6 14.5-14.6 14.5z'/%3E%3C/svg%3E");
}
.icon-rxxl---location.green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2301CB60' viewBox='0 0 120 120'%3e%3cpath d='M60 11.3c-19.3 0-34.9 15.6-34.9 34.9 0 13.9 4.8 17.9 30.4 55l.1.1 4.4 7.4 4.6-7.6.1-.2c25.4-36.7 30.2-40.7 30.2-54.6 0-19.4-15.6-35-34.9-35zm0 49.5c-8 0-14.6-6.5-14.6-14.5 0-8.1 6.5-14.6 14.6-14.6s14.6 6.5 14.6 14.6c0 7.9-6.6 14.5-14.6 14.5z'/%3E%3C/svg%3E");
}
.icon-rxxl---copy-clipboard {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23424D57' d='M22 6v16H6V6h16zm2-2H4v20h20V4zM0 21V0h21v2H2v19H0z'/%3e%3c/svg%3e");
}
.icon-rxxl---phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 128 128'%3e%3cpath d='M52.8 91.3H41.6v-6.8h11.2v6.8zm16.8 13.5H58.4V98h11.2v6.8zm0-13.5H58.4v-6.8h11.2v6.8zm16.8 13.5H75.2V98h11.2v6.8zm0 13.8H75.2v-6.8h11.2v6.8zm0-27.3H75.2v-6.8h11.2v6.8zm0-20.3H41.6V10.4h44.7V71zm11-71H30.6c-.1.8-.2 1.6-.2 2.4V128h67.1V2.4c0-.8 0-1.6-.1-2.4zM52.8 104.8H41.6V98h11.2v6.8zM65.6 5c0 1-.9 1.9-1.9 1.9-1.1 0-1.9-.8-1.9-1.9s.9-1.9 1.9-1.9c1 0 1.9.8 1.9 1.9zm-13 113.6H41.5v-6.8h11.2v6.8zm16.7 0H58.1v-6.8h11.2v6.8z'/%3E%3C/svg%3E");
}
.icon-rxxl---phone.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 128 128'%3e%3cpath d='M52.8 91.3H41.6v-6.8h11.2v6.8zm16.8 13.5H58.4V98h11.2v6.8zm0-13.5H58.4v-6.8h11.2v6.8zm16.8 13.5H75.2V98h11.2v6.8zm0 13.8H75.2v-6.8h11.2v6.8zm0-27.3H75.2v-6.8h11.2v6.8zm0-20.3H41.6V10.4h44.7V71zm11-71H30.6c-.1.8-.2 1.6-.2 2.4V128h67.1V2.4c0-.8 0-1.6-.1-2.4zM52.8 104.8H41.6V98h11.2v6.8zM65.6 5c0 1-.9 1.9-1.9 1.9-1.1 0-1.9-.8-1.9-1.9s.9-1.9 1.9-1.9c1 0 1.9.8 1.9 1.9zm-13 113.6H41.5v-6.8h11.2v6.8zm16.7 0H58.1v-6.8h11.2v6.8z'/%3E%3C/svg%3E");
}
.icon-rxxl---phone-2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 32 32'%3e%3cpath d='m26 29.3-4.4-8.5S19.1 22 19 22.1c-2.8 1.4-8.5-9.8-5.8-11.2l2.6-1.3L11.5 1 8.9 2.3c-9 4.7 5.3 32.5 14.5 28.3.1-.1 2.6-1.3 2.6-1.3z'/%3E%3C/svg%3E");
}
.icon-rxxl---mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 128 128'%3e%3cpath d='M64 63.9c0 .1.1.2.1.3 0-.1 0-.1-.1-.1v-.2zM0 40.8v47L33.5 66 0 40.8zm128 47v-47L94.5 66 128 87.8zm-64 1L41.7 72.1 0 99.2v9.6h128v-9.6L86.3 72.1 64 88.8zm-64-60l64 48 64-48v-9.6H0v9.6z'/%3E%3C/svg%3E");
}
.icon-rxxl---mail.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 128 128'%3e%3cpath d='M64 63.9c0 .1.1.2.1.3 0-.1 0-.1-.1-.1v-.2zM0 40.8v47L33.5 66 0 40.8zm128 47v-47L94.5 66 128 87.8zm-64 1L41.7 72.1 0 99.2v9.6h128v-9.6L86.3 72.1 64 88.8zm-64-60l64 48 64-48v-9.6H0v9.6z'/%3E%3C/svg%3E");
}
.icon-rxxl---back {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23424D57' d='M64.7 111.7L0 55.8 64.7 0v18.1L21.4 55.8 64.7 94v17.7z'/%3e%3c/svg%3e");
}
.icon-rxxl---back.white {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M64.7 111.7L0 55.8 64.7 0v18.1L21.4 55.8 64.7 94v17.7z'/%3e%3c/svg%3e");
}
.icon-rxxl---forward {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23424D57' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.icon-rxxl---forward.white {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.icon-rxxl---forward.green {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%2301CB60' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.icon-rxxl---location--dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(66, 77, 87)'   viewBox='0 0 120 120'%3e%3cpath d='M60 11.3c-19.3 0-34.9 15.6-34.9 34.9 0 13.9 4.8 17.9 30.4 55l.1.1 4.4 7.4 4.6-7.6.1-.2c25.4-36.7 30.2-40.7 30.2-54.6 0-19.4-15.6-35-34.9-35zm0 49.5c-8 0-14.6-6.5-14.6-14.5 0-8.1 6.5-14.6 14.6-14.6s14.6 6.5 14.6 14.6c0 7.9-6.6 14.5-14.6 14.5z'/%3E%3C/svg%3E");
}
.icon-rxxl---hotel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120' preserveAspectRatio='xMinYMid'%3e%3cpath d='M34.3 49.1H49v18.3H34.3V49.1zm18.4 0h14.7v18.3H52.7V49.1zm18.3 0h14.7v18.3H71V49.1zM46.4 25.8v3.6h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2zm6.9-.3c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm4.4-7.5v.9h2.9v7.5h1.2v-7.5h2.9v-.9h-7zm14.3.9v-.9h-5.7v8.4H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72zm5.2 6.5v-7.5H76v8.4h5.6v-.9h-4.4zm0 0v-7.5H76v8.4h5.6v-.9h-4.4zm-10.9.9H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72v-.9h-5.7v8.3zm-8.6-7.4h2.9v7.5h1.2v-7.5h2.9v-.9h-7.1c.1 0 .1.9.1.9zm-4.4-1.2c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm-6.9-3.9h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2v3.6zm57.4 15.5v-7.3h-7.3v-21H25.6v21.1h-9.5V45h7.3v51.2h-7.3l1.3 7.3h84l2.3-7.3h-7.3V44.9h7.4zM56.4 99.8h-7.3V85.2h7.3v14.6zm14.5 0h-7.3V85.2h7.3v14.6zm18.4-3.7h-11V77.9H41.7v18.3H30.8V44.9h58.5v51.2zM30.4 37.7V21.5h61.2l.1 16.3c0-.1-61.3-.1-61.3-.1zm46.8-11.9H76v8.4h5.6v-.9h-4.4v-7.5zm-10.9 8.3H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72v-.9h-5.7v8.3zm-8.6-7.4h2.9v7.5h1.2v-7.5h2.9v-.9h-7.1c.1 0 .1.9.1.9zm-4.4-1.2c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm-6.9-3.9h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2v3.6zM34.3 49.1H49v18.3H34.3V49.1zm18.4 0h14.7v18.3H52.7V49.1zm18.3 0h14.7v18.3H71V49.1zM46.3 25.8h1.2v8.4h-1.2v-3.9h-4.7v3.9h-1.2v-8.4h1.2v3.6h4.7v-3.6zm7-.3c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.2-2.5-1.9-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3c1.6 0 2.9 1.5 2.9 3.3s-1.3 3.3-2.9 3.3zm4.4-7.5h7.1v.9h-2.9v7.5h-1.2v-7.5h-2.9l-.1-.9zm8.5 0h5.7v.9h-4.7v2.7h4v.9h-4v2.9h4.7v.9h-5.7v-8.3zm15.3 7.4v.9h-5.6v-8.4h1.2v7.5h4.4zm-34-7.4v8.4h-1.2v-3.9h-4.7v3.9h-1.2v-8.4h1.2v3.6h4.7v-3.6h1.2zm17.2 0v.9h-2.9v7.5h-1.2v-7.5h-2.9v-.9h7zm2.6.9v2.7h4v.9h-4v2.9H72v.9h-5.7v-8.4H72v.9l-4.7.1zm14.2 6.5v.9h-5.6v-8.4h1.2v7.5h4.4zm-28.2-7.7c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.2-2.5-1.9-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3c1.6 0 2.9 1.5 2.9 3.3s-1.3 3.3-2.9 3.3zM71 49.1h14.7v18.3H71V49.1zm-18.3 0h14.7v18.3H52.7V49.1zm-18.4 0H49v18.3H34.3V49.1z'/%3E%3C/svg%3E");
}
.icon-rxxl---user {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 128 128'%3e%3cpath d='M119.5 112.6v15.6H8.5v-15.6c0-3.3 1.4-6.4 4-8.5C23.9 94.7 36 87.9 41.9 84.7c1.4-.8 2.5-1.3 3.1-1.6.2-.1.4-.3.5-.5 2-2 3.1-3.4 2.2-6.6-.2-.6-1.4-1.5-1.7-1.9-1.6-1.6-3.1-7.4-3.2-9.5 0-.4-.1-.7-.2-1 0-.1-.1-.2-.1-.3V63h-.3c-.2-.3-.6-.5-1-.6-.1 0-.1-.1-.2-.1-3.8-1-5.1-3.7-5.3-7.3 0-1.3-.2-2.5-.3-3.8-.1-2.5.2-3.3 2.1-4.1.3-.1.5-.2.9-.3.7-.2 1.1-.5 1.4-.9-.6-2.7-1.9-9.4-.2-15.9-.1-1.6-.1-3.3-.2-4.9 0-.8 0-1.7.4-2.3l4.2-7.5c.3-.5.6-1.1.9-1.6C46 11.9 47.1 10 48.2 8c.3.5.5.9.9 1.6 1.4-1.7 2.7-3.2 4.2-5 .3.9.5 1.3.6 1.8 1-1.1 2-2.1 3.2-3.4v2.2c1-1.2 1.7-2.1 2.6-3.2.7.3 1.3.7 2 1 .4-.6.7-1.2 1.2-1.9.5.8 1 1.5 1.6 2.4V.1c2.4 2 4.6 3.8 7 5.7V3.4c3 1.5 5 4.6 9 5.8 2.8 4.5 6.2 9.8 9.4 15.2.4.7.3 1.8.3 2.7-.3 3.8-.6 7.6-1 11.4-.1 1.3-.2 2.6-.4 3.8-.2 1.1-.4 2.3-.7 3.5h.5c.2.5.5.9 1.2 1.1.3.1.6.2.9.4 2.1 1 3 2.7 2.4 5.3-.3 1.3-.4 2.6-.5 4-.3 2.7-1.5 4.7-4.1 5.6-1.3.5-1.8 1.3-1.9 2.7-.1 2.1-1.7 7.9-3.2 9.5-.4.4-1.5 1.3-1.7 1.9-1.4 3.6-1 6 2.1 7.4 0 0 .1 0 .1.1.2.1.5.1.7.2 5 2.5 18.5 9.8 31.1 20.1 2.3 2 3.7 5.2 3.8 8.5z'/%3E%3C/svg%3E");
}
.icon-rxxl---hotel--dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120' preserveAspectRatio='xMinYMid'%3e%3cpath d='M34.3 49.1H49v18.3H34.3V49.1zm18.4 0h14.7v18.3H52.7V49.1zm18.3 0h14.7v18.3H71V49.1zM46.4 25.8v3.6h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2zm6.9-.3c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm4.4-7.5v.9h2.9v7.5h1.2v-7.5h2.9v-.9h-7zm14.3.9v-.9h-5.7v8.4H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72zm5.2 6.5v-7.5H76v8.4h5.6v-.9h-4.4zm0 0v-7.5H76v8.4h5.6v-.9h-4.4zm-10.9.9H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72v-.9h-5.7v8.3zm-8.6-7.4h2.9v7.5h1.2v-7.5h2.9v-.9h-7.1c.1 0 .1.9.1.9zm-4.4-1.2c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm-6.9-3.9h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2v3.6zm57.4 15.5v-7.3h-7.3v-21H25.6v21.1h-9.5V45h7.3v51.2h-7.3l1.3 7.3h84l2.3-7.3h-7.3V44.9h7.4zM56.4 99.8h-7.3V85.2h7.3v14.6zm14.5 0h-7.3V85.2h7.3v14.6zm18.4-3.7h-11V77.9H41.7v18.3H30.8V44.9h58.5v51.2zM30.4 37.7V21.5h61.2l.1 16.3c0-.1-61.3-.1-61.3-.1zm46.8-11.9H76v8.4h5.6v-.9h-4.4v-7.5zm-10.9 8.3H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72v-.9h-5.7v8.3zm-8.6-7.4h2.9v7.5h1.2v-7.5h2.9v-.9h-7.1c.1 0 .1.9.1.9zm-4.4-1.2c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm-6.9-3.9h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2v3.6zM34.3 49.1H49v18.3H34.3V49.1zm18.4 0h14.7v18.3H52.7V49.1zm18.3 0h14.7v18.3H71V49.1zM46.3 25.8h1.2v8.4h-1.2v-3.9h-4.7v3.9h-1.2v-8.4h1.2v3.6h4.7v-3.6zm7-.3c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.2-2.5-1.9-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3c1.6 0 2.9 1.5 2.9 3.3s-1.3 3.3-2.9 3.3zm4.4-7.5h7.1v.9h-2.9v7.5h-1.2v-7.5h-2.9l-.1-.9zm8.5 0h5.7v.9h-4.7v2.7h4v.9h-4v2.9h4.7v.9h-5.7v-8.3zm15.3 7.4v.9h-5.6v-8.4h1.2v7.5h4.4zm-34-7.4v8.4h-1.2v-3.9h-4.7v3.9h-1.2v-8.4h1.2v3.6h4.7v-3.6h1.2zm17.2 0v.9h-2.9v7.5h-1.2v-7.5h-2.9v-.9h7zm2.6.9v2.7h4v.9h-4v2.9H72v.9h-5.7v-8.4H72v.9l-4.7.1zm14.2 6.5v.9h-5.6v-8.4h1.2v7.5h4.4zm-28.2-7.7c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.2-2.5-1.9-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3c1.6 0 2.9 1.5 2.9 3.3s-1.3 3.3-2.9 3.3zM71 49.1h14.7v18.3H71V49.1zm-18.3 0h14.7v18.3H52.7V49.1zm-18.4 0H49v18.3H34.3V49.1z'/%3E%3C/svg%3E");
}
.icon-rxxl---edit-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120'%3e%3cpath d='M67.6 31.6L21.5 77.8l-5.2 26 26-5.2 46.1-46.1-20.8-20.9zM26.7 82.9l40.6-40.6 3.1 3.1L29.8 86l-3.1-3.1zm10.4 10.4L34 90.2l40.6-40.6 3.1 3.1-40.6 40.6zM83 16.2L72.8 26.5l20.8 20.8L103.8 37 83 16.2z'/%3E%3C/svg%3E");
}
.icon-rxxl---edit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M67.6 31.6L21.5 77.8l-5.2 26 26-5.2 46.1-46.1-20.8-20.9zM26.7 82.9l40.6-40.6 3.1 3.1L29.8 86l-3.1-3.1zm10.4 10.4L34 90.2l40.6-40.6 3.1 3.1-40.6 40.6zM83 16.2L72.8 26.5l20.8 20.8L103.8 37 83 16.2z'/%3E%3C/svg%3E");
}
.icon-rxxl---edit-search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120'%3e%3cpath d='M68.2 11.8c-21.2 0-38.3 17.3-38.3 38.3 0 5.5 1.2 10.8 3.3 15.8 1.4 2.9 3 5.8 5.1 8.2l-24.8 25 9.1 9.1L48 82.7c5.9 3.8 13 5.8 20.1 5.8 21.2 0 38.3-17.3 38.3-38.3.1-21.3-17-38.4-38.2-38.4zm0 63.8c-6.2 0-12.3-2.3-17-6.4-5.5-4.8-8.6-11.8-8.6-19.1C42.6 36 54.1 24.7 68 24.7c14.1 0 25.4 11.5 25.4 25.4.2 14.1-11.1 25.5-25.2 25.5z'/%3E%3C/svg%3E");
}
.icon-rxxl---ro {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 128 128'%3e%3cpath d='M120 61.5v22h-8v8h-8v-8H24v8h-8v-8H8v-47h8v39h24l12-34h56s11 1 12 20zm-90-16c-6.1 0-11 4.9-11 11s4.9 11 11 11 11-4.9 11-11-4.9-11-11-11z'/%3E%3C/svg%3E");
}
.icon-rxxl---ro.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 128 128'%3e%3cpath d='M120 61.5v22h-8v8h-8v-8H24v8h-8v-8H8v-47h8v39h24l12-34h56s11 1 12 20zm-90-16c-6.1 0-11 4.9-11 11s4.9 11 11 11 11-4.9 11-11-4.9-11-11-11z'/%3E%3C/svg%3E");
}
.icon-rxxl---ro.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2349c2ef' viewBox='0 0 128 128'%3e%3cpath d='M120 61.5v22h-8v8h-8v-8H24v8h-8v-8H8v-47h8v39h24l12-34h56s11 1 12 20zm-90-16c-6.1 0-11 4.9-11 11s4.9 11 11 11 11-4.9 11-11-4.9-11-11-11z'/%3E%3C/svg%3E");
}
@media (max-width: 767.98px) {
  .icon-rxxl---ro.blue {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 128 128'%3e%3cpath d='M120 61.5v22h-8v8h-8v-8H24v8h-8v-8H8v-47h8v39h24l12-34h56s11 1 12 20zm-90-16c-6.1 0-11 4.9-11 11s4.9 11 11 11 11-4.9 11-11-4.9-11-11-11z'/%3E%3C/svg%3E");
  }
}
.icon-rxxl---bb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 78.6 78.6'%3e%3cpath d='M61 24.2H18.2V47c0 5.9 4.8 10.7 10.7 10.7H45c5.9 0 10.7-4.8 10.7-10.7v-4h5.4c2.9 0 5.4-2.4 5.4-5.4v-8c-.1-3.1-2.5-5.4-5.5-5.4zm0 12.6h-5.4v-8H61v8zM39.7 21.6c10.1-9.1-2.1-9.8.3-16.1-8 8.1 3 9.6-.3 16.1zm-5.9 0c6.7-6.1-1.4-7.9.3-12-5.7 5.8 1.9 7.3-.3 12z'/%3E%3C/svg%3E");
}
.icon-rxxl---bb.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 78.6 78.6'%3e%3cpath d='M61 24.2H18.2V47c0 5.9 4.8 10.7 10.7 10.7H45c5.9 0 10.7-4.8 10.7-10.7v-4h5.4c2.9 0 5.4-2.4 5.4-5.4v-8c-.1-3.1-2.5-5.4-5.5-5.4zm0 12.6h-5.4v-8H61v8zM39.7 21.6c10.1-9.1-2.1-9.8.3-16.1-8 8.1 3 9.6-.3 16.1zm-5.9 0c6.7-6.1-1.4-7.9.3-12-5.7 5.8 1.9 7.3-.3 12z'/%3E%3C/svg%3E");
}
.icon-rxxl---bb.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2349c2ef' viewBox='0 0 78.6 78.6'%3e%3cpath d='M61 24.2H18.2V47c0 5.9 4.8 10.7 10.7 10.7H45c5.9 0 10.7-4.8 10.7-10.7v-4h5.4c2.9 0 5.4-2.4 5.4-5.4v-8c-.1-3.1-2.5-5.4-5.5-5.4zm0 12.6h-5.4v-8H61v8zM39.7 21.6c10.1-9.1-2.1-9.8.3-16.1-8 8.1 3 9.6-.3 16.1zm-5.9 0c6.7-6.1-1.4-7.9.3-12-5.7 5.8 1.9 7.3-.3 12z'/%3E%3C/svg%3E");
}
@media (max-width: 767.98px) {
  .icon-rxxl---bb.blue {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 78.6 78.6'%3e%3cpath d='M61 24.2H18.2V47c0 5.9 4.8 10.7 10.7 10.7H45c5.9 0 10.7-4.8 10.7-10.7v-4h5.4c2.9 0 5.4-2.4 5.4-5.4v-8c-.1-3.1-2.5-5.4-5.5-5.4zm0 12.6h-5.4v-8H61v8zM39.7 21.6c10.1-9.1-2.1-9.8.3-16.1-8 8.1 3 9.6-.3 16.1zm-5.9 0c6.7-6.1-1.4-7.9.3-12-5.7 5.8 1.9 7.3-.3 12z'/%3E%3C/svg%3E");
  }
}
.icon-rxxl---hb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 78.6 78.6'%3e%3cpath d='M39.6 40.9c.1 2.9-1.5 5.5-3.7 7.3-2.7 2.1-3.6 3.5-4.6 5.2-.2.4-.3.8-.3 1.4l.3 4.5v7.6H23v-7.6l.3-4.5c0-.4-.1-1-.3-1.4-.8-1.8-1.8-3.2-4.6-5.2-2.3-1.8-3.8-4.6-3.7-7.3v-.7c.1-.8.2-1.7.2-2.7v-.3c1-8.7 2.4-21.7 2.7-23.4h2.3v20.8h2.4l.7-20.8h2.4l.8 20.8H28l.8-20.8H31l.7 20.8h2.4V13.8h2.3c.2 1.7 1.7 14.7 2.7 23.4 0 .3.1.6.1 1 .1.7.1 1.4.2 2 .2.2.2.5.2.7zM62.5 12v54.9h-8.4V53.7h-8.4V25.4c0-5.9 7.5-13.4 16.8-13.4z'/%3E%3C/svg%3E");
}
.icon-rxxl---hb.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 78.6 78.6'%3e%3cpath d='M39.6 40.9c.1 2.9-1.5 5.5-3.7 7.3-2.7 2.1-3.6 3.5-4.6 5.2-.2.4-.3.8-.3 1.4l.3 4.5v7.6H23v-7.6l.3-4.5c0-.4-.1-1-.3-1.4-.8-1.8-1.8-3.2-4.6-5.2-2.3-1.8-3.8-4.6-3.7-7.3v-.7c.1-.8.2-1.7.2-2.7v-.3c1-8.7 2.4-21.7 2.7-23.4h2.3v20.8h2.4l.7-20.8h2.4l.8 20.8H28l.8-20.8H31l.7 20.8h2.4V13.8h2.3c.2 1.7 1.7 14.7 2.7 23.4 0 .3.1.6.1 1 .1.7.1 1.4.2 2 .2.2.2.5.2.7zM62.5 12v54.9h-8.4V53.7h-8.4V25.4c0-5.9 7.5-13.4 16.8-13.4z'/%3E%3C/svg%3E");
}
.icon-rxxl---hb.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2349c2ef' viewBox='0 0 78.6 78.6'%3e%3cpath d='M39.6 40.9c.1 2.9-1.5 5.5-3.7 7.3-2.7 2.1-3.6 3.5-4.6 5.2-.2.4-.3.8-.3 1.4l.3 4.5v7.6H23v-7.6l.3-4.5c0-.4-.1-1-.3-1.4-.8-1.8-1.8-3.2-4.6-5.2-2.3-1.8-3.8-4.6-3.7-7.3v-.7c.1-.8.2-1.7.2-2.7v-.3c1-8.7 2.4-21.7 2.7-23.4h2.3v20.8h2.4l.7-20.8h2.4l.8 20.8H28l.8-20.8H31l.7 20.8h2.4V13.8h2.3c.2 1.7 1.7 14.7 2.7 23.4 0 .3.1.6.1 1 .1.7.1 1.4.2 2 .2.2.2.5.2.7zM62.5 12v54.9h-8.4V53.7h-8.4V25.4c0-5.9 7.5-13.4 16.8-13.4z'/%3E%3C/svg%3E");
}
@media (max-width: 767.98px) {
  .icon-rxxl---hb.blue {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 78.6 78.6'%3e%3cpath d='M39.6 40.9c.1 2.9-1.5 5.5-3.7 7.3-2.7 2.1-3.6 3.5-4.6 5.2-.2.4-.3.8-.3 1.4l.3 4.5v7.6H23v-7.6l.3-4.5c0-.4-.1-1-.3-1.4-.8-1.8-1.8-3.2-4.6-5.2-2.3-1.8-3.8-4.6-3.7-7.3v-.7c.1-.8.2-1.7.2-2.7v-.3c1-8.7 2.4-21.7 2.7-23.4h2.3v20.8h2.4l.7-20.8h2.4l.8 20.8H28l.8-20.8H31l.7 20.8h2.4V13.8h2.3c.2 1.7 1.7 14.7 2.7 23.4 0 .3.1.6.1 1 .1.7.1 1.4.2 2 .2.2.2.5.2.7zM62.5 12v54.9h-8.4V53.7h-8.4V25.4c0-5.9 7.5-13.4 16.8-13.4z'/%3E%3C/svg%3E");
  }
}
.icon-rxxl---fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 78.6 78.6'%3e%3cpath d='M7.8 55.2h62.9v6.3H7.8v-6.3zM45 27c.3-.8.5-1.6.5-2.5 0-3.5-2.9-6.3-6.3-6.3s-6.3 2.9-6.3 6.4c0 .9.2 1.7.5 2.5-12.3 2.5-21.6 13-22.5 25.8h56.6C66.6 40.1 57.3 29.6 45 27z'/%3E%3C/svg%3E");
}
.icon-rxxl---fb.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 78.6 78.6'%3e%3cpath d='M7.8 55.2h62.9v6.3H7.8v-6.3zM45 27c.3-.8.5-1.6.5-2.5 0-3.5-2.9-6.3-6.3-6.3s-6.3 2.9-6.3 6.4c0 .9.2 1.7.5 2.5-12.3 2.5-21.6 13-22.5 25.8h56.6C66.6 40.1 57.3 29.6 45 27z'/%3E%3C/svg%3E");
}
.icon-rxxl---fb.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2349c2ef' viewBox='0 0 78.6 78.6'%3e%3cpath d='M7.8 55.2h62.9v6.3H7.8v-6.3zM45 27c.3-.8.5-1.6.5-2.5 0-3.5-2.9-6.3-6.3-6.3s-6.3 2.9-6.3 6.4c0 .9.2 1.7.5 2.5-12.3 2.5-21.6 13-22.5 25.8h56.6C66.6 40.1 57.3 29.6 45 27z'/%3E%3C/svg%3E");
}
@media (max-width: 767.98px) {
  .icon-rxxl---fb.blue {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 78.6 78.6'%3e%3cpath d='M7.8 55.2h62.9v6.3H7.8v-6.3zM45 27c.3-.8.5-1.6.5-2.5 0-3.5-2.9-6.3-6.3-6.3s-6.3 2.9-6.3 6.4c0 .9.2 1.7.5 2.5-12.3 2.5-21.6 13-22.5 25.8h56.6C66.6 40.1 57.3 29.6 45 27z'/%3E%3C/svg%3E");
  }
}
.icon-rxxl---ai {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 78.6 78.6'%3e%3cpath d='M20.3 48.3l-6.4-21.4L29 35.4l10.4-17.1 10.4 17.1L65 26.9l-6.3 21.4H20.3zm0 4.3v8.5h38.5v-8.5H20.3z'/%3E%3C/svg%3E");
}
.icon-rxxl---ai.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 78.6 78.6'%3e%3cpath d='M20.3 48.3l-6.4-21.4L29 35.4l10.4-17.1 10.4 17.1L65 26.9l-6.3 21.4H20.3zm0 4.3v8.5h38.5v-8.5H20.3z'/%3E%3C/svg%3E");
}
.icon-rxxl---ai.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2349c2ef' viewBox='0 0 78.6 78.6'%3e%3cpath d='M20.3 48.3l-6.4-21.4L29 35.4l10.4-17.1 10.4 17.1L65 26.9l-6.3 21.4H20.3zm0 4.3v8.5h38.5v-8.5H20.3z'/%3E%3C/svg%3E");
}
@media (max-width: 767.98px) {
  .icon-rxxl---ai.blue {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 78.6 78.6'%3e%3cpath d='M20.3 48.3l-6.4-21.4L29 35.4l10.4-17.1 10.4 17.1L65 26.9l-6.3 21.4H20.3zm0 4.3v8.5h38.5v-8.5H20.3z'/%3E%3C/svg%3E");
  }
}
.icon-rxxl---all {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 78.6 78.6'%3e%3cpath d='M56.4 26.3c-3.7 0-7.3 1.5-9.8 4l-7.3 6.5-3.9 3.5-7 6.2c-1.7 1.7-3.9 2.6-6.2 2.6-4.9 0-8.8-3.9-8.8-8.8s3.9-8.8 8.8-8.8c2.4 0 4.6.9 6.3 2.7l2.9 2.6 3.9-3.5-3.3-2.9c-2.6-2.6-6.2-4.1-9.9-4.1-7.7 0-14 6.3-14 14s6.3 14 14 14c3.7 0 7.3-1.5 9.8-4l7.3-6.5 3.9-3.5 7-6.2c1.7-1.7 3.9-2.6 6.2-2.6 4.9 0 8.8 3.9 8.8 8.8s-3.9 8.8-8.8 8.8c-2.3 0-4.6-.9-6.3-2.7l-3-2.6-3.9 3.5 3.3 2.9c2.6 2.6 6.1 4.1 9.9 4.1 7.7 0 14-6.3 14-14s-6.2-14-13.9-14z'/%3E%3C/svg%3E");
}
.icon-rxxl---all.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 78.6 78.6'%3e%3cpath d='M56.4 26.3c-3.7 0-7.3 1.5-9.8 4l-7.3 6.5-3.9 3.5-7 6.2c-1.7 1.7-3.9 2.6-6.2 2.6-4.9 0-8.8-3.9-8.8-8.8s3.9-8.8 8.8-8.8c2.4 0 4.6.9 6.3 2.7l2.9 2.6 3.9-3.5-3.3-2.9c-2.6-2.6-6.2-4.1-9.9-4.1-7.7 0-14 6.3-14 14s6.3 14 14 14c3.7 0 7.3-1.5 9.8-4l7.3-6.5 3.9-3.5 7-6.2c1.7-1.7 3.9-2.6 6.2-2.6 4.9 0 8.8 3.9 8.8 8.8s-3.9 8.8-8.8 8.8c-2.3 0-4.6-.9-6.3-2.7l-3-2.6-3.9 3.5 3.3 2.9c2.6 2.6 6.1 4.1 9.9 4.1 7.7 0 14-6.3 14-14s-6.2-14-13.9-14z'/%3E%3C/svg%3E");
}
.icon-rxxl---all.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2349c2ef' viewBox='0 0 78.6 78.6'%3e%3cpath d='M56.4 26.3c-3.7 0-7.3 1.5-9.8 4l-7.3 6.5-3.9 3.5-7 6.2c-1.7 1.7-3.9 2.6-6.2 2.6-4.9 0-8.8-3.9-8.8-8.8s3.9-8.8 8.8-8.8c2.4 0 4.6.9 6.3 2.7l2.9 2.6 3.9-3.5-3.3-2.9c-2.6-2.6-6.2-4.1-9.9-4.1-7.7 0-14 6.3-14 14s6.3 14 14 14c3.7 0 7.3-1.5 9.8-4l7.3-6.5 3.9-3.5 7-6.2c1.7-1.7 3.9-2.6 6.2-2.6 4.9 0 8.8 3.9 8.8 8.8s-3.9 8.8-8.8 8.8c-2.3 0-4.6-.9-6.3-2.7l-3-2.6-3.9 3.5 3.3 2.9c2.6 2.6 6.1 4.1 9.9 4.1 7.7 0 14-6.3 14-14s-6.2-14-13.9-14z'/%3E%3C/svg%3E");
}
@media (max-width: 767.98px) {
  .icon-rxxl---all.blue {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 78.6 78.6'%3e%3cpath d='M56.4 26.3c-3.7 0-7.3 1.5-9.8 4l-7.3 6.5-3.9 3.5-7 6.2c-1.7 1.7-3.9 2.6-6.2 2.6-4.9 0-8.8-3.9-8.8-8.8s3.9-8.8 8.8-8.8c2.4 0 4.6.9 6.3 2.7l2.9 2.6 3.9-3.5-3.3-2.9c-2.6-2.6-6.2-4.1-9.9-4.1-7.7 0-14 6.3-14 14s6.3 14 14 14c3.7 0 7.3-1.5 9.8-4l7.3-6.5 3.9-3.5 7-6.2c1.7-1.7 3.9-2.6 6.2-2.6 4.9 0 8.8 3.9 8.8 8.8s-3.9 8.8-8.8 8.8c-2.3 0-4.6-.9-6.3-2.7l-3-2.6-3.9 3.5 3.3 2.9c2.6 2.6 6.1 4.1 9.9 4.1 7.7 0 14-6.3 14-14s-6.2-14-13.9-14z'/%3E%3C/svg%3E");
  }
}
.icon-rxxl---reload {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23424D57' d='M20.3 39.4v35.2l5.4-5.4 5.4 5.4-15.6 15.5L0 74.6l5.4-5.4 5.4 5.4V29.9h63.1v9.6l-53.6-.1zm99.7 6l-5.4 5.4-5.4-5.4v44.8h-63v-9.6h53.5V45.4l-5.4 5.4-5.3-5.4 15.5-15.5L120 45.4z'/%3e%3c/svg%3e");
  background-size: 1.5em 1.5em !important;
  background-position: left 8px center !important;
}
.icon-rxxl---coin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 78.6 78.6'%3e%3cpath d='M45.7 50.7c0-1.7-.5-3.2-1.5-4.2s-2.6-2-5-2.9c-2.4-.9-4.4-1.7-6-2.6-1.7-.9-3.2-1.8-4.4-3-1.2-1.1-2.2-2.4-2.8-4-.6-1.5-1-3.4-1-5.4 0-3.6 1.2-6.5 3.4-8.9 2.3-2.3 5.4-3.6 9.2-4V8.9h5.1v7c3.8.5 6.7 2.1 8.9 4.7s3.2 6 3.2 10.2h-9.2c0-2.5-.5-4.4-1.5-5.7-1.1-1.3-2.4-1.9-4.3-1.9-1.7 0-3.1.5-4.1 1.5s-1.5 2.4-1.5 4.1c0 1.6.5 2.9 1.5 3.9s2.7 2 5.3 3c2.5 1 4.6 2 6.3 2.9 1.6.9 3 1.9 4.2 3.1 1.1 1.2 2 2.4 2.6 3.9.6 1.5.9 3.2.9 5.1 0 3.6-1.1 6.5-3.4 8.8s-5.4 3.6-9.3 4v6.4h-5.1v-6.4c-4.4-.5-7.8-2-10.2-4.6-2.4-2.6-3.6-6.2-3.6-10.5h9.3c0 2.5.6 4.4 1.8 5.8 1.2 1.4 2.9 2 5.2 2 1.9 0 3.4-.5 4.4-1.5 1.1-.9 1.6-2.2 1.6-4z'/%3E%3C/svg%3E");
  background-position: center center;
}
.icon-rxxl---card {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 78.6 78.6'%3e%3cpath d='M9.5 22.2h59.7v9.2H9.5v-9.2zm0 14.2v20h59.7v-20H9.5zm44.6 7.2h7.5v1.8h-7.5v-1.8zm-37.2 0h22.4v1.8H16.9v-1.8zm0 3.7h14.9v1.8H16.9v-1.8z'/%3E%3C/svg%3E");
  background-position: center center;
}
.icon-rxxl---card.blue {
  background-size: 140%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 120 120'%3e%3cpath d='M22.9 38.7h74.2v11.5H22.9zM22.9 56.4v24.9h74.2V56.4H22.9zm55.6 9h9.3v2.3h-9.3v-2.3zm-46.3 0H60v2.3H32.2v-2.3zm0 4.5h18.5v2.3H32.2v-2.3z'/%3E%3C/svg%3E");
}
.icon-rxxl---tax {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120'%3e%3cpath d='M84 21.5l13.7 14.7-29.2 31.3-24-25.7L0 89.5l8.5 9.1 36-38.5 24 25.7 37.8-40.4L120 60V21.5H84z'/%3E%3C/svg%3E");
  background-size: 85%;
  background-position: center center;
}
.icon-rxxl---tax.yellow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFCA35' viewBox='0 0 120 120'%3e%3cpath d='M84 21.5l13.7 14.7-29.2 31.3-24-25.7L0 89.5l8.5 9.1 36-38.5 24 25.7 37.8-40.4L120 60V21.5H84z'/%3E%3C/svg%3E");
}
.icon-rxxl---no-money {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 78.6 78.6'%3e%3cpath d='M46.9 42.9c-.8 4.4-4.4 8-8.8 8.7L31.7 58h20V40.9c0-5.5 6.2-8.5 12.5-8.9v-6.4L46.9 42.9zM36.2 30.1c2.4 0 4.4.7 6.2 1.9l8.1-8.1H8.3v34.2h8.1l10.9-10.8c-1.2-1.8-1.9-4-1.9-6.2 0-6.1 4.8-11 10.8-11zM2 17.6v34.2h3.2v-31h48.5l3.2-3.2H2zm64.3 35.1c-4 0-8-.9-10.4-2.9V51c0 2.6 4.8 4.7 10.4 4.7s10.4-2.1 10.4-4.7v-1.3c-2.4 2-6.4 3-10.4 3zm0-5.1c-4 0-8-.9-10.4-2.9V46c0 2.6 4.8 4.7 10.4 4.7s10.4-2.1 10.4-4.7v-1.3c-2.4 2-6.4 2.9-10.4 2.9zm0 10.3c-4 0-8-.9-10.4-2.9v1.3c0 2.6 4.8 4.7 10.4 4.7s10.4-2.1 10.4-4.7V55c-2.4 2-6.4 2.9-10.4 2.9zm0-21.7c-5.5 0-10.4 2.1-10.4 4.7s4.8 4.7 10.4 4.7 10.4-2.1 10.4-4.7-4.9-4.7-10.4-4.7zm.2 6.7v.6h-.6v-.4c-.7 0-1.4-.1-2-.2l.2-.7c.6.1 1.2.2 1.6.2h.6c.8-.1.9-.6 0-.9-.6-.2-2.5-.2-2.5-1.4 0-.6.7-1.1 2-1.2v-.6h.6v.4c.6 0 .9.1 1.6.2l-.2.7c-.4-.2-.9-.2-1.4-.2h-.1c-.9 0-1.1.6-.4.8 1.1.4 2.6.6 2.6 1.5.1.8-.8 1.2-2 1.2zm-28-7.1l-1.8-.4v-1.1h-1.1v1.2c-2.1.2-3.2 1.6-3.2 3.2 0 .9.4 1.6.9 2.2l1.8-1.8c-.6-.6-.2-1.6 1.1-1.8h.8c0-.1 1.5-1.5 1.5-1.5zm0 0l-1.8-.4v-1.1h-1.1v1.2c-2.1.2-3.2 1.6-3.2 3.2 0 .9.4 1.6.9 2.2l1.8-1.8c-.6-.6-.2-1.6 1.1-1.8h.8c0-.1 1.5-1.5 1.5-1.5zm0 0l-1.8-.4v-1.1h-1.1v1.2c-2.1.2-3.2 1.6-3.2 3.2 0 .9.4 1.6.9 2.2l1.8-1.8c-.6-.6-.2-1.6 1.1-1.8h.8c0-.1 1.5-1.5 1.5-1.5zm0 0L37 37.4'/%3E%3C/svg%3E");
  background-position: center center;
}
.icon-rxxl---no-money.red {
  background-size: 140%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF3548' viewBox='0 0 120 120'%3e%3cpath d='M67.5 63.5c-.8 4.4-4.3 8-8.8 8.7l-6.3 6.3h19.9v-17c0-5.5 6.1-8.4 12.4-8.9v-6.3L67.5 63.5zM56.9 50.7c2.3 0 4.4.7 6.1 1.9l8.1-8.1h-42v34h8L48 67.7c-1.2-1.8-1.9-3.9-1.9-6.1 0-6 4.8-10.9 10.8-10.9zm-34-12.3v34H26V41.5h48.2l3.1-3.1H22.9zm63.9 34.9c-3.9 0-7.9-1-10.3-2.9v1.3c0 2.6 4.8 4.7 10.3 4.7 5.5 0 10.3-2.1 10.3-4.7v-1.3c-2.4 1.9-6.4 2.9-10.3 2.9zm0-5.1c-3.9 0-7.9-1-10.3-2.9v1.3c0 2.6 4.8 4.7 10.3 4.7 5.5 0 10.3-2.1 10.3-4.7v-1.3c-2.4 1.9-6.4 2.9-10.3 2.9zm0 10.3c-3.9 0-7.9-1-10.3-2.9v1.3c0 2.6 4.8 4.7 10.3 4.7 5.5 0 10.3-2.1 10.3-4.7v-1.3c-2.4 1.9-6.4 2.9-10.3 2.9zm0-21.6c-5.5 0-10.3 2.1-10.3 4.6 0 2.6 4.8 4.7 10.3 4.7 5.5 0 10.3-2.1 10.3-4.7s-4.8-4.6-10.3-4.6zm.3 6.7v.5h-.6v-.4c-.7 0-1.4-.1-2-.3l.3-.7c.5.1 1.2.3 1.7.3h.5c.8-.1.9-.6 0-.9-.6-.2-2.5-.3-2.5-1.4 0-.6.7-1.1 2-1.2V59h.6v.4c.5 0 1 .1 1.6.2l-.3.7c-.4-.2-.9-.3-1.4-.3h-.1c-1 0-1.1.6-.4.8 1.1.4 2.6.6 2.6 1.5 0 .8-.9 1.2-2 1.3zm-27.9-7.2l-1.8-.3V55h-1.1v1.2c-2.1.3-3.2 1.6-3.2 3.1 0 1 .4 1.7 1 2.2l1.8-1.8c-.6-.6-.3-1.7 1.1-1.8h.7l1.5-1.5zm0 0l-1.8-.3V55h-1.1v1.2c-2.1.3-3.2 1.6-3.2 3.1 0 1 .4 1.7 1 2.2l1.8-1.8c-.6-.6-.3-1.7 1.1-1.8h.7l1.5-1.5zm0 0l-1.8-.3V55h-1.1v1.2c-2.1.3-3.2 1.6-3.2 3.1 0 1 .4 1.7 1 2.2l1.8-1.8c-.6-.6-.3-1.7 1.1-1.8h.7l1.5-1.5zM59.2 56.4l-1.5 1.5'/%3E%3C/svg%3E");
}
.icon-rxxl---no-money.blue {
  background-size: 140%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2349c2ef' viewBox='0 0 120 120'%3e%3cpath d='M67.5 63.5c-.8 4.4-4.3 8-8.8 8.7l-6.3 6.3h19.9v-17c0-5.5 6.1-8.4 12.4-8.9v-6.3L67.5 63.5zM56.9 50.7c2.3 0 4.4.7 6.1 1.9l8.1-8.1h-42v34h8L48 67.7c-1.2-1.8-1.9-3.9-1.9-6.1 0-6 4.8-10.9 10.8-10.9zm-34-12.3v34H26V41.5h48.2l3.1-3.1H22.9zm63.9 34.9c-3.9 0-7.9-1-10.3-2.9v1.3c0 2.6 4.8 4.7 10.3 4.7 5.5 0 10.3-2.1 10.3-4.7v-1.3c-2.4 1.9-6.4 2.9-10.3 2.9zm0-5.1c-3.9 0-7.9-1-10.3-2.9v1.3c0 2.6 4.8 4.7 10.3 4.7 5.5 0 10.3-2.1 10.3-4.7v-1.3c-2.4 1.9-6.4 2.9-10.3 2.9zm0 10.3c-3.9 0-7.9-1-10.3-2.9v1.3c0 2.6 4.8 4.7 10.3 4.7 5.5 0 10.3-2.1 10.3-4.7v-1.3c-2.4 1.9-6.4 2.9-10.3 2.9zm0-21.6c-5.5 0-10.3 2.1-10.3 4.6 0 2.6 4.8 4.7 10.3 4.7 5.5 0 10.3-2.1 10.3-4.7s-4.8-4.6-10.3-4.6zm.3 6.7v.5h-.6v-.4c-.7 0-1.4-.1-2-.3l.3-.7c.5.1 1.2.3 1.7.3h.5c.8-.1.9-.6 0-.9-.6-.2-2.5-.3-2.5-1.4 0-.6.7-1.1 2-1.2V59h.6v.4c.5 0 1 .1 1.6.2l-.3.7c-.4-.2-.9-.3-1.4-.3h-.1c-1 0-1.1.6-.4.8 1.1.4 2.6.6 2.6 1.5 0 .8-.9 1.2-2 1.3zm-27.9-7.2l-1.8-.3V55h-1.1v1.2c-2.1.3-3.2 1.6-3.2 3.1 0 1 .4 1.7 1 2.2l1.8-1.8c-.6-.6-.3-1.7 1.1-1.8h.7l1.5-1.5zm0 0l-1.8-.3V55h-1.1v1.2c-2.1.3-3.2 1.6-3.2 3.1 0 1 .4 1.7 1 2.2l1.8-1.8c-.6-.6-.3-1.7 1.1-1.8h.7l1.5-1.5zm0 0l-1.8-.3V55h-1.1v1.2c-2.1.3-3.2 1.6-3.2 3.1 0 1 .4 1.7 1 2.2l1.8-1.8c-.6-.6-.3-1.7 1.1-1.8h.7l1.5-1.5zM59.2 56.4l-1.5 1.5'/%3E%3C/svg%3E");
}
.icon-rxxl---info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120'%3e%3cpath d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.9 60-60S93.1 0 60 0zM49.8 80.1c2.8-8.9 8.2-19.7 9.1-22.4 1.4-3.9-1.1-5.7-8.7 1l-1.7-3.2c8.7-9.5 26.7-11.6 20.6 3.1-3.8 9.2-6.5 15.4-8.1 20.1-2.3 7 3.5 4.1 9.1-1.1.8 1.3 1 1.7 1.8 3.1-12.5 12-26.4 13-22.1-.6zm23.7-40.9c-2.7 2.3-6.6 2.2-8.8-.1-2.2-2.3-1.8-6 .8-8.3 2.7-2.3 6.6-2.2 8.8.1 2.3 2.3 1.9 6-.8 8.3z'/%3E%3C/svg%3E");
  background-size: 80%;
  background-position: center center;
}
.icon-rxxl---info.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 120 120'%3e%3cpath d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.9 60-60S93.1 0 60 0zM49.8 80.1c2.8-8.9 8.2-19.7 9.1-22.4 1.4-3.9-1.1-5.7-8.7 1l-1.7-3.2c8.7-9.5 26.7-11.6 20.6 3.1-3.8 9.2-6.5 15.4-8.1 20.1-2.3 7 3.5 4.1 9.1-1.1.8 1.3 1 1.7 1.8 3.1-12.5 12-26.4 13-22.1-.6zm23.7-40.9c-2.7 2.3-6.6 2.2-8.8-.1-2.2-2.3-1.8-6 .8-8.3 2.7-2.3 6.6-2.2 8.8.1 2.3 2.3 1.9 6-.8 8.3z'/%3E%3C/svg%3E");
}
.icon-rxxl---refundable {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 78.6 78.6'%3e%3cpath d='M12.5 41.7v25.5H1.9V41.7h10.6zm34.3-13.6c-.9-.7-1.8-1.5-3.1-1.8-1.4-.4-2.3-1.1-3.7-1.7-1.5-.5-2.3-1.1-2.7-1.7-.5-.7-.9-1.5-.9-2.3 0-1.1.1-1.8.7-2.3.6-.5 1.1-.9 2.2-.9s1.8.5 2.3 1.1c.5.7.9 1.8.9 3.3h7c0-2.7-.7-4.8-2.2-6.6-1.5-1.7-3.6-2.7-5.8-3.1V7.5h-3.6v4.3c-2.7.1-4.9 1.1-6.5 2.6-1.7 1.5-2.3 3.6-2.3 5.9 0 1.5.1 2.6.7 3.6.5.9 1.1 1.8 1.8 2.6.9.7 1.8 1.5 3.1 1.8 1.4.4 2.3 1.1 3.7 1.7 1.5.5 2.3 1.1 2.7 1.8.5.5.9 1.5.9 2.6 0 .9-.1 1.8-.9 2.3-.5.5-1.1.9-2.2.9s-2.3-.5-3.1-1.1c-.7-.9-.9-2.2-.9-3.6h-7c0 2.7.7 5.2 2.3 6.8 1.7 1.7 6.8 3.1 6.8 3.1v4.3h3.6v-4.3s4.4-1.1 6.2-2.6c1.7-1.5 2.3-3.3 2.3-5.9 0-1.5-.1-2.6-.7-3.6 0-1-.7-2-1.6-2.6zm28.8 7.3c-.7-.7-1.7-1.1-2.8-1.1l-1 .1-11.3 5.3C58.1 49 49.6 55.4 39.7 55.4c-8.5 0-15.9-4.9-19.4-12.1-.1-.2-.2-.2-.5-.1-1.5 1.1-1.8 3.1-1.8 5.4v13.3c0 3 2.3 5.3 5.3 5.3h24c1.4 0 2.5-.5 3.3-1.2l25-25c.7-.7 1.1-1.7 1.1-2.8 0-.9-.4-2-1.1-2.8z'/%3E%3C/svg%3E");
  background-position: center center;
}
.icon-rxxl---refundable.green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2301CB60'  viewBox='0 0 120 120'%3e%3cpath d='M29.8 63.8v28.7h-12V63.8h12zm38.7-15.4c-1-.8-2.1-1.7-3.5-2.1-1.5-.4-2.7-1.3-4.2-1.9-1.7-.6-2.7-1.3-3.1-1.9-.6-.8-1-1.7-1-2.7 0-1.3.2-2.1.8-2.7.6-.6 1.3-1 2.5-1s2.1.6 2.7 1.3c.6.8 1 2.1 1 3.8h7.9c0-3.1-.8-5.4-2.5-7.5-1.7-1.9-4-3.1-6.5-3.5v-5h-4V30c-3.1.2-5.6 1.3-7.3 2.9-1.9 1.7-2.7 4-2.7 6.7 0 1.7.2 2.9.8 4 .6 1 1.3 2.1 2.1 2.9 1 .8 2.1 1.7 3.5 2.1 1.5.4 2.7 1.3 4.2 1.9 1.7.6 2.7 1.3 3.1 2.1.6.6 1 1.7 1 2.9 0 1-.2 2.1-1 2.7-.6.6-1.3 1-2.5 1s-2.7-.6-3.5-1.3c-.8-1-1-2.5-1-4h-7.9c0 3.1.8 5.8 2.7 7.7 1.9 1.9 7.7 3.5 7.7 3.5v4.8h4v-4.8s5-1.3 6.9-2.9c1.9-1.7 2.7-3.8 2.7-6.7 0-1.7-.2-2.9-.8-4-.3-1.2-1.1-2.3-2.1-3.1zm32.4 8.3c-.8-.8-2-1.3-3.2-1.3l-1 .2-12.8 6C81.2 72 71.7 79.2 60.4 79.2c-9.6 0-17.9-5.5-21.9-13.6-.1-.3-.3-.3-.5-.2-1.6 1.2-2.1 3.4-2.1 6.1v15c0 3.3 2.7 6 6 6h27c1.5 0 2.8-.5 3.8-1.4L100.9 63c.9-.9 1.3-2 1.3-3.2 0-1-.4-2.2-1.3-3.1z'/%3E%3C/svg%3E");
}
.icon-rxxl---refresh {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23424D57' d='M20.3 39.4v35.2l5.4-5.4 5.4 5.4-15.6 15.5L0 74.6l5.4-5.4 5.4 5.4V29.9h63.1v9.6l-53.6-.1zm99.7 6l-5.4 5.4-5.4-5.4v44.8h-63v-9.6h53.5V45.4l-5.4 5.4-5.3-5.4 15.5-15.5L120 45.4z'/%3e%3c/svg%3e");
  background-size: 70%;
  background-position: center center;
}
.icon-rxxl---hang {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 78.6 78.6'%3e%3cpath d='M51.9 27.2v42.3c0 .6-.5 1.1-1.1 1.1h-23c-.6 0-1.1-.5-1.1-1.1V20.6c0-7 5.7-12.6 12.6-12.6 5.1 0 9.6 3.1 11.6 7.6.6 1.4-.4 3-1.9 3h-.3c-.5 0-.9-.2-1.3-.5-1.3-3.7-5.3-6.2-9.7-5.3-3.3.7-6 3.5-6.5 6.7-.8 5.3 3.2 9.9 8.3 9.9 2.4 0 4.6-1 6.2-2.7.3-.3.7-.5 1.1-.5H51c.4-.1.9.4.9 1z'/%3E%3C/svg%3E");
  background-position: center center;
}
.icon-rxxl---key {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 78.6 78.6'%3e%3cpath d='M51.3 21.5c0-1.7-.3-3.3-1-4.7-.1-.3-.2-.6-.4-.8-.1-.1-.1-.2-.2-.2-.1-.1-.1-.2-.2-.2-.2-.5-.6-.9-.9-1.3-.1-.1-.2-.2-.2-.3l-.3-.3-.2-.2-.1-.1-.2-.4-.3-.3c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.2-.2 0-.2-.1-.2-.2-.2l-.2-.2c-.1-.1-.2-.2-.3-.2l-.8-.7c-.1 0-.3-.1-.3-.1-.2-.1-.2-.2-.4-.2l-.5-.2c-.2-.1-.3-.2-.5-.2-.1 0-.1 0-.2-.1-.2-.1-.3-.1-.5-.2s-.3-.1-.5-.2h-.1c-.2 0-.2-.1-.4-.1s-.2-.1-.4-.1c-.1 0-.2 0-.3-.1h-3c-.2 0-.5.1-.6.1-.1 0-.2 0-.3.1-.2 0-.2.1-.4.1s-.2.1-.4.1h-.1c-.2.1-.3.1-.5.2s-.5.2-.6.2c-.2.1-.3.1-.5.2-.1.1-.2.1-.3.2-.1 0-.1.1-.2.1-.2.1-.2.2-.4.2h-.3c-.1 0-.1.1-.2.1-.1.1-.2.1-.2.2-.2.2-.5.3-.8.5l-.3.2H32c-.1.1-.2.2-.3.2-.1.1-.2.2-.3.2l-.2.2-.2.3-.2.2c-.2.2-.4.5-.6.6-.1.1-.2.2-.2.3-.3.4-.6.8-.9 1.3-.1.2-.2.2-.2.4l-.2.5-.2.5c-.6 1.4-1 3-1 4.7v12.7h8.3V69h7.4v-2.8h7.4v-3.8h-7.4v-3.8h5.6v-3.8h-5.6V34.1h8.3V22c-.2-.1-.2-.3-.2-.5zm-9.2 7.3c-.1.1-.2.1-.3.2-.1 0-.2.1-.3.1s-.2 0-.2.1c-.1 0-.2.1-.2.1h-.2c-.2 0-.2.1-.4.1h-.1c-.2 0-.3 0-.4.1h-1.3c-.2 0-.3 0-.4-.1h-.1c-.2 0-.2 0-.4-.1h-.2c-.1 0-.2 0-.2-.1l-.9-.3c-.2-.1-.3-.2-.6-.2-2.6-1.3-4.3-3.9-4.4-6.9 0-1.1.2-2.2.6-3.2l.2-.5.2-.5s0-.1.1-.1c.1-.2.2-.2.2-.4 0 0 0-.1.1-.1.1-.2.2-.2.3-.4.1-.2.2-.2.4-.4l.4-.4c.1-.1.2-.2.4-.3.1 0 .1-.1.2-.1.1-.1.2-.2.3-.2.5-.3 1-.6 1.5-.8.1 0 .2-.1.2-.1.2-.1.3-.1.6-.2.1 0 .2-.1.2-.1.1 0 .2 0 .2-.1.2 0 .4-.1.6-.1h1.6c.2 0 .4.1.6.1.1 0 .2 0 .2.1.1 0 .2 0 .2.1.1 0 .2.1.3.1.1 0 .2.1.2.1.1 0 .2.1.2.1.5.2.9.4 1.3.6.1.1.2.1.3.2.2.1.2.2.4.2.2.1.2.2.4.3s.2.2.4.4l.3.3.1.1c.1.1.2.2.2.3.1.1.1.1.1.2.1.1.2.2.2.3.1.2.2.3.2.4l.2.5c.4 1 .6 2 .6 3.2.8 3.5-1.2 6.2-4.1 7.4z'/%3E%3C/svg%3E");
  background-position: center center;
}
.icon-rxxl---timer {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M63 60l-2-11.9h-1.8L57 60c-1.8 1-3 2.9-3 5.1 0 3.3 2.7 6 6 6s6-2.7 6-6c0-2.2-1.2-4.1-3-5.1zm-3-23.9c-16.5 0-29.9 13.4-29.9 29.9S43.5 95.9 60 95.9 89.9 82.5 89.9 66 76.5 36.1 60 36.1zm0 53.8c-13.2 0-23.9-10.7-23.9-23.9S46.8 42.1 60 42.1 83.9 52.8 83.9 66c0 13.1-10.7 23.9-23.9 23.9zm-6-59.2v-6.5h12v6.5c-4.3-.7-7.8-.7-12 0zm27.4 6.6l4.2-4.2 4.2 4.2-3.9 3.9c-1.4-1.4-2.9-2.7-4.5-3.9zM43.6 66c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.6 1.5 1.5zm35.8 0c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.6 1.5 1.5zM61.5 83.9c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.7 1.5 1.5zm-12-6c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5c.9 0 1.5.7 1.5 1.5zm23.9 0c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5c.9 0 1.5.7 1.5 1.5zM49.5 51c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5c.9 0 1.5.7 1.5 1.5zm23.9 0c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5c.9 0 1.5.7 1.5 1.5z'/%3E%3C/svg%3E");
  background-size: 95%;
  background-position: center center;
}
.icon-rxxl---reset {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%2301CB60' d='M20.3 39.4v35.2l5.4-5.4 5.4 5.4-15.6 15.5L0 74.6l5.4-5.4 5.4 5.4V29.9h63.1v9.6l-53.6-.1zm99.7 6l-5.4 5.4-5.4-5.4v44.8h-63v-9.6h53.5V45.4l-5.4 5.4-5.3-5.4 15.5-15.5L120 45.4z'/%3e%3c/svg%3e");
  background-size: 95%;
  background-position: center center;
}
.icon-rxxl---logout {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 24 24'%3e%3cpath d='M16 10V5l8 7-8 7v-5H8v-4h8zM0 2v20h14v-2H2V4h12V2H0z'/%3E%3C/svg%3E");
}
.icon-rxxl---eye {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 24 24'%3e%3cpath d='M15 12a3 3 0 11-5.943-.581c1.474.541 2.927-.882 2.405-2.371A3 3 0 0115 12zm-2.985-7C4.446 5 0 11.551 0 11.551S4.835 19 12.015 19C19.748 19 24 11.551 24 11.551S19.709 5 12.015 5zM12 17a5 5 0 110-10 5 5 0 010 10z'/%3E%3C/svg%3E");
}
.icon-rxxl---eye-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 24 24'%3e%3cpath d='M11.885 14.988l3.104-3.098L15 12c0 1.654-1.346 3-3 3l-.115-.012zm8.048-8.032l-3.274 3.268c.212.554.341 1.149.341 1.776 0 2.757-2.243 5-5 5-.631 0-1.229-.13-1.785-.344l-2.377 2.372c1.276.588 2.671.972 4.177.972C19.748 20 24 11.551 24 11.551s-1.415-2.478-4.067-4.595zm1.431-3.536L2.745 22l-1.382-1.422 3.455-3.447C1.796 14.681 0 11.551 0 11.551S4.446 4 12.015 4c1.825 0 3.456.426 4.886 1.075L19.982 2l1.382 1.42zM7.613 14.342l1.519-1.515A2.938 2.938 0 019 12c0-1.654 1.346-3 3-3 .291 0 .567.055.833.134l1.518-1.515A4.906 4.906 0 0012 7c-2.757 0-5 2.243-5 5 0 .852.235 1.641.613 2.342z'/%3E%3C/svg%3E");
}
.icon-rxxl---amenities-1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120'%3e%3cpath d='M116 74.6l-4.1-7.3-15.8 8.8-5.7-3.3 5.7-2.8-3.7-7.5-10.7 5.3-7-4c.3-1.2.5-2.5.5-3.7s-.2-2.5-.5-3.7l7-4 10.7 5.3 3.7-7.5-5.7-2.8 5.7-3.3 15.8 8.8 4.1-7.3-11.4-6.3 9.3-5.4-4.2-7.2-9.3 5.4.2-13-8.3-.1-.3 18-5.6 3 .4-6.4-8.4-.6-.7 12-7 4c-1.8-1.7-4-3-6.5-3.7v-8.1l10-6.6-4.6-6.9-5.3 3.6v-6.5l15.5-9.3-4.3-7.2L64.3 11V.2H56v10.7L44.7 4.2l-4.3 7.2 15.5 9.3v6.5l-5.3-3.6-4.6 6.9 10 6.6v8.1c-2.5.7-4.7 2-6.5 3.7l-7-4-.9-11.9-8.3.5.4 6.4-5.7-3.2-.3-18-8.3.1.2 13-9.3-5.4-4.2 7.2 9.3 5.4L4 45.4l4.1 7.3 15.8-8.8 5.7 3.3-5.9 2.8 3.7 7.5 10.7-5.3 7 4c-.3 1.2-.5 2.5-.5 3.7s.2 2.5.5 3.7l-7 4-10.7-5.3-3.7 7.7 5.7 2.8-5.7 3.3-15.6-8.8L4 74.6l11.4 6.3-9.3 5.4 4.2 7.2 9.3-5.4-.2 13 8.3.1.3-18 5.7-3.3-.4 6.4 8.3.5.7-11.8 7-4c1.8 1.7 4 3 6.5 3.7v8.1l-10 6.6 4.6 6.9 5.3-3.6v6.5l-15.5 9.3 4.3 7.2 11.2-6.7v10.7H64V109l11.2 6.7 4.3-7.2L64 99.2v-6.5l5.3 3.6 4.6-6.9-10-6.6v-8.1c2.5-.7 4.7-2 6.5-3.7l7 4 1 12 8.3-.5-.3-6.5 5.7 3.3.3 18 8.3-.1-.2-13 9.3 5.4 4.2-7.2-9.3-5.4 11.3-6.4zM60 67c-3.8 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.2 7-7 7z'/%3E%3C/svg%3E");
}
.icon-rxxl---amenities-2391, .icon-rxxl---amenities-2404 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFCA35' viewBox='0 0 120 120'%3e%3cpath d='M41.1 84.9c4.9-5.1 11.5-8.3 18.9-8.3 7.4 0 14.1 3.2 18.9 8.3L60 105 41.1 84.9zm-8.8-9.3c7.1-7.5 16.9-12.2 27.7-12.2S80.6 68 87.7 75.6l11.7-12.4C89.3 52.6 75.3 46 60 46c-15.4 0-29.3 6.6-39.3 17.3l11.6 12.3zM11.9 54C24.2 41 41.2 32.9 60 32.9S95.8 41 108.1 54L120 41.4C104.7 25.1 83.4 15 60 15S15.4 25.1 0 41.4L11.9 54z'/%3E%3C/svg%3E");
}
.icon-rxxl---amenities-2403, .icon-rxxl---amenities-2390 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120'%3e%3cpath d='M41.1 84.9c4.9-5.1 11.5-8.3 18.9-8.3 7.4 0 14.1 3.2 18.9 8.3L60 105 41.1 84.9zm-8.8-9.3c7.1-7.5 16.9-12.2 27.7-12.2S80.6 68 87.7 75.6l11.7-12.4C89.3 52.6 75.3 46 60 46c-15.4 0-29.3 6.6-39.3 17.3l11.6 12.3zM11.9 54C24.2 41 41.2 32.9 60 32.9S95.8 41 108.1 54L120 41.4C104.7 25.1 83.4 15 60 15S15.4 25.1 0 41.4L11.9 54z'/%3E%3C/svg%3E");
}
.icon-rxxl---amenities-1073743569, .icon-rxxl---amenities-2396, .icon-rxxl---amenities-2397, .icon-rxxl---amenities-2398, .icon-rxxl---amenities-2399, .icon-rxxl---amenities-2402, .icon-rxxl---amenities-26, .icon-rxxl---amenities-2575, .icon-rxxl---amenities-6147 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120'%3e%3cpath d='M65.6 27.5L80 3.6 76.1.5 60 26.3 43.9.5 40 3.6l14.4 24H0v80h120v-80H65.6zm44.8 70H9.8v-60h100.6v60zM51.5 81.3v-29l25.3 14.5-25.3 14.5z'/%3E%3C/svg%3E");
}
.icon-rxxl---amenities-1073742776, .icon-rxxl---amenities-2039 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFCA35' viewBox='0 0 120 120'%3e%3cpath d='M65.6 27.5L80 3.6 76.1.5 60 26.3 43.9.5 40 3.6l14.4 24H0v80h120v-80H65.6zm44.8 70H9.8v-60h100.6v60zM51.5 81.3v-29l25.3 14.5-25.3 14.5z'/%3E%3C/svg%3E");
}
.icon-rxxl---amenities-9, .icon-rxxl---amenities-2048, .icon-rxxl---amenities-2178, .icon-rxxl---amenities-4468, .icon-rxxl---amenities-1073742765, .icon-rxxl---amenities-2008, .icon-rxxl---amenities-5054 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 128 128'%3e%3cpath d='M103.5 47.8v31.5-31.5zm-20.8-9.9h20.7V90H82.7V69.2H45.1v21H24.4V37.9h20.7v21h37.6v-21zm45.1 20.9V69h-5.1v15.2h-15.3V43.7h15.3v15.2c0-.1 5.1-.1 5.1-.1zM5 43.7h15.3v40.7H5V69.2H.2V58.9H5V43.7z'/%3E%3C/svg%3E");
  background-size: 140%;
}
.icon-rxxl---amenities {
  /*
  //-- Tour/tickets assistance
  &-2387 {
  	background-image: $icon-amenities-tickets-assistance;
  	background-size: 125%;
  }
  */
}
.icon-rxxl---amenities-3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 128 128'%3e%3cpath d='M63.6 109.9V74.2L109 28.4H10.5l45.8 45.8v35.7H39.5l-1.1 6.2h41.9l-1.1-6.2H63.6zm-3.8-41.8l-33-33h66l-9.1 9.1H41.5l21 21.1-2.7 2.8zm44.4-56.2c-8.8 0-16.2 5.9-18.5 14h6.1c2.1-4.8 6.8-8.2 12.4-8.2 7.5 0 13.5 6 13.5 13.5s-6 13.5-13.5 13.5c-2.1 0-4.2-.5-6-1.4L94 47.5c3 1.9 6.5 2.9 10.2 2.9 10.7 0 19.3-8.6 19.3-19.3 0-10.6-8.6-19.2-19.3-19.2z'/%3E%3C/svg%3E");
  background-size: 125%;
}
.icon-rxxl---amenities-2554, .icon-rxxl---amenities-2783, .icon-rxxl---amenities-3761, .icon-rxxl---amenities-3861, .icon-rxxl---amenities-3863, .icon-rxxl---amenities-4454, .icon-rxxl---amenities-1073742906 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 128 128'%3e%3cpath d='M111.7 44.3c1.2 0 2 .8 2 2v2c0 3.2-3.9 3.9-6.8 3.9l-4.6-7.9h9.4zm-6.1 13.9c2.7 4.7 3.9 9 3.9 14.5 0 5.4-1.7 10-4.2 15.7v7.3c0 2.2-1.9 3.9-4.1 3.9h-6.3c-2.4 0-4.1-1.7-4.1-3.9v-3.9H37.1v3.9c0 2.2-1.9 3.9-4.2 3.9h-6.1c-2.4 0-4.2-1.7-4.2-3.9v-7.3c-2.5-5.7-4.2-10.3-4.2-15.7 0-5.6 1.4-9.8 3.9-14.5 3.4-6.1 7.6-13.7 12.2-20.8 3.4-5.4 5.2-6.8 9.5-7.4 6.4-1 12-1.5 20.1-1.5s13.7.3 20.1 1.5c4.2.7 6.1 2 9.5 7.4 4.3 7.1 8.5 14.7 11.9 20.8zM39.2 70c0-3.2-2.7-5.9-6.3-5.9-3.6 0-6.1 2.7-6.1 5.9s2.7 5.9 6.3 5.9c3.3 0 6.1-2.5 6.1-5.9zm41.4 4.1c0-1-.8-2-2-2H49.5c-1.2 0-2 .8-2 2 0 1 .8 2 2 2h29.1c1.1-.2 2-1 2-2zm12.1-22s-3-7.3-6.8-12.3c-.8-1.2-2.2-2-3.5-2.2-6.3-1-11.7-1.4-18.4-1.4-6.6 0-12.2.3-18.4 1.4-1.5.2-2.7 1-3.5 2.2-3.7 5.2-6.8 12.3-6.8 12.3 6.8 1.2 17.9 2 28.7 2s22-.7 28.7-2zm8.7 17.9c0-3.2-2.7-5.9-6.3-5.9s-6.3 2.7-6.3 5.9 2.7 5.9 6.3 5.9 6.3-2.5 6.3-5.9zM25.5 44.3h-9.1c-1.2 0-2 .8-2 2v2c0 3.2 3.9 3.9 6.8 3.9l4.3-7.9z'/%3E%3C/svg%3E");
  background-size: 160%;
}
.icon-rxxl---amenities-3862, .icon-rxxl---amenities-4455, .icon-rxxl---amenities-4451 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 128 128'%3e%3cpath d='M111.7 44.3c1.2 0 2 .8 2 2v2c0 3.2-3.9 3.9-6.8 3.9l-4.6-7.9h9.4zm-6.1 13.9c2.7 4.7 3.9 9 3.9 14.5 0 5.4-1.7 10-4.2 15.7v7.3c0 2.2-1.9 3.9-4.1 3.9h-6.3c-2.4 0-4.1-1.7-4.1-3.9v-3.9H37.1v3.9c0 2.2-1.9 3.9-4.2 3.9h-6.1c-2.4 0-4.2-1.7-4.2-3.9v-7.3c-2.5-5.7-4.2-10.3-4.2-15.7 0-5.6 1.4-9.8 3.9-14.5 3.4-6.1 7.6-13.7 12.2-20.8 3.4-5.4 5.2-6.8 9.5-7.4 6.4-1 12-1.5 20.1-1.5s13.7.3 20.1 1.5c4.2.7 6.1 2 9.5 7.4 4.3 7.1 8.5 14.7 11.9 20.8zM39.2 70c0-3.2-2.7-5.9-6.3-5.9-3.6 0-6.1 2.7-6.1 5.9s2.7 5.9 6.3 5.9c3.3 0 6.1-2.5 6.1-5.9zm41.4 4.1c0-1-.8-2-2-2H49.5c-1.2 0-2 .8-2 2 0 1 .8 2 2 2h29.1c1.1-.2 2-1 2-2zm12.1-22s-3-7.3-6.8-12.3c-.8-1.2-2.2-2-3.5-2.2-6.3-1-11.7-1.4-18.4-1.4-6.6 0-12.2.3-18.4 1.4-1.5.2-2.7 1-3.5 2.2-3.7 5.2-6.8 12.3-6.8 12.3 6.8 1.2 17.9 2 28.7 2s22-.7 28.7-2zm8.7 17.9c0-3.2-2.7-5.9-6.3-5.9s-6.3 2.7-6.3 5.9 2.7 5.9 6.3 5.9 6.3-2.5 6.3-5.9zM25.5 44.3h-9.1c-1.2 0-2 .8-2 2v2c0 3.2 3.9 3.9 6.8 3.9l4.3-7.9z'/%3E%3C/svg%3E");
  background-size: 160%;
}
.icon-rxxl---amenities-2017, .icon-rxxl---amenities-2123, .icon-rxxl---amenities-2123, .icon-rxxl---amenities-2129 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 128 128'%3e%3cpath d='M10 52c.9 0 1.6.7 1.6 1.6s-.7 1.6-1.6 1.6c-.9 0-1.6-.7-1.6-1.6S9.1 52 10 52zm24.1-19.2c.9 0 1.6.7 1.6 1.6S35 36 34.1 36s-1.6-.7-1.6-1.6.7-1.6 1.6-1.6zm30-16.6c.9 0 1.6.7 1.6 1.6 0 .9-.7 1.6-1.6 1.6-.9 0-1.6-.7-1.6-1.6-.1-.8.7-1.6 1.6-1.6zM93 32.8c.9 0 1.6.7 1.6 1.6s-.6 1.7-1.6 1.7-1.6-.7-1.6-1.6.7-1.7 1.6-1.7zM117 52c.9 0 1.6.7 1.6 1.6s-.7 1.6-1.6 1.6-1.6-.7-1.6-1.6.7-1.6 1.6-1.6zM45.7 73.7c-9.7-9-22.1-13.9-35.2-14 2 27 24.6 48 51.6 48.2-1-13.1-6.8-25.2-16.4-34.2zm12.9 9.7c.5-4.8 1.7-9.5 3.4-14-2.6-6.2-6.4-11.8-11.2-16.6-4.4-4.5-9.6-8-15.4-10.6-2.1 5.8-3.1 11.9-3.1 18.1C43.4 65 52.5 73.1 58.6 83.4zm5.6-19c2.7-5.4 6.2-10.2 10.5-14.5 1.3-1.3 2.6-2.5 4-3.6-3.7-7.6-8.6-14.5-14.5-20.7-5.9 6.2-10.7 13.1-14.5 20.7 1.4 1.1 2.7 2.4 4 3.6 4.3 4.3 7.8 9.1 10.5 14.5zM80 70.7c4.8-4.5 10.2-8 16-10.5.1-6.2-1-12.2-3.1-18-5.8 2.6-10.9 6.2-15.4 10.6-5 5-8.8 10.8-11.5 17.3-2.5 6.2-3.8 12.8-3.8 19.5V91c.7 1.8 1.3 3.7 1.9 5.6C67 86.8 72.3 77.9 80 70.7zm2.8 3c-9.7 9-15.4 21.1-16.4 34.2 27.1-.1 49.6-21.2 51.6-48.2-13.1.1-25.5 5-35.2 14z'/%3E%3C/svg%3E");
  background-size: 130%;
}
.icon-rxxl---amenities-24, .icon-rxxl---amenities-14, .icon-rxxl---amenities-2014, .icon-rxxl---amenities-2859, .icon-rxxl---amenities-1073742768, .icon-rxxl---amenities-1073742469, .icon-rxxl---amenities-1073743549 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 128 128'%3e%3cpath d='M103.8 31.2c-10.2 0-18.5 8.3-18.5 18.5s8.3 18.5 18.5 18.5 18.5-8.3 18.5-18.5-8.3-18.5-18.5-18.5zM86 64.8l-32.6-21s-3.6-2.9-11.3.6c-7.7 3.3-24.2 11.4-24.2 11.4s-8.3 3.6-3.3 10.7c5 7.2 9.6 2.7 9.6 2.7l19.4-9.9s2.4 0 4.2 1.2l9.2 5.6-26.4 28.6s21.5-2.7 29.2-6.8c7.4-4.1 37.8-12 40.9-9.8L86 64.8zM78.8 88C37.9 99.3 19.1 103.7 0 96.5v3.1c19.5 9.7 48.6 18 73 3 22.5-14 41.2-14.8 54.9-11.8v-3.5c-11.7-3.8-27.9-5.2-49.1.7z'/%3E%3C/svg%3E");
  background-size: 120%;
}
.icon-rxxl---amenities-51, .icon-rxxl---amenities-1073741807, .icon-rxxl---amenities-1073742807 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 128 128'%3e%3cpath d='M63.8 59.5c15.1 0 32.1 27.8 34.7 39.6 2.6 11.8-4.5 21.5-15.8 18.7-5-1.2-14.8-5.9-18.6-5.9-4.2.1-10.8 3.8-16.3 5.7-12.1 4.2-21.4-5.8-18.2-18.5C33 85.2 49.8 59.5 63.8 59.5zm49.1-20c5.4 2.5 7.4 12.8 4.1 24-3.2 10.6-10.6 17.3-20.7 12.7-8.8-4-9.8-14.4-4.1-24 5.7-9.6 15.3-15.2 20.7-12.7zM13 42.7c-4.8 3.3-4.8 13.6.4 23.7 5 9.6 13.2 14.7 22.1 8.5 7.7-5.4 6.8-15.6-.4-23.7S17.7 39.4 13 42.7zM84.1 9.6c6 1.1 10.6 11 9.9 23-.6 11.4-6.4 19.9-17.6 17.8-9.8-1.9-13.4-12.1-9.9-23 3.4-11.1 11.6-19 17.6-17.8zm-46.8.2c-5.8 2.1-8.7 12.5-6.3 24.3 2.4 11.2 9.4 18.7 20.2 14.9 9.4-3.3 11.3-14 6.3-24.3C52.4 14.3 43.1 7.8 37.3 9.8z'/%3E%3C/svg%3E");
  background-size: 110%;
}
.icon-rxxl---amenities-2063, .icon-rxxl---amenities-2015 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 128 128'%3e%3cpath d='M7.9 64c0 31 25.1 56.1 56.1 56.1 5.1 0 9.9-.7 14.6-2l-3.1-8.9c-3.7.9-7.5 1.5-11.5 1.5-25.8 0-46.8-21-46.8-46.8s21-46.8 46.8-46.8c10.5 0 20.1 3.5 27.9 9.3L79.3 31l32.8 13.3-7.3-35.8-6.2 11.2C89 12.4 77.1 7.9 64 7.9 33 7.9 7.9 33 7.9 64zm69 14v-6.6H64.8v-6.1l12.7-17.1h6v17.3h3.8v5.9h-3.8V78h-6.6zm0-12.5v-7.9L71 65.5h5.9zM40.6 78c0-4.5 1.3-8 5.8-11.3 5.3-3.9 9.3-5.4 9.3-9.1 0-2.4-1.4-3.9-3.8-3.9-3.2 0-4 3.4-4 6.6h-6.6C41 52 45.7 47.7 52.2 47.7c6 0 10.4 4 10.4 9.5 0 2.8-.9 4.9-2.7 6.9-2.9 3.1-7.3 4.6-10.1 7.9h13v6H40.6zm53.9 29.9c0 2.5-2 4.4-4.4 4.4-2.5 0-4.4-2-4.4-4.4s2-4.4 4.4-4.4c2.4 0 4.4 2 4.4 4.4zm15-13.2c0 2.5-2 4.4-4.4 4.4-2.5 0-4.4-2-4.4-4.4 0-2.5 2-4.4 4.4-4.4 2.4 0 4.4 2 4.4 4.4zm10.3-36.9c0 2.5-2 4.4-4.4 4.4-2.5 0-4.4-2-4.4-4.4s2-4.4 4.4-4.4c2.4-.1 4.4 1.9 4.4 4.4zM118 77.3c0 2.5-2 4.4-4.4 4.4-2.5 0-4.4-2-4.4-4.4 0-2.5 2-4.4 4.4-4.4 2.4 0 4.4 1.9 4.4 4.4z'/%3E%3C/svg%3E");
  background-size: 125%;
}
.icon-rxxl---amenities-128 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 128 128'%3e%3cpath d='M27.9 78.5h58.6V74H27.9v4.5zm0-27h22.5V47H27.9v4.5zm0 13.5h22.5v-4.5H27.9V65zm-18-40.6v70c0 5.1 4 9.1 9.1 9.1h90c5.1 0 9.1-4 9.1-9.1v-61h-9V91c0 3.5-4.5 3.5-4.5 0V24.4H9.9zm9 9h76.6V90H18.9V33.4zM59.5 65h27V47h-27v18z'/%3E%3C/svg%3E");
  background-size: 120%;
}
.icon-rxxl---amenities-132 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120'%3e%3cpath d='M116.1 94.5v21.7H3.9V3.8h96v21.7H38.7v68.9h77.4zM65.8 28.4v9.7h32.9v-9.7H65.8zm34.5 35.7c0 13.1-4.3 21-9.2 27.7H75c-5-6.9-9.2-14.5-9.2-27.7h34.5zm2.7 4.6v.1c-.1 1.6-.3 3.1-.6 4.6h3.6c-1 3-3.4 5.8-5.3 6.7-.8 2.4-1.8 4.6-2.9 6.5 7.6-2.6 13.5-10.3 14.1-17.9H103zM79 57.8c2.3-5.2-6-5.4.2-11.7-1.7 4.6 7 5.1-.2 11.7zm6.5-16.1c-8.6 8.7 3.3 9-.2 16.1 10.9-9.9-2.3-9.3.2-16.1z'/%3E%3C/svg%3E");
}
.icon-rxxl---amenities-41 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 128 128'%3e%3cpath d='M58.6 52.3v56.1h39V52.3h-39zm17.8 41.4h-3.6V65.2h3.6v28.5zm7.1 0h-3.6V79.8h3.6v13.9zM30.9 52.3v56.1h18V52.3h-18zM8.3 26.6v29.5H21V40.7h87.4V56h11.3V26.6H8.3z'/%3E%3C/svg%3E");
  background-size: 120%;
}
.icon-rxxl---amenities-20, .icon-rxxl---amenities-43, .icon-rxxl---amenities-2015, .icon-rxxl---amenities-2053 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 128 128'%3e%3cpath d='M5.6 94.2v10.4h116.8V94.2H5.6zm112.1-1.7zM121.8 87.9c0-25.3-28.3-46.1-52.9-48.6v-6.4h5.8v-9.7H53.4v9.7h5.8v6.4c-24.5 2.4-52.7 23-53 48.1v2.7h115.6v-2.2z'/%3E%3C/svg%3E");
  background-size: 120%;
}

.canvas-print {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999999;
  opacity: 0.75;
}

.btn-plus {
  position: relative;
  display: block;
  display: inline-block !important;
  width: 16px;
  height: 16px;
  background-color: transparent;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-plus:before {
  content: "";
  position: absolute;
  top: 1px;
  left: calc(50% - 1px);
  width: 2px;
  height: 14px;
  background-color: #efefef;
}
.btn-plus:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 1px;
  width: 14px;
  height: 2px;
  background-color: #efefef;
}

.modal .btn-plus:before, .modal .btn-plus:after {
  background-color: #d3dee5 !important;
}

.active > a .btn-plus {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: color;
}

.v-align {
  position: relative;
  top: 50%;
  -moz-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

.utils--loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 400px;
  height: 200px;
  padding: 0 !important;
  font-size: 10px;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.utils--loader.active {
  display: block;
}
.utils--loader > .rect {
  background-color: #424D57;
  background-color: rgba(66, 77, 87, 0.25);
  display: inline-block;
  width: 18%;
  height: 100%;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -ms-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.utils--loader > .rect:nth-child(1) {
  background-color: rgb(66, 77, 87);
  background-color: #424d57;
}
.utils--loader > .rect:nth-child(2) {
  background-color: #d3dee5;
  background-color: #d3dee5;
  animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
}
.utils--loader > .rect:nth-child(3) {
  background-color: rgb(66, 77, 87);
  background-color: rgba(66, 77, 87, 0.8);
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.utils--loader > .rect:nth-child(4) {
  background-color: rgb(66, 77, 87);
  background-color: rgba(66, 77, 87, 0.25);
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}
.utils--loader > .rect:nth-child(5) {
  background-color: rgb(66, 77, 87);
  background-color: rgba(66, 77, 87, 0.75);
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-ms-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-o-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.utils--messages {
  position: relative;
  display: table;
  width: 94%;
  height: 80px;
  margin: 2.5% auto;
  text-align: center;
  color: rgb(66, 77, 87);
  background: rgba(211, 222, 229, 0.75);
}
.utils--messages p {
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  */
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
.utils--messages:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  margin-left: -5px;
}
.utils--messages---alerts {
  width: 100%;
  margin: 10px;
}
.utils--messages---alerts:before {
  bottom: 50%;
  left: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  margin-bottom: -10px;
  margin-left: 0;
}
.utils--messages---alerts {
  text-align: left;
}
.utils--messages---alerts p {
  padding-left: 80px;
}
.utils--messages---alerts {
  background-position: left 27.5px center;
  background-size: 35px 35px;
  background-repeat: no-repeat;
}
.utils--messages---alerts.danger {
  background-color: rgba(255, 53, 72, 0.9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.9 60-60S93.1 0 60 0zM49.8 80.1c2.8-8.9 8.2-19.7 9.1-22.4 1.4-3.9-1.1-5.7-8.7 1l-1.7-3.2c8.7-9.5 26.7-11.6 20.6 3.1-3.8 9.2-6.5 15.4-8.1 20.1-2.3 7 3.5 4.1 9.1-1.1.8 1.3 1 1.7 1.8 3.1-12.5 12-26.4 13-22.1-.6zm23.7-40.9c-2.7 2.3-6.6 2.2-8.8-.1-2.2-2.3-1.8-6 .8-8.3 2.7-2.3 6.6-2.2 8.8.1 2.3 2.3 1.9 6-.8 8.3z'/%3E%3C/svg%3E");
}
.utils--messages---alerts.error {
  color: #fff !important;
  background-color: rgba(255, 53, 72, 0.9);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23fff' d='M60 5L0 115h120L60 5zm-5 40h10v35H55V45zm5 56.3c-3.4 0-6.3-2.8-6.3-6.3 0-3.4 2.8-6.3 6.3-6.3 3.4 0 6.3 2.8 6.3 6.3s-2.9 6.3-6.3 6.3z'/%3e%3c/svg%3e");
}
.utils--messages---alerts.info {
  background-color: rgba(73, 194, 239, 0.75);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.9 60-60S93.1 0 60 0zM49.8 80.1c2.8-8.9 8.2-19.7 9.1-22.4 1.4-3.9-1.1-5.7-8.7 1l-1.7-3.2c8.7-9.5 26.7-11.6 20.6 3.1-3.8 9.2-6.5 15.4-8.1 20.1-2.3 7 3.5 4.1 9.1-1.1.8 1.3 1 1.7 1.8 3.1-12.5 12-26.4 13-22.1-.6zm23.7-40.9c-2.7 2.3-6.6 2.2-8.8-.1-2.2-2.3-1.8-6 .8-8.3 2.7-2.3 6.6-2.2 8.8.1 2.3 2.3 1.9 6-.8 8.3z'/%3E%3C/svg%3E");
}
.utils--messages---alerts.success {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23fff' d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.8 60-60c0-33.1-26.9-60-60-60zm-4.9 86.1L41.5 73.6l1.3-12.5 11.5 10.5 23.4-37.3 3.6 10.4-26.2 41.4z'/%3e%3c/svg%3e");
}
.utils--messages---alerts.ssl-security {
  background-color: rgba(1, 203, 96, 0.9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M45.3 56.4v-5.3c0-4.4-3.6-8-8-8s-7.9 3.6-7.9 8v5.3h-4V75h23.9V56.4h-4zm-6.7 10.2v3H36v-3c-.8-.5-1.3-1.3-1.3-2.3 0-1.5 1.2-2.7 2.6-2.7 1.5 0 2.7 1.2 2.7 2.7 0 1-.6 1.8-1.4 2.3zM32 56.4v-5.3c0-2.9 2.4-5.3 5.3-5.3s5.3 2.4 5.3 5.3v5.3H32zm5.3-32.8C17.2 23.6 1 39.9 1 60s16.3 36.4 36.3 36.4c20.1 0 36.3-16.3 36.3-36.4S57.4 23.6 37.3 23.6zM7.9 61.2l.3 1.7-1.5-.8-.3-.2-.4.2-1.5.8.3-1.7v-.4l-.3-.3-1.2-1.2L5 59h.3l.1-.3.9-1.7.8 1.6.2.4h.4l1.7.3-1.2 1.2-.3.3v.4zm29.4 25.4c-14.7 0-26.6-11.9-26.6-26.6s11.9-26.6 26.6-26.6C52 33.4 63.9 45.3 63.9 60S52 86.6 37.3 86.6zm32.2-24.5l-.3-.2-.3.2-1.5.8.3-1.7.1-.4-.3-.3-1.2-1.2L68 59h.4l.1-.3.9-1.7.7 1.6.2.4h.3l1.7.3-1.2 1.2-.3.3.1.4.3 1.7-1.7-.8zm20.6-3.8c0-.5-.2-.9-.5-1.2-.4-.3-1-.6-1.9-.9-.9-.3-1.6-.6-2.2-.9-1.9-.9-2.8-2.2-2.8-3.8 0-.8.2-1.5.7-2.1.5-.6 1.1-1.1 2-1.4.8-.3 1.8-.5 2.9-.5 1 0 2 .2 2.8.6.8.4 1.5.9 1.9 1.6.5.7.7 1.5.7 2.3h-3.5c0-.6-.2-1-.5-1.4-.4-.3-.8-.5-1.5-.5-.6 0-1.1.1-1.5.4-.4.3-.5.6-.5 1s.2.7.6 1c.4.3 1.1.6 2.1.9 1 .3 1.8.7 2.4 1 1.6.9 2.3 2.1 2.3 3.7 0 1.3-.5 2.2-1.4 3-1 .7-2.3 1.1-3.9 1.1-1.2 0-2.2-.2-3.2-.6-.9-.4-1.7-1-2.1-1.7-.5-.7-.7-1.6-.7-2.5h3.5c0 .8.2 1.3.6 1.7.4.4 1 .5 1.9.5.6 0 1-.1 1.4-.4.2-.1.4-.4.4-.9zm13.5 0c0-.5-.2-.9-.5-1.2-.4-.3-1-.6-1.9-.9-.9-.3-1.6-.6-2.2-.9-1.9-.9-2.8-2.2-2.8-3.8 0-.8.2-1.5.7-2.1.5-.6 1.1-1.1 2-1.4.8-.3 1.8-.5 2.9-.5 1 0 2 .2 2.8.6.8.4 1.5.9 1.9 1.6s.7 1.5.7 2.3h-3.5c0-.6-.2-1-.5-1.4-.4-.3-.8-.5-1.5-.5-.6 0-1.1.1-1.5.4-.4.3-.5.6-.5 1s.2.7.6 1c.4.3 1.1.6 2.1.9 1 .3 1.8.7 2.5 1 1.6.9 2.3 2.1 2.3 3.7 0 1.3-.5 2.2-1.4 3-.9.7-2.2 1.1-3.9 1.1-1.2 0-2.2-.2-3.2-.6-.9-.4-1.7-1-2.1-1.7-.5-.7-.7-1.6-.7-2.5h3.5c0 .8.2 1.3.6 1.7.4.4 1 .5 1.9.5.6 0 1-.1 1.4-.4.1-.1.3-.4.3-.9zm9.6 1.2h6v2.7h-9.5V47.8h3.5v11.7zm-27.3 10c0 .5-.1.9-.3 1.2-.2.3-.5.5-.9.5-.3 0-.5-.1-.7-.3v1.5h-1v-4.5h1v.3c.2-.2.5-.4.8-.4.4 0 .7.1.9.4.1.4.2.8.2 1.3zm-1 0c0-.6-.2-.9-.5-.9-.2 0-.4.1-.5.3v1.3c.1.2.3.3.5.3.3 0 .5-.3.5-.8v-.2zm4.6-.7h-.3c-.3 0-.5.1-.6.3v2.1h-1v-3.3h1v.4c.2-.3.4-.5.7-.5h.3l-.1 1zm1.4.7c0-.3.1-.6.2-.9.1-.3.3-.5.5-.6.2-.1.5-.2.8-.2.5 0 .9.2 1.2.5.3.3.4.7.4 1.2s-.1.9-.4 1.2c-.3.3-.7.4-1.2.4s-.8-.1-1.1-.4c-.3-.3-.4-.7-.5-1.1l.1-.1zm1 .1c0 .3 0 .5.1.7.1.1.2.2.4.2.4 0 .5-.3.6-.8v-.1c0-.6-.2-.9-.6-.9-.3 0-.5.3-.6.8l.1.1zm5.1-2.5v.8h.5v.7H97v1.5c0 .1 0 .2.1.3 0 0 .1.1.3.1h.3v.7c-.2.1-.4.1-.6.1-.4 0-.6-.1-.8-.2-.2-.2-.3-.4-.3-.8v-1.6h-.4V68h.4v-.8h1zm3.7 4.1c-.5 0-.9-.1-1.2-.4-.3-.3-.5-.7-.5-1.2v-.1c0-.3.1-.6.2-.9.1-.3.3-.5.5-.6.2-.1.5-.2.8-.2.5 0 .8.1 1.1.4.3.3.4.7.4 1.2v.4h-2c0 .2.1.3.2.4.1.1.3.2.5.2.3 0 .6-.1.8-.3l.5.6c-.1.2-.3.3-.5.4-.2.1-.5.1-.8.1zm-.1-2.6c-.3 0-.5.2-.5.6h1v-.1c0-.2 0-.3-.1-.4s-.2-.1-.4-.1zm4.6 1.8c.1 0 .3 0 .3-.1.1-.1.1-.2.1-.3h1c0 .4-.1.7-.4.9-.3.2-.6.3-1 .3-.5 0-.9-.1-1.1-.4-.3-.3-.4-.7-.4-1.2 0-.3.1-.6.2-.9.1-.3.3-.4.5-.6.2-.1.5-.2.8-.2.4 0 .8.1 1 .4.3.2.4.6.4 1h-1c0-.2 0-.3-.1-.4-.1-.1-.2-.1-.3-.1-.3 0-.4.2-.5.5v.4c0 .3 0 .6.1.7h.4zm4.2-3.3v.8h.5v.7h-.5v1.5c0 .1 0 .2.1.3 0 0 .1.1.3.1h.3v.7c-.2.1-.4.1-.6.1-.4 0-.6-.1-.8-.2-.2-.2-.3-.4-.3-.8v-1.6h-.4V68h.4v-.8h1zm3.8 4.1c-.5 0-.9-.1-1.2-.4-.3-.3-.5-.7-.5-1.2v-.1c0-.3.1-.6.2-.9s.3-.5.5-.6c.2-.1.5-.2.8-.2.5 0 .8.1 1.1.4.3.3.4.7.4 1.2v.4h-2c0 .2.1.3.2.4.1.1.3.2.5.2.3 0 .6-.1.8-.3l.5.6c-.1.2-.3.3-.5.4-.3.1-.5.1-.8.1zm-.1-2.6c-.3 0-.5.2-.5.6h1v-.1c0-.2 0-.3-.1-.4-.1 0-.3-.1-.4-.1zm3 .9c0-.5.1-.9.3-1.2.2-.3.5-.4.9-.4.3 0 .5.1.7.3v-1.7h1v4.7h-.9v-.4c-.2.3-.5.4-.8.4-.4 0-.7-.1-.9-.4-.2-.3-.3-.8-.3-1.3zm1 .1c0 .6.2.9.5.9.2 0 .4-.1.5-.3V69c-.1-.2-.3-.3-.5-.3-.3 0-.5.3-.5.8v.1z'/%3E%3C/svg%3E");
  background-size: 60px 60px;
}
.utils--messages---alerts.ssl-security p {
  padding-left: 100px;
}
.utils--messages---alerts.auto {
  height: auto !important;
}
.utils--messages---alerts a {
  padding: 0.15em 0.5em;
  border-bottom: 2px solid #fff;
  margin-left: -4px;
  color: #fff;
}
.utils--messages---alerts a:hover {
  color: #d3dee5;
  background-color: #fff;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.utils--messages---alerts.btn-ca a {
  padding: 0.25em 1em;
  padding-right: 2em;
  border: 0;
  margin-bottom: -0.25rem;
  margin-left: 2px;
  font-weight: normal;
  color: #fff;
  background-color: #FFCA35;
}
.utils--messages---alerts.btn-ca a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2em;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
  background-position: center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.utils--messages---alerts.btn-ca a:hover {
  color: #fff;
  background-color: #FFCA35;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
}
.utils--messages---alerts.btn-ca a:hover::before {
  display: none !important;
}
.utils--messages---alerts.info a {
  position: relative;
  display: inline-block;
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 0.75rem;
  border: 1px solid #fff;
  border-bottom: 0;
  margin-bottom: -0.095rem;
  margin-left: 0.15rem;
  font-weight: normal;
  color: #fff;
}
.utils--messages---alerts.info a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
  background-position: center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.utils--messages---alerts.info a:hover {
  color: #d3dee5;
  background-color: #fff;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.utils--messages---alerts.info a:hover::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%2349c2ef' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.utils--messages---alerts.info a:hover::before {
  display: none !important;
}
.utils--btn {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 10px;
  background-color: transparent;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.utils--btn:before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 600px;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: auto;
  height: 28px;
  padding-right: 0.75em;
  padding-left: 0.75em;
  text-transform: none;
  white-space: nowrap;
  color: #424D57;
  background: #fff;
  opacity: 0;
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  font-weight: normal;
  line-height: 28px;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.utils--btn:hover:before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0 !important;
  opacity: 1;
}
.utils--btn---reset {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23424D57' d='M20.3 39.4v35.2l5.4-5.4 5.4 5.4-15.6 15.5L0 74.6l5.4-5.4 5.4 5.4V29.9h63.1v9.6l-53.6-.1zm99.7 6l-5.4 5.4-5.4-5.4v44.8h-63v-9.6h53.5V45.4l-5.4 5.4-5.3-5.4 15.5-15.5L120 45.4z'/%3e%3c/svg%3e");
}
.utils--btn---apply-changes {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2301CB60' viewBox='0 0 120 120'%3e%3cpath d='M81.9 30.1L58.5 62.5 43 51.4l-5.1 7.1 22.4 16.2 28.5-39.4-6.9-5.2zm34.8-3.6v67.2H3.3V26.4h56.1V36H12.8v47.9h94.4V36h-6.5v-9.6h16z'/%3E%3C/svg%3E");
}
.utils---filter-bubble {
  position: absolute;
  top: 50%;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
  border-radius: 0;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  color: #6c757d;
  background-color: #d3dee5;
  -moz-transform: translate(0, -90%);
  -o-transform: translate(0, -90%);
  -ms-transform: translate(0, -90%);
  -webkit-transform: translate(0, -90%);
  transform: translate(0, -90%);
  left: 22px;
  z-index: 2;
}
.utils--labels {
  position: relative;
  display: inline-block;
  padding: 0.25em 1.25em 0.25em 30px;
  margin-right: 16px;
  font-size: small;
  white-space: nowrap;
  color: #6c757d;
  background-color: #d3dee5;
  pointer-events: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.utils--labels:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  border-width: 2em 0.8888888889em 0 0;
  border-style: solid;
  border-color: #d3dee5 transparent transparent transparent;
}
.utils--labels .close:before {
  content: "×";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 0;
  line-height: 18px;
  text-align: center;
  color: #6c757d;
  opacity: 1 !important;
  text-shadow: none !important;
  pointer-events: all;
}
.utils--labels .close:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.5px;
  overflow: hidden;
  width: 1px;
  height: calc(100% + 4px);
  line-height: 0;
  background-color: #fff;
  opacity: 1 !important;
  text-shadow: none !important;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.utils--labels .close {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  cursor: pointer;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1 !important;
  text-shadow: none !important;
}
.utils--labels .close:hover:before {
  color: #424D57;
}
.utils--labels-filters, .utils--messages-content {
  padding: 10px;
}
.utils--labels-filters {
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  width: auto;
  height: 40px !important;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.utils--labels-filters::-webkit-scrollbar {
  display: none;
  /* safari & chrome */
}
.utils--labels-filters-scroll {
  display: inline-block !important;
  padding-top: 4px;
  white-space: nowrap;
}
.utils--result---info {
  display: inline-block;
  height: 100%;
  line-height: 50px;
}
.utils--bubble {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #FF3548;
  -moz-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.utils---tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.75em 0.9em;
  text-align: center;
  background: rgba(66, 77, 87, 0.9);
  -moz-transform: translate(-50%, -120%);
  -o-transform: translate(-50%, -120%);
  -ms-transform: translate(-50%, -120%);
  -webkit-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  z-index: 1035;
  display: none;
  width: max-content;
  max-width: 300px;
  font-size: small;
  color: #fff;
}
.utils---tooltip:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.575em solid transparent;
  border-bottom: 0;
  margin-bottom: -0.575em;
  margin-left: -0.575em;
  border-top-color: rgb(66, 77, 87);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.utils--spinner {
  display: none;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  font-size: 10px;
  text-align: center;
}
.utils--spinner.active {
  display: block;
}
.utils--spinner > div {
  background-color: rgb(66, 77, 87);
  background-color: rgba(66, 77, 87, 0.25);
  width: 5px;
  height: 100%;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.utils--spinner .rect2 {
  animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
  background-color: rgb(66, 77, 87);
  background-color: rgba(66, 77, 87, 0.5);
}
.utils--spinner .rect3 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  background-color: rgb(66, 77, 87);
  background-color: #424d57;
}
.utils--spinner .rect4 {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  background-color: rgb(66, 77, 87);
  background-color: rgba(66, 77, 87, 0.5);
}
.utils--spinner .rect5 {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  background-color: rgb(66, 77, 87);
  background-color: rgba(66, 77, 87, 0.25);
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.utils--spinner.white > div {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
}
.utils--spinner.white .rect2 {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.utils--spinner.white .rect3 {
  background-color: #fff;
  background-color: white;
}
.utils--spinner.white .rect4 {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.utils--spinner.white .rect5 {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
}
.utils---traking {
  display: inline-block;
  width: 120px;
  height: 50px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%2301CB60' d='M20.3 39.4v35.2l5.4-5.4 5.4 5.4-15.6 15.5L0 74.6l5.4-5.4 5.4 5.4V29.9h63.1v9.6l-53.6-.1zm99.7 6l-5.4 5.4-5.4-5.4v44.8h-63v-9.6h53.5V45.4l-5.4 5.4-5.3-5.4 15.5-15.5L120 45.4z'/%3e%3c/svg%3e");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 595.98px) {
  .utils---traking {
    width: 80px;
    height: 35px;
  }
}
.utils---traking.null {
  display: none !important;
}
.utils---traking.trivago {
  background-image: url(../../../../storage/images/traking/trivago.svg);
}
.utils---traking.trivago.white {
  background-image: url(../../../../storage/images/traking/trivago-white.svg);
}
.utils---traking.trivago.left {
  background-image: url(../../../../storage/images/traking/trivago-left.svg);
}
.utils---traking.google {
  background-image: url(../../../../storage/images/traking/google.svg);
}
.utils---traking.google.white {
  background-image: url(../../../../storage/images/traking/google-white.svg);
}
.utils---traking.google.left {
  background-image: url(../../../../storage/images/traking/google-left.svg);
}
.utils---traking.kayak {
  background-image: url(../../../../storage/images/traking/kayak.svg);
}
.utils---traking.kayak.white {
  background-image: url(../../../../storage/images/traking/kayak-white.svg);
}
.utils---traking.kayak.left {
  background-image: url(../../../../storage/images/traking/kayak-left.svg);
}
.utils---traking.tripadvisor {
  background-image: url(../../../../storage/images/traking/tripadvisor.svg);
}
.utils---traking.tripadvisor.white {
  background-image: url(../../../../storage/images/traking/tripadvisor-white.svg);
}
.utils---traking.tripadvisor.left {
  background-image: url(../../../../storage/images/traking/tripadvisor-left.svg);
}
.utils---traking.idealo {
  background-image: url(../../../../storage/images/traking/idealo.svg);
}
.utils---traking.idealo.white {
  background-image: url(../../../../storage/images/traking/idealo-white.svg);
}
.utils---traking.idealo.left {
  background-image: url(../../../../storage/images/traking/idealo-left.svg);
}
.utils---traking.right-pos {
  background-position: right center;
}
.utils--sidebar-messages .utils--bubble {
  top: -20px !important;
}
.utils--sidebar-messages:empty {
  display: none;
}
.utils--sidebar-messages {
  position: relative;
  display: block;
  width: 94%;
  height: auto;
  background-color: rgba(66, 77, 87, 0.75);
}
.utils--sidebar-messages p {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  padding: 10px;
  padding-left: 50px;
  color: #fff;
  transform: translateY(-50%);
}
.utils--sidebar-messages.danger {
  padding-left: 40px;
  color: #fff;
  background-color: rgba(255, 53, 72, 0.9);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23fff' d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.9 60-60S93.1 0 60 0zm-9.6 29.4h19.2l-4.1 38H54.6l-4.2-38zM60 90.6c-3.7 0-6.8-3.1-6.8-6.8 0-3.7 3-6.8 6.8-6.8 3.7 0 6.8 3 6.8 6.8 0 3.7-3.1 6.8-6.8 6.8z'/%3e%3c/svg%3e");
  background-position: left 10px center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.utils--sidebar-messages.ssl-security {
  color: #fff;
  background-color: rgba(1, 203, 96, 0.9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M45.3 56.4v-5.3c0-4.4-3.6-8-8-8s-7.9 3.6-7.9 8v5.3h-4V75h23.9V56.4h-4zm-6.7 10.2v3H36v-3c-.8-.5-1.3-1.3-1.3-2.3 0-1.5 1.2-2.7 2.6-2.7 1.5 0 2.7 1.2 2.7 2.7 0 1-.6 1.8-1.4 2.3zM32 56.4v-5.3c0-2.9 2.4-5.3 5.3-5.3s5.3 2.4 5.3 5.3v5.3H32zm5.3-32.8C17.2 23.6 1 39.9 1 60s16.3 36.4 36.3 36.4c20.1 0 36.3-16.3 36.3-36.4S57.4 23.6 37.3 23.6zM7.9 61.2l.3 1.7-1.5-.8-.3-.2-.4.2-1.5.8.3-1.7v-.4l-.3-.3-1.2-1.2L5 59h.3l.1-.3.9-1.7.8 1.6.2.4h.4l1.7.3-1.2 1.2-.3.3v.4zm29.4 25.4c-14.7 0-26.6-11.9-26.6-26.6s11.9-26.6 26.6-26.6C52 33.4 63.9 45.3 63.9 60S52 86.6 37.3 86.6zm32.2-24.5l-.3-.2-.3.2-1.5.8.3-1.7.1-.4-.3-.3-1.2-1.2L68 59h.4l.1-.3.9-1.7.7 1.6.2.4h.3l1.7.3-1.2 1.2-.3.3.1.4.3 1.7-1.7-.8zm20.6-3.8c0-.5-.2-.9-.5-1.2-.4-.3-1-.6-1.9-.9-.9-.3-1.6-.6-2.2-.9-1.9-.9-2.8-2.2-2.8-3.8 0-.8.2-1.5.7-2.1.5-.6 1.1-1.1 2-1.4.8-.3 1.8-.5 2.9-.5 1 0 2 .2 2.8.6.8.4 1.5.9 1.9 1.6.5.7.7 1.5.7 2.3h-3.5c0-.6-.2-1-.5-1.4-.4-.3-.8-.5-1.5-.5-.6 0-1.1.1-1.5.4-.4.3-.5.6-.5 1s.2.7.6 1c.4.3 1.1.6 2.1.9 1 .3 1.8.7 2.4 1 1.6.9 2.3 2.1 2.3 3.7 0 1.3-.5 2.2-1.4 3-1 .7-2.3 1.1-3.9 1.1-1.2 0-2.2-.2-3.2-.6-.9-.4-1.7-1-2.1-1.7-.5-.7-.7-1.6-.7-2.5h3.5c0 .8.2 1.3.6 1.7.4.4 1 .5 1.9.5.6 0 1-.1 1.4-.4.2-.1.4-.4.4-.9zm13.5 0c0-.5-.2-.9-.5-1.2-.4-.3-1-.6-1.9-.9-.9-.3-1.6-.6-2.2-.9-1.9-.9-2.8-2.2-2.8-3.8 0-.8.2-1.5.7-2.1.5-.6 1.1-1.1 2-1.4.8-.3 1.8-.5 2.9-.5 1 0 2 .2 2.8.6.8.4 1.5.9 1.9 1.6s.7 1.5.7 2.3h-3.5c0-.6-.2-1-.5-1.4-.4-.3-.8-.5-1.5-.5-.6 0-1.1.1-1.5.4-.4.3-.5.6-.5 1s.2.7.6 1c.4.3 1.1.6 2.1.9 1 .3 1.8.7 2.5 1 1.6.9 2.3 2.1 2.3 3.7 0 1.3-.5 2.2-1.4 3-.9.7-2.2 1.1-3.9 1.1-1.2 0-2.2-.2-3.2-.6-.9-.4-1.7-1-2.1-1.7-.5-.7-.7-1.6-.7-2.5h3.5c0 .8.2 1.3.6 1.7.4.4 1 .5 1.9.5.6 0 1-.1 1.4-.4.1-.1.3-.4.3-.9zm9.6 1.2h6v2.7h-9.5V47.8h3.5v11.7zm-27.3 10c0 .5-.1.9-.3 1.2-.2.3-.5.5-.9.5-.3 0-.5-.1-.7-.3v1.5h-1v-4.5h1v.3c.2-.2.5-.4.8-.4.4 0 .7.1.9.4.1.4.2.8.2 1.3zm-1 0c0-.6-.2-.9-.5-.9-.2 0-.4.1-.5.3v1.3c.1.2.3.3.5.3.3 0 .5-.3.5-.8v-.2zm4.6-.7h-.3c-.3 0-.5.1-.6.3v2.1h-1v-3.3h1v.4c.2-.3.4-.5.7-.5h.3l-.1 1zm1.4.7c0-.3.1-.6.2-.9.1-.3.3-.5.5-.6.2-.1.5-.2.8-.2.5 0 .9.2 1.2.5.3.3.4.7.4 1.2s-.1.9-.4 1.2c-.3.3-.7.4-1.2.4s-.8-.1-1.1-.4c-.3-.3-.4-.7-.5-1.1l.1-.1zm1 .1c0 .3 0 .5.1.7.1.1.2.2.4.2.4 0 .5-.3.6-.8v-.1c0-.6-.2-.9-.6-.9-.3 0-.5.3-.6.8l.1.1zm5.1-2.5v.8h.5v.7H97v1.5c0 .1 0 .2.1.3 0 0 .1.1.3.1h.3v.7c-.2.1-.4.1-.6.1-.4 0-.6-.1-.8-.2-.2-.2-.3-.4-.3-.8v-1.6h-.4V68h.4v-.8h1zm3.7 4.1c-.5 0-.9-.1-1.2-.4-.3-.3-.5-.7-.5-1.2v-.1c0-.3.1-.6.2-.9.1-.3.3-.5.5-.6.2-.1.5-.2.8-.2.5 0 .8.1 1.1.4.3.3.4.7.4 1.2v.4h-2c0 .2.1.3.2.4.1.1.3.2.5.2.3 0 .6-.1.8-.3l.5.6c-.1.2-.3.3-.5.4-.2.1-.5.1-.8.1zm-.1-2.6c-.3 0-.5.2-.5.6h1v-.1c0-.2 0-.3-.1-.4s-.2-.1-.4-.1zm4.6 1.8c.1 0 .3 0 .3-.1.1-.1.1-.2.1-.3h1c0 .4-.1.7-.4.9-.3.2-.6.3-1 .3-.5 0-.9-.1-1.1-.4-.3-.3-.4-.7-.4-1.2 0-.3.1-.6.2-.9.1-.3.3-.4.5-.6.2-.1.5-.2.8-.2.4 0 .8.1 1 .4.3.2.4.6.4 1h-1c0-.2 0-.3-.1-.4-.1-.1-.2-.1-.3-.1-.3 0-.4.2-.5.5v.4c0 .3 0 .6.1.7h.4zm4.2-3.3v.8h.5v.7h-.5v1.5c0 .1 0 .2.1.3 0 0 .1.1.3.1h.3v.7c-.2.1-.4.1-.6.1-.4 0-.6-.1-.8-.2-.2-.2-.3-.4-.3-.8v-1.6h-.4V68h.4v-.8h1zm3.8 4.1c-.5 0-.9-.1-1.2-.4-.3-.3-.5-.7-.5-1.2v-.1c0-.3.1-.6.2-.9s.3-.5.5-.6c.2-.1.5-.2.8-.2.5 0 .8.1 1.1.4.3.3.4.7.4 1.2v.4h-2c0 .2.1.3.2.4.1.1.3.2.5.2.3 0 .6-.1.8-.3l.5.6c-.1.2-.3.3-.5.4-.3.1-.5.1-.8.1zm-.1-2.6c-.3 0-.5.2-.5.6h1v-.1c0-.2 0-.3-.1-.4-.1 0-.3-.1-.4-.1zm3 .9c0-.5.1-.9.3-1.2.2-.3.5-.4.9-.4.3 0 .5.1.7.3v-1.7h1v4.7h-.9v-.4c-.2.3-.5.4-.8.4-.4 0-.7-.1-.9-.4-.2-.3-.3-.8-.3-1.3zm1 .1c0 .6.2.9.5.9.2 0 .4-.1.5-.3V69c-.1-.2-.3-.3-.5-.3-.3 0-.5.3-.5.8v.1z'/%3E%3C/svg%3E");
  background-position: left 10px center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}
.utils--sidebar-messages.ssl-security p {
  padding-left: 80px;
}
.utils--sidebar-messages.success {
  padding-left: 40px;
  color: #fff;
  background-color: rgba(1, 203, 96, 0.9);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23fff' d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.8 60-60c0-33.1-26.9-60-60-60zm-4.9 86.1L41.5 73.6l1.3-12.5 11.5 10.5 23.4-37.3 3.6 10.4-26.2 41.4z'/%3e%3c/svg%3e");
  background-position: left 10px center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.utils--sidebar-messages.light {
  background-color: #fff;
}
.utils--sidebar-messages.light:before {
  display: none;
}
.utils--sidebar-messages {
  margin: 2.5% auto;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-align: center;
  text-align: left;
  color: rgb(66, 77, 87);
}
.utils--sidebar-messages:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  margin-left: -5px;
}
.utils--banner {
  position: relative;
  width: auto;
  height: 30px;
  padding-right: 0.75em;
  padding-left: 0.75em;
  font-size: 80%;
  line-height: 30px;
  white-space: nowrap;
  color: #fff;
  background-color: rgba(255, 53, 72, 0.75);
}
@media (max-width: 595.98px) {
  .utils--banner {
    font-size: 0.875em;
  }
}
.utils--banner.timer {
  padding-left: 1.75em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M63 60l-2-11.9h-1.8L57 60c-1.8 1-3 2.9-3 5.1 0 3.3 2.7 6 6 6s6-2.7 6-6c0-2.2-1.2-4.1-3-5.1zm-3-23.9c-16.5 0-29.9 13.4-29.9 29.9S43.5 95.9 60 95.9 89.9 82.5 89.9 66 76.5 36.1 60 36.1zm0 53.8c-13.2 0-23.9-10.7-23.9-23.9S46.8 42.1 60 42.1 83.9 52.8 83.9 66c0 13.1-10.7 23.9-23.9 23.9zm-6-59.2v-6.5h12v6.5c-4.3-.7-7.8-.7-12 0zm27.4 6.6l4.2-4.2 4.2 4.2-3.9 3.9c-1.4-1.4-2.9-2.7-4.5-3.9zM43.6 66c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.6 1.5 1.5zm35.8 0c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.6 1.5 1.5zM61.5 83.9c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.7 1.5 1.5zm-12-6c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5c.9 0 1.5.7 1.5 1.5zm23.9 0c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5c.9 0 1.5.7 1.5 1.5zM49.5 51c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5c.9 0 1.5.7 1.5 1.5zm23.9 0c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5c.9 0 1.5.7 1.5 1.5z'/%3E%3C/svg%3E");
  background-position: left center !important;
  background-size: 1.75em 1.75em !important;
  background-repeat: no-repeat;
}
.utils--banner.opaquerate {
  padding-left: 1.9em;
  background-color: rgba(1, 203, 96, 0.75);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M60 18.9c-22.7 0-41.1 18.4-41.1 41.1s18.4 41.1 41.1 41.1 41.1-18.4 41.1-41.1S82.7 18.9 60 18.9zm0 76.6c-18.2 0-35.2-17.1-35.2-35.3s17-35.3 35.2-35.3S95.6 41 95.6 59.1c0 18-17.4 36.4-35.6 36.4zm14.9-19.4c-1.2 1.9-2.9 3.5-5.2 4.7-2.3 1.2-8.4 2-8.4 2v5.4h-3.2v-5.5c-4.8-.4-8.3-1.7-11-3.9-2.7-2.2-4.1-5.3-4.3-8.4H54c.2 1.7 4 4 4 4v-9.7s-6.2-1.6-8.1-2.4c-1.9-.8-3.6-2-5-3.8-1.4-1.7-2.2-4.1-2.2-7.1 0-3.7 1.4-6.7 4.2-9 2.8-2.3 6.3-3.5 11.1-3.8v-5.4h3.2v5.4c4.6.3 8 1.6 10.5 3.8 2.5 2.2 3.9 5.2 4.2 8.6H64.7c-.2-1.8-1.3-3.2-3.4-3.9v9.6c3.7.9 6.3 1.8 8.2 2.5 1.9.7 3.5 2 5 3.7 1.5 1.7 2.2 4 2.2 7-.1 2.2-.6 4.3-1.8 6.2zM55.4 53.5c.6.7 1.5 1.3 2.7 1.9v-8.6c-1.1.2-2.1.7-2.7 1.3s-1 1.6-1 2.8c0 1.1.3 1.9 1 2.6zm8.9 19.6c.7-.8 1.1-1.7 1.1-2.9 0-1.1-.3-1.9-1-2.6-.7-.7-1.7-1.3-3-1.8v8.8c1.2-.2 2.2-.7 2.9-1.5z'/%3E%3C/svg%3E");
  background-position: left center !important;
  background-size: 1.9em 1.9em !important;
  background-repeat: no-repeat;
}
.utils---pop-messages {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 30;
  display: block;
  width: 300px;
  height: auto;
  pointer-events: none;
}
.utils---pop-messages.big {
  bottom: 0.5rem;
  width: 420px;
}
@media (max-width: 430px) {
  .utils---pop-messages.big {
    width: calc(100% - 20px);
  }
}
@media (max-width: 767.98px) {
  .utils---pop-messages {
    bottom: 0;
  }
}
.utils---pop-messages input[type=radio] {
  display: none;
}
.utils---pop-messages input[type=radio]:checked + div.message---bubble {
  display: none;
}
.utils---pop-messages .message---bubble {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.15em 0.75em;
  padding-right: 20px;
  padding-left: 50px;
  margin-bottom: 1.75em;
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgba(66, 77, 87, 0.75);
}
.utils---pop-messages .message---bubble b {
  border-bottom: 1px solid #fff;
  font-weight: normal;
}
.utils---pop-messages .message---bubble {
  background-position: left 10px center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.utils---pop-messages .message---bubble.bolt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M47.8 96.6L57 69.1H29.5l42.7-45.7L63 50.9h27.4L47.8 96.6z'/%3E%3C/svg%3E");
}
.utils---pop-messages .message---bubble.sun {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M35.7 63.1H23.2V57h12.5c-.1 1-.2 2-.2 3.1 0 .9.1 2 .2 3zM45 40.7l-8.8-8.8-4.3 4.3 8.8 8.8c1.2-1.6 2.7-3.1 4.3-4.3zM79.4 45l8.8-8.8-4.3-4.3-8.9 8.8c1.6 1.2 3.1 2.7 4.4 4.3zM60 35.5c1 0 2.1.1 3.1.2V23.2H57v12.5c.9-.1 2-.2 3-.2zm0 49c-1 0-2.1-.1-3.1-.2v12.5H63V84.3c-.9.1-2 .2-3 .2zm24.3-27.6c.1 1 .2 2 .2 3.1 0 1-.1 2.1-.2 3.1h12.5V57H84.3zM75 79.4l8.8 8.8 4.3-4.3-8.7-8.9a30.5 30.5 0 0 1-4.4 4.4zM40.6 75l-8.8 8.8 4.3 4.3 8.8-8.8c-1.5-1.2-3-2.7-4.3-4.3zm7.1-15c0 6.8 5.5 12.3 12.3 12.3 6.8 0 12.3-5.5 12.3-12.3 0-6.8-5.5-12.3-12.3-12.3-6.8 0-12.3 5.5-12.3 12.3zm30.7 0c0 10.2-8.2 18.4-18.4 18.4S41.6 70.2 41.6 60 49.8 41.6 60 41.6 78.4 49.8 78.4 60z'/%3E%3C/svg%3E");
}
.utils---pop-messages .message---bubble.clear-bg {
  padding-top: 1.75rem;
  padding-left: 1.75rem;
  text-align: center;
  background: none;
}
.utils---pop-messages .message---bubble a.btn--link {
  display: block;
  width: 120px;
  padding: 0.5rem 0.75rem;
  margin: 0.5rem auto;
  margin-bottom: 0;
  text-align: center;
  background-color: #424D57;
  pointer-events: all;
}
.utils---pop-messages .message---bubble:before {
  content: "";
  position: absolute;
  right: 19px;
  bottom: -20px;
  width: 0px;
  height: 0px;
  border-top: 10px solid rgb(66, 77, 87);
  border-right: 10px solid rgb(66, 77, 87);
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.utils---pop-messages .message---bubble.warning {
  background-color: rgba(255, 202, 53, 0.9);
  pointer-events: all;
}
.utils---pop-messages .message---bubble.warning span {
  color: #424d57;
}
.utils---pop-messages .message---bubble.warning:before {
  border-top: 10px solid #FFCA35;
  border-right: 10px solid #FFCA35;
}
.utils---pop-messages .message---bubble label {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: left;
  cursor: pointer;
  pointer-events: all;
}
.utils---pop-messages .message---bubble label:before {
  content: "×";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  line-height: 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 1 !important;
  text-shadow: none !important;
}
.utils---overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.utils---overlay.active {
  display: block;
}
.utils---overlay:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAN0lEQVQoU2NkYGBogGIGHKCBESqBSyFYHKYIpBZdIZyPrAhZIYoGdEXYTGQg2SSCbiLoO4LhBABKZBAK8XPEYwAAAABJRU5ErkJggg==");
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.utils---overlay---message {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1.75em 2.75em;
  padding-bottom: 90px;
  padding-left: 120px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.8 60-60S93.2 0 60 0zm.1 90.3c-4.2 0-8.1-3.7-8.1-7.9h16c0 4.2-3.7 7.9-7.9 7.9zM86.6 77H33.5v-4.6c12.9-4.2 5.8-28.1 18.2-35.3 1.7-1 2.8-2.9 2.8-4.8 0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6 0 2 1 3.8 2.7 4.8 12.4 7.2 5.3 31.1 18.2 35.3V77zM60 29.2c-1.5 0-2.6 1.2-2.6 2.7 0 1.4 1.2 2.6 2.6 2.6 1.4 0 2.6-1.2 2.6-2.6.1-1.5-1.1-2.7-2.6-2.7z'/%3E%3C/svg%3E");
  transform: translate(-50%, -50%);
}
.utils---overlay---message.phone-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.8 60-60S93.2 0 60 0zm13.9 87.5c-17.4 8-44.5-44.6-27.4-53.5l5-2.5 8.3 16.1-4.9 2.4c-5.3 3 5.5 24 10.8 21.4.2-.1 4.9-2.4 4.9-2.4l8.3 16.1s-4.7 2.3-5 2.4z'/%3E%3C/svg%3E");
}
.utils---overlay---message {
  background-position: left 30px center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}
.utils---overlay---message.pb {
  padding-bottom: 60px !important;
}
.utils---overlay---message p {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .utils---overlay---message p {
    margin-top: 0.5rem !important;
  }
}
.utils---overlay---message.text-content {
  overflow: hidden;
  overflow-y: auto;
  max-height: 80vh;
  padding: 0.75em;
  background: #fff;
}
.utils---overlay---message.text-content::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: inset 0 0 6px rgba(66, 77, 87, 0.15);
  -webkit-box-shadow: inset 0 0 6px rgba(66, 77, 87, 0.15);
}
.utils---overlay---message.text-content::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.utils---overlay---message.text-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(66, 77, 87, 0.25);
}
.utils---overlay---message a.btn, .utils---overlay---message a.button--link {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  padding: 1.25em 2.75em !important;
  background-color: #424D57;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.utils---overlay---message a.btn--link {
  padding: 0.5em 2.75em !important;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .utils---overlay---message a.btn--link {
    margin-top: 0 !important;
  }
}
.utils---overlay---message a.btn--reset {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23fff' d='M20.3 39.4v35.2l5.4-5.4 5.4 5.4-15.6 15.5L0 74.6l5.4-5.4 5.4 5.4V29.9h63.1v9.6l-53.6-.1zm99.7 6l-5.4 5.4-5.4-5.4v44.8h-63v-9.6h53.5V45.4l-5.4 5.4-5.3-5.4 15.5-15.5L120 45.4z'/%3e%3c/svg%3e");
}
@media (max-width: 991.98px) {
  .utils---overlay---message {
    padding: 100px 2.75em 80px 2.75em;
    background-position: top 20px center;
  }
}
@media (max-width: 595.98px) {
  .utils---overlay---message {
    width: 90%;
    padding: 100px 1.75em 100px 1.75em;
  }
}
.utils---overlay---message .btn-plus {
  position: absolute;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  right: 20px;
  z-index: 100;
  opacity: 1;
  cursor: pointer;
}
.utils---overlay---message .btn-plus:hover:after, .utils---overlay---message .btn-plus:hover:before {
  background-color: #FF3548;
}
.utils---overlay---message {
  /* To style the document scrollbar, remove `.custom-scrollbar` */
}
.utils---outher-box {
  position: relative;
  width: 100%;
  height: auto;
}
.utils---outher-box.expanded {
  flex: 0 0 100%;
  max-width: 100%;
}
.utils--icons-container {
  min-height: 38px !important;
  padding: 0.5em 0.75em;
  margin-top: -10px;
}
.utils--icons-container .pt-icon {
  margin-right: 10px;
}
.utils--transition {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}
.utils--transition---center {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 60%;
}
@media (max-width: 767.98px) {
  .utils--transition---center {
    width: 90%;
  }
}
.utils--transition---center {
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 2em;
  font-weight: normal;
  color: #424D57;
}
.utils--transition---center .utils--spinner {
  width: 100px;
  height: 60px;
  margin: 0 auto;
}
.utils--transition---center .utils--spinner > div {
  width: 8px;
}
.utils--transition---center img {
  height: auto;
  margin: 0 auto !important;
}
@media (max-width: 595.98px) {
  .utils--transition---center img {
    width: 80%;
  }
}
.utils--transition---center p {
  padding: 10px;
  border-top: 4px solid #d3dee5;
  border-bottom: 4px solid #d3dee5;
  margin-top: 25px;
}
.utils--transition---message p {
  padding-left: 80px;
  background-position: left 25px center;
  background-size: 35px 35px;
  background-repeat: no-repeat;
}
.utils--transition---message.error p {
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23FF3548' d='M60 5L0 115h120L60 5zm-5 40h10v35H55V45zm5 56.3c-3.4 0-6.3-2.8-6.3-6.3 0-3.4 2.8-6.3 6.3-6.3 3.4 0 6.3 2.8 6.3 6.3s-2.9 6.3-6.3 6.3z'/%3e%3c/svg%3e");
}
.utils--transition---message.success p {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%2301CB60' d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.8 60-60c0-33.1-26.9-60-60-60zm-4.9 86.1L41.5 73.6l1.3-12.5 11.5 10.5 23.4-37.3 3.6 10.4-26.2 41.4z'/%3e%3c/svg%3e");
}
.utils---commercial h4 {
  font-weight: 900;
  text-transform: none;
  background-color: #efefef;
}
.utils---commercial figure {
  width: 100%;
  text-align: center;
}
.utils---commercial img {
  max-width: 400px;
}
.utils---bg--warning, .utils---bg.warning {
  color: #424D57;
  background-color: #FFCA35 !important;
}
.utils---bg--success, .utils---bg.success {
  color: #fff;
  background-color: #01CB60 !important;
}
.utils---bg--danger, .utils---bg.danger {
  color: #fff;
  background-color: #FF3548 !important;
}

.utils--pop-info p {
  display: block;
  width: 100%;
  padding: 0.75em;
  border-bottom: 1px solid #d3dee5;
  margin-bottom: 0.75em;
  font-weight: bolder;
  text-transform: uppercase;
}
.utils--pop-info {
  padding-bottom: 1em;
}

.utils--icons-summary {
  text-align: center;
}
.utils--icons-summary .pt-icon {
  margin-right: 10px !important;
}

.modal {
  background-color: rgba(0, 0, 0, 0.75);
}
.modal:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAN0lEQVQoU2NkYGBogGIGHKCBESqBSyFYHKYIpBZdIZyPrAhZIYoGdEXYTGQg2SSCbiLoO4LhBABKZBAK8XPEYwAAAABJRU5ErkJggg==");
  opacity: 0.45;
  filter: alpha(opacity=45);
}

.util---back-link {
  padding-left: 35px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23424D57' d='M64.7 111.7L0 55.8 64.7 0v18.1L21.4 55.8 64.7 94v17.7z'/%3e%3c/svg%3e");
  background-position: left 10px center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

.util----body-widget {
  padding-top: 3em;
  padding-bottom: 1.75em;
  margin-bottom: 10px;
  text-align: center;
  background-color: #efefef;
}
.util----body-widget img {
  height: 45px;
  margin-top: -25px;
}
@media (max-width: 991.98px) {
  .util----body-widget {
    padding-bottom: 1.5em;
  }
}
@media (max-width: 595.98px) {
  .util----body-widget {
    padding-bottom: 2.5em;
  }
}

.no-borders {
  border: 0 !important;
}

@media (max-width: 991.98px) {
  .no-md-border-bottom {
    border-bottom: 0 !important;
  }
}

.top--space {
  margin-top: 68px;
}
@media (max-width: 991.98px) {
  .top--space {
    margin-top: 48px;
  }
}

.no-border {
  border: none !important;
}

.relative {
  position: relative;
}

.separator {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
}
.separator.line-forms {
  margin: auto 10px;
  margin-top: -10px;
}
.separator.line-forms:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: calc(100% - 20px);
  height: 2px;
  background-color: #d3dee5;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 991.98px) {
  html,
  body {
    font-size: 0.9265rem;
  }
}

body {
  min-width: 320px;
  background: #fff;
}
@media (max-width: 991.98px) {
  body .content {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
@media (max-width: 991.98px) {
  body.modal-opened {
    overflow: hidden;
  }
}
body.full-modal-opened {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -40px;
  overflow-x: hidden;
}
@media (max-width: 595.98px) {
  .wrapper {
    margin-bottom: -80px;
  }
}

.footer,
.push {
  height: 40px;
}
@media (max-width: 595.98px) {
  .footer,
  .push {
    height: 80px;
  }
}

.footer {
  padding: 0;
  margin: 0;
  background: #424D57;
  color: #fff;
}
.footer div.table {
  display: table;
  width: 100%;
  height: 40px;
}
@media (max-width: 595.98px) {
  .footer div.table {
    height: 80px;
  }
}
.footer div.table {
  padding: 0;
  margin: 0 auto;
  color: #fff;
}
.footer div.table p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 595.98px) {
  .footer div.table p {
    padding-right: 70px;
    padding-left: 10px;
    text-align: left;
  }
}

.prices {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
}

.structure--2-columns {
  position: relative;
  width: 100%;
  height: auto;
}
.structure--2-columns---content {
  position: relative;
  height: auto;
  min-height: 25vh;
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .structure--2-columns---content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.structure--2-columns---sidebar {
  position: relative;
  min-height: 25vh;
  background: #fff;
  border-left: 1px solid #d3dee5;
  border-right: 1px solid #d3dee5;
  left: 0;
}
.structure--2-columns---sidebar .inner-sidebar {
  position: relative;
}
.structure--2-columns---sidebar .js-close-sidebar {
  display: none !important;
}
.structure--2-columns---sidebar {
  display: block !important;
  max-width: 20% !important;
  max-width: 20% !important;
  left: 0;
}
@media (max-width: 1920.98px) {
  .structure--2-columns---sidebar {
    display: block !important;
    max-width: 22% !important;
    max-width: 22% !important;
    left: 0;
  }
  .structure--2-columns---sidebar.order {
    max-width: 25% !important;
    max-width: 25% !important;
  }
}
@media (max-width: 1499.98px) {
  .structure--2-columns---sidebar {
    display: block !important;
    max-width: 25% !important;
    max-width: 25% !important;
    left: 0;
  }
  .structure--2-columns---sidebar.order {
    max-width: 30% !important;
    max-width: 30% !important;
  }
}
@media (max-width: 1199.98px) {
  .structure--2-columns---sidebar {
    display: block !important;
    max-width: 25% !important;
    max-width: 25% !important;
    left: 0;
  }
  .structure--2-columns---sidebar.order {
    max-width: 30% !important;
    max-width: 30% !important;
  }
}
@media (max-width: 991.98px) {
  .structure--2-columns---sidebar {
    z-index: 1036;
    position: fixed;
    height: 100vh;
    min-height: 100vh;
    padding-bottom: 100px !important;
    left: -460px;
    max-height: 100vh;
    top: 48px;
    overflow-y: auto !important;
    border-top: 1px solid #d3dee5;
    will-change: transform;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 75%;
    min-width: 240px !important;
    max-width: 340px !important;
  }
  .structure--2-columns---sidebar.order {
    z-index: 10000;
    display: none !important;
    width: 100%;
    min-width: 100% !important;
    padding: 10vh 25vw !important;
    background: transparent;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    left: 0;
    max-width: 100% !important;
  }
  .structure--2-columns---sidebar.order ul,
  .structure--2-columns---sidebar.order nav {
    background: #fff;
  }
  .structure--2-columns---sidebar.order {
    top: 0;
  }
  .structure--2-columns---sidebar.order .inner-sidebar {
    position: relative;
    border: 30px solid #fff;
  }
  .structure--2-columns---sidebar.order .inner-sidebar nav {
    border: 1px solid #d3dee5;
    border-bottom: 0;
  }
  .structure--2-columns---sidebar.order .js-close-sidebar {
    z-index: 99999999;
    position: fixed;
    display: block !important;
    top: 20px;
    right: 20px;
    -moz-transform: rotate(45deg) scale(1.25);
    -o-transform: rotate(45deg) scale(1.25);
    -ms-transform: rotate(45deg) scale(1.25);
    -webkit-transform: rotate(45deg) scale(1.25);
    transform: rotate(45deg) scale(1.25);
    z-index: 100;
    opacity: 1;
    cursor: pointer;
  }
  .structure--2-columns---sidebar.order .js-close-sidebar:hover:after, .structure--2-columns---sidebar.order .js-close-sidebar:hover:before {
    background-color: #FF3548;
  }
  .structure--2-columns---sidebar.order:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAN0lEQVQoU2NkYGBogGIGHKCBESqBSyFYHKYIpBZdIZyPrAhZIYoGdEXYTGQg2SSCbiLoO4LhBABKZBAK8XPEYwAAAABJRU5ErkJggg==");
    opacity: 0.15;
    filter: alpha(opacity=15);
    z-index: -1;
  }
  .structure--2-columns---sidebar.order.collapsing {
    display: block !important;
    opacity: 0;
    left: 0;
  }
  .structure--2-columns---sidebar {
    /* To style the document scrollbar, remove `.custom-scrollbar` */
  }
  .structure--2-columns---sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(66, 77, 87, 0.15);
    background-color: #fff;
  }
  .structure--2-columns---sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
  }
  .structure--2-columns---sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(66, 77, 87, 0.25);
    border-radius: 4px;
  }
  .structure--2-columns---sidebar.show {
    display: block !important;
    opacity: 1;
    left: 0;
  }
  .structure--2-columns---sidebar.show ~ div:before, .structure--2-columns---sidebar.show ~ div:after {
    z-index: 1035;
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    top: 48px;
    left: 0;
    content: "";
  }
  .structure--2-columns---sidebar.show ~ div:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAN0lEQVQoU2NkYGBogGIGHKCBESqBSyFYHKYIpBZdIZyPrAhZIYoGdEXYTGQg2SSCbiLoO4LhBABKZBAK8XPEYwAAAABJRU5ErkJggg==");
    background-color: transparent;
    opacity: 0.15;
    filter: alpha(opacity=15);
  }
}
.structure--2-columns---sidebar.order.show ~ div:before, .structure--2-columns---sidebar.order.show ~ div:after {
  display: none !important;
}
@media (max-width: 767.98px) {
  .structure--2-columns---sidebar.order {
    padding: 5vh calc(50vw - 220px) !important;
  }
  .structure--2-columns---sidebar.order .inner-sidebar {
    border: 25px solid #fff;
  }
}
@media (max-width: 595.98px) {
  .structure--2-columns---sidebar.order {
    padding: 5vh calc(50vw - 180px) !important;
  }
  .structure--2-columns---sidebar.order .inner-sidebar {
    border: 20px solid #fff;
  }
}
@media only screen and (max-width: 595.98px) and (max-width: 380px) {
  .structure--2-columns---sidebar.order {
    padding: 40px calc(50vw - 154px) !important;
    padding-bottom: 140px !important;
  }
  .structure--2-columns---sidebar.order .inner-sidebar {
    border: 10px solid #fff;
  }
}
@media (max-width: 595.98px) {
  .structure--2-columns---sidebar.order .js-close-sidebar {
    top: 10px;
    right: 10px;
  }
}

img[src="Error.src"] {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, html {
    overflow: hidden;
    height: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    overflow: auto;
    height: 100%;
  }
}
.component---hotel-edit-bar {
  z-index: 1;
  overflow: hidden;
}
.component---hotel-edit-bar ul {
  position: relative;
  min-width: 900px;
  font-size: 0.875em;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .component---hotel-edit-bar ul {
    font-size: 0.75em;
  }
}
.component---hotel-edit-bar ul li {
  position: relative;
  padding: 0.5em 0.5em !important;
  white-space: nowrap;
  color: #6c757d !important;
  vertical-align: middle;
}
.component---hotel-edit-bar ul li:before {
  content: attr(data-text);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
@media (max-width: 767.98px) {
  .component---hotel-edit-bar ul li:before {
    display: none;
  }
}
.component---hotel-edit-bar ul li:after {
  content: "";
  position: absolute;
  top: 0%;
  right: -0.25em;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d3dee5;
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
@media (max-width: 767.98px) {
  .component---hotel-edit-bar ul li:after {
    display: none;
  }
}
.component---hotel-edit-bar ul li:last-child:after {
  display: none;
}
.component---hotel-edit-bar ul li {
  /*
  &:first-child:after {
  	padding-left: 0.25em !important;
  	padding-right: 0.25em  !important;
  }
  */
}
@media (max-width: 767.98px) {
  .component---hotel-edit-bar ul li {
    display: none;
  }
  .component---hotel-edit-bar ul li:first-child {
    display: block;
    height: 30px;
  }
}
.component---hotel-edit-bar a {
  display: block;
  width: auto;
  height: 100%;
  border: 1px solid transparent;
  margin: 0 auto;
}
.component---hotel-edit-bar a:first-child {
  position: relative;
  padding-right: 1.25rem !important;
}
.component---hotel-edit-bar a:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.35rem;
  display: inline-block;
  width: 1rem;
  height: 100%;
  margin-left: 0.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23424D57' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
  background-position: 100% center;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.component---hotel-edit-bar a i.icon-rxxl--container {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  background-size: 28px 28px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .component---hotel-edit-bar a i.icon-rxxl--container {
    background-size: 24px 24px;
  }
}
@media (max-width: 767.98px) {
  .component---hotel-edit-bar a {
    width: auto;
  }
}
.component---hotel-edit-bar a.go-back-search {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.component---hotel-edit-bar a.go-back-search i.icon-rxxl--container {
  background-size: 10px 10px !important;
}

.component---banner-container {
  position: fixed;
  top: 164px;
  left: 50%;
  z-index: 999999;
  border-bottom: 1px solid transparent;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}
@media (max-width: 767.98px) {
  .component---banner-container {
    position: fixed;
    top: 120px;
    left: 50%;
    z-index: 200;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
  }
}

.component---banner-box {
  position: absolute;
  background: rgba(211, 222, 229, 0.9);
  z-index: 1000;
  width: 310px;
  top: -74px;
  right: 20px;
}
@media (max-width: 767.98px) {
  .component---banner-box {
    right: auto;
    top: -60px;
    left: 50%;
    margin-left: -155px;
  }
}
.component---banner-box {
  color: #424D57;
}
.component---banner-box h1 {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: #424D57;
  background-color: white;
}
.component---banner-box h1 .utils---traking {
  position: absolute;
  top: -5px;
  right: 0;
  height: 35px;
  background-image: none;
}
.component---banner-box > div {
  position: relative;
}
.component---banner-box .box--header {
  overflow: hidden;
  min-height: 60px;
}
.component---banner-box .box--header a {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 10 9.26'%3e%3cpath d='M0 8.02l3.66-3.4L.02 1.24 1.34 0 5 3.38 8.65 0l1.32 1.24-3.64 3.38L10 8.02 8.68 9.26 5 5.86l-3.68 3.4z'/%3E%3C/svg%3E");
  background-position: 95% center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: all;
}
.component---banner-box .box--header a.collapsed {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.74 64.71'%3e%3cpath fill='%23424D57' d='M17.84 0l38.15 43.27L93.66 0h18.08L55.99 64.71 0 0z'/%3e%3c/svg%3e");
  background-size: 12px 12px;
}
.component---banner-box .box--header a.active {
  display: block;
}
.component---banner-box .box--body {
  padding: 0.75em;
  border-bottom: 4px solid white;
}
.component---banner-box .box--body > div strong:after {
  content: ": ";
  display: inline-block;
}
.component---banner-box .box--body > div {
  font-size: 0.875em;
}
.component---banner-box .box--body h4 {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em !important;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
}
.component---banner-box .box--body {
  padding-bottom: 1.5em;
}
.component---banner-box .box--body table td.border {
  border-color: #424D57 !important;
}
.component---banner-box .box--footer {
  min-height: 30px;
  padding: 1em;
}
@media (max-width: 767.98px) {
  .component---banner-box .box--footer {
    padding: 0.5em;
  }
}
.component---banner-box .best-deal-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.component---banner-box .best-deal-container.active {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.component---banner-box .best-deal-container > div {
  display: inline-block !important;
  width: 100% !important;
}
.component---banner-box .best-deal-container .best-deal-price {
  width: 100%;
}
.component---banner-box .best-deal-container .best-deal-price span {
  display: inline-block !important;
  width: auto !important;
  font-size: 2em;
  font-weight: bolder !important;
}
.component---banner-box .best-deal-container .best-deal-price span.price {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.component---banner-box .best-deal-container .best-deal-price span.currency {
  display: none;
  padding-left: 0.25em;
  margin-right: 4px;
}
.component---banner-box .best-deal-container .best-deal-info {
  position: relative;
  position: absolute;
  right: 0;
  bottom: 0;
}
.component---banner-box .best-deal-container .best-deal-info span {
  display: inline-block;
  height: 20px;
  padding-right: 0.25em !important;
  padding-left: 1em !important;
  font-size: 0.75em;
  font-weight: 300;
  text-align: right;
}
.component---banner-box .best-deal-container .best-deal-info span:first-child {
  position: relative;
}
.component---banner-box .best-deal-container .best-deal-info span:first-child:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -6px;
  display: block;
  width: 1px;
  height: 60%;
  background-color: #424D57;
  -moz-transform: translate(0%, -50%) rotate(25deg);
  -o-transform: translate(0%, -50%) rotate(25deg);
  -ms-transform: translate(0%, -50%) rotate(25deg);
  -webkit-transform: translate(0%, -50%) rotate(25deg);
  transform: translate(0%, -50%) rotate(25deg);
}
.component---banner-box .utils--spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -25%);
  -o-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}
.component---banner-box .utils--spinner > div {
  border: 0;
  background-color: #fff;
}

.component---hotel-header {
  position: relative;
  height: auto;
  /*
  @include media-breakpoint-down("md") {
    //   position: sticky !important; top: 0; background-color: red;
    position: sticky !important; top: 0 !important; z-index: 1030; background-color: violet !important;
  }
  */
}
@media (max-width: 767.98px) {
  .component---hotel-header.fixed-header {
    position: fixed !important;
    top: 0 !important;
    z-index: 1430;
    padding-top: 0 !important;
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .component---hotel-header.fixed-header h1 {
    font-size: 125%;
  }
  .component---hotel-header.fixed-header strong {
    padding-bottom: 0.75rem;
  }
  .component---hotel-header.fixed-header .address-data {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .component---hotel-header {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.25em;
    padding-left: 0.25em;
    text-align: center;
  }
}
.component---hotel-header h1 {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 5px;
  margin-bottom: 10px;
  text-transform: none;
}
@media (max-width: 767.98px) {
  .component---hotel-header h1 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.25em;
    padding-left: 0.25em;
    text-align: center;
  }
}
.component---hotel-header div.address {
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 20px;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em;
  font-weight: normal;
}
.component---hotel-header div.address > p {
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .component---hotel-header div.address {
    display: block;
    width: 100%;
    padding-top: 0.75em;
    text-align: center;
  }
}
.component---hotel-header div.address .component--category {
  font-size: 1.25em !important;
}
.component---hotel-header div.address .component--category .component--category---percent:before {
  color: #424D57;
}
@media (max-width: 767.98px) {
  .component---hotel-header div.address .component--category {
    position: absolute;
    top: 0.25rem;
    left: 50%;
    -moz-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
  }
  .component---hotel-header div.address .component--category:after {
    content: "";
    position: absolute;
    top: 0rem;
    left: -8px;
    z-index: -2;
    display: block;
    width: calc(100% + 13px);
    height: 100%;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    background-color: #fff;
  }
}
.component---hotel-header div.address:before {
  content: "";
  position: absolute;
  top: -0.4em;
  left: 0;
  width: calc(100% - 14px);
  height: 1px;
  background-color: #efefef;
}
@media (max-width: 767.98px) {
  .component---hotel-header div.address:before {
    top: -0.2rem;
  }
}
.component---hotel-header.location-header {
  padding-left: 100px;
}
@media (max-width: 767.98px) {
  .component---hotel-header.location-header {
    padding-left: 85px;
  }
}
.component---hotel-header.location-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 90px;
  width: 1px;
  height: 100%;
  background-color: #efefef;
}
@media (max-width: 767.98px) {
  .component---hotel-header.location-header:before {
    left: 75px;
  }
}
@media (max-width: 767.98px) {
  .component---hotel-header.location-header h1 {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .component---hotel-header.location-header .address {
    padding-top: 0;
    text-align: left;
  }
}
.component---hotel-header.location-header .address:before {
  left: -10px;
  min-width: 175%;
}
.component---hotel-header.location-header {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120' preserveAspectRatio='xMinYMid'%3e%3cpath d='M56.9 70.6l.2.4c-19.3.5-35.1 6.8-38.2 15-.2.6-.4 1.2-.5 1.8 0-.3-.1-.7-.1-1v-.2c0-9.3 16.4-17 37.3-18l1.2 1.8.1.2zm7.6-1.9c-.3.5-.7 1-1.1 1.5l-.1.2-.3.6c19.4.6 35.1 6.9 38.1 15.1.2.6.3 1.1.4 1.7.1-.4.1-.8.1-1.2v-.2c-.2-9.1-16.3-16.7-37.1-17.7zM101.7 88c0 11.7-18.7 21.3-41.7 21.3-23 0-41.7-9.5-41.7-21.3 0-.4 0-.8.1-1.2 0-.6.2-1.1.3-1.6.1.3.2.5.3.8 3.4 10 20.5 17.6 41.1 17.6s37.6-7.6 41.1-17.5l.3-.9c.1.4.2.8.3 1.3-.1.4-.1 1-.1 1.5zm-17-56.2c0 9.6-3.2 12.4-20.2 37-.3.5-.7 1-1.1 1.5l-.1.2-.3.5-2.9 4.8-2.9-4.8-.2-.4-.1-.1-1.2-1.8c-17-24.5-20.2-27.4-20.2-37 0-13.6 11-24.6 24.6-24.6s24.5 11 24.6 24.7zm-14.4-.1c0-5.7-4.6-10.3-10.3-10.3S49.7 26 49.7 31.7c0 5.7 4.6 10.2 10.3 10.2 5.7.1 10.3-4.5 10.3-10.2zM60.2 87.8c-1.8 0-3.3.6-3.3 1.4s1.5 1.4 3.3 1.4 3.3-.6 3.3-1.4c0-.8-1.5-1.4-3.3-1.4z'/%3E%3C/svg%3E");
  background-position: 20px center;
  background-size: auto 60px;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .component---hotel-header.location-header {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120' preserveAspectRatio='xMinYMid'%3e%3cpath d='M56.9 70.6l.2.4c-19.3.5-35.1 6.8-38.2 15-.2.6-.4 1.2-.5 1.8 0-.3-.1-.7-.1-1v-.2c0-9.3 16.4-17 37.3-18l1.2 1.8.1.2zm7.6-1.9c-.3.5-.7 1-1.1 1.5l-.1.2-.3.6c19.4.6 35.1 6.9 38.1 15.1.2.6.3 1.1.4 1.7.1-.4.1-.8.1-1.2v-.2c-.2-9.1-16.3-16.7-37.1-17.7zM101.7 88c0 11.7-18.7 21.3-41.7 21.3-23 0-41.7-9.5-41.7-21.3 0-.4 0-.8.1-1.2 0-.6.2-1.1.3-1.6.1.3.2.5.3.8 3.4 10 20.5 17.6 41.1 17.6s37.6-7.6 41.1-17.5l.3-.9c.1.4.2.8.3 1.3-.1.4-.1 1-.1 1.5zm-17-56.2c0 9.6-3.2 12.4-20.2 37-.3.5-.7 1-1.1 1.5l-.1.2-.3.5-2.9 4.8-2.9-4.8-.2-.4-.1-.1-1.2-1.8c-17-24.5-20.2-27.4-20.2-37 0-13.6 11-24.6 24.6-24.6s24.5 11 24.6 24.7zm-14.4-.1c0-5.7-4.6-10.3-10.3-10.3S49.7 26 49.7 31.7c0 5.7 4.6 10.2 10.3 10.2 5.7.1 10.3-4.5 10.3-10.2zM60.2 87.8c-1.8 0-3.3.6-3.3 1.4s1.5 1.4 3.3 1.4 3.3-.6 3.3-1.4c0-.8-1.5-1.4-3.3-1.4z'/%3E%3C/svg%3E");
    background-position: left 12.5px center;
    background-size: auto 50px;
    background-repeat: no-repeat;
  }
}
.component---hotel-header.location-header.user-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 128 128'%3e%3cpath d='M119.5 112.6v15.6H8.5v-15.6c0-3.3 1.4-6.4 4-8.5C23.9 94.7 36 87.9 41.9 84.7c1.4-.8 2.5-1.3 3.1-1.6.2-.1.4-.3.5-.5 2-2 3.1-3.4 2.2-6.6-.2-.6-1.4-1.5-1.7-1.9-1.6-1.6-3.1-7.4-3.2-9.5 0-.4-.1-.7-.2-1 0-.1-.1-.2-.1-.3V63h-.3c-.2-.3-.6-.5-1-.6-.1 0-.1-.1-.2-.1-3.8-1-5.1-3.7-5.3-7.3 0-1.3-.2-2.5-.3-3.8-.1-2.5.2-3.3 2.1-4.1.3-.1.5-.2.9-.3.7-.2 1.1-.5 1.4-.9-.6-2.7-1.9-9.4-.2-15.9-.1-1.6-.1-3.3-.2-4.9 0-.8 0-1.7.4-2.3l4.2-7.5c.3-.5.6-1.1.9-1.6C46 11.9 47.1 10 48.2 8c.3.5.5.9.9 1.6 1.4-1.7 2.7-3.2 4.2-5 .3.9.5 1.3.6 1.8 1-1.1 2-2.1 3.2-3.4v2.2c1-1.2 1.7-2.1 2.6-3.2.7.3 1.3.7 2 1 .4-.6.7-1.2 1.2-1.9.5.8 1 1.5 1.6 2.4V.1c2.4 2 4.6 3.8 7 5.7V3.4c3 1.5 5 4.6 9 5.8 2.8 4.5 6.2 9.8 9.4 15.2.4.7.3 1.8.3 2.7-.3 3.8-.6 7.6-1 11.4-.1 1.3-.2 2.6-.4 3.8-.2 1.1-.4 2.3-.7 3.5h.5c.2.5.5.9 1.2 1.1.3.1.6.2.9.4 2.1 1 3 2.7 2.4 5.3-.3 1.3-.4 2.6-.5 4-.3 2.7-1.5 4.7-4.1 5.6-1.3.5-1.8 1.3-1.9 2.7-.1 2.1-1.7 7.9-3.2 9.5-.4.4-1.5 1.3-1.7 1.9-1.4 3.6-1 6 2.1 7.4 0 0 .1 0 .1.1.2.1.5.1.7.2 5 2.5 18.5 9.8 31.1 20.1 2.3 2 3.7 5.2 3.8 8.5z'/%3E%3C/svg%3E");
}

.component---header-widget {
  position: absolute;
  height: 60px;
  background-color: #edeff0;
  right: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  width: auto;
  padding: 0.75em;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
.component---header-widget:after {
  z-index: -1;
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  left: 100%;
  background-color: #edeff0;
  top: 0;
}
.component---header-widget:before {
  z-index: -1;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0 0 60px 28.5714285714px;
  border-color: transparent transparent #EDEFF0 transparent;
  right: 100%;
  top: 0;
}
.component---header-widget span.reviewed {
  z-index: 2;
  position: absolute;
  padding-left: 1em;
  font-size: small;
  color: #424D57;
  bottom: 4px;
  left: 1.25em;
  white-space: nowrap;
}
.component---header-widget .trustpilot-widget {
  margin-top: 0px !important;
  border: 1px solid transparent;
}
.component---header-widget .trustpilot-widget img {
  width: auto;
  height: 25px;
  padding: 0;
  margin: 0;
  margin-top: -10px !important;
  margin-right: 120px;
  margin-left: 15px !important;
  border: 0;
}

.component---booking-summary {
  width: 100%;
  padding: 0;
  margin: 1.25em auto;
  margin-top: 0;
  background-color: #fff;
  list-style-type: none;
}
.component---booking-summary > li {
  padding-bottom: 1.75em !important;
}
.component---booking-summary > li h5 {
  position: relative;
  padding: 0.75em;
  margin: 0;
  color: rgb(66, 77, 87);
  text-transform: uppercase;
  font-size: 0.9375em;
  font-weight: 600;
  letter-spacing: 0.75px;
}
.component---booking-summary > li > .inner {
  width: 100%;
  padding: 0 !important;
}
.component---booking-summary > li > .inner .line-data {
  position: relative;
  padding: 0.5em 0.75em;
  overflow: hidden;
  white-space: nowrap;
}
.component---booking-summary > li > .inner .line-data:last-child {
  border: 0;
}
.component---booking-summary > li > .inner p.line-data {
  margin-bottom: 0;
}
.component---booking-summary > li > .inner .line-prices {
  position: relative;
  display: table;
  width: 100%;
  padding: 0em 0em;
  margin: 0 !important;
  overflow: hidden;
}
.component---booking-summary > li > .inner .line-prices strong,
.component---booking-summary > li > .inner .line-prices span {
  display: table-cell;
  vertical-align: middle;
}
.component---booking-summary > li > .inner .line-prices.rooms-and-board span,
.component---booking-summary > li > .inner .line-prices.rooms-and-board strong {
  font-weight: normal;
  color: #6c757d;
}
.component---booking-summary > li > .inner .line-prices.subtitle span,
.component---booking-summary > li > .inner .line-prices.subtitle strong {
  font-size: 0.85em;
  font-weight: normal;
  color: #ACBDC6;
}
.component---booking-summary > li > .inner .line-prices.partial {
  padding-top: 0.5em !important;
  padding-bottom: 0.75em !important;
}
.component---booking-summary > li > .inner .line-prices.partial span {
  font-weight: bold;
}
.component---booking-summary > li > .inner .line-prices span {
  white-space: nowrap;
}
.component---booking-summary > li > .inner .line-prices:last-child {
  border: 0;
}
.component---booking-summary > li > .inner .line-prices.partial {
  border-top: 2px solid #efefef;
}
.component---booking-summary > li > .inner .line-prices.total {
  border-top: 2px solid #efefef;
}
.component---booking-summary > li > .inner .line-prices.total span {
  font-weight: bold;
}
.component---booking-summary > li > .inner .line-prices.total {
  padding-top: 0.5em !important;
}
.component---booking-summary > li > .inner .line-prices.selected {
  display: flex;
  padding: 0.75em 0em;
  margin-right: -0.75em;
  margin-bottom: 0.5em !important;
  margin-left: -0.75em;
  background-color: #efefef;
  white-space: nowrap;
  border: 0;
}
.component---booking-summary > li > .inner .line-prices.selected span {
  position: absolute;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0.45em 0.75em;
  top: 0;
  right: 0;
  background-color: rgb(66, 77, 87);
  color: #fff;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.35em;
  font-weight: 900;
  letter-spacing: 1px;
}
.component---booking-summary > li > .inner .line-prices.selected span:first-letter {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.component---booking-summary > li > .inner .line-prices.selected span:after {
  z-index: 2;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  bottom: 0;
  right: 100%;
  top: 0;
  border-style: solid;
  border-width: 0 0 64px calc(64px / 1.75);
  border-color: transparent transparent rgb(66, 77, 87) transparent;
  /*
  @include media-breakpoint-down("md") {
    display: none;
  }
  */
}
.component---booking-summary > li > .inner .line-prices.highlight {
  height: 20px;
  margin-top: 50px !important;
  line-height: 20px;
  font-size: 0.75em;
  background-color: rgba(1, 203, 96, 0.25);
}
.component---booking-summary > li > .inner .line-prices.highlight strong,
.component---booking-summary > li > .inner .line-prices.highlight span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75em;
}
.component---booking-summary > li > .inner .line-prices.highlight {
  border-top: 1px solid #d3dee5;
}
.component---booking-summary > li > .inner .line-prices.tax strong,
.component---booking-summary > li > .inner .line-prices.tax span, .component---booking-summary > li > .inner .line-prices.message strong,
.component---booking-summary > li > .inner .line-prices.message span {
  font-weight: normal;
  color: #6c757d;
}
.component---booking-summary > li > .inner .line-prices.message strong,
.component---booking-summary > li > .inner .line-prices.message span {
  font-size: 0.85em;
  color: #ACBDC6;
}
.component---booking-summary > li > .inner .line-prices span {
  text-align: right;
}

.component---modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.component---modal.active {
  display: block;
  -webkit-animation: fadein 0.85s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.85s; /* Firefox < 16 */
  -ms-animation: fadein 0.85s; /* Internet Explorer */
  -o-animation: fadein 0.85s; /* Opera < 12.1 */
  animation: fadein 0.85s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.component---modal {
  /* Firefox < 16 */
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.component---modal {
  /* Safari, Chrome and Opera > 12.1 */
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.component---modal {
  /* Internet Explorer */
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.component---modal {
  /* Opera < 12.1 */
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.component---modal:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAN0lEQVQoU2NkYGBogGIGHKCBESqBSyFYHKYIpBZdIZyPrAhZIYoGdEXYTGQg2SSCbiLoO4LhBABKZBAK8XPEYwAAAABJRU5ErkJggg==");
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.component---modal---message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 1.75em 2.75em;
  padding-left: 120px;
  padding-bottom: 90px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.8 60-60S93.2 0 60 0zm.1 90.3c-4.2 0-8.1-3.7-8.1-7.9h16c0 4.2-3.7 7.9-7.9 7.9zM86.6 77H33.5v-4.6c12.9-4.2 5.8-28.1 18.2-35.3 1.7-1 2.8-2.9 2.8-4.8 0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6 0 2 1 3.8 2.7 4.8 12.4 7.2 5.3 31.1 18.2 35.3V77zM60 29.2c-1.5 0-2.6 1.2-2.6 2.7 0 1.4 1.2 2.6 2.6 2.6 1.4 0 2.6-1.2 2.6-2.6.1-1.5-1.1-2.7-2.6-2.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: left 30px center;
  overflow: hidden;
}
.component---modal---message.text-content {
  overflow: hidden;
  padding: 0.75em;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
}
.component---modal---message.text-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(66, 77, 87, 0.15);
  background-color: #fff;
}
.component---modal---message.text-content::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.component---modal---message.text-content::-webkit-scrollbar-thumb {
  background-color: rgba(1, 203, 96, 0.25);
  border-radius: 4px;
}
.component---modal---message.large {
  overflow: hidden;
  padding: 0.75em;
  max-height: 80vh;
  max-width: 80vw;
  min-width: 50vw;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .component---modal---message.large {
    min-width: 90vw;
    max-width: 90vw;
    max-height: 90vh;
  }
}
.component---modal---message.large {
  color: #424D57;
  overflow-y: auto;
  background: #fff;
}
.component---modal---message.large::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(66, 77, 87, 0.15);
  background-color: #fff;
}
.component---modal---message.large::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.component---modal---message.large::-webkit-scrollbar-thumb {
  background-color: rgba(1, 203, 96, 0.25);
  border-radius: 4px;
}
.component---modal---message.large .modal---title {
  color: #424D57;
}
.component---modal---message .modal---alert {
  min-height: 80px;
  color: #424D57;
  background-color: #efefef;
  padding-left: 80px;
  display: table;
  font-weight: 300;
}
.component---modal---message .modal---alert span,
.component---modal---message .modal---alert p {
  display: table-cell;
}
.component---modal---message .modal---alert {
  background-size: 35px 35px;
  background-position: left 25px center;
  background-repeat: no-repeat;
}
.component---modal---message .modal---alert.success {
  background-color: rgba(1, 203, 96, 0.75);
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23fff' d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.8 60-60c0-33.1-26.9-60-60-60zm-4.9 86.1L41.5 73.6l1.3-12.5 11.5 10.5 23.4-37.3 3.6 10.4-26.2 41.4z'/%3e%3c/svg%3e");
}
.component---modal---message .modal---footer {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  background-color: #efefef;
}
.component---modal---message .modal---footer a {
  padding: 0.5em 1.5em;
  display: inline-block;
  background-color: #424d57;
  color: #fff;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0.75em;
  font-weight: 300;
}
.component---modal---message .modal---footer a:hover {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #49c2ef;
}
.component---modal---message .quote {
  border: 0 !important;
}
.component---modal---message ul {
  width: 100%;
}
.component---modal---message ul li {
  width: 100%;
  border: 0 !important;
}
.component---modal---message a.btn, .component---modal---message a.button--link {
  background-color: #424D57;
  padding: 1.25em 2.75em !important;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 300;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center;
}
.component---modal---message a.btn--reset {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%2301CB60' d='M20.3 39.4v35.2l5.4-5.4 5.4 5.4-15.6 15.5L0 74.6l5.4-5.4 5.4 5.4V29.9h63.1v9.6l-53.6-.1zm99.7 6l-5.4 5.4-5.4-5.4v44.8h-63v-9.6h53.5V45.4l-5.4 5.4-5.3-5.4 15.5-15.5L120 45.4z'/%3e%3c/svg%3e");
}
@media (max-width: 991.98px) {
  .component---modal---message {
    background-position: top 20px center;
    padding: 100px 2.75em 80px 2.75em;
  }
}
.component---modal---message .btn-plus {
  position: absolute;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  top: 20px;
  right: 20px;
  opacity: 1;
}
.component---modal---message .btn-plus:hover:after, .component---modal---message .btn-plus:hover:before {
  background-color: #FF3548;
}
.component---modal---message {
  /* To style the document scrollbar, remove `.custom-scrollbar` */
}
.component---modal .modal---title {
  position: relative;
  padding: 0.75em 2.5em 0.75em 0em !important;
  text-transform: none;
  font-weight: 600;
  width: auto;
  display: inline-block;
  margin: 10px;
  background: #efefef;
}
.component---modal .modal---title:before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background: #efefef;
  display: block;
  left: -50vw;
  top: 0;
  position: absolute;
  z-index: -1; /* to be below the parent element but it doesn't work' */
}

.component---alert {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.component---alert.active {
  display: block;
}
.component---alert:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAN0lEQVQoU2NkYGBogGIGHKCBESqBSyFYHKYIpBZdIZyPrAhZIYoGdEXYTGQg2SSCbiLoO4LhBABKZBAK8XPEYwAAAABJRU5ErkJggg==");
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.component---alert---message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  padding: 1.75em 2.75em;
  padding-left: 120px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.8 60-60S93.2 0 60 0zm.1 90.3c-4.2 0-8.1-3.7-8.1-7.9h16c0 4.2-3.7 7.9-7.9 7.9zM86.6 77H33.5v-4.6c12.9-4.2 5.8-28.1 18.2-35.3 1.7-1 2.8-2.9 2.8-4.8 0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6 0 2 1 3.8 2.7 4.8 12.4 7.2 5.3 31.1 18.2 35.3V77zM60 29.2c-1.5 0-2.6 1.2-2.6 2.7 0 1.4 1.2 2.6 2.6 2.6 1.4 0 2.6-1.2 2.6-2.6.1-1.5-1.1-2.7-2.6-2.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: left 30px center;
  color: #424D57;
  background-color: #fff;
}
.component---alert---message.warning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.8 60-60S93.2 0 60 0zm.1 90.3c-4.2 0-8.1-3.7-8.1-7.9h16c0 4.2-3.7 7.9-7.9 7.9zM86.6 77H33.5v-4.6c12.9-4.2 5.8-28.1 18.2-35.3 1.7-1 2.8-2.9 2.8-4.8 0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6 0 2 1 3.8 2.7 4.8 12.4 7.2 5.3 31.1 18.2 35.3V77zM60 29.2c-1.5 0-2.6 1.2-2.6 2.7 0 1.4 1.2 2.6 2.6 2.6 1.4 0 2.6-1.2 2.6-2.6.1-1.5-1.1-2.7-2.6-2.7z'/%3E%3C/svg%3E") !important;
}
.component---alert---message.success {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23fff' d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.8 60-60c0-33.1-26.9-60-60-60zm-4.9 86.1L41.5 73.6l1.3-12.5 11.5 10.5 23.4-37.3 3.6 10.4-26.2 41.4z'/%3e%3c/svg%3e") !important;
}
.component---alert---message.danger {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23fff' d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.9 60-60S93.1 0 60 0zm-9.6 29.4h19.2l-4.1 38H54.6l-4.2-38zM60 90.6c-3.7 0-6.8-3.1-6.8-6.8 0-3.7 3-6.8 6.8-6.8 3.7 0 6.8 3 6.8 6.8 0 3.7-3.1 6.8-6.8 6.8z'/%3e%3c/svg%3e") !important;
}
.component---alert---message a.btn, .component---alert---message a.button--link {
  background-color: #424D57;
  position: relative;
  display: inline-block;
  min-width: 100px;
  height: 40px;
  margin-left: 0.75em;
  margin-right: 0.75em;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center;
}
@media (max-width: 595.98px) {
  .component---alert---message a.btn, .component---alert---message a.button--link {
    width: calc(100% - 1.5em);
    margin-bottom: 0.75em;
  }
}
.component---alert---message a.btn.btn---reset, .component---alert---message a.btn---reset.button--link {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%2301CB60' d='M20.3 39.4v35.2l5.4-5.4 5.4 5.4-15.6 15.5L0 74.6l5.4-5.4 5.4 5.4V29.9h63.1v9.6l-53.6-.1zm99.7 6l-5.4 5.4-5.4-5.4v44.8h-63v-9.6h53.5V45.4l-5.4 5.4-5.3-5.4 15.5-15.5L120 45.4z'/%3e%3c/svg%3e");
}
.component---alert---message a.btn.btn---accept, .component---alert---message a.btn---accept.button--link {
  background-color: #01CB60;
}
.component---alert---message a.btn.btn---accept.reverse, .component---alert---message a.btn---accept.reverse.button--link {
  background-color: #FF3548;
}
.component---alert---message a.btn.btn---reject, .component---alert---message a.btn---reject.button--link {
  background-color: #FF3548;
}
.component---alert---message a.btn.btn---reject.reverse, .component---alert---message a.btn---reject.reverse.button--link {
  background-color: #01CB60;
}
@media (max-width: 991.98px) {
  .component---alert---message {
    background-position: top 20px center;
    padding: 100px 2.75em 80px 2.75em;
  }
}
@media (max-width: 767.98px) {
  .component---alert---message {
    width: 90%;
  }
}
.component---alert---message {
  /* To style the document scrollbar, remove `.custom-scrollbar` */
}
.component---alert .alert---title {
  position: relative;
  padding: 0.75em 2.5em 0.75em 0em !important;
  text-transform: none;
  font-weight: 600;
  width: auto;
  display: inline-block;
  margin: 0.5em;
  margin-top: 0;
  background: #efefef;
}
.component---alert .alert---title:before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background: #efefef;
  display: block;
  left: -50vw;
  top: 0;
  position: absolute;
  z-index: -1; /* to be below the parent element but it doesn't work' */
}
.component---alert .alert---footer {
  position: absolute;
  min-height: 40px;
  text-align: center;
  bottom: 1em;
  left: 0;
  width: 100%;
}
.component---alert .alert---footer.compact {
  display: none;
}
.component---alert .alert---content {
  position: relative;
  min-height: 40px;
  text-align: left;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 3em;
}
.component---alert .alert---content.compact {
  margin-bottom: 0;
}
.component---alert .alert---close {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: none;
}
.component---alert .alert---close.compact {
  display: block;
}
.component---alert .alert---close:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "×";
  color: #424D57;
  position: absolute;
}
.component---alert .alert---close:hover::before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #d3dee5;
}

.component---loader {
  z-index: 999999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.component---loader.active {
  display: block;
}
.component---loader:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAN0lEQVQoU2NkYGBogGIGHKCBESqBSyFYHKYIpBZdIZyPrAhZIYoGdEXYTGQg2SSCbiLoO4LhBABKZBAK8XPEYwAAAABJRU5ErkJggg==");
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.component---loader---container {
  position: absolute;
  padding: 2em 2em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-repeat: no-repeat;
  color: #424D57;
  /* To style the document scrollbar, remove `.custom-scrollbar` */
}
.component---loader---container .utils--spinner div {
  width: 10px;
  border-color: transparent;
}
.component---loader---container .utils--spinner {
  width: 100px;
  height: 60px;
  border: none !important;
}

.image-thumbnail-loader {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><radialGradient id="a5" cx=".66" fx=".66" cy=".3125" fy=".3125" gradientTransform="scale(1.5)"><stop offset="0" stop-color="%23000000"></stop><stop offset=".3" stop-color="%23000000" stop-opacity=".9"></stop><stop offset=".6" stop-color="%23000000" stop-opacity=".6"></stop><stop offset=".8" stop-color="%23000000" stop-opacity=".3"></stop><stop offset="1" stop-color="%23000000" stop-opacity="0"></stop></radialGradient><circle transform-origin="center" fill="none" stroke="url(%23a5)" stroke-width="15" stroke-linecap="round" stroke-dasharray="200 1000" stroke-dashoffset="0" cx="100" cy="100" r="70"><animateTransform type="rotate" attributeName="transform" calcMode="spline" dur="2" values="360;0" keyTimes="0;1" keySplines="0 0 1 1" repeatCount="indefinite"></animateTransform></circle><circle transform-origin="center" fill="none" opacity=".2" stroke="%23000000" stroke-width="15" stroke-linecap="round" cx="100" cy="100" r="70"></circle></svg>');
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
}

.loadme {
  background-color: rgba(66, 77, 87, 0.75) !important;
}

.components--map---container .loadme {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.component---image-reference {
  padding-left: 0;
  margin-top: 3em;
  list-style: none;
}
.component---image-reference li {
  height: 80px;
  margin: 0;
  margin-bottom: 0.75em;
}
.component---image-reference li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-left: 88px;
  margin: 0;
  color: #424D57;
}
.component---image-reference li a figure {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
}
.component---image-reference li a figure img {
  width: 100%;
  height: 100%;
}
.component---image-reference li a h6,
.component---image-reference li a span {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  padding-left: 0.75em !important;
  margin: 0;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
}
.component---image-reference li a span {
  border-top: 1px solid #d3dee5;
}

.component---rating-tag, .component---bestdeal-tag {
  position: absolute;
  display: inline-block;
  width: auto;
  height: 1.75rem;
  padding-right: 1.25rem;
  padding-left: 50px;
  font-size: 0.875rem;
  line-height: 1.75rem;
  top: 10px;
  left: -10px;
  z-index: 10;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: rgb(66, 77, 87);
}
.component---rating-tag:before, .component---bestdeal-tag:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  color: rgb(66, 77, 87);
  background-color: #efefef;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.component---rating-tag:after, .component---bestdeal-tag:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  display: block;
  width: 0;
  width: 0;
  height: 0;
  height: 0;
  border-width: 1.75rem 0.7rem 0 0;
  border-style: solid;
  border-color: #efefef transparent transparent transparent;
  background: transparent;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.component---rating-tag span:before, .component---bestdeal-tag span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 341.75 283.59'%3e%3cpath d='M263.11 0v186.14H120.58l-76.75 55.03v-55.03H0V0h263.11zm-21.95 164.42V21.93H21.93v142.5h43.84v34.04l47.76-34.04h127.63zm-43.84-106.5l-72.57 84.59-48.01-42.25 14.47-16.31 31.55 27.6 58.39-67.73 16.17 14.1zm144.43 181.82h-32.89v43.85l-58.49-43.85h-84.02v-43.85h21.91v21.93h69.43l29.24 21.93v-21.93h32.89v-87.69h-21.94V108.2h43.87v131.54z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.component---rating-tag span:after, .component---bestdeal-tag span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent #424D57 transparent transparent;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.component---bestdeal-tag {
  top: 100%;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media (max-width: 991.98px) {
  .component---bestdeal-tag {
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
.component---bestdeal-tag span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57'  viewBox='0 0 128 128'%3e%3cpath d='M35.9 75.7h10.7v-32H35.9v32zm58.8-29.4c0-2.9-2.4-5.4-5.4-5.4H72.4L75 28.8l.1-.9c0-1.1-.4-2.1-1.2-2.8L71 22.2 53.5 39.9c-1 .9-1.6 2.3-1.6 3.7v26.7c0 2.9 2.4 5.4 5.4 5.4h24c2.2 0 4.1-1.3 4.9-3.2l8.1-18.8c.3-.6.4-1.2.4-2v-5.4zM92 10.5v10.7h25.4v69.3H55.2L32 107.1V90.5H10.7V21.2h42.2V10.5H0V101h21.3v26.8L58.6 101H128V10.5H92z'/%3E%3C/svg%3E");
  background-size: 1.25rem 1.25rem !important;
}

.component---list-amenities {
  display: table;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 0.25em;
  list-style: none;
  text-align: center;
}
.component---list-amenities li {
  position: relative;
  display: table-cell;
  width: 40px;
  height: 30px;
  padding: 0.25em !important;
  margin-right: 4px;
  vertical-align: middle;
}
.component---list-amenities li:before {
  z-index: 1;
  position: absolute;
  width: 1px;
  height: 80%;
  content: "";
  background-color: #d3dee5;
  top: 50%;
  right: -0.5px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.component---list-amenities li:last-child:before {
  display: none;
}
.component---list-amenities li {
  text-align: center;
}
.component---list-amenities li:hover span.utils---tooltip, .component---list-amenities li:focus span.utils---tooltip {
  display: block;
}
.component---list-amenities li i {
  width: 18px;
  height: 18px;
}

.component---help-center {
  z-index: 1040;
  position: fixed;
  display: none;
  width: 100%;
  height: 120px;
  top: 64px;
  pointer-events: none;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 991.98px) {
  .component---help-center {
    top: 48px;
  }
}
@media (max-width: 767.98px) {
  .component---help-center {
    height: 120px;
  }
}
.component---help-center.active {
  display: block;
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.component---help-center .container {
  position: relative;
  height: 100%;
  overflow-x: visible;
}
.component---help-center--message {
  position: absolute;
  width: 50%;
  height: 100%;
  padding: 1em;
  padding-left: 88px;
  color: #fff;
  top: 0;
  right: 0;
  overflow-x: visible;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M71 100.3v6.4h-9.7c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.3 3.1-3.3H71zm3.2 1.6v3.3c12.7 0 22.4-5.1 22.4-17.7h-3.2c0 10.6-7.6 14.4-19.2 14.4zm22.1-41.1h.3v-1.1c0-23.1-15.7-41.4-38.4-41.4-22.6 0-38.4 18.3-38.4 41.4v.9c-3.6.1-6.4 3-6.4 6.6v12.4c0 3.6 3 6.6 6.6 6.6h6.2V59.6c0-20.2 16.1-31.7 32-31.7 15.9 0 32 11.5 32 31.7v26.8h6.1c3.7 0 6.6-3 6.6-6.6V67.4c0-3.7-3-6.6-6.6-6.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 76px 76px;
  pointer-events: initial;
}
.component---help-center--message .btn--close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0.5em;
  right: 0.5em;
  cursor: pointer;
}
.component---help-center--message .btn--close:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "×";
  font-size: 1.5em;
  font-weight: 100;
  color: #fff;
}
.component---help-center--message .btn--close:hover::before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #d3dee5;
}
@media (max-width: 991.98px) {
  .component---help-center--message {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .component---help-center--message {
    width: 100%;
    background-position: left 10px center;
  }
}
.component---help-center--message p {
  margin-bottom: 0;
}
.component---help-center--message a {
  z-index: 2;
  position: relative;
  padding-right: 0.25em;
  padding-left: 0.25em;
  color: #fff;
}
.component---help-center--message a:before {
  z-index: -1;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: "";
  bottom: -2px;
  left: 0;
  background-color: #fff;
  white-space: nowrap;
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.component---help-center--message a:hover:before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: calc(100% + 4px);
}
.component---help-center--message:after {
  position: absolute;
  display: block;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.95;
  filter: alpha(opacity=95);
  z-index: -2;
}
.component---help-center--message:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 100%;
  top: 0;
  content: "";
  border-style: solid;
  opacity: 0.95;
  filter: alpha(opacity=95);
  z-index: -3;
  border-width: 0 calc(120px / 2.1) 120px 0;
  border-color: transparent #00a3a6 transparent transparent;
}
@media (max-width: 767.98px) {
  .component---help-center--message:before {
    display: none;
  }
}

.component---table-resume {
  font-size: 0.9375em;
}
.component---table-resume table th, .component---table-resume table td {
  padding: 0.25em 0.75em;
}
.component---table-resume .bullet {
  position: relative;
  padding-left: 30px;
}
.component---table-resume .bullet:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #01CB60;
  display: block;
  top: 50%;
  left: 0;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.component---table-resume .bullet.red:before {
  background-color: #FF3548;
}

.component---render-data table td {
  padding: 0.25em 0.75em;
}
.component---render-data table td strong {
  display: block;
}
.component---render-data table tr td:nth-child(2) {
  position: relative;
}
.component---render-data table tr td:nth-child(2):before {
  display: block;
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  left: -0.5px;
  background-color: #d3dee5;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.component---phrases {
  width: 100%;
  width: 100%;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  background-color: #EDEFF0;
}
@media (max-width: 991.98px) {
  .component---phrases {
    height: 130px;
  }
}
@media (max-width: 767.98px) {
  .component---phrases {
    height: 100px;
  }
}
@media (max-width: 595.98px) {
  .component---phrases {
    height: 80px;
  }
}
.component---phrases div h3 {
  padding: 1em 3em;
  margin: 10px;
  font-size: calc(1vw + 1vh + 0.75vmin);
  font-weight: bolder;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
}
.component---phrases div {
  /*
  		&.color-1 {
  			background-color: #4390ee;
  		}
  		&.color-2 {
  			background-color: #ca4040;
  		}
  		&.color-3 {
  			background-color: #6e5773;
  		}
  		&.color-4 {
  			background-color: #ff8604;
  		}
  		&.color-5 {
  			background-color: #6d3580;
  		}
  */
}
.component---phrases div.color-1 {
  background-color: #efefef;
}
.component---phrases div.color-2 {
  background-color: #ACBDC6;
}
.component---phrases div.color-3 {
  background-color: #495057;
}
.component---phrases div.color-4 {
  background-color: #d3dee5;
}
.component---phrases div.color-5 {
  background-color: #424D57;
}
.component---phrases div {
  /*
  text-shadow: 
  0 1px 0 #fff, 
  0 2px 0 #c9c9c9, 
  0 3px 0 #f8f8f8, 
  0 4px 0 #b9b9b9, 
  0 5px 0 #fff, 
  0 6px 1px rgba(0,0,0,.1), 
  0 0 5px rgba(0,0,0,.1), 
  0 1px 3px rgba(0,0,0,.3), 
  0 3px 5px rgba(0,0,0,.2), 
  0 5px 10px rgba(0,0,0,.25), 
  0 10px 10px rgba(0,0,0,.2), 
  0 20px 20px rgba(0,0,0,.15);
  */
}

.component--category {
  display: inline-block;
  width: auto;
  font-family: Times;
  font-size: 1.25em;
  white-space: nowrap;
  position: relative;
  line-height: 1.25em;
  text-rendering: optimizeSpeed;
}
.component--category::before {
  content: "★★★★★";
  letter-spacing: 3px;
  word-wrap: nowrap;
  color: rgba(66, 77, 87, 0.5);
}
.component--category---percent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  width: 0%;
  width: 80%;
  height: 100%;
}
.component--category---percent::before {
  content: "★★★★★";
  letter-spacing: 3px;
  word-wrap: nowrap;
  color: rgb(66, 77, 87);
}
.component--category .width--0--percent {
  width: 0% !important;
}
.component--category .width--1--percent {
  width: 1% !important;
}
.component--category .width--2--percent {
  width: 2% !important;
}
.component--category .width--3--percent {
  width: 3% !important;
}
.component--category .width--4--percent {
  width: 4% !important;
}
.component--category .width--5--percent {
  width: 5% !important;
}
.component--category .width--6--percent {
  width: 6% !important;
}
.component--category .width--7--percent {
  width: 7% !important;
}
.component--category .width--8--percent {
  width: 8% !important;
}
.component--category .width--9--percent {
  width: 9% !important;
}
.component--category .width--10--percent {
  width: 10% !important;
}
.component--category .width--11--percent {
  width: 11% !important;
}
.component--category .width--12--percent {
  width: 12% !important;
}
.component--category .width--13--percent {
  width: 13% !important;
}
.component--category .width--14--percent {
  width: 14% !important;
}
.component--category .width--15--percent {
  width: 15% !important;
}
.component--category .width--16--percent {
  width: 16% !important;
}
.component--category .width--17--percent {
  width: 17% !important;
}
.component--category .width--18--percent {
  width: 18% !important;
}
.component--category .width--19--percent {
  width: 19% !important;
}
.component--category .width--20--percent {
  width: 20% !important;
}
.component--category .width--21--percent {
  width: 21% !important;
}
.component--category .width--22--percent {
  width: 22% !important;
}
.component--category .width--23--percent {
  width: 23% !important;
}
.component--category .width--24--percent {
  width: 24% !important;
}
.component--category .width--25--percent {
  width: 25% !important;
}
.component--category .width--26--percent {
  width: 26% !important;
}
.component--category .width--27--percent {
  width: 27% !important;
}
.component--category .width--28--percent {
  width: 28% !important;
}
.component--category .width--29--percent {
  width: 29% !important;
}
.component--category .width--30--percent {
  width: 30% !important;
}
.component--category .width--31--percent {
  width: 31% !important;
}
.component--category .width--32--percent {
  width: 32% !important;
}
.component--category .width--33--percent {
  width: 33% !important;
}
.component--category .width--34--percent {
  width: 34% !important;
}
.component--category .width--35--percent {
  width: 35% !important;
}
.component--category .width--36--percent {
  width: 36% !important;
}
.component--category .width--37--percent {
  width: 37% !important;
}
.component--category .width--38--percent {
  width: 38% !important;
}
.component--category .width--39--percent {
  width: 39% !important;
}
.component--category .width--40--percent {
  width: 40% !important;
}
.component--category .width--41--percent {
  width: 41% !important;
}
.component--category .width--42--percent {
  width: 42% !important;
}
.component--category .width--43--percent {
  width: 43% !important;
}
.component--category .width--44--percent {
  width: 44% !important;
}
.component--category .width--45--percent {
  width: 45% !important;
}
.component--category .width--46--percent {
  width: 46% !important;
}
.component--category .width--47--percent {
  width: 47% !important;
}
.component--category .width--48--percent {
  width: 48% !important;
}
.component--category .width--49--percent {
  width: 49% !important;
}
.component--category .width--50--percent {
  width: 50% !important;
}
.component--category .width--51--percent {
  width: 51% !important;
}
.component--category .width--52--percent {
  width: 52% !important;
}
.component--category .width--53--percent {
  width: 53% !important;
}
.component--category .width--54--percent {
  width: 54% !important;
}
.component--category .width--55--percent {
  width: 55% !important;
}
.component--category .width--56--percent {
  width: 56% !important;
}
.component--category .width--57--percent {
  width: 57% !important;
}
.component--category .width--58--percent {
  width: 58% !important;
}
.component--category .width--59--percent {
  width: 59% !important;
}
.component--category .width--60--percent {
  width: 60% !important;
}
.component--category .width--61--percent {
  width: 61% !important;
}
.component--category .width--62--percent {
  width: 62% !important;
}
.component--category .width--63--percent {
  width: 63% !important;
}
.component--category .width--64--percent {
  width: 64% !important;
}
.component--category .width--65--percent {
  width: 65% !important;
}
.component--category .width--66--percent {
  width: 66% !important;
}
.component--category .width--67--percent {
  width: 67% !important;
}
.component--category .width--68--percent {
  width: 68% !important;
}
.component--category .width--69--percent {
  width: 69% !important;
}
.component--category .width--70--percent {
  width: 70% !important;
}
.component--category .width--71--percent {
  width: 71% !important;
}
.component--category .width--72--percent {
  width: 72% !important;
}
.component--category .width--73--percent {
  width: 73% !important;
}
.component--category .width--74--percent {
  width: 74% !important;
}
.component--category .width--75--percent {
  width: 75% !important;
}
.component--category .width--76--percent {
  width: 76% !important;
}
.component--category .width--77--percent {
  width: 77% !important;
}
.component--category .width--78--percent {
  width: 78% !important;
}
.component--category .width--79--percent {
  width: 79% !important;
}
.component--category .width--80--percent {
  width: 80% !important;
}
.component--category .width--81--percent {
  width: 81% !important;
}
.component--category .width--82--percent {
  width: 82% !important;
}
.component--category .width--83--percent {
  width: 83% !important;
}
.component--category .width--84--percent {
  width: 84% !important;
}
.component--category .width--85--percent {
  width: 85% !important;
}
.component--category .width--86--percent {
  width: 86% !important;
}
.component--category .width--87--percent {
  width: 87% !important;
}
.component--category .width--88--percent {
  width: 88% !important;
}
.component--category .width--89--percent {
  width: 89% !important;
}
.component--category .width--90--percent {
  width: 90% !important;
}
.component--category .width--91--percent {
  width: 91% !important;
}
.component--category .width--92--percent {
  width: 92% !important;
}
.component--category .width--93--percent {
  width: 93% !important;
}
.component--category .width--94--percent {
  width: 94% !important;
}
.component--category .width--95--percent {
  width: 95% !important;
}
.component--category .width--96--percent {
  width: 96% !important;
}
.component--category .width--97--percent {
  width: 97% !important;
}
.component--category .width--98--percent {
  width: 98% !important;
}
.component--category .width--99--percent {
  width: 99% !important;
}
.component--category .width--100--percent {
  width: 100% !important;
}

.component---micro-banner {
  position: fixed;
  width: auto;
  right: 0;
  bottom: 0;
  z-index: 1033;
  height: 50px;
  padding: 0.5em;
  text-align: right;
  color: #fff;
  background-color: rgba(66, 77, 87, 0.9);
  pointer-events: none;
  /*
  -webkit-box-shadow: -3px -3px 0px 0px rgba($dark, 0.23);
  -moz-box-shadow:    -3px -3px 0px 0px rgba($dark, 0.23);
  box-shadow:         -3px -3px 0px 0px rgba($dark, 0.23);
  */
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff'  viewBox='0 0 128 128'%3e%3cpath d='M72.2 13.5v110l19.4-11.6 19.4 11.6v-110H72.2zM19 44.6v7.1h41.6v-7.1H19zm0 15.8v7.1h41.6v-7.1H19zm0 15.8v7.1h41.6v-7.1H19zm101.9-57.4l-4 6.4h4v77.6h-6.2v6.5h13.5V18.8h-7.3zm-55.4 6.4l-4-6.4H.2v90.5h67.1v-6.5H7.5V25.2h58z'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-size: 24px;
  background-repeat: no-repeat;
}
.component---micro-banner strong {
  margin-bottom: 0.15rem;
}
.component---micro-banner:after, .component---micro-banner:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: -1;
  width: 0;
  height: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-width: 0 0 50px calc(50px / 1.5);
  border-style: solid;
  border-color: transparent transparent rgb(66, 77, 87) transparent;
  opacity: 0.9;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .component---micro-banner:after, .component---micro-banner:before {
    right: calc(100% - 1px) !important;
  }
}
.component---micro-banner:before {
  right: calc(100% + 3px);
  z-index: -2;
  display: none;
  border-width: 0 0 50px calc(50px / 1.5);
  border-color: transparent transparent #424D57 transparent;
  margin-top: -3px;
  opacity: 0.23;
}
@media (max-width: 991.98px) {
  .component---micro-banner {
    cursor: pointer;
    pointer-events: all;
  }
}
.component---micro-banner strong {
  display: block;
  width: 100%;
  font-size: 1.25em;
  font-weight: bolder;
  padding-left: 20px;
}
.component---micro-banner span {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 30px;
  margin-top: -6px;
  font-size: 0.875em;
}
.component---micro-banner span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.component---tooltip {
  position: relative;
}
.component---tooltip-inner {
  border: 4px solid red;
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  display: none;
}
.component---tooltip:hover .component---tooltip-inner {
  display: block;
}

.popover .close {
  position: absolute;
  top: 7.5px;
  right: 15px;
}

.component---popover-container .popover-header {
  padding-right: 60px;
}
.component---popover-container .popover-body {
  padding-bottom: 1em;
}

.modal-3d-payment {
  /* The Modal (background) */
}
.modal-3d-payment .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-3d-payment .modal:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSIjNDAzYzNmIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDBMOCA4Wk04IDBMMCA4WiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiMxZTI5MmQiPjwvcGF0aD4KPC9zdmc+");
  opacity: 0.15;
  z-index: -1;
}
.modal-3d-payment {
  /* Modal Content/Box */
}
.modal-3d-payment .modal-content {
  background-color: white;
  /* margin: 15% auto;  15% from the top and centered */
  padding: 1em;
  border: 0;
  max-width: 560px; /*  Could be more or less, depending on screen size */
  min-width: 410px; /*  Could be more or less, depending on screen size */
  overflow: auto; /* Enable scroll if needed */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-3d-payment .modal-header {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 100%;
}
.modal-3d-payment .modal-body {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.modal-3d-payment .embed-responsive-proportions::before {
  padding-top: 94%;
}
@media only screen and (max-width: 560px) {
  .modal-3d-payment .modal-content {
    width: 94%;
    min-width: 94%;
    max-width: 94%;
  }
}
@media only screen and (max-width: 419px) {
  .modal-3d-payment .embed-responsive-proportions::before {
    padding-top: 100% !important;
  }
}
@media only screen and (max-width: 379px) {
  .modal-3d-payment .embed-responsive-proportions::before {
    padding-top: 120% !important;
  }
}
@media only screen and (max-width: 340px) {
  .modal-3d-payment .embed-responsive-proportions::before {
    padding-top: 140% !important;
  }
}
.modal-3d-payment .modal-body iframe {
  padding-top: 5px;
}
.modal-3d-payment {
  /*
  .modal:before {  backgorund-image:none;  display:none !important;  }
  */
  /* The Close Button */
}
.modal-3d-payment .close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -10px;
}
.modal-3d-payment .close:hover,
.modal-3d-payment .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.components--map---container {
  position: relative;
  display: none;
  padding: 0 !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 10px !important;
  background-color: #424D57;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .components--map---container {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}
.components--map---container.sticky {
  margin-top: 50px !important;
}
.components--map---container .loadme {
  left: 50%;
}
.components--map---container.show {
  display: block;
}
.components--map---container:after {
  z-index: -1;
  position: relative;
  display: block;
  width: 100%;
  content: "";
  top: 0;
  padding-top: 56.25%;
  content: " ";
}
@media (max-width: 767.98px) {
  .components--map---container:after {
    padding-top: calc(100vh - 254px);
    margin-top: 15px;
  }
}
.components--map---container--box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.error-404 {
  display: table;
  width: 80%;
  margin: 14em auto;
  border: 8px solid #d3dee5;
}
.error-404 div:last-child {
  width: 75%;
  border-left: 8px solid #d3dee5;
}
.error-404 div {
  display: table-cell;
}
.error-404 .number {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 327.5 165'%3e%3cpath fill='%2301CB60' d='M115.33 96.3v21.45h-13.8v18h-27.6v-18H31.18v-20.7l47.85-68.1h22.5V96.3h13.8zm-58.95 0h17.55V71.1L56.38 96.3zm78.15 26.7c-7.05-9.4-10.58-23-10.58-40.8 0-17.5 3.53-30.92 10.58-40.28 7.05-9.35 17.17-14.03 30.38-14.03s23.33 4.68 30.38 14.03c7.05 9.35 10.58 22.78 10.58 40.28 0 17.8-3.53 31.4-10.58 40.8-7.05 9.4-17.17 14.1-30.38 14.1s-23.33-4.7-30.38-14.1zm40.72-14.92c2.1-5.25 3.15-13.88 3.15-25.88 0-11.7-1.05-20.15-3.15-25.35-2.1-5.2-5.55-7.8-10.35-7.8s-8.25 2.6-10.35 7.8c-2.1 5.2-3.15 13.65-3.15 25.35 0 12 1.05 20.63 3.15 25.88s5.55 7.88 10.35 7.88 8.25-2.63 10.35-7.88zM296.32 96.3v21.45h-13.8v18h-27.6v-18h-42.75v-20.7l47.85-68.1h22.5V96.3h13.8zm-58.95 0h17.55V71.1l-17.55 25.2z'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.error-404 .hotel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120' preserveAspectRatio='xMinYMid'%3e%3cpath d='M34.3 49.1H49v18.3H34.3V49.1zm18.4 0h14.7v18.3H52.7V49.1zm18.3 0h14.7v18.3H71V49.1zM46.4 25.8v3.6h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2zm6.9-.3c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm4.4-7.5v.9h2.9v7.5h1.2v-7.5h2.9v-.9h-7zm14.3.9v-.9h-5.7v8.4H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72zm5.2 6.5v-7.5H76v8.4h5.6v-.9h-4.4zm0 0v-7.5H76v8.4h5.6v-.9h-4.4zm-10.9.9H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72v-.9h-5.7v8.3zm-8.6-7.4h2.9v7.5h1.2v-7.5h2.9v-.9h-7.1c.1 0 .1.9.1.9zm-4.4-1.2c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm-6.9-3.9h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2v3.6zm57.4 15.5v-7.3h-7.3v-21H25.6v21.1h-9.5V45h7.3v51.2h-7.3l1.3 7.3h84l2.3-7.3h-7.3V44.9h7.4zM56.4 99.8h-7.3V85.2h7.3v14.6zm14.5 0h-7.3V85.2h7.3v14.6zm18.4-3.7h-11V77.9H41.7v18.3H30.8V44.9h58.5v51.2zM30.4 37.7V21.5h61.2l.1 16.3c0-.1-61.3-.1-61.3-.1zm46.8-11.9H76v8.4h5.6v-.9h-4.4v-7.5zm-10.9 8.3H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72v-.9h-5.7v8.3zm-8.6-7.4h2.9v7.5h1.2v-7.5h2.9v-.9h-7.1c.1 0 .1.9.1.9zm-4.4-1.2c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm-6.9-3.9h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2v3.6zM34.3 49.1H49v18.3H34.3V49.1zm18.4 0h14.7v18.3H52.7V49.1zm18.3 0h14.7v18.3H71V49.1zM46.3 25.8h1.2v8.4h-1.2v-3.9h-4.7v3.9h-1.2v-8.4h1.2v3.6h4.7v-3.6zm7-.3c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.2-2.5-1.9-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3c1.6 0 2.9 1.5 2.9 3.3s-1.3 3.3-2.9 3.3zm4.4-7.5h7.1v.9h-2.9v7.5h-1.2v-7.5h-2.9l-.1-.9zm8.5 0h5.7v.9h-4.7v2.7h4v.9h-4v2.9h4.7v.9h-5.7v-8.3zm15.3 7.4v.9h-5.6v-8.4h1.2v7.5h4.4zm-34-7.4v8.4h-1.2v-3.9h-4.7v3.9h-1.2v-8.4h1.2v3.6h4.7v-3.6h1.2zm17.2 0v.9h-2.9v7.5h-1.2v-7.5h-2.9v-.9h7zm2.6.9v2.7h4v.9h-4v2.9H72v.9h-5.7v-8.4H72v.9l-4.7.1zm14.2 6.5v.9h-5.6v-8.4h1.2v7.5h4.4zm-28.2-7.7c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.2-2.5-1.9-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3c1.6 0 2.9 1.5 2.9 3.3s-1.3 3.3-2.9 3.3zM71 49.1h14.7v18.3H71V49.1zm-18.3 0h14.7v18.3H52.7V49.1zm-18.4 0H49v18.3H34.3V49.1z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.error-404 h2,
.error-404 p {
  padding: 1rem;
  margin: 0;
}
.error-404 h2 {
  font-weight: 700;
}

.home-rw {
  position: relative;
  background: transparent;
}
.home-rw:after {
  z-index: -1;
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  background: #efefef;
  top: 0;
  left: 0;
  content: "";
}
@media (max-width: 767.98px) {
  .home-rw:after {
    width: 110vw;
    margin-top: -10px;
    left: -15px;
  }
}
.home-rw .trustpilot-container {
  position: relative;
  padding: 20px;
}
.home-rw .trustpilot-container div {
  margin: 0 auto !important;
}
.home-rw h2 {
  z-index: 10;
  position: absolute;
  padding: 1.25rem;
  color: #fff;
  bottom: -30px;
  left: 25%;
  text-transform: none;
  font-weight: 600;
}
.home-rw h2:after {
  z-index: -1;
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  background: #424D57;
  top: 0;
  left: 0;
  content: "";
}

h1.title {
  z-index: 10;
  position: relative;
  margin-top: -50px;
  margin-bottom: 16px;
  text-transform: none;
  font-weight: 600;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  h1.title {
    margin-top: -44px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  h1.title {
    padding: 0.45em 0.65em;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #d3dee5;
  }
}

@media (max-width: 767.98px) {
  .home-au {
    margin-top: 14px;
  }
}
.home-au h3 {
  color: rgb(66, 77, 87);
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  text-transform: none;
}
.home-au p {
  color: rgb(66, 77, 87);
}

.quality-service h3 {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  text-transform: none;
}

.top-bar {
  width: 100%;
  height: 50px;
  background: #d3dee5;
  color: #fff;
}

.results {
  padding-top: 10px !important;
}

.loadme {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #01CB60;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.loadme.done {
  -webkit-animation: out 600ms forwards ease-in-out;
  animation: out 600ms forwards ease-in-out;
}

@keyframes out {
  from {
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #01CB60;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    top: 50%;
    left: 50%;
  }
  to {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    left: 20px;
    top: 20px;
  }
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
    background-color: #fff;
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    background-color: #49c2ef;
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    background-color: #01CB60;
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    background-color: #fff;
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    background-color: #49c2ef;
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    background-color: #01CB60;
  }
}
#results {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#results .loadme {
  margin-top: 25% !important;
}

.google-popup--container .bo--actions {
  width: 100%;
}

.google-popup--container .bo--actions .amount {
  font-size: 24px;
}

.google-popup--container .bo--actions .action {
  text-align: right;
}

.google-popup--container .bo--actions .action .button.button__medium__green {
  margin-top: 10px;
}

.google-popup--container {
  position: relative;
  width: 200px;
  min-height: 200px;
  padding: 0 !important;
  margin: 0;
  margin: 0 !important;
  border: 5px solid #fff;
  background: #01CB60;
  border-radius: 0;
  left: -50%;
  top: -15%;
}
.google-popup--container a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  background: #FF3548;
}
.google-popup--container a .hotel-image {
  z-index: 4;
  position: absolute;
  width: 100%;
  background: #424D57;
  overflow: hidden;
  top: 0;
}
.google-popup--container a .hotel-image:after {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  content: "";
  top: 0;
  padding-top: 56.25%;
}
.google-popup--container a .hotel-image img {
  position: absolute;
  position: absolute;
  width: 100% !important;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-label {
  padding: 1em;
  background: #01CB60;
  color: #fff;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 800;
  font-size: 1em;
  letter-spacing: 1px !important;
}

.button--link {
  position: relative;
  padding: 0.75rem;
  border: 0 !important;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  color: #efefef;
  font-size: 0.9375em;
  overflow: hidden;
  pointer-events: all !important;
  border-radius: 0.25rem;
  top: auto;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.button--link:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #424D57;
  content: "";
  left: 0%;
  bottom: 0;
  z-index: -2;
}
.button--link:after {
  position: absolute;
  width: 120%;
  height: 120%;
  background: rgba(239, 239, 239, 0.5);
  content: "";
  left: -20%;
  bottom: -10%;
  z-index: -1;
  opacity: 0;
}
.button--link---arrow {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button--link---arrow, .button--link---arrow:before, .button--link---arrow:after {
  position: absolute;
  display: block;
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23424D57' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.button--link---arrow:before {
  opacity: 0;
  transform: translateX(-20px);
}
.button--link:hover, .button--link:focus,
.button--link .active {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.button--link:hover:after, .button--link:focus:after,
.button--link .active:after {
  will-change: transform;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: translateX(10%) skewX(15deg);
  -o-transform: translateX(10%) skewX(15deg);
  -ms-transform: translateX(10%) skewX(15deg);
  -webkit-transform: translateX(10%) skewX(15deg);
  transform: translateX(10%) skewX(15deg);
  opacity: 1;
}
.button--link:hover i,
.button--link:hover i:before,
.button--link:hover i:after, .button--link:focus i,
.button--link:focus i:before,
.button--link:focus i:after,
.button--link .active i,
.button--link .active i:before,
.button--link .active i:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.button--link:hover i:before, .button--link:focus i:before,
.button--link .active i:before {
  animation: animate-arrow-before 500ms ease-in-out forwards 0.15s;
}
.button--link:hover i:after, .button--link:focus i:after,
.button--link .active i:after {
  animation: animate-arrow-after 500ms ease-in-out forwards 0.1s;
}
.button--link:hover i, .button--link:focus i,
.button--link .active i {
  animation: animate-arrow 500ms ease-in-out forwards 0.05s;
}
.button--link---white {
  color: #fff;
}
.button--link---white:after {
  background-color: #fff;
}
.button--link---white i,
.button--link---white i:before,
.button--link---white i:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.button--link---white:hover, .button--link---white:focus,
.button--link---white .active {
  color: #01CB60;
}
.button--link---white:hover i,
.button--link---white:hover i:before,
.button--link---white:hover i:after, .button--link---white:focus i,
.button--link---white:focus i:before,
.button--link---white:focus i:after,
.button--link---white .active i,
.button--link---white .active i:before,
.button--link---white .active i:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%2301CB60' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.button--link---dark {
  color: #fff;
}
.button--link---dark:before {
  background-color: #424D57;
}
.button--link---dark i,
.button--link---dark i:before,
.button--link---dark i:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.button--link---dark:hover {
  color: #fff !important;
}

@keyframes animate-arrow {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  70%, 100% {
    opacity: 1;
    transform: translateX(10px);
  }
}
@keyframes animate-arrow-after {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  70%, 100% {
    opacity: 0.65;
    transform: translateX(-5px);
  }
}
@keyframes animate-arrow-before {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  70%, 100% {
    opacity: 0.45;
    transform: translateX(-10px);
  }
}
.tile--search-result---container {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px !important;
}
.tile--search-result---container.item-hotel [class^=col-],
.tile--search-result---container.item-hotel [class*=" col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}
.tile--search-result---container.item-hotel .tile-view {
  display: block;
}
.tile--search-result---container.item-hotel .full-view {
  display: none;
}
.tile--search-result---container [class^=col-],
.tile--search-result---container [class*=" col-"] {
  padding: 0;
  border-bottom: 1px solid transparent;
  margin: 0;
}
.tile--search-result---container > .body {
  border: 1px solid #d3dee5;
  border-bottom: 1px solid #d3dee5;
  color: #424D57;
  background: #424D57;
  background: #fff;
  position: relative;
  height: 100%;
  padding-bottom: 125px !important;
}
@media (max-width: 767.98px) {
  .tile--search-result---container > .body .button--link {
    pointer-events: all;
  }
}
.tile--search-result---container > .body:hover .button--link {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.tile--search-result---container > .body:hover .button--link:after {
  will-change: transform;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: translateX(10%) skewX(15deg);
  -o-transform: translateX(10%) skewX(15deg);
  -ms-transform: translateX(10%) skewX(15deg);
  -webkit-transform: translateX(10%) skewX(15deg);
  transform: translateX(10%) skewX(15deg);
  opacity: 1;
}
.tile--search-result---container > .body:hover .button--link i,
.tile--search-result---container > .body:hover .button--link i:before,
.tile--search-result---container > .body:hover .button--link i:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.tile--search-result---container > .body:hover .button--link i:before {
  animation: animate-arrow-before 500ms ease-in-out forwards 0.15s;
}
.tile--search-result---container > .body:hover .button--link i:after {
  animation: animate-arrow-after 500ms ease-in-out forwards 0.1s;
}
.tile--search-result---container > .body:hover .button--link i {
  animation: animate-arrow 500ms ease-in-out forwards 0.05s;
}
.tile--search-result---container .tile-header {
  position: relative;
  z-index: 1;
  background-color: #424D57;
}
.tile--search-result---container .tile-header:after {
  content: " ";
  position: relative;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
.tile--search-result---container .tile-header figure {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><radialGradient id="a5" cx=".66" fx=".66" cy=".3125" fy=".3125" gradientTransform="scale(1.5)"><stop offset="0" stop-color="%23000000"></stop><stop offset=".3" stop-color="%23000000" stop-opacity=".9"></stop><stop offset=".6" stop-color="%23000000" stop-opacity=".6"></stop><stop offset=".8" stop-color="%23000000" stop-opacity=".3"></stop><stop offset="1" stop-color="%23000000" stop-opacity="0"></stop></radialGradient><circle transform-origin="center" fill="none" stroke="url(%23a5)" stroke-width="15" stroke-linecap="round" stroke-dasharray="200 1000" stroke-dashoffset="0" cx="100" cy="100" r="70"><animateTransform type="rotate" attributeName="transform" calcMode="spline" dur="2" values="360;0" keyTimes="0;1" keySplines="0 0 1 1" repeatCount="indefinite"></animateTransform></circle><circle transform-origin="center" fill="none" opacity=".2" stroke="%23000000" stroke-width="15" stroke-linecap="round" cx="100" cy="100" r="70"></circle></svg>');
  background-position: center center;
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.tile--search-result---container .tile-header figure > img {
  position: absolute;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile--search-result---container h2 {
  position: relative;
  bottom: 0;
  z-index: 5;
  width: 100%;
  margin: 0;
  font-weight: bold;
  text-transform: none;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 80px;
  font-size: 1.0390625rem;
  color: #424D57;
  border-bottom: 1px solid #d3dee5;
}
.tile--search-result---container h2 span {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 10px;
  text-align: center;
  -moz-transform: translate(0, -60%);
  -o-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
.tile--search-result---container h2 .component--category {
  position: absolute;
  top: 100%;
  left: 50%;
  font-size: 90%;
  -moz-transform: translate(-50%, -110%);
  -o-transform: translate(-50%, -110%);
  -ms-transform: translate(-50%, -110%);
  -webkit-transform: translate(-50%, -110%);
  transform: translate(-50%, -110%);
}
.tile--search-result---container .component---rating-tag {
  top: 100%;
  left: -10px;
  -moz-transform: translate(0, -115%);
  -o-transform: translate(0, -115%);
  -ms-transform: translate(0, -115%);
  -webkit-transform: translate(0, -115%);
  transform: translate(0, -115%);
}
.tile--search-result---container .price--label {
  position: relative;
  width: auto;
  height: 65px;
  padding-right: 10px;
  margin: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}
.tile--search-result---container .price--label .amount {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.tile--search-result---container .price--label .amount div.value {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: auto;
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.tile--search-result---container .price--label .amount div.value span {
  display: inline-block;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.75em;
  font-weight: 900;
  line-height: auto;
  letter-spacing: 1.5px;
}
.tile--search-result---container .price--label .amount div.details {
  position: absolute;
  right: 0;
  bottom: 14px;
  display: block;
  width: auto;
  padding-right: 28px;
  font-size: 0.9375em;
  color: #424D57;
}
.tile--search-result---container .price--label .amount div.details .begins {
  position: relative;
  margin-right: 16px;
}
.tile--search-result---container .price--label .amount div.details .begins:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  display: block;
  width: 1px;
  height: 80%;
  background-color: rgb(66, 77, 87);
  -moz-transform: translate(0%, -50%) rotate(25deg);
  -o-transform: translate(0%, -50%) rotate(25deg);
  -ms-transform: translate(0%, -50%) rotate(25deg);
  -webkit-transform: translate(0%, -50%) rotate(25deg);
  transform: translate(0%, -50%) rotate(25deg);
}
.tile--search-result---container .price--label .amount div.details:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 2px;
  background-color: rgb(66, 77, 87);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.tile--search-result---container .content-right {
  z-index: 5;
  height: 100%;
}
.tile--search-result---container .tile-body {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: auto;
}
.tile--search-result---container .tile-body p {
  padding: 0;
  margin: 10px;
}
.tile--search-result---container .tile-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2 !important;
  width: 100%;
  height: 125px;
  padding: 10px;
  padding-top: 0;
  border-top: 1px solid #d3dee5;
}
@media (max-width: 767.98px) {
  .tile--search-result---container .component---list-amenities li {
    pointer-events: auto;
  }
  .tile--search-result---container .component---list-amenities li:hover .utils---tooltip,
  .tile--search-result---container .component---list-amenities li:focus .utils---tooltip {
    display: block;
  }
}
@media (min-width: 992px) {
  .tile--search-result---container.item-hotel-full, .tile--search-result---container.selected {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
    padding: 10px;
    margin-bottom: 0 !important;
  }
  .tile--search-result---container.item-hotel-full .tile-view, .tile--search-result---container.selected .tile-view {
    display: none;
  }
  .tile--search-result---container.item-hotel-full .full-view, .tile--search-result---container.selected .full-view {
    z-index: 1 !important;
    display: block;
  }
  .tile--search-result---container.item-hotel-full .component---rating-tag, .tile--search-result---container.selected .component---rating-tag {
    top: 10px;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .tile--search-result---container.item-hotel-full .component---list-amenities, .tile--search-result---container.selected .component---list-amenities {
    position: relative;
    z-index: 10 !important;
    margin: 0;
    text-align: left;
  }
  .tile--search-result---container.item-hotel-full .body, .tile--search-result---container.selected .body {
    padding-bottom: 0 !important;
    background-color: rgba(255, 255, 255, 0.25);
  }
  .tile--search-result---container.item-hotel-full .tile-header, .tile--search-result---container.selected .tile-header {
    position: absolute !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .tile--search-result---container.item-hotel-full .tile-header:after, .tile--search-result---container.selected .tile-header:after {
    padding-top: 0 !important;
  }
  .tile--search-result---container.item-hotel-full .content-right, .tile--search-result---container.selected .content-right {
    display: inline-block !important;
    padding-bottom: 60px !important;
    border: 0;
    border-bottom: 0 !important;
  }
  .tile--search-result---container.item-hotel-full .content-left, .tile--search-result---container.selected .content-left {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    border-bottom: 0 !important;
  }
  .tile--search-result---container.item-hotel-full .content-left, .tile--search-result---container.selected .content-left {
    display: inline-block !important;
  }
  .tile--search-result---container.item-hotel-full .content-left figure, .tile--search-result---container.selected .content-left figure {
    top: 0;
    left: 0;
    z-index: 10;
  }
  .tile--search-result---container.item-hotel-full .tile-footer, .tile--search-result---container.selected .tile-footer {
    right: 0 !important;
    left: auto;
    height: auto;
    border: 0 !important;
  }
  .tile--search-result---container.item-hotel-full .tile-footer > div, .tile--search-result---container.selected .tile-footer > div {
    position: absolute;
    top: auto;
    bottom: 10px;
    width: calc(50% - 20px);
  }
  .tile--search-result---container.item-hotel-full .tile-footer > div:first-child, .tile--search-result---container.selected .tile-footer > div:first-child {
    left: 0;
  }
  .tile--search-result---container.item-hotel-full .tile-footer > div:last-child, .tile--search-result---container.selected .tile-footer > div:last-child {
    right: 10px;
  }
}
@media (max-width: 991.98px) {
  .tile--search-result---container.item-hotel-full [class^=col-],
  .tile--search-result---container.item-hotel-full [class*=" col-"], .tile--search-result---container.selected [class^=col-],
  .tile--search-result---container.selected [class*=" col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tile--search-result---container.item-hotel-full .tile-view, .tile--search-result---container.selected .tile-view {
    display: block;
  }
  .tile--search-result---container.item-hotel-full .full-view, .tile--search-result---container.selected .full-view {
    display: none;
  }
}

.tile--google-maps {
  width: 250px;
  padding: 1em;
  background: #fff;
}
.tile--google-maps---container {
  display: block;
  width: 100% !important;
  height: 100%;
}
.tile--google-maps---container .header-content {
  position: relative;
  display: block;
  height: auto;
  background-color: #EDEFF0;
}
.tile--google-maps---container .header-content figure {
  position: relative;
  width: 100%;
  padding-top: 45%;
  background-color: rgba(66, 77, 87, 0.75); /* 16: 9 Aspect Ratio  56.25%; */
  /* If you want text inside of it */
  margin: 0;
  overflow: hidden;
  z-index: 4;
  background-size: cover !important;
}
.tile--google-maps---container .header-content figure > img {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 5;
  width: 100%;
  border: 0;
}
.tile--google-maps---container .header-content figure:after {
  right: 0;
}
.tile--google-maps---container .header-content figure:after {
  left: 0;
}
.tile--google-maps---container h2 {
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  background: transparent;
  text-align: center;
  color: rgb(66, 77, 87);
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: 1px solid rgba(66, 77, 87, 0.25);
}
.tile--google-maps---container h2 span {
  display: block;
}
.tile--google-maps---container h2 .component--category {
  font-size: 80%;
}
.tile--google-maps---container .body-content {
  display: none;
  padding: 0.5em;
  padding-bottom: 0;
  margin: 0;
  color: #6c757d;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25em;
}
.tile--google-maps---container .body-content p {
  margin: 0;
}
.tile--google-maps---container .body-content p:before {
  padding: 0;
  margin-right: 8px;
  content: "—";
  color: #d3dee5;
}
.tile--google-maps---container .info-content {
  position: relative;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  margin: 0;
  color: #fff;
  text-align: right;
  color: #424d57;
}
.tile--google-maps---container .info-content .price {
  letter-spacing: 1px;
  font-size: 2.75em;
  font-weight: bolder;
}
.tile--google-maps---container .info-content .per {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  z-index: 2;
  position: absolute;
  padding-right: 2.75em !important;
  font-weight: normal;
  bottom: 0px;
  right: 8px;
  text-align: right;
}
.tile--google-maps---container .info-content .per:after {
  z-index: 5;
  position: absolute;
  display: block;
  display: block;
  width: 1.5em;
  height: 2px;
  margin-top: -1px;
  content: "";
  background-color: rgb(66, 77, 87);
  top: 50%;
  right: 5px;
}
.tile--google-maps---container .footer-content {
  padding: 0;
  margin: 0;
  margin-top: 6px;
}
.tile--google-maps---container .footer-content a {
  display: block;
  width: 100%;
  padding: 1em;
  margin: 0;
  background: #d3dee5;
  text-transform: uppercase;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23424D57' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
  background-size: 20px 20px;
  background-position: 95% center;
  background-repeat: no-repeat;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tile--google-maps---container .footer-content a:hover {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  background-color: #d3dee5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.tile--google-maps---label--price {
  position: relative;
  padding: 0.45em 1em 0.35em 1em;
  border: 4px solid #424d57;
  background: #424D57;
  font-size: 1.05em;
  letter-spacing: 0.75px;
  font-weight: bolder;
  overflow: initial !important;
  color: #fff;
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  outline: none;
}
.tile--google-maps---label--price:after, .tile--google-maps---label--price:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  top: 100%;
  left: 50%;
  content: " ";
  pointer-events: none;
}
.tile--google-maps---label--price:after {
  margin-top: -1px;
  margin-left: -5px;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #424D57;
  border-width: 5px;
}
.tile--google-maps---label--price:before {
  margin-left: -10px;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #424d57;
  border-width: 10px;
}
.tile--google-maps---label--price.visited {
  background: #dee2e6;
  color: #424D57;
}
.tile--google-maps---label--price.visited:after {
  border-top-color: #dee2e6;
}
.tile--google-maps---label--price.hover {
  will-change: transform;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #d3dee5;
  -moz-transform: translate(-50%, -115%) scale(1.15);
  -o-transform: translate(-50%, -115%) scale(1.15);
  -ms-transform: translate(-50%, -115%) scale(1.15);
  -webkit-transform: translate(-50%, -115%) scale(1.15);
  transform: translate(-50%, -115%) scale(1.15);
  color: #424D57;
}
.tile--google-maps---label--price.hover:after {
  will-change: transform;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top-color: #d3dee5;
}
.tile--google-maps {
  /*
  &---label--price {

  	padding: 0.25em 1.15em;

  	border:2px solid $dark ;

  	background: $suplementary;

  	@include translate(-50%, 25%);

  	color: $white;

  	font-weight: 100 ;

  	letter-spacing: 1px;

  	font-size: 1em;

  	@include transition(background-color 0.3s ease);

  	&.hover {
  		@include transition(all 0.15s ease);
  		background: $secondary;
  	//	@include transform(translate(-50%, 25%) scale(1.1));

  	}

  	&.selected {

  		background: $green;

  	}
  }

  */
}

.infoBox > img {
  z-index: 100 !important;
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  background: rgba(66, 77, 87, 0.75) !important;
  margin: 1em !important;
  top: 8px;
  right: 8px;
}

.cluster {
  -moz-transform: translate(2.5%, -75%);
  -o-transform: translate(2.5%, -75%);
  -ms-transform: translate(2.5%, -75%);
  -webkit-transform: translate(2.5%, -75%);
  transform: translate(2.5%, -75%);
}
.cluster:focus,
.cluster > div:focus {
  -webkit-box-shadow: 0 none !important;
  -moz-box-shadow: 0 none !important;
  box-shadow: 0 none !important;
  outline: 0 none !important;
}
.cluster:empty {
  display: none !important;
}
.cluster img {
  width: 100% !important;
  height: 100% !important;
  top: 60% !important;
  left: 47.5% !important;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.cluster {
  border: 4px solid #424D57;
  background: #fff;
  color: #424D57;
}
.cluster span {
  position: relative;
  display: block;
  width: 100%;
  height: 14px;
  margin-left: -4px !important;
  line-height: 14px !important;
  white-space: nowrap;
  overflow: hidden;
  color: #424D57;
  text-align: center !important;
}
.cluster span:focus {
  outline: none;
}
.cluster span {
  outline: none;
}
.cluster span:first-child {
  margin-top: 2px;
}
.cluster:hover {
  z-index: 9000001 !important;
  /*
  @include transition(background-color 0.3s ease);

  background-color: $secondary;

  &:after { 

  	@include transition(border-top-color 0.3s ease);
  	border-top-color: $secondary;

  }
  */
}
.cluster:after {
  position: absolute;
  width: 0;
  height: 0;
  margin-bottom: -8px;
  margin-left: -7px;
  border: 8px solid transparent;
  content: "";
  bottom: 0;
  left: 50%;
  border-top-color: #fff;
  border-bottom: 0;
  border-left: 0;
}
.cluster:before {
  z-index: -1;
  position: absolute;
  width: 0;
  height: 0;
  margin-bottom: -16px;
  margin-left: -10px;
  border: 16px solid transparent;
  content: "";
  bottom: 0;
  left: 50%;
  border-top-color: #424D57;
  border-bottom: 0 !important;
  border-left: 0 !important;
}

.centered-map-pin {
  z-index: 10;
  position: absolute;
  width: 4%;
  height: 10%;
  border: 1px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  background-repeat: none;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .centered-map-pin {
    width: 5%;
    height: 12%;
  }
}
@media (max-width: 767.98px) {
  .centered-map-pin {
    width: 7%;
    height: 16%;
  }
}

.tile--room {
  position: relative;
  min-height: 100px;
  border: 1px solid #d3dee5;
  border-bottom: 1px solid #d3dee5;
  line-height: 1.5;
  background-color: #fff;
  margin-top: 8px !important;
}
.tile--room---details {
  padding: 0 !important;
  border-right: 1px solid #d3dee5;
}
.tile--room---details .tracking {
  display: none !important;
}
.tile--room---info {
  display: none;
  width: 100%;
  padding: 0 !important;
  padding: 0.25em !important;
  margin: 0;
  font-size: small;
  color: #fff;
  background: #ACBDC6;
}
.tile--room---info span {
  margin: 0.5em;
}
.tile--room---info span strong {
  font-weight: normal;
  color: #424D57;
}
.tile--room .info-display-show {
  display: block !important;
}
.tile--room .info-display-hide {
  display: none !important;
}
.tile--room---name {
  position: relative;
  display: table;
  min-height: 36px;
  padding: 0 !important;
  border-bottom: 1px solid #d3dee5;
  margin: 0 !important;
}
.tile--room---name h2,
.tile--room---name h3 {
  position: relative;
  display: table-cell;
  padding: 0.5rem 0.75rem;
  margin: 0 !important;
  font-size: 1.375em;
  font-weight: bolder;
  text-transform: none;
  vertical-align: middle;
}
.tile--room---name {
  /*
  &:after {
     z-index: 5; position: absolute; display: block; display: block; width: 4px; height: calc(100% + 2px); content: ""; background-color: $green; top: -1px; left: -1px; 
  }*/
}
@media (max-width: 991.98px) {
  .tile--room---name:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 5;
    display: block;
    display: block;
    width: auto;
    height: 0px;
    background-color: #efefef;
  }
}
.tile--room ul {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.tile--room ul li {
  display: inline-block;
  padding: 0.25em;
  padding-left: 2.5em;
  vertical-align: middle;
}
.tile--room ul span.underline {
  border-bottom: 1px solid #01CB60;
}
.tile--room ul span.underline.red {
  border-bottom: 1px solid #FF3548;
}
.tile--room ul .get-cancellation {
  position: relative;
  cursor: pointer;
  /* hover effect ??? maybe
  &:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    background-color: $green;
    z-index: -1;
    width: 0;
    opacity: 0;
    height: calc( 100% + 8px );
  }

  &:hover {
    color: $white;
    &:before {
      @include transition(all 0.3s ease);
      width: calc( 100% + 8px );
      opacity: 1;
    }
  }
  */
}
.tile--room---details ul:before, .tile--room---details ul:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 5;
  display: block;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d3dee5;
}
.tile--room---details ul:before {
  left: 33.333333%;
}
@media (max-width: 767.98px) {
  .tile--room---details ul:before {
    left: 50%;
  }
}
@media (max-width: 595.98px) {
  .tile--room---details ul:before {
    display: none;
  }
}
.tile--room---details ul:after {
  right: 33.333333%;
}
@media (max-width: 767.98px) {
  .tile--room---details ul:after {
    display: none;
  }
}
.tile--room---details ul li {
  background-color: transparent;
  background-position: left 8px center;
  background-size: 26px 26px !important;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .tile--room---details ul li {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
}
@media (max-width: 595.98px) {
  .tile--room---details ul li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 991.98px) {
  .tile--room---details ul {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #d3dee5;
  }
}
@media (max-width: 595.98px) {
  .tile--room---details ul {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 991.98px) {
  .tile--room---details {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .tile--room .has-taxes {
    min-height: 68px;
  }
}
.tile--room---offer ul:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  display: block;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -0.5px;
  background-color: #d3dee5;
}
@media (max-width: 767.98px) {
  .tile--room---offer ul:after {
    top: 0.75em;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-top: 0px;
    margin-left: -0.5px;
  }
}
.tile--room---offer ul li {
  padding: 0 0.5em !important;
}
.tile--room---offer ul li.description {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .tile--room---offer ul li.values {
    padding-top: 0.5em !important;
    padding-right: 50px !important;
    font-size: 2em;
  }
  .tile--room---offer ul li.description {
    position: relative;
    padding-right: 3em !important;
    margin-top: -4px;
    text-align: right;
  }
  .tile--room---offer ul li.description:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 5;
    display: block;
    display: block;
    width: 1.5em;
    height: 2px;
    margin-top: -1px;
    background-color: rgb(66, 77, 87);
  }
}
@media (max-width: 595.98px) {
  .tile--room---offer ul li.values {
    padding-top: 0.5em !important;
    padding-right: 10px !important;
    font-size: 1.765em;
  }
  .tile--room---offer ul li.description {
    padding-right: 30px !important;
    font-size: 12px;
  }
  .tile--room---offer ul li.description:after {
    right: 10px !important;
    width: 1.15em;
    height: 1px;
    margin-top: -0.5px;
  }
}
@media (max-width: 991.98px) {
  .tile--room---offer {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }
}
.tile--room---prices .values {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.625em;
  font-weight: 900;
}
.tile--room---prices .values.partial {
  color: #ACBDC6;
}
.tile--room---prices small {
  position: relative;
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media (max-width: 767.98px) {
  .tile--room---prices small {
    position: absolute;
    -moz-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);
    right: 50px;
  }
}
@media (max-width: 595.98px) {
  .tile--room---prices small {
    right: 10px;
    -moz-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);
    font-size: 12px;
  }
}
.tile--room .utils--banner {
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: 7;
  height: 1.5rem !important;
  line-height: 2.25 !important;
}
@media (max-width: 991.98px) {
  .tile--room .utils--banner {
    top: -30px !important;
  }
}
.tile--room.best-offer:before {
  display: none;
}
.tile--room.best-offer .tile--room---name {
  min-height: 35px;
  padding-bottom: 0.5rem !important;
}
.tile--room.best-offer .tile--room---name:before {
  bottom: -20px;
  z-index: 6;
  height: 40px;
  background-color: #efefef;
}
.tile--room.best-offer .tile--room---options {
  padding-top: 0.75rem !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tile--room.best-offer .tile--room---options {
    padding-top: 1rem !important;
  }
}
.tile--room .tile--room---options li span {
  margin-right: 0.25rem;
}
@media (max-width: 991.98px) {
  .tile--room .tile--room---options {
    padding-top: 10px !important;
  }
  .tile--room .tile--room---options li span {
    margin-left: 0.5rem;
  }
}
.tile--room .tracking {
  position: absolute;
  bottom: 0px;
  left: 0.75em;
  z-index: 6;
  display: block;
  width: auto;
  height: 40px;
}
.tile--room .tracking table,
.tile--room .tracking td {
  height: 40px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.tile--room .tracking img {
  width: auto;
  height: 40px;
}
@media (max-width: 991.98px) {
  .tile--room > .tracking {
    display: none;
  }
  .tile--room .tile--room---name .tracking {
    right: 0.75em !important;
    bottom: -20px !important;
    left: auto !important;
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .tile--room---action {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.tile--room .room-amenities {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  padding: 0 !important;
  border: 0 !important;
  list-style: none;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tile--room .room-amenities::after, .tile--room .room-amenities::before {
  display: none;
}
.tile--room .room-amenities li {
  position: relative;
  padding-top: 0rem;
  padding-right: 0.15rem;
  padding-bottom: 0rem;
  padding-left: 0.15rem;
  margin-right: 0.25rem;
}
.tile--room .room-amenities li i {
  background-size: 0.865rem 0.865rem !important;
}
.tile--room .room-amenities li:hover span.utils---tooltip, .tile--room .room-amenities li:focus span.utils---tooltip {
  display: block;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .tile--room .room-amenities {
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    border-top: 0 !important;
    border-right: 1px solid #d3dee5 !important;
    border-bottom: 0 !important;
    border-left: 1px solid #d3dee5 !important;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    z-index: 10;
    padding: 0rem 0.75rem !important;
    background-color: white !important;
  }
  .tile--room .room-amenities li i {
    background-size: 1rem 1rem !important;
  }
}

.room-list---container {
  position: relative;
  z-index: 20;
}

@media (max-width: 991.98px) {
  .best-offer .room-amenities {
    -moz-transform: translate(-40%, 0%);
    -o-transform: translate(-40%, 0%);
    -ms-transform: translate(-40%, 0%);
    -webkit-transform: translate(-40%, 0%);
    transform: translate(-40%, 0%);
  }
}

.tile--room-header---container .null {
  display: none;
}
.tile--room-header---container .header-content {
  position: relative;
  display: block;
  height: auto;
  height: 116px;
  background-color: #efefef;
}
.tile--room-header---container .header-content figure {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 260px;
  height: 100%;
  margin: 0;
  background-color: #424D57;
}
.tile--room-header---container .header-content figure:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 0 116px 38.6666666667px;
  border-style: solid;
  border-color: transparent transparent #efefef transparent;
}
.tile--room-header---container .header-content figure > img {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.tile--room-header---container .header-content h2 {
  padding: 0.25em 0.75em;
  padding-left: 270px;
  margin: 0;
  font-size: 1.5em;
  font-weight: bolder;
  text-transform: none;
}
.tile--room-header---container .header-content h2 .btn-plus {
  display: none !important;
}
@media (max-width: 767.98px) {
  .tile--room-header---container .header-content h2 {
    padding-right: 50px;
  }
}
.tile--room-header---container .header-content table {
  width: 100%;
  background-color: #efefef;
}
.tile--room-header---container .header-content table tr td:first-child {
  width: 260px;
}
.tile--room-header---container .header-content table td {
  vertical-align: middle;
  padding: 0;
  padding-left: 10px;
  text-align: left;
  white-space: nowrap;
}
.tile--room-header---container .header-content table tr td:last-child {
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  text-align: center;
}
.tile--room-header---container .header-content .btn, .tile--room-header---container .header-content .button--link {
  width: auto;
  border: none;
  text-align: center;
  color: #fff;
  background-color: #424D57;
  display: inline-block;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-right: 30px;
  padding-left: 30px;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tile--room-header---container .header-content .btn:hover, .tile--room-header---container .header-content .button--link:hover {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #d3dee5;
}
.tile--room-header---container .header-content ul.amenities {
  display: table;
  margin: 0 auto;
  margin-top: -30px !important;
  text-align: center;
  list-style: none;
}
.tile--room-header---container .header-content ul.amenities li {
  position: relative;
  display: table-cell;
  width: 30px;
  height: 30px;
  padding: 0.25em !important;
  margin-right: 4px;
  vertical-align: middle;
}
.tile--room-header---container .header-content ul.amenities li:last-child {
  border-right: 0;
}
.tile--room-header---container .header-content ul.amenities li {
  text-align: center;
}
.tile--room-header---container .header-content ul.amenities li:hover span.utils---tooltip, .tile--room-header---container .header-content ul.amenities li:focus span.utils---tooltip {
  display: block;
}
.tile--room-header---container .header-content ul.amenities li i {
  width: 22px;
  height: 22px;
}
@media (max-width: 991.98px) {
  .tile--room-header---container .header-content {
    position: relative;
    overflow: hidden;
    height: 100px;
    padding-bottom: 0 !important;
    border: 1px solid #efefef;
    will-change: transform;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -ms-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    will-change: transform;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .tile--room-header---container .header-content figure {
    width: 190px;
    height: 100px;
  }
  .tile--room-header---container .header-content ul.amenities {
    margin-top: 0px !important;
  }
  .tile--room-header---container .header-content h2 {
    position: absolute;
    top: 90px;
    z-index: 2;
    width: 100%;
    padding-left: 0.75em;
    color: #fff;
    background-color: rgba(66, 77, 87, 0.75);
    -moz-transform: translate(0, -101%);
    -o-transform: translate(0, -101%);
    -ms-transform: translate(0, -101%);
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
    overflow: hidden;
  }
  .tile--room-header---container .header-content h2 .btn-plus {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block !important;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
    border-radius: 100%;
    cursor: pointer;
  }
  .tile--room-header---container .header-content h2 .btn-plus:before, .tile--room-header---container .header-content h2 .btn-plus:after {
    will-change: transform;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tile--room-header---container .header-content.active {
    height: auto;
    padding-bottom: 0;
  }
  .tile--room-header---container .header-content.active h2 .btn-plus:before, .tile--room-header---container .header-content.active h2 .btn-plus:after {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .tile--room-header---container .header-content table {
    margin-top: 100px;
    margin-bottom: 0;
    color: #fff;
    background: rgba(66, 77, 87, 0.75);
  }
  .tile--room-header---container .header-content table .amenities-container {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 3;
    overflow: visible;
    text-align: right;
  }
  .tile--room-header---container .header-content table .amenities-container ul {
    float: right;
    margin: 4px;
  }
  .tile--room-header---container .header-content table tr td:first-child {
    display: none;
    width: 0;
  }
  .tile--room-header---container .header-content table td {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0.5em;
  }
  .tile--room-header---container .header-content table td .btn, .tile--room-header---container .header-content table td .button--link {
    margin: 0.5em auto !important;
  }
}
.tile--room-header---container .no-image figure.null {
  display: block !important;
  background-color: #ACBDC6;
}
.tile--room-header---container .no-image figure.null img {
  display: none;
}
.tile--room-header---container .columns {
  margin-top: 10px !important;
  background-color: #d3dee5;
}
.tile--room-header---container .columns .row .col,
.tile--room-header---container .columns .row [class*=col-] {
  padding: 0.45em 0.75em !important;
  border-left: 1px solid #fff;
  font-weight: bolder;
}
.tile--room-header---container .columns .row:first-child > div:first-child {
  border-left: 0;
}
@media (max-width: 991.98px) {
  .tile--room-header---container .columns {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .tile--room-header---info {
    position: absolute;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    will-change: transform;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    left: 50%;
    -moz-transform: translate(250%, 0%);
    -o-transform: translate(250%, 0%);
    -ms-transform: translate(250%, 0%);
    -webkit-transform: translate(250%, 0%);
    transform: translate(250%, 0%);
  }
  .tile--room-header---info.active {
    will-change: transform;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .tile--room-header---info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #efefef;
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    z-index: -1;
  }
  .tile--room-header---info .amenities-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .tile--room-header---info a.btn-info-mobile {
    position: absolute;
    top: 50%;
    left: 30px;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #424D57;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .tile--room-header---info a.btn-info-mobile:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M70.1 77.6c.8 1.3 1 1.7 1.8 3.1-12.5 12-26.4 13-22.1-.6 2.8-8.9 8.2-19.7 9.1-22.4 1.4-3.9-1.1-5.7-8.7 1l-1.7-3.2c8.7-9.5 26.7-11.6 20.6 3.1-3.8 9.2-6.5 15.4-8.1 20.1-2.3 7 3.5 4.1 9.1-1.1zM73.5 39.2c-2.7 2.3-6.6 2.2-8.8-.1-2.2-2.3-1.8-6 .8-8.3 2.7-2.3 6.6-2.2 8.8.1 2.3 2.3 1.9 6-.8 8.3z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .tile--room-header---info a.btn, .tile--room-header---info a.button--link {
    visibility: hidden;
    /*
    position: relative; 
    top:50%;
    left:-25vw;
    @include translate(-100%, -50%);
    width:30px !important;
    max-width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100px !important;
    border-radius: 20px;
    border:0;


    */
  }
}

.tile--room-header---small---container {
  position: relative;
  z-index: 1;
  background-color: #efefef;
}
.tile--room-header---small---container:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 10px;
  height: 100%;
  background-color: rgba(222, 226, 230, 0.75);
}
.tile--room-header---small---container:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #dee2e6;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.tile--room-header---small---container h2 {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 900;
  text-shadow: rgba(0, 0, 0, 0.1) 0.18px 1.25px;
}
@media (max-width: 991.98px) {
  .tile--room-header---small---container h2 {
    padding-right: 1.15em;
  }
}
.tile--room-header---small---container .btn-plus {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tile--room-header---small---container .btn-plus:after, .tile--room-header---small---container .btn-plus:before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.tile--room-header---small---container .btn-plus.active:after, .tile--room-header---small---container .btn-plus.active:before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (min-width: 768px) {
  .tile--room-header---small---container .btn-plus {
    display: none !important;
  }
}
.tile--room-header---small---container .title {
  position: relative;
}
.tile--room-header---small---container .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
}
.tile--room-header---small---container ul.amenities {
  display: table;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 0.25em;
  text-align: center;
  list-style: none;
}
.tile--room-header---small---container ul.amenities li {
  position: relative;
  display: table-cell;
  width: 40px;
  height: 30px;
  padding: 0.25em !important;
  margin-right: 4px;
  vertical-align: middle;
}
.tile--room-header---small---container ul.amenities li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.5px;
  z-index: 1;
  width: 1px;
  height: 80%;
  background-color: #d3dee5;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tile--room-header---small---container ul.amenities li:last-child:before {
  display: none;
}
.tile--room-header---small---container ul.amenities li {
  text-align: center;
}
.tile--room-header---small---container ul.amenities li:hover span.utils---tooltip, .tile--room-header---small---container ul.amenities li:focus span.utils---tooltip {
  display: block;
}
.tile--room-header---small---container ul.amenities li i {
  width: 22px;
  height: 22px;
}

.utils---overlay---message.has-media {
  max-width: 800px;
}
.utils---overlay---message.has-media .messages---room-header-content {
  padding-top: 21rem !important;
}
.utils---overlay---message.has-media .messages---room-header-content h2.group-title {
  position: absolute;
  top: 1rem;
  z-index: 50;
}
.utils---overlay---message.has-media .messages---room-header-content .photo-info {
  position: relative;
}
.utils---overlay---message.has-media .messages---room-header-content .photo-info .icon-rxxl---info {
  width: 30px;
  height: 30px;
  background-size: 24px 24px;
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  opacity: 0.75;
}
.utils---overlay---message.has-media .messages---room-header-content .photo-info:hover span.utils---tooltip {
  z-index: 1;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #6c757d;
}
.utils---overlay---message.has-media .messages---room-header-content .photo-info:hover span.utils---tooltip::after, .utils---overlay---message.has-media .messages---room-header-content .photo-info:hover span.utils---tooltip::before {
  border-top-color: #6c757d;
}
.utils---overlay---message ul {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.utils---overlay---message .messages---room-header-content {
  position: relative;
}
.utils---overlay---message .messages---room-header-content figure {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  width: 100%;
  height: 20rem;
}
.utils---overlay---message .messages---room-header-content figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.utils---overlay---message .messages---room-header-content figure .swiper-container-groups {
  width: 100%;
  height: 100%;
  background-color: rgb(66, 77, 87);
}
.utils---overlay---message .messages---room-header-content figure .swiper-container-groups .swiper-info-container {
  height: 3rem;
  line-height: 3rem;
}
.utils---overlay---message .messages---room-header-content figure .swiper-container-groups .swiper-slide small {
  position: absolute;
  right: 0;
  bottom: 2.99rem;
  padding: 0.25rem 1.5rem;
  font-size: 0.865rem;
  color: #424D57;
  background-color: rgba(255, 255, 255, 0.75);
}
.utils---overlay---message .messages---room-header-content figure .swiper-container-groups .swiper-slide img {
  object-fit: contain;
}
.utils---overlay---message .messages---room-header-content figure .swiper-container-groups .swiper-button-next,
.utils---overlay---message .messages---room-header-content figure .swiper-container-groups .swiper-button-prev {
  height: 1.5rem;
}

.header-room---container {
  position: relative;
  z-index: 4;
  height: 6rem;
  background-color: rgba(96, 125, 139, 0.4625);
}
@media (max-width: 767.98px) {
  .header-room---container {
    height: 2.5rem;
  }
  .header-room---container.has-media {
    margin-bottom: 8.5rem;
  }
}
.header-room---container .media {
  width: 18rem !important;
  position: relative;
}
.header-room---container .media.no-image {
  width: 4px !important;
  background-color: #dee2e6;
  position: relative;
  padding: 0 !important;
  margin-right: 4px;
}
.header-room---container .media.no-image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  z-index: 9;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #dee2e6;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
}
.header-room---container .media.no-image figure {
  display: none !important;
}
@media (max-width: 767.98px) {
  .header-room---container .media {
    width: 5px !important;
    background-color: #dee2e6;
    position: relative;
    z-index: 10;
    padding: 0 !important;
    margin-right: 10px;
  }
  .header-room---container .media:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    z-index: 9;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #dee2e6;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
  }
}
.header-room---container .media figure {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  background-color: #424D57;
}
.header-room---container .media figure.null {
  display: none;
}
.header-room---container .media figure:before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.45rem;
  font-weight: 600;
  color: #fff;
  background-color: rgba(66, 77, 87, 0.75);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' shape-rendering='crispEdges' viewBox='0 0 128 128'%3e%3cpath d='M0 25v78h128V25H0zm28.9 25.2c0-4.3 3.4-7.7 7.7-7.7 4.3 0 7.7 3.4 7.7 7.7s-3.4 7.7-7.7 7.7c-4.3 0-7.7-3.5-7.7-7.7zm66 34.2H33.2c0-.1 0-.1-.1-.1l19.7-24.5h.2l7.9 9.7h.1l10.4-15.9h.2L95 84.3c-.1 0-.1 0-.1.1z'/%3E%3C/svg%3E");
  background-position: 47.5% center;
  background-size: 20%;
  background-repeat: no-repeat;
  opacity: 0;
  opacity: 0;
  text-rendering: optimizeLegibility;
}
.header-room---container .media figure:hover:before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.75;
}
.header-room---container .media figure:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  width: 0;
  height: 0;
  border-width: 0 0 6rem 2rem;
  border-style: solid;
  border-color: transparent transparent rgba(96, 125, 139, 0.4625) transparent;
}
.header-room---container .media figure > img {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
@media (max-width: 767.98px) {
  .header-room---container .media figure {
    top: 100%;
    z-index: 10;
    width: 100vw !important;
    height: 120px !important;
    border-bottom: 5PX solid #efefef;
    opacity: 1;
  }
  .header-room---container .media figure:after {
    display: none;
  }
}
.header-room---container h2 {
  position: relative;
  margin-bottom: 0;
  font-weight: 900;
  text-shadow: rgba(0, 0, 0, 0.1) 0.18px 1.25px;
}
@media (max-width: 991.98px) {
  .header-room---container h2 {
    padding-right: 1.15em;
  }
}
.header-room---container h2 {
  width: 100%;
}
.header-room---container ul.room-details {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  padding: 0 !important;
  font-size: 75%;
  white-space: nowrap;
  list-style: none;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .header-room---container ul.room-details {
    display: none;
  }
}
.header-room---container ul.room-details li {
  display: inline-block;
  width: auto;
  padding: 0 !important;
  border: 1px solid #d3dee5;
  margin-right: 0.25rem;
  list-style: none;
}
.header-room---container ul.room-details li:last-child {
  margin-right: 0;
}
.header-room---container ul.room-details li span {
  display: table-cell;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin: 0;
}
.header-room---container ul.room-details li span.label {
  border-right: 1px solid #d3dee5;
}
.header-room---container ul.room-details li span.value {
  border: 0 !important;
  margin-left: -1px !important;
}
.header-room---container ul.room-details li {
  margin-bottom: 0 !important;
  pointer-events: none;
}
.header-room---container ul.amenities {
  display: table;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 0.25em;
  text-align: center;
  list-style: none;
}
.header-room---container ul.amenities li {
  position: relative;
  display: table-cell;
  width: 40px;
  height: 30px;
  padding: 0.25em !important;
  margin-right: 4px;
  vertical-align: middle;
}
.header-room---container ul.amenities li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.5px;
  z-index: 1;
  width: 1px;
  height: 80%;
  background-color: #607d8b;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-room---container ul.amenities li:last-child:before {
  display: none;
}
.header-room---container ul.amenities li {
  text-align: center;
}
.header-room---container ul.amenities li:hover span.utils---tooltip, .header-room---container ul.amenities li:focus span.utils---tooltip {
  display: block;
}
.header-room---container ul.amenities li i {
  width: 18px;
  height: 18px;
}
.header-room---container .btn-plus {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 99999;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-room---container .btn-plus:after, .header-room---container .btn-plus:before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: rgb(66, 77, 87);
}
.header-room---container .btn-plus.active:after, .header-room---container .btn-plus.active:before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (min-width: 768px) {
  .header-room---container .btn-plus {
    display: none !important;
  }
}

.room-gallery {
  cursor: pointer;
}
.room-gallery .swiper-btn-expand {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 10;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  opacity: 0.25;
  mix-blend-mode: difference;
  transition: 300ms opacity;
  cursor: pointer;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
}
.room-gallery:hover .swiper-btn-expand {
  opacity: 1;
}

.group-gallery {
  position: relative;
  border: 4px solid red !important;
  cursor: pointer;
}
.group-gallery .swiper-btn-expand {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 10;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  opacity: 0.25;
  mix-blend-mode: difference;
  transition: 300ms opacity;
  cursor: pointer;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
}
.group-gallery:hover .swiper-btn-expand {
  opacity: 1;
}

.results--search---subtitle {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.75em 2.5em 0.75em 0em;
  margin: 0.5em;
  margin-top: 0;
  background: #efefef;
  text-transform: none;
  font-weight: 600;
}
.results--search---subtitle:before {
  z-index: -1;
  position: absolute;
  display: block;
  display: block;
  width: 50vw;
  height: 100%;
  background: #efefef;
  content: "";
  left: -50vw;
  top: 0;
  /* to be below the parent element but it doesn't work' */
}

.layout--popular-hotels {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #d3dee5;
}

.box-banners {
  min-height: 120px;
  margin: 0 !important;
  border-bottom: 1px solid transparent;
}
.box-banners img {
  width: auto;
  max-height: 80px;
  text-align: center;
}
.box-banners img.img-max {
  max-height: 60px;
}
@media (max-width: 991.98px) {
  .box-banners img.img-max {
    max-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .box-banners img.img-max {
    max-height: 50px;
  }
}
.box-banners img.payment-methods-img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.box-banners {
  padding-top: 2em;
  padding-bottom: 2em;
}

.box-banners .international,
.box-banners .quik-links {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  line-height: 2.8em;
}
.box-banners .international:before,
.box-banners .quik-links:before {
  content: " ";
}
.box-banners .international,
.box-banners .quik-links {
  margin-bottom: 15px;
  /*
     &:after {
       content: "";
       position: absolute;
       top: calc(100% + 10px);
       width: 100%;
       height: 2px;
       background-color: $white;
       left: 0;
  }
  */
}
.box-banners .international {
  background-image: var(--background);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: left -0.75rem center;
}
@media (max-width: 595.98px) {
  .box-banners .international {
    background-size: 45%;
    background-position: left 10px center;
  }
}

.payment-methods .paragraph {
  display: table;
}
.payment-methods .paragraph h4,
.payment-methods .paragraph p {
  display: table-cell;
  vertical-align: middle;
}
.payment-methods .paragraph p {
  padding: 2em;
}
.payment-methods .paragraph h4 {
  position: relative;
  width: 25%;
}
.payment-methods .paragraph h4:after {
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  content: "";
  top: 0;
  right: 20px;
  background-color: rgb(66, 77, 87);
}

.security-partners .row {
  display: table;
  width: 100%;
  border: 1px solid transparent;
}
.security-partners a,
.security-partners p {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}

.swiper-container {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 360px;
  background: #424D57;
  top: 0;
  left: 0;
  max-height: 520px;
}
@media (max-width: 991.98px) {
  .swiper-container {
    height: 30vh;
    min-height: 320px;
  }
}
@media (max-width: 767.98px) {
  .swiper-container {
    min-height: 260px;
  }
}
@media (max-width: 595.98px) {
  .swiper-container {
    min-height: 210px;
  }
}
.swiper-container---quantity {
  z-index: 100;
  position: absolute;
  width: auto;
  height: auto;
  padding: 1em;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  color: #fff;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide-caption {
  position: absolute;
  width: auto;
  width: 65%;
  padding: 1.5rem;
  padding: 0 !important;
  margin: 0;
  margin-top: -40px;
  text-align: left;
  left: 10px;
  visibility: hidden;
  top: 130px;
  left: 0%;
  right: auto;
  bottom: auto;
}
.swiper-slide-caption:before {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@media (max-width: 1199.98px) {
  .swiper-slide-caption {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .swiper-slide-caption {
    width: 80%;
    margin-top: -45px;
  }
}
@media (max-width: 767.98px) {
  .swiper-slide-caption {
    width: 100%;
    top: auto;
    bottom: 10px;
  }
}
@media (max-width: 595.98px) {
  .swiper-slide-caption {
    width: 100%;
    top: auto;
    bottom: 10px;
    text-align: center;
  }
}
.swiper-slide-caption h5 {
  padding: 1.25rem 1.75rem 1.25rem 1.75rem !important;
  margin: 0;
  text-align: left;
  text-align: right;
  font-size: 0.9265em;
  position: relative;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 0px 4px 3px rgba(66, 77, 87, 0.5), 0px 8px 13px rgba(66, 77, 87, 0.15), 0px 18px 23px rgba(66, 77, 87, 0.15);
}
@media (max-width: 991.98px) {
  .swiper-slide-caption h5 {
    font-size: 0.865em;
  }
}
@media (max-width: 767.98px) {
  .swiper-slide-caption h5 {
    padding: 0.75rem !important;
    text-align: right;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 1.1375rem;
    max-height: 70px;
  }
}
.swiper-slide-caption h5 a {
  position: relative;
  color: #fff;
  white-space: nowrap;
}
.swiper-slide-caption h5 a:hover:before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #424D57;
}
.swiper-slide-caption h5 a:before {
  position: absolute;
  display: block;
  width: 102%;
  height: 4px;
  background: #fff;
  content: "";
  bottom: -6px;
  left: -1%;
}
@media (max-width: 767.98px) {
  .swiper-slide-caption h5 a:before {
    height: 2px;
    bottom: -2px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none !important;
}

.slider-behavior {
  z-index: 50;
  position: absolute;
  display: block;
  width: 55px;
  height: 40px;
  border: 0 !important;
  background-color: rgba(1, 203, 96, 0.5);
  top: 6px;
  right: 10px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' shape-rendering='crispEdges' viewBox='0 0 128 128'%3e%3cpath d='M127.9 80.5H-.1v-50h128v50zM0 83.2v14.3h40.3V83.2H0zm43.9 0v14.3h40.3V83.2H43.9zm43.8 0v14.3H128V83.2H87.7z'/%3E%3C/svg%3E");
  opacity: 0.45;
  filter: alpha(opacity=45);
  filter: drop-shadow(0px 3px 3px rgba(66, 77, 87, 0.5));
}
.slider-behavior:hover {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767.98px) {
  .slider-behavior {
    display: none;
  }
}

/**/
.gallery-top {
  height: 35vh;
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
  background-color: rgba(66, 77, 87, 0.9);
  overflow: hidden !important;
}
@media (max-width: 1199.98px) {
  .gallery-top {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }
}
@media (max-width: 991.98px) {
  .gallery-top {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }
}
@media (max-width: 767.98px) {
  .gallery-top {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }
}
.gallery-top .swiper-lazy-loaded {
  z-index: 5 !important;
}

.swiper-slide img {
  z-index: -1;
  position: absolute;
  border: none;
  left: -100vw;
}
.swiper-slide .utils--spinner div {
  width: 10px;
  border-color: transparent;
}
.swiper-slide .utils--spinner {
  width: 100px;
  height: 60px;
  border: none !important;
}
.swiper-slide.swiper-slide-active .utils--spinner {
  display: block;
}
.swiper-slide.swiper-lazy-loaded .utils--spinner {
  display: none;
}
.gallery-thumbs {
  height: 35vh;
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
  background-color: rgba(66, 77, 87, 0.9);
}
@media (max-width: 1199.98px) {
  .gallery-thumbs {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }
}
@media (max-width: 991.98px) {
  .gallery-thumbs {
    height: 280px !important;
    min-height: 280px !important;
    border-top: 0;
    max-height: 280px !important;
  }
}
@media (max-width: 767.98px) {
  .gallery-thumbs {
    height: 80px !important;
    min-height: 80px !important;
    border-top: 0;
    max-height: 80px !important;
  }
}

.gallery-thumbs {
  background-color: #424D57;
  border-left: 4px solid #fff;
}
@media (max-width: 767.98px) {
  .gallery-thumbs {
    border-left: 0;
    border-top: 8px solid #fff;
  }
}

.gallery-thumbs .swiper-slide {
  position: relative;
  width: auto;
  height: auto;
  opacity: 0.45;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide.no-image {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'  preserveAspectRatio='xMinYMid'%3e%3cpath d='M79.5 29v-8h-39v8H8.7v63.2h26C40.4 99.9 49.6 105 60 105s19.6-5 25.3-12.8h26V29H79.5zm5 6.2h21.8v8.3H84.5v-8.3zm-7.4 4.4c0-.6.3-1.1.7-1.4.3-.3.7-.4 1.1-.4 1 0 1.8.8 1.8 1.8s-.8 1.8-1.8 1.8c-.9.1-1.8-.7-1.8-1.8zM43.9 23.8h32.2V29H43.9v-5.2zM32.2 88.2H13.6V50.3h25.5C32.7 56 28.7 64.4 28.7 73.6c0 5.3 1.3 10.2 3.5 14.6zm46.4 0c-1.2 1.5-2.5 2.8-4 4-4 3.2-9.1 5.1-14.7 5.1-5.5 0-10.6-1.9-14.7-5.1-1.5-1.2-2.8-2.5-4-4-3.1-4-5-9-5-14.5 0-11.8 8.7-21.6 20.1-23.3 1.2-.2 2.3-.3 3.6-.3 1.2 0 2.4.1 3.6.3 11.3 1.7 20.1 11.5 20.1 23.3 0 5.4-1.9 10.5-5 14.5zm27.8 0H87.8c2.3-4.3 3.6-9.3 3.6-14.5 0-9.3-4-17.6-10.4-23.3h25.5l-.1 37.8zM24.9 28.3H14v-3.6h10.9v3.6zm50.5 45.9c0 6.2-3.6 11.5-8.9 14-2 1-4.2 1.5-6.6 1.5s-4.6-.5-6.6-1.5c-5.2-2.5-8.9-7.8-8.9-14 0-8.5 6.9-15.5 15.5-15.5 8.5 0 15.5 6.9 15.5 15.5z'/%3E%3C/svg%3E");
  background-color: rgba(108, 117, 125, 0.5);
}
.gallery-thumbs .swiper-slide.no-image:after, .gallery-thumbs .swiper-slide.no-image:before {
  display: none;
}

.gallery-thumbs .swiper-slide-thumb-active,
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  cursor: normal;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
@media (max-width: 767.98px) {
  .gallery-thumbs .swiper-slide-thumb-active,
  .gallery-thumbs .swiper-slide-active {
    border: 0;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
  }
}

.swiper-button-next--hotel,
.swiper-button-prev--hotel {
  width: 40px !important;
  height: 120px !important;
  background: #000;
  top: 20px !important;
  cursor: pointer;
}

.swiper-button-next--hotel {
  right: -2px !important;
}

.swiper-button-prev--hotel {
  left: -2px !important;
}

.dummy {
  z-index: 999999;
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  background-color: rgba(66, 77, 87, 0.75);
  pointer-events: none;
}
.dummy:before {
  z-index: 2;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  top: 0;
  right: 0;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.dummy.next {
  right: 0;
}
.dummy.next:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.dummy.prev:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M64.7 111.7L0 55.8 64.7 0v18.1L21.4 55.8 64.7 94v17.7z'/%3e%3c/svg%3e");
}

/**/
.expanded .slider-behavior {
  width: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' shape-rendering='crispEdges' viewBox='0 0 128 128'%3e%3cpath d='M90.9 96.6H0V31.4h90.9v65.2zM128 31.4H95.1V50H128V31.4zm0 23.2H95.1v18.7H128V54.6zm0 23.4H95.1v18.7H128V78z'/%3E%3C/svg%3E");
}
.expanded .gallery-thumbs {
  height: 100px !important;
  min-height: 100px !important;
  border-top: 8px solid #fff !important;
  max-height: 100px !important;
  border-left: 0 !important;
}
@media (min-width: 768px) {
  .expanded .gallery-thumbs {
    height: 100px !important;
    min-height: 100px !important;
    border-top: 8px solid #fff !important;
    max-height: 100px !important;
  }
}
.expanded .gallery-thumbs .swiper-slide-thumb-active,
.expanded .gallery-thumbs .swiper-slide-active {
  border: 0;
  opacity: 1;
  cursor: normal;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
}
@media (max-width: 767.98px) {
  .expanded .gallery-thumbs .swiper-slide-thumb-active,
  .expanded .gallery-thumbs .swiper-slide-active {
    border: 0;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
  }
}
.expanded .gallery-top {
  height: 40vh;
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
}
@media (max-width: 1199.98px) {
  .expanded .gallery-top {
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
  }
}
@media (max-width: 991.98px) {
  .expanded .gallery-top {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }
}

/*
.swiper-slide {
  .utils--spinner {
    display: none !important;
  }
}
*/
.swiper-lazy-loaded .utils--spinner {
  display: none !important;
}

.swiper-lazy-loading .utils--spinner {
  display: block !important;
}

.slider-container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 190px;
  min-height: 150px;
  max-height: 190px;
  background: #424D57;
}
@media (max-width: 991.98px) {
  .slider-container {
    height: 150px;
    min-height: 110px;
    max-height: 150px;
  }
}
@media (max-width: 767.98px) {
  .slider-container {
    height: 125px;
    min-height: 100px;
    max-height: 125px;
  }
}
.slider-container .swiper-slide {
  position: relative;
  z-index: 1;
  display: inline;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-align: left;
  background: #424D57;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-container .swiper-slide h3 {
  position: absolute;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  width: 100%;
  padding: 1em;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em;
  font-weight: bolder;
  color: #fff;
  display: block;
  margin: 0;
  letter-spacing: 0.75px;
  text-align: left;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.slider-container .swiper-slide h3 span {
  display: block;
  width: 100%;
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: none;
}
.slider-container .swiper-slide figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.slider-container .swiper-slide figure > img {
  position: absolute;
  left: 0;
  z-index: -1;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 50%;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-50%, -50%) scale(1.15);
  -o-transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
  width: 100%;
}
.slider-container .swiper-slide figure figcaption {
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  bottom: 10%;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  margin-left: 100%;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 0.75em;
  color: #fff;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-container .swiper-slide figure figcaption h2 {
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
}
.slider-container .swiper-slide figure figcaption .name {
  position: relative;
  top: 10px;
  display: table-cell;
  overflow: hidden;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  white-space: nowrap;
}
.slider-container .swiper-slide figure figcaption .price {
  position: relative;
  display: table-cell;
  width: 35%;
  padding-top: 0.45rem;
  padding-right: 8px;
  padding-bottom: 0.45rem;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 800;
  text-align: right;
  background: #01CB60;
  vertical-align: middle;
}
.slider-container .swiper-slide figure figcaption .price:before {
  content: "";
  position: absolute;
  top: 0;
  left: -26px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 0 90px 26.6666666667px;
  border-style: solid;
  border-color: transparent transparent #01CB60 transparent;
}
.slider-container .swiper-slide figure figcaption .price small {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 45%;
  -moz-transform: translate(8px, -50%);
  -o-transform: translate(8px, -50%);
  -ms-transform: translate(8px, -50%);
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
}
.slider-container .swiper-slide figure figcaption .component--category {
  position: relative;
  top: -5px;
  margin: 0 auto;
  font-size: 60%;
}
.slider-container .swiper-slide figure figcaption .component--category::before {
  color: rgba(255, 255, 255, 0.5);
}
.slider-container .swiper-slide figure figcaption .component--category .component--category---percent::before {
  color: #fff;
}
.slider-container .swiper-slide:hover h3, .slider-container .swiper-slide.active h3 {
  bottom: 70%;
  overflow: hidden;
  padding: 0.25em;
  padding-left: 0.75em;
  font-size: 60%;
  white-space: nowrap;
}
.slider-container .swiper-slide:hover h3 span, .slider-container .swiper-slide.active h3 span {
  display: inline-block;
  width: auto !important;
  margin-left: 0.25em;
  font-size: 80%;
}
.slider-container .swiper-slide:hover figure figcaption, .slider-container .swiper-slide.active figure figcaption {
  display: table;
  margin-left: 0;
}
.slider-container .swiper-slide:hover figure img, .slider-container .swiper-slide.active figure img {
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider-container .swiper-slide.popular h3 {
  font-size: 55%;
}

.hidden {
  visibility: hidden;
}

/* Individual effects */
.panels .card,
.panels .card:last-child .card-header {
  width: 100% !important;
}

.faq .card.active .btn-plus {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(135deg) translateY(-50%);
  -o-transform: rotate(135deg) translateY(-50%);
  -ms-transform: rotate(135deg) translateY(-50%);
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}

.panels .card-header {
  border-bottom: 1px solid #EDEFF0;
  background: transparent;
  padding: 1rem;
  position: relative;
}
.panels .card-body {
  padding: 1rem;
}
.panels .btn-plus {
  position: absolute;
  right: 10px;
}
.panels .btn, .panels .button--link {
  width: 100%;
  font-weight: bold;
  color: rgb(66, 77, 87);
  padding: 0;
  text-align: left;
}
.panels .btn-link:hover,
.panels .btn-link:focus {
  text-decoration: none;
}
.panels li + li {
  margin-top: 10px;
}

.faq h2 {
  margin-top: 1em;
}

.pagination .page-item {
  border-right: 1px solid #d3dee5;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.pagination .page-item:last-child {
  border-right: 0;
}
.pagination .page-item.wide {
  width: 140px;
  text-align: right;
}
.pagination .page-item.wide:not(:first-child) {
  text-align: left;
}
.pagination .page-item .page-link {
  padding: 1.1em 1.6em;
  display: inline-block;
  text-decoration: none;
  color: #424D57;
  border: 0;
  background: none;
}
@media (max-width: 767.98px) {
  .pagination .page-item .page-link {
    padding: 0.75em 1.25em;
  }
}
.pagination .page-item.active {
  background-color: #d3dee5;
  pointer-events: none;
  border: 0;
}
.pagination .page-item.active .page-link {
  color: #fff;
  pointer-events: none;
}
.pagination .page-item.fill {
  pointer-events: none !important;
}
.pagination .page-item.link:hover .page-link {
  color: rgb(66, 77, 87);
}
.pagination .page-item.first, .pagination .page-item.last, .pagination .page-item.center {
  border-bottom: 1px solid #d3dee5;
}
.pagination .page-item.center {
  text-align: center;
}
@media (max-width: 767.98px) {
  .pagination .page-item {
    display: none;
  }
  .pagination .page-item.wide, .pagination .page-item.active {
    display: inline-block;
  }
  .pagination .page-item.wide {
    margin-right: 10px;
    border-right: 1px solid #d3dee5;
  }
  .pagination .page-item.wide:not(:first-child) {
    margin-right: 0px;
    margin-left: 10px;
    border-right: 0;
    border-left: 1px solid #d3dee5;
  }
}

body > main > header.header--opacity {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.35);
}

body > main > header > nav a.logo {
  background: #fff;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
  width: 250px;
  position: absolute;
  z-index: 99;
  top: 0;
}
body > main > header > nav a.logo:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 28.5714285714px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 100%;
  top: 0;
}
body > main > header > nav a.logo:before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background: white;
  display: block;
  left: -50vw;
  top: 0;
  position: absolute;
  z-index: 98; /* to be below the parent element but it doesn't work' */
}
body > main > header > nav a.logo img {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 !important;
  padding: 0;
  width: 75%;
  height: auto;
  left: 0;
}

@media (max-width: 767.98px) {
  body > main > header > nav a.logo {
    width: 180px;
  }
  body > main > header > nav a.logo img {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 596px) {
  body > main > header > nav a.logo {
    width: 200px;
  }
  body > main > header > nav a.logo img {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  body > main > header > nav a.logo img {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
header {
  position: relative;
  z-index: 1033;
}
@media (min-width: 992px) {
  header > nav.scrolled {
    will-change: transform;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff !important;
  }
}
header nav {
  z-index: 1033;
  background: rgba(255, 255, 255, 0.75);
}
@media (max-width: 991.98px) {
  header nav {
    background-color: #424d57;
  }
}
header nav .dropdown-menu {
  padding: 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  margin: 0;
  background-color: white;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
header nav .dropdown-menu .nav-link {
  border-bottom: 1px solid #efefef;
}
header nav .dropdown-menu .nav-link:last-child {
  border-bottom: 0;
}
header nav .dropdown-menu .nav {
  background-color: #fff;
}
header nav .dropdown-menu .nav a:first-child {
  border-top: 1px solid #efefef;
}
@media (max-width: 991.98px) {
  header nav .dropdown-menu .form--fieldset---checkbox label span {
    top: 0.475rem !important;
  }
}
header nav > .container {
  position: relative;
  min-height: 48px;
}
header nav .navbar-brand {
  position: absolute;
  top: -3px;
  z-index: 1032;
  display: block;
  width: 220px !important;
  height: calc(100% + 2px);
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 595.98px) {
  header nav .navbar-brand {
    width: 160px !important;
  }
}
header nav .navbar-brand img {
  position: relative;
  top: 50%;
  width: 90%;
  height: auto;
  margin: 0 auto;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 991.98px) {
  header nav .navbar-brand img {
    margin-left: 0.5em;
  }
}
@media (max-width: 991.98px) {
  header nav .navbar-brand {
    top: -2px;
    margin: 0.5em 0.75em;
  }
}
header nav .navbar-brand:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 62px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #fff;
}
@media (max-width: 991.98px) {
  header nav .navbar-brand:before {
    height: 48px;
  }
}
header nav .navbar-brand:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: -1;
  width: 0;
  height: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-width: 62px 29.5238095238px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  header nav .navbar-brand:after {
    left: calc(100% - 1px) !important;
  }
}
@media (max-width: 991.98px) {
  header nav .navbar-brand:after {
    border-width: 48px 22.8571428571px 0 0;
  }
}
header nav .form-inline {
  width: 280px;
}
header nav .form-inline small {
  line-height: 0.75em;
}
@media (max-width: 991.98px) {
  header nav .form-inline {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  header nav .nav-item:last-child {
    border-right: 0;
  }
}
header nav .nav-item > a {
  line-height: 3em;
}
header nav .nav-item > a .icon-rxxl--container {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  header nav .nav-item > a {
    line-height: 2em;
  }
}
header nav .nav-item a {
  font-weight: normal;
  letter-spacing: 1px;
  color: #424D57;
}
header nav .nav-item .flag-icon {
  border: 0;
  margin-right: 0.45em;
}
header nav .nav-item.disabled {
  pointer-events: none;
}
header nav .nav-item a.dropdown-toggle {
  position: relative;
  padding-right: 30px !important;
}
header nav .nav-item a.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 12px;
  height: 2px;
  background: #6c757d;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  border: 0 !important;
}
header nav .nav-item a.dropdown-toggle:before {
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  width: 2px;
  height: 12px;
  background: #6c757d;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
}
@media (max-width: 991.98px) {
  header nav .nav-item.show a.dropdown-toggle:before {
    height: 2px;
  }
}
header nav .buttons-container {
  position: absolute;
  right: 0;
  z-index: 1300;
  float: right;
  width: auto;
  height: 48px;
}
header nav button:focus {
  outline: none !important;
}
header nav button {
  position: relative;
  top: 50%;
  z-index: 1035;
  height: 100% !important;
  border: 1px solid transparent !important;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
header nav button.hidden {
  display: none;
}
@media (max-width: 345px) {
  header nav button {
    padding-right: 0.465em !important;
    padding-left: 0.465em !important;
  }
}
header nav button .animated-icon {
  width: 30px;
}
@media (max-width: 595.98px) {
  header nav button .animated-icon {
    width: 28px;
  }
}
header nav button .animated-icon {
  position: relative;
  height: 30px;
  margin: 0px;
  transition: 0.5s ease-in-out;
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
header nav button.search .animated-icon, header nav button.best-offer-caller .animated-icon {
  background-color: transparent;
  background-position: 50%;
  background-size: 95%;
  background-repeat: no-repeat;
}
header nav button.search .animated-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M68.2 11.8c-21.2 0-38.3 17.3-38.3 38.3 0 5.5 1.2 10.8 3.3 15.8 1.4 2.9 3 5.8 5.1 8.2l-24.8 25 9.1 9.1L48 82.7c5.9 3.8 13 5.8 20.1 5.8 21.2 0 38.3-17.3 38.3-38.3.1-21.3-17-38.4-38.2-38.4zm0 63.8c-6.2 0-12.3-2.3-17-6.4-5.5-4.8-8.6-11.8-8.6-19.1C42.6 36 54.1 24.7 68 24.7c14.1 0 25.4 11.5 25.4 25.4.2 14.1-11.1 25.5-25.2 25.5z'/%3E%3C/svg%3E");
  background-position: center top;
}
header nav button.best-offer-caller .animated-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff'  viewBox='0 0 128 128'%3e%3cpath d='M35.9 75.7h10.7v-32H35.9v32zm58.8-29.4c0-2.9-2.4-5.4-5.4-5.4H72.4L75 28.8l.1-.9c0-1.1-.4-2.1-1.2-2.8L71 22.2 53.5 39.9c-1 .9-1.6 2.3-1.6 3.7v26.7c0 2.9 2.4 5.4 5.4 5.4h24c2.2 0 4.1-1.3 4.9-3.2l8.1-18.8c.3-.6.4-1.2.4-2v-5.4zM92 10.5v10.7h25.4v69.3H55.2L32 107.1V90.5H10.7V21.2h42.2V10.5H0V101h21.3v26.8L58.6 101H128V10.5H92z'/%3E%3C/svg%3E");
}
header nav button.info-sidebar .animated-icon {
  width: 38px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff'  viewBox='0 0 128 128'%3e%3cpath d='M72.2 13.5v110l19.4-11.6 19.4 11.6v-110H72.2zM19 44.6v7.1h41.6v-7.1H19zm0 15.8v7.1h41.6v-7.1H19zm0 15.8v7.1h41.6v-7.1H19zm101.9-57.4l-4 6.4h4v77.6h-6.2v6.5h13.5V18.8h-7.3zm-55.4 6.4l-4-6.4H.2v90.5h67.1v-6.5H7.5V25.2h58z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}
header nav button .animated-icon span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 0px;
  opacity: 1;
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
header nav button .animated-icon span {
  background: #fff;
}
header nav button .animated-icon span:nth-child(1) {
  top: 12px;
  width: 80%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
header nav button .animated-icon span:nth-child(2) {
  top: 10px;
  left: -60px;
  opacity: 0;
}
header nav button .animated-icon span:nth-child(3) {
  top: 12px;
  width: 80%;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
header nav button {
  /*
  			&.info-sidebar {

  				.animated-icon {
  					background: none;
  				}


  				.animated-icon span {
  					left: 4px;
  					@include opacity(1);
  					&:nth-child(2) {
  						opacity: 0 !important;
  						@include opacity(0);
  					}
  				}
  			}
  */
}
header nav button .utils---filter-bubble {
  display: none;
}
header nav button.collapsed .utils---filter-bubble {
  left: 65% !important;
  display: block;
  margin-top: -5px;
}
header nav button.collapsed .animated-icon span {
  position: relative;
  left: 0;
  border-radius: 0px;
  opacity: 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
header nav button.collapsed {
  /*
  &.info-sidebar {
  	.animated-icon span {
  		left: 4px;
  		opacity: 0 !important;
  		@include opacity(0);
  	}
  }
  */
}
header nav button.collapsed .animated-icon span:nth-child(1) {
  top: 2px;
  width: 100%;
}
header nav button.collapsed .animated-icon span:nth-child(2) {
  top: 10px;
  width: 60%;
  opacity: 1;
}
header nav button.collapsed .animated-icon span:nth-child(3) {
  top: 18px;
  width: 75%;
}
header nav button.collapsed .animated-icon.settings span:before {
  content: "";
  position: absolute;
  top: -3px;
  width: 2px;
  height: 9px;
  background: #fff;
}
header nav button.collapsed .animated-icon.settings span:nth-child(1) {
  top: 2px;
  width: 100%;
}
header nav button.collapsed .animated-icon.settings span:nth-child(1):before {
  left: 10%;
}
header nav button.collapsed .animated-icon.settings span:nth-child(2) {
  top: 10px;
  width: 100%;
  opacity: 1;
}
header nav button.collapsed .animated-icon.settings span:nth-child(2):before {
  left: 80%;
}
header nav button.collapsed .animated-icon.settings span:nth-child(3) {
  top: 18px;
  width: 100%;
}
header nav button.collapsed .animated-icon.settings span:nth-child(3):before {
  left: 50%;
}
@media (max-width: 991.98px) {
  header nav .dropdown-menu.show {
    border-top: 1px solid #efefef;
  }
  header nav .navbar-collapse.collapse {
    position: fixed;
    top: 47.5px;
    bottom: 0;
    left: -600px;
    z-index: 98;
    transition: all 0.3s ease;
    /* -width of sidebar */
    display: block;
    width: 300px;
    height: 100% !important;
    border-right: 1px solid #efefef;
    background: #fff;
  }
  header nav .navbar-collapse.collapse ul > li {
    border-bottom: 1px solid #efefef;
  }
  header nav .navbar-collapse.collapse ul > li:first-child {
    border-top: 1px solid #efefef;
  }
  header nav .navbar-collapse.collapse ul > li a {
    padding-left: 0.75em;
  }
  header nav .navbar-collapse.collapsing {
    position: fixed;
    top: 48px;
    bottom: 0;
    left: -600px;
    transition: all 0.18s ease-in;
    /* -width of sidebar */
    width: 300px;
    /* width of sidebar */
    display: block;
    height: 100% !important;
  }
  header nav .navbar-collapse.collapse.show {
    left: 0;
    width: 300px;
    /* width of sidebar */
  }
}
@media (min-width: 992px) {
  header nav li.search-button {
    width: 50px;
  }
}
header nav li.search-button a {
  margin-left: 0 !important;
}
header nav li.search-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #424d57;
}
@media (max-width: 991.98px) {
  header nav li.search-button:before {
    width: 100%;
  }
}
header nav li.search-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-width: 0 0 64px 30.4761904762px;
  border-style: solid;
  border-color: transparent transparent #424D57 transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 991.98px) {
  header nav li.search-button:after {
    display: none;
  }
}
header nav li.search-button .nav-link {
  margin-left: 16px;
  color: #fff !important;
}
header nav li.search-button .nav-link:before {
  display: none;
}
header nav li.search-button .nav-link:after {
  top: 50%;
  right: 8px;
  bottom: auto;
  left: auto;
  width: 20px;
  height: 40px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M68.2 11.8c-21.2 0-38.3 17.3-38.3 38.3 0 5.5 1.2 10.8 3.3 15.8 1.4 2.9 3 5.8 5.1 8.2l-24.8 25 9.1 9.1L48 82.7c5.9 3.8 13 5.8 20.1 5.8 21.2 0 38.3-17.3 38.3-38.3.1-21.3-17-38.4-38.2-38.4zm0 63.8c-6.2 0-12.3-2.3-17-6.4-5.5-4.8-8.6-11.8-8.6-19.1C42.6 36 54.1 24.7 68 24.7c14.1 0 25.4 11.5 25.4 25.4.2 14.1-11.1 25.5-25.2 25.5z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  header nav li.search-button {
    position: fixed !important;
    top: -1000px;
    right: -1000px;
    z-index: 9999;
    width: 50px !important;
    height: 48px !important;
    border-bottom: 0 !important;
  }
  header nav li.search-button span {
    display: none;
  }
}
header nav li.search-button.round span, header nav li.search-button.round:after, header nav li.search-button.round:before {
  display: none;
}
header nav li.search-button.round {
  margin-left: 0;
  background-color: transparent;
}
header nav li.search-button.round .nav-link {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  right: auto;
  overflow: hidden;
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  height: 30px;
  padding: 0 !important;
  border-radius: 100%;
  color: transparent !important;
  background-color: rgba(66, 77, 87, 0.5);
}
header nav li.search-button.round .nav-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M68.2 11.8c-21.2 0-38.3 17.3-38.3 38.3 0 5.5 1.2 10.8 3.3 15.8 1.4 2.9 3 5.8 5.1 8.2l-24.8 25 9.1 9.1L48 82.7c5.9 3.8 13 5.8 20.1 5.8 21.2 0 38.3-17.3 38.3-38.3.1-21.3-17-38.4-38.2-38.4zm0 63.8c-6.2 0-12.3-2.3-17-6.4-5.5-4.8-8.6-11.8-8.6-19.1C42.6 36 54.1 24.7 68 24.7c14.1 0 25.4 11.5 25.4 25.4.2 14.1-11.1 25.5-25.2 25.5z'/%3E%3C/svg%3E");
  background-position: left 0px center !important;
  background-position: center center !important;
  background-size: 18px 18px !important;
  background-repeat: no-repeat;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  margin: 0 !important;
}
header nav li.search-button.round .nav-link:before {
  display: none;
}
header nav li .nav-link {
  overflow: hidden;
  white-space: nowrap;
}
header nav .nav---search-form---container {
  position: fixed !important;
  top: 64px;
  left: 0;
  z-index: -1;
  width: 100%;
  background-color: rgba(66, 77, 87, 0.75);
  will-change: transform;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
header nav .nav---search-form---container:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAN0lEQVQoU2NkYGBogGIGHKCBESqBSyFYHKYIpBZdIZyPrAhZIYoGdEXYTGQg2SSCbiLoO4LhBABKZBAK8XPEYwAAAABJRU5ErkJggg==");
  opacity: 0.15;
  filter: alpha(opacity=15);
  position: absolute;
  z-index: -1;
}
@media (max-width: 991.98px) {
  header nav .nav---search-form---container {
    top: 48px !important;
  }
}
header nav .nav---search-form---container.show {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 180px;
  max-height: 180px;
  opacity: 1;
}
@media (max-width: 991.98px) {
  header nav .nav---search-form---container.show {
    height: 310px;
    max-height: 310px;
    border-top: 2px solid #424D57;
  }
}
@media (max-width: 767.98px) {
  header nav .nav---search-form---container.show {
    height: calc(100% - 48px);
    max-height: calc(100% - 48px);
  }
}
header nav .nav---search-form---container {
  /*

  form {
  	width: 100%;
  	height: 100%;
  	border: 1px solid transparent;
  	display: none;

  	.container {
  		height: 100%;
  		position: relative;
  	}

  	.nav--search-form----inner {
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		width: 100%;

  		@include translate(-50%, -50%);

  		h4 {
  			position: absolute;
  			color: $white;
  			padding-left: 78px !important;
  			@include translate(0, -60%);
  			letter-spacing: 1px;

  			&:before {
  				content: "";

  				display: block;
  				background: $white;
  				width: 40px;
  				height: 2px;
  				position: absolute;
  				top: 50%;
  				margin-top: -1px;
  				left: $grid-gutter-width + 6;
  			}
  		}

  		> .btn-plus {
  			top: -20px;
  			right: 40px;
  			position: absolute;
  			@include transform(rotate(45deg));
  			cursor: pointer;
  			z-index: 100;

  			@include media-breakpoint-down("md") {
  				top: -15px;
  			}



  			&:hover {
  				&:before,
  				&:after {
  					background-color: $red;
  				}
  			}
  		}

  		.row {
  			background-color: $white;
  			@include media-breakpoint-down("sm") {
  				padding-bottom: 12px !important ;
  			}
  		}
  	}
  }

  */
}

.nav--hotel span.float-right {
  position: relative;
}
.nav--hotel .utils---traking {
  border: 0;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 2px !important;
}
.nav--hotel button {
  top: 0;
  display: inline-block;
  height: 40px;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: none;
  cursor: hand;
}
.nav--hotel button:focus {
  outline: none;
}
.nav--hotel button.hidden {
  display: none;
}
.nav--hotel button i.icon-rxxl--container {
  position: relative;
  width: 30px;
  height: 20px;
  margin: 0px;
  cursor: pointer;
}
.nav--hotel button i.icon-rxxl--container {
  width: 40px;
}
.nav--hotel button i.icon-rxxl--container:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 30px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff'  viewBox='0 0 128 128'%3e%3cpath d='M35.9 75.7h10.7v-32H35.9v32zm58.8-29.4c0-2.9-2.4-5.4-5.4-5.4H72.4L75 28.8l.1-.9c0-1.1-.4-2.1-1.2-2.8L71 22.2 53.5 39.9c-1 .9-1.6 2.3-1.6 3.7v26.7c0 2.9 2.4 5.4 5.4 5.4h24c2.2 0 4.1-1.3 4.9-3.2l8.1-18.8c.3-.6.4-1.2.4-2v-5.4zM92 10.5v10.7h25.4v69.3H55.2L32 107.1V90.5H10.7V21.2h42.2V10.5H0V101h21.3v26.8L58.6 101H128V10.5H92z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 24px 24px !important;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .nav--hotel button {
    display: none !important;
  }
}
.nav--hotel i.icon-rxxl--container:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57'  viewBox='0 0 128 128'%3e%3cpath d='M35.9 75.7h10.7v-32H35.9v32zm58.8-29.4c0-2.9-2.4-5.4-5.4-5.4H72.4L75 28.8l.1-.9c0-1.1-.4-2.1-1.2-2.8L71 22.2 53.5 39.9c-1 .9-1.6 2.3-1.6 3.7v26.7c0 2.9 2.4 5.4 5.4 5.4h24c2.2 0 4.1-1.3 4.9-3.2l8.1-18.8c.3-.6.4-1.2.4-2v-5.4zM92 10.5v10.7h25.4v69.3H55.2L32 107.1V90.5H10.7V21.2h42.2V10.5H0V101h21.3v26.8L58.6 101H128V10.5H92z'/%3E%3C/svg%3E") !important;
  background-size: 30px 30px !important;
}
.nav--hotel button span {
  font-size: 1.1875em;
  font-weight: bold;
  text-transform: none;
  color: #424D57;
}
.nav--hotel button span.price {
  padding-right: 10px !important;
  padding-left: 3.3333333333px !important;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bolder;
}

.box-banners nav {
  font-size: 100%;
  line-height: 1em;
  text-align: left;
  /* Make sure no padding & margins round <ul>s.
  * Very likely to have been set in CSS for rest of site */
}
.box-banners nav ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px !important;
}
.box-banners nav {
  /* Main menu items */
}
.box-banners nav li {
  position: relative;
  display: inline-block;
  width: 48%;
  padding: 0;
  margin: 0;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Space out the links */
}
.box-banners nav li a {
  position: relative;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.75em;
  padding-right: 1.25em;
  text-align: left;
}
.box-banners nav li a span {
  display: inline-block;
  margin-right: 0.5em;
}
.box-banners nav li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: rgb(66, 77, 87);
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-banners nav li a.light-bg {
  color: #424D57;
}
.box-banners nav li a.disabled {
  pointer-events: none;
}
.box-banners nav li a i {
  width: 40px;
}
.box-banners nav li a.contact {
  padding-left: 0;
}
@media (max-width: 595.98px) {
  .box-banners nav li {
    width: 100%;
    margin: 0;
  }
  .box-banners nav li.xs-width {
    width: 100%;
  }
  .box-banners nav li a {
    padding: 0.5em 0.25em;
  }
  .box-banners nav li a span {
    margin-right: 0.25em;
  }
}
.box-banners nav {
  /* Highlight li on hover */
}
.box-banners nav li:hover a:before {
  width: 100%;
}
.box-banners nav li:hover {
  /* Change anchor colour to highlighted text */
}
.box-banners nav li:hover > a {
  color: #fff;
  background: none;
}
.box-banners nav li:hover > a.light-bg {
  color: #d3dee5;
}
.box-banners nav li:hover {
  /* Display subs and sub-subs on parent hover */
}
.box-banners nav li:hover > ul {
  display: block;
}

footer .container {
  position: relative;
}
footer a.go-to-top {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 60px;
  height: 70%;
  border-left: 2px solid #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.38 85.41'%3e%3cpath fill='%23fff' d='M28.47 7.53l22.19 26.79 2.72-2.3L26.62 0 0 32.03l2.72 2.3 22.19-26.8v77.89h3.56V7.53z'/%3e%3c/svg%3e");
  background-position: center center;
  background-size: 20%;
  background-repeat: no-repeat;
}

.top-bar.sticky {
  position: fixed;
  top: 48px;
  z-index: 200;
}

.toolbar {
  display: none;
}

.toolbar > ul {
  display: inline-block;
  width: auto;
  height: 50px;
  padding: 0;
  margin: 0;
}
.toolbar li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 50px;
  padding: 0;
  border: 0px;
  border-left: 1px solid white;
  margin: 0;
  margin-right: 10px;
}
.toolbar li > a {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  min-width: 50px;
  height: 100%;
  padding: 0;
  padding-right: 40px;
  line-height: 50px;
  color: #fff;
}
.toolbar li > a span {
  float: left;
  padding: 0 1em;
}
.toolbar li > a:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 100%;
  background-color: rgba(255, 53, 72, 0);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.38 85.41'%3e%3cpath fill='%23fff' d='M28.47 7.53l22.19 26.79 2.72-2.3L26.62 0 0 32.03l2.72 2.3 22.19-26.8v77.89h3.56V7.53z'/%3e%3c/svg%3e");
  background-position: center center;
  background-size: 75%;
  background-repeat: no-repeat;
}
.toolbar li > a.option-sorting.asc:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57'  shape-rendering='crispEdges'  viewBox='0 0 128 128'%3e%3cpath d='M111.3 32.5H79.8V43h31.5V32.5zm0 63V85H16.7v10.5h94.6zm0-36.8H48.2v10.5h63.1V58.7z'/%3E%3C/svg%3E");
  background-size: 75%;
}
.toolbar li > a.option-sorting.desc:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57'  shape-rendering='crispEdges'  viewBox='0 0 128 128'%3e%3cpath d='M16.7 95.5h31.5V85H16.7v10.5zm0-63V43h94.6V32.5H16.7zm0 36.8h63.1V58.7H16.7v10.6z'/%3E%3C/svg%3E");
  background-size: 75%;
}
.toolbar li > a.option-map:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(66, 77, 87)'   viewBox='0 0 120 120'%3e%3cpath d='M60 11.3c-19.3 0-34.9 15.6-34.9 34.9 0 13.9 4.8 17.9 30.4 55l.1.1 4.4 7.4 4.6-7.6.1-.2c25.4-36.7 30.2-40.7 30.2-54.6 0-19.4-15.6-35-34.9-35zm0 49.5c-8 0-14.6-6.5-14.6-14.5 0-8.1 6.5-14.6 14.6-14.6s14.6 6.5 14.6 14.6c0 7.9-6.6 14.5-14.6 14.5z'/%3E%3C/svg%3E");
  background-size: 65%;
}
.toolbar li > a.option-map.show:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(66, 77, 87)'   viewBox='0 0 120 120'%3e%3cpath d='M60 11.3c-19.3 0-34.9 15.6-34.9 34.9 0 13.9 4.8 17.9 30.4 55l.1.1 4.4 7.4 4.6-7.6.1-.2c25.4-36.7 30.2-40.7 30.2-54.6 0-19.4-15.6-35-34.9-35zm0 49.5c-8 0-14.6-6.5-14.6-14.5 0-8.1 6.5-14.6 14.6-14.6s14.6 6.5 14.6 14.6c0 7.9-6.6 14.5-14.6 14.5z'/%3E%3C/svg%3E");
}
.toolbar li > a.option-edit:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120'%3e%3cpath d='M67.6 31.6L21.5 77.8l-5.2 26 26-5.2 46.1-46.1-20.8-20.9zM26.7 82.9l40.6-40.6 3.1 3.1L29.8 86l-3.1-3.1zm10.4 10.4L34 90.2l40.6-40.6 3.1 3.1-40.6 40.6zM83 16.2L72.8 26.5l20.8 20.8L103.8 37 83 16.2z'/%3E%3C/svg%3E");
  background-size: 70%;
}
.toolbar li > a.option-edit.show:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M67.6 31.6L21.5 77.8l-5.2 26 26-5.2 46.1-46.1-20.8-20.9zM26.7 82.9l40.6-40.6 3.1 3.1L29.8 86l-3.1-3.1zm10.4 10.4L34 90.2l40.6-40.6 3.1 3.1-40.6 40.6zM83 16.2L72.8 26.5l20.8 20.8L103.8 37 83 16.2z'/%3E%3C/svg%3E");
}
.toolbar li > a.option-layout:before {
  background-size: 100% !important;
}
.toolbar li > a.option-layout.full:before {
  background-size: 100% !important;
}
.toolbar li .dropdown-menu {
  padding: 0;
  border: 0;
  margin-top: 1px;
  margin-right: calc(-1em + 2px);
  background: #d3dee5;
}
.toolbar li .dropdown-menu a {
  position: relative;
  padding: 1em;
  font-weight: 100;
  color: #fff;
}
.toolbar li .dropdown-menu a:hover {
  color: #d3dee5;
  background-color: rgb(66, 77, 87);
}
.toolbar li .dropdown-menu a:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 100%;
  background-color: rgba(255, 53, 72, 0);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.38 85.41'%3e%3cpath fill='%23fff' d='M28.47 7.53l22.19 26.79 2.72-2.3L26.62 0 0 32.03l2.72 2.3 22.19-26.8v77.89h3.56V7.53z'/%3e%3c/svg%3e");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
.toolbar li .dropdown-menu a.selected {
  background: rgb(66, 77, 87);
}
.toolbar li .dropdown-menu a.asc:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23fff' d='M79.7 45.5h-6.3L62.6 33.2v64.1h-5.2V33.2L46.7 45.5h-6.4L60 22.7z'/%3e%3c/svg%3e");
}
.toolbar li .dropdown-menu a.desc:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23fff' d='M40.3 74.5h6.3l10.8 12.3V22.7h5.2v64.1l10.7-12.3h6.4L60 97.3z'/%3e%3c/svg%3e");
}

.pagination {
  margin: 20px auto;
}
.pagination:empty {
  display: none;
}

.nav--hotel {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 4px solid #efefef;
  border-bottom: 4px solid #efefef;
}
.nav--hotel.sticky {
  position: fixed;
  top: 58px;
  z-index: 1031;
  width: 100%;
  border-color: #efefef;
  background: white;
}
@media (max-width: 767.98px) {
  .nav--hotel.sticky {
    top: 48px;
  }
}
.nav--hotel ul li {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .nav--hotel {
    font-size: 0.95em;
  }
  .nav--hotel .utils---traking {
    position: absolute;
    top: 0;
    right: 0;
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
.nav--hotel a {
  font-size: 1em;
}
@media (max-width: 767.98px) {
  .nav--hotel a {
    font-size: 0.95em;
  }
}
@media (max-width: 595.98px) {
  .nav--hotel a {
    font-size: 0.86em;
  }
}
.nav--hotel a {
  font-weight: normal;
  text-transform: none;
  color: #424D57;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav--hotel a:hover {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #d3dee5;
}
.nav--hotel li.active a {
  color: rgb(66, 77, 87);
}

#magic-line {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100px;
  height: 4px;
  background: rgb(66, 77, 87);
}

.nav--settings {
  position: absolute;
  right: 0;
  display: inline-block;
  width: auto;
  padding: 0;
  border: 1px solid transparent;
  margin: 0;
  font-size: 0.1px;
}
.nav--settings > ul {
  border-right: 1px solid #fff;
  list-style: none;
}
.nav--settings ul,
.nav--settings li,
.nav--settings a,
.nav--settings i {
  padding: 0;
  margin: 0;
}
.nav--settings li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-left: 1px solid #fff;
}
.nav--settings li a {
  display: block;
  width: 100%;
  height: 100%;
}

.settings-bar {
  z-index: 1032;
  height: 50px;
  padding: 0;
  margin: 0;
  background: #d3dee5;
  /*
    &.sticky {
      position: fixed; width: 100%; top: 62px;

      @include media-breakpoint-down("md") {
        top: 48px;
      }
    }
  */
}
.settings-bar > div {
  position: relative;
  height: 100%;
}
.settings-bar .information {
  position: relative;
  display: none;
  height: 100%;
  padding-left: 54px;
  line-height: 50px;
  color: rgb(66, 77, 87);
}
.settings-bar .information.active {
  display: inline-block;
}
.settings-bar .information:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120'%3e%3cpath d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.9 60-60S93.1 0 60 0zM49.8 80.1c2.8-8.9 8.2-19.7 9.1-22.4 1.4-3.9-1.1-5.7-8.7 1l-1.7-3.2c8.7-9.5 26.7-11.6 20.6 3.1-3.8 9.2-6.5 15.4-8.1 20.1-2.3 7 3.5 4.1 9.1-1.1.8 1.3 1 1.7 1.8 3.1-12.5 12-26.4 13-22.1-.6zm23.7-40.9c-2.7 2.3-6.6 2.2-8.8-.1-2.2-2.3-1.8-6 .8-8.3 2.7-2.3 6.6-2.2 8.8.1 2.3 2.3 1.9 6-.8 8.3z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.settings-bar .button-apply-changes {
  width: auto;
  height: 100%;
  border: 0;
  line-height: 50px;
  color: #fff;
  position: relative;
  display: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.settings-bar .button-apply-changes.active {
  display: inline-block;
  border: 1px solid transparent;
}
.settings-bar .button-apply-changes:focus {
  border: 0;
  outline: none !important;
}
.settings-bar .button-apply-changes i {
  position: relative;
  display: block;
  min-width: 50px;
  height: 100%;
  padding: 0;
  margin: 0;
  font-style: normal;
}
.settings-bar .button-apply-changes i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2301CB60' viewBox='0 0 120 120'%3e%3cpath d='M81.9 30.1L58.5 62.5 43 51.4l-5.1 7.1 22.4 16.2 28.5-39.4-6.9-5.2zm34.8-3.6v67.2H3.3V26.4h56.1V36H12.8v47.9h94.4V36h-6.5v-9.6h16z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 65%;
  background-repeat: no-repeat;
}
.settings-bar .button-apply-changes i:after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 315px;
  padding: 0.25em 0.75em;
  margin-left: -10px;
  font-size: 90%;
  text-align: left;
  text-transform: uppercase;
  background: #d3dee5;
}
.settings-bar .button-apply-changes i:hover:after {
  z-index: 10;
  display: table;
}
.settings-bar .navbar-nav {
  display: none;
}
.settings-bar .navbar-nav.active {
  display: flex;
}
.settings-bar .navbar-nav li {
  min-width: 50px;
  border-left: 1px solid #fff;
}
.settings-bar .navbar-nav li a {
  position: relative;
  display: block;
  height: 50px;
  padding: 0;
  margin: 0;
  line-height: 50px;
  white-space: nowrap;
  color: rgb(66, 77, 87);
}
.settings-bar .navbar-nav li i,
.settings-bar .navbar-nav li span {
  position: relative;
  width: 50px;
  height: 50px;
  padding-right: 8px;
}
@media (max-width: 595.98px) {
  .settings-bar .navbar-nav li span {
    display: none !important;
  }
}
.settings-bar .navbar-nav li i {
  padding-right: 50px;
}
@media (max-width: 595.98px) {
  .settings-bar .navbar-nav li i {
    width: 25px;
    padding-right: 25px;
  }
}
.settings-bar .navbar-nav li i:before {
  position: absolute;
  width: 50px;
  height: 100%;
  height: 50px;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background-position: center center;
  background-size: 65%;
  background-repeat: no-repeat;
  -moz-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
}
@media (max-width: 595.98px) {
  .settings-bar .navbar-nav li i:before {
    top: 100%;
    left: -15%;
    width: 40px;
    height: 40px;
    -moz-transform: translate(0, -70%);
    -o-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
  }
}
.settings-bar .map:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(66, 77, 87)'   viewBox='0 0 120 120'%3e%3cpath d='M60 11.3c-19.3 0-34.9 15.6-34.9 34.9 0 13.9 4.8 17.9 30.4 55l.1.1 4.4 7.4 4.6-7.6.1-.2c25.4-36.7 30.2-40.7 30.2-54.6 0-19.4-15.6-35-34.9-35zm0 49.5c-8 0-14.6-6.5-14.6-14.5 0-8.1 6.5-14.6 14.6-14.6s14.6 6.5 14.6 14.6c0 7.9-6.6 14.5-14.6 14.5z'/%3E%3C/svg%3E");
  background-size: 65%;
}
.settings-bar .map.show:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(66, 77, 87)'   viewBox='0 0 120 120'%3e%3cpath d='M60 11.3c-19.3 0-34.9 15.6-34.9 34.9 0 13.9 4.8 17.9 30.4 55l.1.1 4.4 7.4 4.6-7.6.1-.2c25.4-36.7 30.2-40.7 30.2-54.6 0-19.4-15.6-35-34.9-35zm0 49.5c-8 0-14.6-6.5-14.6-14.5 0-8.1 6.5-14.6 14.6-14.6s14.6 6.5 14.6 14.6c0 7.9-6.6 14.5-14.6 14.5z'/%3E%3C/svg%3E");
}
.settings-bar .edit:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M67.6 31.6L21.5 77.8l-5.2 26 26-5.2 46.1-46.1-20.8-20.9zM26.7 82.9l40.6-40.6 3.1 3.1L29.8 86l-3.1-3.1zm10.4 10.4L34 90.2l40.6-40.6 3.1 3.1-40.6 40.6zM83 16.2L72.8 26.5l20.8 20.8L103.8 37 83 16.2z'/%3E%3C/svg%3E");
  background-size: 65%;
}
.settings-bar .edit.show:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M67.6 31.6L21.5 77.8l-5.2 26 26-5.2 46.1-46.1-20.8-20.9zM26.7 82.9l40.6-40.6 3.1 3.1L29.8 86l-3.1-3.1zm10.4 10.4L34 90.2l40.6-40.6 3.1 3.1-40.6 40.6zM83 16.2L72.8 26.5l20.8 20.8L103.8 37 83 16.2z'/%3E%3C/svg%3E");
}
.settings-bar .layout.tile {
  /*
  &:before {
    content: "\F3FB"; position: absolute; top: 50%; left: 50%; display: inline-block; border: 1px solid red; font-family: bootstrap-icons !important; font-size: 2.5em; background-image: none; background-size: 100%;
  }
  */
}
.settings-bar .layout.tile::before {
  content: "\f3fc";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 1.565rem;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 50px;
  text-align: center;
  text-transform: none;
  background: none !important; /* background-image: $icon-layout-square-dark; background-size: 75%; background-size: 100% !important; */
  background-size: 100% !important;
  font-variant: normal;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.settings-bar .layout.tile.full:before {
  content: "\f605";
  font-size: 1.425rem;
}
@media (max-width: 991.98px) {
  .settings-bar .layout {
    display: none !important;
  }
}
.settings-bar .sorting.asc:before {
  content: "\f57a";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 1.725rem;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 50px;
  text-align: center;
  text-transform: none;
  background: none !important; /* background-image: $icon-layout-square-dark; background-size: 75%; background-size: 100% !important; */
  background-size: 100% !important;
  font-variant: normal;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.settings-bar .sorting.desc:before {
  content: "\f575";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 1.725rem;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 50px;
  text-align: center;
  text-transform: none;
  background: none !important; /* background-image: $icon-layout-square-dark; background-size: 75%; background-size: 100% !important; */
  background-size: 100% !important;
  font-variant: normal;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767.98px) {
  .settings-bar .sorting::before {
    line-height: 1.5 !important;
  }
}
.settings-bar .dropdown-menu {
  right: 0;
  padding: 0;
  border: 0;
  margin-top: 0px;
  margin-right: 0;
  background: #d3dee5;
}
.settings-bar .dropdown-menu a {
  position: relative;
  padding-left: 1em !important;
  font-size: 0.9375em;
  font-weight: normal;
  color: #fff;
}
.settings-bar .dropdown-menu a:hover {
  color: #d3dee5;
  background-color: rgb(66, 77, 87);
}
.settings-bar .dropdown-menu a:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 100%;
  background-color: rgba(255, 53, 72, 0);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.38 85.41'%3e%3cpath fill='%23fff' d='M28.47 7.53l22.19 26.79 2.72-2.3L26.62 0 0 32.03l2.72 2.3 22.19-26.8v77.89h3.56V7.53z'/%3e%3c/svg%3e");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
.settings-bar .dropdown-menu a.selected {
  background: rgb(66, 77, 87);
}
.settings-bar .dropdown-menu a.asc:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.7 64.7'%3e%3cpath fill='%23424D57' d='M93.9 64.7L55.8 21.4 18.1 64.7H0L55.8 0l56 64.7H93.9z'/%3e%3c/svg%3e");
  background-size: 25%;
}
.settings-bar .dropdown-menu a.desc:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.74 64.71'%3e%3cpath fill='%23424D57' d='M17.84 0l38.15 43.27L93.66 0h18.08L55.99 64.71 0 0z'/%3e%3c/svg%3e");
  background-size: 25%;
}
.settings-bar .text-message {
  line-height: 50px;
}
.settings-bar .btn-go-back i {
  line-height: 50px;
  background-size: 15px 15px;
}

.site-nav__line {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: rgb(66, 77, 87);
}

.nav---filters-room-list {
  background-color: #d3dee5;
  z-index: 1;
}
.nav---filters-room-list.open {
  z-index: 25;
}
.nav---filters-room-list a {
  color: rgb(66, 77, 87);
}
.nav---filters-room-list button {
  position: relative;
  z-index: 10;
  width: auto;
  padding: 0 !important;
  border: 0;
}
.nav---filters-room-list button:before {
  content: attr(data-title);
  position: absolute;
  right: 100%;
  display: block;
  width: auto;
  height: 100%;
  padding-right: 8px;
  font-size: 0.875em;
  line-height: 28px;
  white-space: nowrap;
  color: rgb(66, 77, 87);
}
@media (max-width: 767.98px) {
  .nav---filters-room-list button:before {
    color: #6c757d !important;
  }
}
.nav---filters-room-list button:hover:before, .nav---filters-room-list button.show:before {
  display: block;
}
.nav---filters-room-list.sticky {
  position: fixed;
  top: 48px;
  z-index: 200;
  width: 100%;
}
@media (max-width: 767.98px) {
  .nav---filters-room-list h2 {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
}
.nav---filters-room-list .nav-item {
  margin-left: 5px;
  margin: 0.25em 10px;
}
.nav---filters-room-list .nav-link {
  position: relative;
  min-width: 40px;
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #424D57;
  color: rgb(66, 77, 87);
}
.nav---filters-room-list i {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  margin: 0;
  background-color: rgba(66, 77, 87, 0.75) !important;
  background-position: center center;
  background-size: 25px 25px;
}
.nav---filters-room-list span {
  display: inline-block;
  height: 28px;
  padding-right: 0.25em;
  padding-left: 0.25em;
  margin-left: 40px;
  font-size: small;
  line-height: 28px;
  color: rgb(66, 77, 87);
}
.nav---filters-room-list .nav-link:hover .utils---tooltip {
  display: block;
}
.nav---filters-room-list .nav-item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav---filters-room-list .nav-item.active .nav-link {
  border-color: #424D57;
}
.nav---filters-room-list .nav-item.active .nav-link span {
  color: #424D57;
}
.nav---filters-room-list .nav-item.active .nav-link i {
  background-color: #fff;
}
.nav---filters-room-list .nav-item.disabled {
  pointer-events: none;
}
.nav---filters-room-list .nav-item.disabled .nav-link {
  border-color: rgb(66, 77, 87);
}
.nav---filters-room-list .nav-item.disabled .nav-link span {
  color: #424D57;
}
.nav---filters-room-list .nav-item.disabled .nav-link i {
  background-color: rgba(66, 77, 87, 0.75) !important;
}
@media (max-width: 767.98px) {
  .nav---filters-room-list .nav-item .nav-link {
    border-color: #6c757d !important;
  }
  .nav---filters-room-list .nav-item .nav-link span {
    color: #6c757d !important;
  }
  .nav---filters-room-list .nav-item .nav-link i {
    background-color: #6c757d !important;
  }
  .nav---filters-room-list .nav-item.disabled {
    opacity: 0.45;
    filter: alpha(opacity=45);
  }
}
.nav---filters-room-list button {
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767.98px) {
  .nav---filters-room-list button {
    top: 100%;
    -moz-transform: translate(0, calc(50% + 2px));
    -o-transform: translate(0, calc(50% + 2px));
    -ms-transform: translate(0, calc(50% + 2px));
    -webkit-transform: translate(0, calc(50% + 2px));
    transform: translate(0, calc(50% + 2px));
    right: 0;
    z-index: 0;
  }
}
.nav---filters-room-list button .nav-link {
  border-color: #424D57 !important;
  pointer-events: none;
}
.nav---filters-room-list button .nav-link span {
  color: rgb(66, 77, 87) !important;
}
.nav---filters-room-list button .nav-link i {
  background-color: rgba(66, 77, 87, 0.75) !important;
}
.nav---filters-room-list button .nav-link {
  padding-right: 30px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 10 9.26'%3e%3cpath d='M0 8.02l3.66-3.4L.02 1.24 1.34 0 5 3.38 8.65 0l1.32 1.24-3.64 3.38L10 8.02 8.68 9.26 5 5.86l-3.68 3.4z'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .nav---filters-room-list button .nav-link {
    border-color: #6c757d !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 10 9.26'%3e%3cpath d='M0 8.02l3.66-3.4L.02 1.24 1.34 0 5 3.38 8.65 0l1.32 1.24-3.64 3.38L10 8.02 8.68 9.26 5 5.86l-3.68 3.4z'/%3E%3C/svg%3E");
    pointer-events: none;
  }
  .nav---filters-room-list button .nav-link span {
    color: #6c757d !important;
  }
  .nav---filters-room-list button .nav-link i {
    background-color: #6c757d !important;
  }
}
.nav---filters-room-list button.collapsed .nav-link {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.74 64.71'%3e%3cpath fill='%23424D57' d='M17.84 0l38.15 43.27L93.66 0h18.08L55.99 64.71 0 0z'/%3e%3c/svg%3e") !important;
  background-size: 8px 7px;
}
@media (max-width: 767.98px) {
  .nav---filters-room-list button.collapsed .nav-link {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.74 64.71'%3e%3cpath fill='%23424D57' d='M17.84 0l38.15 43.27L93.66 0h18.08L55.99 64.71 0 0z'/%3e%3c/svg%3e") !important;
  }
}
.nav---filters-room-list button:hover .utils---tooltip, .nav---filters-room-list button:focus .utils---tooltip {
  display: none !important;
}
.nav---filters-room-list .show,
.nav---filters-room-list .collapsing {
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 150;
  width: auto;
  width: auto;
  min-width: 100px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  background-color: #d3dee5;
}
@media (max-width: 767.98px) {
  .nav---filters-room-list .show,
  .nav---filters-room-list .collapsing {
    top: calc(100% + 44px);
    right: 0;
    min-width: 150px;
    background-color: #d3dee5;
  }
}

.nav--booking-process {
  height: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #fff;
  background-color: #d3dee5;
}
.nav--booking-process .btn-go-back {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 25;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
  background-color: #d3dee5;
  transform: translate(0, -50%);
}
.nav--booking-process .btn-go-back i {
  line-height: 50px;
  background-size: 55%;
}
@media (max-width: 991.98px) {
  .nav--booking-process .btn-go-back {
    right: -10px;
    padding-right: 13.3333333333px;
    padding-left: 13.3333333333px;
  }
}
.nav--booking-process ul {
  min-height: 50px;
}
.nav--booking-process a,
.nav--booking-process h2 {
  overflow: hidden;
  height: 100%;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  white-space: nowrap;
  color: rgb(66, 77, 87);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 50px;
}
.nav--booking-process h2 {
  font-size: 1.15em;
}
.nav--booking-process li {
  position: relative;
  z-index: 2;
}
.nav--booking-process li a {
  padding-left: 25px !important;
}
.nav--booking-process li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 100%;
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -webkit-transform: skew(0deg);
  transform: skew(0deg);
  top: 0;
  left: 0;
  background-position: right center;
  background-size: 30%;
  background-repeat: no-repeat;
}
.nav--booking-process li a {
  height: 100%;
  background-position: left 45% center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.nav--booking-process li a:after {
  content: attr(data-step);
  position: absolute;
  top: 0;
  left: 13.3333333333px;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
  text-align: center;
}
@media (max-width: 991.98px) {
  .nav--booking-process li a {
    min-width: 80px !important;
  }
  .nav--booking-process li a:after {
    position: absolute;
    top: 50%;
    left: 48%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 991.98px) {
  .nav--booking-process li a span {
    display: none;
  }
}
.nav--booking-process li.active a {
  padding-left: 25px !important;
  color: #6c757d;
}
.nav--booking-process li.active a:before {
  top: 4px;
  width: 150%;
  height: calc(100% - 8px);
  background-color: #fff;
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  left: 0;
  z-index: -1;
}
.nav--booking-process li.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dee2e6;
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: -2;
}
.nav--booking-process li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.nav--booking-process li:last-child:before {
  display: none;
}
.nav--booking-process li.disabled {
  pointer-events: none !important;
}
.nav--booking-process li.pending a {
  color: #6c757d;
}
.nav--booking-process li.pending:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .nav--booking-process .navbar-brand {
    flex: 0 0 100%;
    flex-shrink: 0;
    width: 100% !important;
  }
  .nav--booking-process .navbar-collapse {
    position: absolute;
    top: 100%;
    display: none !important;
    flex: 0 0 100%;
    flex-shrink: 0;
    width: 100% !important;
  }
}

.nav---voucher {
  background-color: #d3dee5;
  color: #fff;
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 50px;
}
.nav---voucher ul {
  min-height: 50px;
}
.nav---voucher a {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  padding: 0 1.5em !important;
  line-height: 50px;
}
.nav---voucher li {
  position: relative;
  z-index: 2;
}
.nav---voucher li > a:before {
  content: "";
  width: 30px;
  height: 100%;
  display: inline-block;
  position: absolute;
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -webkit-transform: skew(0deg);
  transform: skew(0deg);
  top: 0;
  left: 0;
  background-size: 30%;
  background-position: right center;
  background-repeat: no-repeat;
}
.nav---voucher li > a {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left 45% center;
  height: 100%;
}
.nav---voucher li:hover a {
  color: #01CB60;
}
.nav---voucher li:hover a:before {
  width: calc(100% + 2px);
  height: 4px;
  top: auto;
  bottom: 0;
  background-color: #01CB60;
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  left: -10px;
}
.nav---voucher li:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: -1;
}
.nav---voucher li:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.nav---voucher li:last-child:before {
  display: none;
}
.nav---voucher li.disabled {
  pointer-events: none !important;
}
.nav---voucher .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background-color: white;
  margin-left: -0.75em;
}
.nav---voucher .dropdown-menu .nav-link {
  border-bottom: 1px solid #efefef;
}
.nav---voucher .dropdown-menu .nav-link:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .nav---voucher li:hover .dropdown-menu {
    display: block;
  }
}

.paragraph .green {
  color: #01CB60 !important;
}
.paragraph p {
  margin-bottom: 0.5em;
}
.paragraph sup {
  padding-left: 4px;
  font-size: 75%;
  line-height: 0;
}
.paragraph .img-small {
  width: 20%;
  max-width: 120px;
  height: auto;
}
.paragraph .img-small.float-left {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .paragraph .img-small {
    width: 22.5%;
  }
}
@media (max-width: 767.98px) {
  .paragraph .img-small {
    width: 20%;
  }
}
@media (max-width: 595.98px) {
  .paragraph .img-small {
    width: 25%;
  }
}
.paragraph .img-small-2 {
  width: 25%;
  max-width: 150px;
  height: auto;
}
.paragraph .img-small-2.float-left {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .paragraph .img-small-2 {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .paragraph .img-small-2 {
    width: 30%;
  }
}
@media (max-width: 595.98px) {
  .paragraph .img-small-2 {
    width: 35%;
  }
}
.paragraph h1 {
  position: relative;
  z-index: 3;
  padding: 1em;
  padding-top: 0.75em;
  font-weight: bolder;
  color: #fff;
}
@media (max-width: 767.98px) {
  .paragraph h1 {
    padding: 0.75em;
    background-color: #d3dee5;
    background-color: #d3dee5;
  }
}
.paragraph h1:before {
  content: "";
  display: block;
  width: 100vw;
  height: 300px;
  background-color: #d3dee5;
  background-color: #d3dee5;
  position: absolute;
  z-index: -2;
  /*
      -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 150px) 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 0%, calc(100% - 150px) 100%, 0% 100%);
      */
  top: -200px;
  right: 150px;
}
@media (max-width: 991.98px) {
  .paragraph h1:before {
    top: -113px;
    height: 200px;
  }
}
@media (max-width: 767.98px) {
  .paragraph h1:before {
    top: 0px;
    right: 0;
    height: 100%;
  }
}
.paragraph h1:after {
  content: "";
  position: absolute;
  top: -200px;
  right: 150px;
  z-index: -1;
  display: block;
  width: 0;
  width: 0;
  height: 0;
  height: 0;
  border-width: 0 0 300px 142.8571428571px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  background: transparent;
}
@media (max-width: 767.98px) {
  .paragraph h1:after {
    display: none;
  }
}
.paragraph h1 span {
  color: rgb(66, 77, 87);
}
.paragraph h1 small {
  font-size: 0.75em;
}
.paragraph h2,
.paragraph h6 {
  position: relative;
  display: inline-block;
  display: block;
  width: auto;
  width: 100%;
  padding: 0.5em 2.5em 0.5em 0em;
  padding-left: 0.75em !important;
  margin: 0.5em;
  font-weight: 600;
  text-transform: none;
  background: #efefef;
}
.paragraph h2:before,
.paragraph h6:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: 98;
  display: none !important;
  display: block;
  width: 50vw;
  height: 100%;
  background: #efefef;
  /* to be below the parent element but it doesn't work' */
}
.paragraph h2 a,
.paragraph h6 a {
  position: relative;
  -moz-transform: translate(5%, -12.5%);
  -o-transform: translate(5%, -12.5%);
  -ms-transform: translate(5%, -12.5%);
  -webkit-transform: translate(5%, -12.5%);
  transform: translate(5%, -12.5%);
}
.paragraph h2 .btn-absolute,
.paragraph h6 .btn-absolute {
  position: absolute !important;
  top: 50%;
  right: 10px !important;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.paragraph h2.dark-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  width: auto;
  text-transform: none;
  color: #fff;
  -moz-transform: translate(0%, -60%);
  -o-transform: translate(0%, -60%);
  -ms-transform: translate(0%, -60%);
  -webkit-transform: translate(0%, -60%);
  transform: translate(0%, -60%);
}
.paragraph h2.dark-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 50vw;
  height: 100%;
  background: #424D57;
}
.paragraph.order h6 {
  font-size: 1.25em;
}
.paragraph.order h2:before,
.paragraph.order h6:before {
  z-index: -1;
}
.paragraph p a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  color: rgb(66, 77, 87);
  outline: none;
  vertical-align: bottom;
}
.paragraph p a::before, .paragraph p a::after {
  backface-visibility: hidden;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.paragraph p a {
  font-weight: 500;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
.paragraph p a:hover, .paragraph p a:focus {
  color: #fff;
}
.paragraph p a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -5px;
  z-index: -1;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  background: #01CB60;
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
  transform: skewY(-3deg) skewX(-11deg);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: skewY(-3deg) skewX(-11deg);
}
.paragraph p a:hover::before, .paragraph p a:focus::before {
  opacity: 1;
  transform: skewY(0) skewX(0);
  -webkit-transform: skewY(0) skewX(0);
}
.paragraph ol {
  padding-left: 0;
  list-style: none;
}
.paragraph ol li {
  position: relative;
}
.paragraph ol li b,
.paragraph ol li p > b {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.75em 2.5em 0.75em 0em;
  margin: 0.5em;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.35em;
  font-weight: 600;
  text-transform: none;
  background: #efefef;
}
.paragraph ol li b:before,
.paragraph ol li p > b:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: 98;
  display: block;
  display: block;
  width: 50vw;
  height: 100%;
  background: #efefef;
  /* to be below the parent element but it doesn't work' */
}
.paragraph.bt {
  border-top: 1px solid #efefef;
}
.paragraph.bb {
  border-bottom: 1px solid #efefef;
}
.paragraph--list-display {
  position: relative;
  height: 75px;
}
.paragraph--list-display li {
  height: 100%;
  text-align: left;
}
.paragraph--list-display li img {
  height: 100%;
}
.paragraph--list-display .btn-plus {
  position: absolute;
  top: 50%;
  right: 20px;
}
.paragraph--list-display .btn-plus:after, .paragraph--list-display .btn-plus:before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.paragraph--list-display .btn-plus.collapsed:after, .paragraph--list-display .btn-plus.collapsed:before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.paragraph--list-display {
  border-bottom: 1px solid #efefef;
}
.paragraph span.highlight {
  font-weight: 400;
  color: #49c2ef;
}
.paragraph {
  /*

    h4   {


      color:$white;
      position: absolute ;
      bottom: -30px; 
      left:25%;
      z-index: 10;
      padding: 1.25rem;
      text-transform: none ;
      font-weight: 600;


  &:after {

      position: absolute ;
      width: 100vw;
      height: 100%;
      top:0;
      left:0;
      content: "" ;
      display: block ;
      z-index: -1;
      background: $gray-800 ;
  }

   }

   */
}
.paragraph.text-columns {
  column-gap: 20px;
  columns: 2 320px;
  column-rule: 1px dotted #efefef;
  -webkit-columns: 2 320px;
  -moz-columns: 2 320px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -webkit-column-rule: 1px dotted #efefef;
  -moz-column-rule: 1px dotted #efefef;
}
.paragraph---body h2 {
  position: relative;
  display: inline-block;
  width: auto;
  margin-left: 0;
}
.paragraph---body h2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  display: block;
  width: 50vw;
  height: 100%;
  background: #efefef;
}

.info-banner {
  position: relative;
  background: transparent;
}
.info-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: #efefef;
}
.info-banner ul,
.info-banner ul li {
  position: relative;
  list-style: none;
}
.info-banner ul li {
  padding: 1em;
}
.info-banner ul li p {
  padding-left: 1em;
}
.info-banner ul li h4 {
  position: relative;
  z-index: 2;
  padding: 0.75em 1.5em;
  text-transform: none;
  color: #fff;
  background-color: #424D57;
}
.info-banner ul li h4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 50vw;
  height: 100%;
  background: #424D57;
}

.clean-html h1,
.clean-html h2,
.clean-html h3,
.clean-html h4,
.clean-html h5,
.clean-html h6 {
  position: relative;
  padding: 0;
  font-size: 1.15em;
  font-weight: bold;
}
.clean-html h1:before, .clean-html h1:after,
.clean-html h2:before,
.clean-html h2:after,
.clean-html h3:before,
.clean-html h3:after,
.clean-html h4:before,
.clean-html h4:after,
.clean-html h5:before,
.clean-html h5:after,
.clean-html h6:before,
.clean-html h6:after {
  display: none !important;
}
.clean-html h1,
.clean-html h2,
.clean-html h3,
.clean-html h4,
.clean-html h5,
.clean-html h6 {
  margin-bottom: 4px;
  color: #424D57;
  background-color: transparent;
}
.clean-html {
  /*
  	p { border:1px solid red; }
  	ul { border:1px solid blue;  }
  	ol { border:1px solid black;  }
  */
}
.clean-html p.promo {
  padding: 0.75em 0.5em;
  border: 4px solid #01CB60;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #fff;
  background-color: #01CB60;
}
.clean-html p.promo span {
  font-weight: bold;
  color: #fff;
}
.clean-html p.promo {
  position: relative;
  display: block;
  padding-left: 18px;
  text-align: left;
}
.clean-html p.promo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.clean-html ul,
.clean-html ol {
  padding: 0;
  margin-bottom: 1em !important;
}
.clean-html ul li,
.clean-html ol li {
  position: relative;
  padding-left: 1em;
  border: 0 !important;
  margin-bottom: 4px;
  list-style: none;
}
.clean-html ul li:before,
.clean-html ol li:before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #01CB60;
}

.quote {
  padding: 0.75em;
  border-left: 4px solid #efefef;
  margin-top: 1em;
  font-style: italic;
}

.text-blue {
  color: #49c2ef;
}

.text-white {
  color: #fff;
}

.text-dark {
  color: #424D57;
}

.text-green {
  color: #01CB60;
}

.main-content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  padding-top: 10px !important;
  transition: all 0.3s;
}
#content .utils--messages {
  margin-top: 10px;
}

.filters---submit {
  position: fixed;
  top: 28%;
  left: 25%;
  z-index: 10;
  padding: 1em;
  padding-right: 46px;
  font-weight: 200;
  display: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
  background-position: 90% center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filters---submit:hover {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #d3dee5 !important;
}
.filters---submit.active {
  -moz-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  display: block;
}

#dismiss {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23424D57' d='M64.7 111.7L0 55.8 64.7 0v18.1L21.4 55.8 64.7 94v17.7z'/%3e%3c/svg%3e");
  background-position: 42.5% center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  will-change: transform;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#dismiss:hover {
  will-change: transform;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 0;
  background-color: #01CB60;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M64.7 111.7L0 55.8 64.7 0v18.1L21.4 55.8 64.7 94v17.7z'/%3e%3c/svg%3e");
}
#dismiss {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#filters {
  position: absolute;
  top: 24px;
  left: -45px;
  z-index: 100;
  width: 90px;
  height: 45px;
  margin-left: -90px;
  line-height: 35px;
  text-align: center;
  background: #d3dee5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M65 6.3h10v30H65v-10H0v-10h65zM90 16.3h30v10H90zM120 54.5v10H55v10H45v-30h10v10zM0 54.5h30v10H0zM89.8 92.6H120v10.1H89.8zM65.3 82.6h10.1v30.1H65.3v-10H0V92.6h65.3z'/%3E%3C/svg%3E");
  background-position: 80% center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  will-change: transform;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  will-change: transform;
  -webkit-transition: margin-left 0.3s ease;
  -moz-transition: margin-left 0.3s ease;
  -ms-transition: margin-left 0.3s ease;
  -o-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  display: none;
}
#filters.sticky {
  position: fixed;
  top: 140px;
  z-index: 100;
}
#filters.active {
  margin-left: 0px;
  will-change: transform;
  -webkit-transition: margin-left 0.3s ease;
  -moz-transition: margin-left 0.3s ease;
  -ms-transition: margin-left 0.3s ease;
  -o-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}
#filters.active:hover {
  will-change: transform;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  will-change: transform;
  -webkit-transition: margin-left 0.3s ease;
  -moz-transition: margin-left 0.3s ease;
  -ms-transition: margin-left 0.3s ease;
  -o-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  border: 0;
  margin-left: 45px;
  background-color: #01CB60;
}
#filters {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 100;
}

.sidebar nav {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
}
.sidebar nav ul {
  width: 100%;
  margin: 0 auto;
}
.sidebar nav ul > li {
  border-bottom: 1px solid #d3dee5;
}
.sidebar nav ul > li.bt-1:first-child {
  border-top: 1px solid #d3dee5;
}
.sidebar nav ul > li h5 {
  position: relative;
  padding: 0.75em;
  margin: 0;
  font-size: 0.9375em;
  font-weight: bold;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: rgb(66, 77, 87);
}
.sidebar nav ul > li table td a {
  padding: 0.25em;
  border-color: #efefef;
  font-weight: normal;
  color: #d3dee5;
}
.sidebar nav ul > li table td.icon {
  padding-left: 40px;
  background-image: none;
  background-position: left 10px center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.sidebar nav ul > li table td.icon.icon--male {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 128 128'%3e%3cpath d='M119.5 112.6v15.6H8.5v-15.6c0-3.3 1.4-6.4 4-8.5C23.9 94.7 36 87.9 41.9 84.7c1.4-.8 2.5-1.3 3.1-1.6.2-.1.4-.3.5-.5 2-2 3.1-3.4 2.2-6.6-.2-.6-1.4-1.5-1.7-1.9-1.6-1.6-3.1-7.4-3.2-9.5 0-.4-.1-.7-.2-1 0-.1-.1-.2-.1-.3V63h-.3c-.2-.3-.6-.5-1-.6-.1 0-.1-.1-.2-.1-3.8-1-5.1-3.7-5.3-7.3 0-1.3-.2-2.5-.3-3.8-.1-2.5.2-3.3 2.1-4.1.3-.1.5-.2.9-.3.7-.2 1.1-.5 1.4-.9-.6-2.7-1.9-9.4-.2-15.9-.1-1.6-.1-3.3-.2-4.9 0-.8 0-1.7.4-2.3l4.2-7.5c.3-.5.6-1.1.9-1.6C46 11.9 47.1 10 48.2 8c.3.5.5.9.9 1.6 1.4-1.7 2.7-3.2 4.2-5 .3.9.5 1.3.6 1.8 1-1.1 2-2.1 3.2-3.4v2.2c1-1.2 1.7-2.1 2.6-3.2.7.3 1.3.7 2 1 .4-.6.7-1.2 1.2-1.9.5.8 1 1.5 1.6 2.4V.1c2.4 2 4.6 3.8 7 5.7V3.4c3 1.5 5 4.6 9 5.8 2.8 4.5 6.2 9.8 9.4 15.2.4.7.3 1.8.3 2.7-.3 3.8-.6 7.6-1 11.4-.1 1.3-.2 2.6-.4 3.8-.2 1.1-.4 2.3-.7 3.5h.5c.2.5.5.9 1.2 1.1.3.1.6.2.9.4 2.1 1 3 2.7 2.4 5.3-.3 1.3-.4 2.6-.5 4-.3 2.7-1.5 4.7-4.1 5.6-1.3.5-1.8 1.3-1.9 2.7-.1 2.1-1.7 7.9-3.2 9.5-.4.4-1.5 1.3-1.7 1.9-1.4 3.6-1 6 2.1 7.4 0 0 .1 0 .1.1.2.1.5.1.7.2 5 2.5 18.5 9.8 31.1 20.1 2.3 2 3.7 5.2 3.8 8.5z'/%3E%3C/svg%3E");
}
.sidebar nav ul > li table td.icon.icon--female {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 128 128'%3e%3cpath d='M116.9 102.8c-13.1-10.7-25.8-18.3-31-20.9-.2-.1-.5-.1-.7-.2 0-.1-.1-.1-.1-.1-2-.4-3.2-1.3-3.7-2.5l4.3-.9c4.6-.8 10.1-2.4 13.6-6.1 0 0-.4-.1-.9-.4-.4-.2-1-.5-1.6-1 1.8-.8 3.5-1.8 5.1-3.1.1-.2.1-.3.1-.3s-.9.2-2.2-.3c.7-.5 1.2-.9 1.8-1.4 3.1-2.7 4.1-4.9 4.1-4.9s-3.3.6-7-3.4c.6-1 .9-1.6.9-1.6s-1 .2-2.5-.4c-.8-1.2-1.7-2.6-2.5-4.4.1-.5.1-1.1.3-1.7.4-2 0-3.6-1.2-4.6.1-.8.1-1.5.2-2.3C95.5 25.5 92.8 10.4 83 6c-2.4-1.1-5.2-1.5-8.4-1.2 0 0-7.2-8.7-21.7-3.2-.5.2-1.2.5-2 .8L49 4.7c-.2-.4-.4-.6-.5-.9-.4.3-.8.5-1.2.8-5.7 3.7-12.5 11.9-12 32.7.1 2.9.1 5.3-.1 7.6-.1.2-.1.4-.2.6-1.4 4.4-3 7.6-4.6 9.8-1.6.6-2.5.4-2.5.4s.3.6.9 1.6c-3.7 4-7 3.4-7 3.4s1 2.4 4.4 5.1c.4.4.9.8 1.5 1.1-.6.2-1.1.3-1.4.3h-.8c.1.2 1.7 3.8 7.5 7 2.1 1.2 4.8 2.4 8.2 3.4 1.9.5 4 .8 6.5 1-.1.2-.3.3-.4.5-.5.6-1.2 1-1.9 1.4-.1.2-.3.4-.5.5-.6.3-1.7.8-3.2 1.6-6.2 3.2-18.8 10.3-30.7 20-2.6 2.2-4.1 5.5-4.1 8.9l2 16.3h110.2l2-16.3c-.1-3.2-1.6-6.5-4.2-8.7z'/%3E%3C/svg%3E");
}
.sidebar nav ul > li table td.icon.icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 128 128'%3e%3cpath d='M52.8 91.3H41.6v-6.8h11.2v6.8zm16.8 13.5H58.4V98h11.2v6.8zm0-13.5H58.4v-6.8h11.2v6.8zm16.8 13.5H75.2V98h11.2v6.8zm0 13.8H75.2v-6.8h11.2v6.8zm0-27.3H75.2v-6.8h11.2v6.8zm0-20.3H41.6V10.4h44.7V71zm11-71H30.6c-.1.8-.2 1.6-.2 2.4V128h67.1V2.4c0-.8 0-1.6-.1-2.4zM52.8 104.8H41.6V98h11.2v6.8zM65.6 5c0 1-.9 1.9-1.9 1.9-1.1 0-1.9-.8-1.9-1.9s.9-1.9 1.9-1.9c1 0 1.9.8 1.9 1.9zm-13 113.6H41.5v-6.8h11.2v6.8zm16.7 0H58.1v-6.8h11.2v6.8z'/%3E%3C/svg%3E");
  background-size: 20px;
}
.sidebar nav ul > li table td.icon.icon--hotel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 120 120'%3e%3cpath d='M34.3 49.1H49v18.3H34.3V49.1zm18.4 0h14.7v18.3H52.7V49.1zm18.3 0h14.7v18.3H71V49.1zM46.4 25.8v3.6h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2zm6.9-.3c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm4.4-7.5v.9h2.9v7.5h1.2v-7.5h2.9v-.9h-7zm14.3.9v-.9h-5.7v8.4H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72zm5.2 6.5v-7.5H76v8.4h5.6v-.9h-4.4zm0 0v-7.5H76v8.4h5.6v-.9h-4.4zm-10.9.9H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72v-.9h-5.7v8.3zm-8.6-7.4h2.9v7.5h1.2v-7.5h2.9v-.9h-7.1c.1 0 .1.9.1.9zm-4.4-1.2c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm-6.9-3.9h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2v3.6zm57.4 15.5v-7.3h-7.3v-21H25.6v21.1h-9.5V45h7.3v51.2h-7.3l1.3 7.3h84l2.3-7.3h-7.3V44.9h7.4zM56.4 99.8h-7.3V85.2h7.3v14.6zm14.5 0h-7.3V85.2h7.3v14.6zm18.4-3.7h-11V77.9H41.7v18.3H30.8V44.9h58.5v51.2zM30.4 37.7V21.5h61.2l.1 16.3c0-.1-61.3-.1-61.3-.1zm46.8-11.9H76v8.4h5.6v-.9h-4.4v-7.5zm-10.9 8.3H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72v-.9h-5.7v8.3zm-8.6-7.4h2.9v7.5h1.2v-7.5h2.9v-.9h-7.1c.1 0 .1.9.1.9zm-4.4-1.2c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm-6.9-3.9h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2v3.6zM34.3 49.1H49v18.3H34.3V49.1zm18.4 0h14.7v18.3H52.7V49.1zm18.3 0h14.7v18.3H71V49.1zM46.3 25.8h1.2v8.4h-1.2v-3.9h-4.7v3.9h-1.2v-8.4h1.2v3.6h4.7v-3.6zm7-.3c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.2-2.5-1.9-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3c1.6 0 2.9 1.5 2.9 3.3s-1.3 3.3-2.9 3.3zm4.4-7.5h7.1v.9h-2.9v7.5h-1.2v-7.5h-2.9l-.1-.9zm8.5 0h5.7v.9h-4.7v2.7h4v.9h-4v2.9h4.7v.9h-5.7v-8.3zm15.3 7.4v.9h-5.6v-8.4h1.2v7.5h4.4zm-34-7.4v8.4h-1.2v-3.9h-4.7v3.9h-1.2v-8.4h1.2v3.6h4.7v-3.6h1.2zm17.2 0v.9h-2.9v7.5h-1.2v-7.5h-2.9v-.9h7zm2.6.9v2.7h4v.9h-4v2.9H72v.9h-5.7v-8.4H72v.9l-4.7.1zm14.2 6.5v.9h-5.6v-8.4h1.2v7.5h4.4zm-28.2-7.7c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.2-2.5-1.9-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3c1.6 0 2.9 1.5 2.9 3.3s-1.3 3.3-2.9 3.3zM71 49.1h14.7v18.3H71V49.1zm-18.3 0h14.7v18.3H52.7V49.1zm-18.4 0H49v18.3H34.3V49.1z'/%3E%3C/svg%3E");
  background-size: 24px;
}
.sidebar nav ul > li table td.icon.icon--mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 128 128'%3e%3cpath d='M64 63.9c0 .1.1.2.1.3 0-.1 0-.1-.1-.1v-.2zM0 40.8v47L33.5 66 0 40.8zm128 47v-47L94.5 66 128 87.8zm-64 1L41.7 72.1 0 99.2v9.6h128v-9.6L86.3 72.1 64 88.8zm-64-60l64 48 64-48v-9.6H0v9.6z'/%3E%3C/svg%3E");
}
.sidebar nav ul > li table td.icon.icon--address {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 128 128'%3e%3cpath d='M64 3.7C40.1 3.7 20.8 23 20.8 46.9c0 16.9 5.6 21.9 35.5 65l2.1 3.2.2.2.4.7 5.1 8.4 5.1-8.4.5-.9.2-.4c.7-.9 1.4-1.8 1.9-2.6 29.8-43.2 35.5-48.1 35.5-65C107 23 87.9 3.7 64 3.7zm-.2 61.1c-10 0-18.1-7.9-18.1-17.9s8.1-18.1 18.1-18.1 18.1 8.1 18.1 18.1S73.8 65 63.8 64.8z'/%3E%3C/svg%3E");
  background-position: left 8px center;
  background-size: 22px;
}
.sidebar nav ul > li table td.icon.icon--company {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 128 128'%3e%3cpath d='M0 37.5h16V109H0V37.5zm97.4 0V109H23.8V37.5h12.8V18.9h51.2v18.6h9.6zm-19.2-9h-32v9h32v-9zm30.6 9V109H128V37.5h-19.2z'/%3E%3C/svg%3E");
  background-size: 20px;
}
.sidebar nav ul > li table td.icon.icon--check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 32 32'%3e%3cpath d='M27 3.7L12.4 18 5 10.5l-5 5 10 10.3 2.4 2.5L32 8.7z'/%3E%3C/svg%3E");
  background-position: left 14px center;
  background-size: 8px;
}
.sidebar nav ul > li table td.icon.icon--ro {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 128 128'%3e%3cpath d='M120 61.5v22h-8v8h-8v-8H24v8h-8v-8H8v-47h8v39h24l12-34h56s11 1 12 20zm-90-16c-6.1 0-11 4.9-11 11s4.9 11 11 11 11-4.9 11-11-4.9-11-11-11z'/%3E%3C/svg%3E");
  background-position: left 8px center;
  background-size: 24px;
}
.sidebar nav ul > li table td.icon.icon--bb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 78.6 78.6'%3e%3cpath d='M61 24.2H18.2V47c0 5.9 4.8 10.7 10.7 10.7H45c5.9 0 10.7-4.8 10.7-10.7v-4h5.4c2.9 0 5.4-2.4 5.4-5.4v-8c-.1-3.1-2.5-5.4-5.5-5.4zm0 12.6h-5.4v-8H61v8zM39.7 21.6c10.1-9.1-2.1-9.8.3-16.1-8 8.1 3 9.6-.3 16.1zm-5.9 0c6.7-6.1-1.4-7.9.3-12-5.7 5.8 1.9 7.3-.3 12z'/%3E%3C/svg%3E");
  background-position: left 8px center;
  background-size: 24px;
}
.sidebar nav ul > li table td.icon.icon--hb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 78.6 78.6'%3e%3cpath d='M39.6 40.9c.1 2.9-1.5 5.5-3.7 7.3-2.7 2.1-3.6 3.5-4.6 5.2-.2.4-.3.8-.3 1.4l.3 4.5v7.6H23v-7.6l.3-4.5c0-.4-.1-1-.3-1.4-.8-1.8-1.8-3.2-4.6-5.2-2.3-1.8-3.8-4.6-3.7-7.3v-.7c.1-.8.2-1.7.2-2.7v-.3c1-8.7 2.4-21.7 2.7-23.4h2.3v20.8h2.4l.7-20.8h2.4l.8 20.8H28l.8-20.8H31l.7 20.8h2.4V13.8h2.3c.2 1.7 1.7 14.7 2.7 23.4 0 .3.1.6.1 1 .1.7.1 1.4.2 2 .2.2.2.5.2.7zM62.5 12v54.9h-8.4V53.7h-8.4V25.4c0-5.9 7.5-13.4 16.8-13.4z'/%3E%3C/svg%3E");
  background-position: left 8px center;
  background-size: 24px;
}
.sidebar nav ul > li table td.icon.icon--fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 78.6 78.6'%3e%3cpath d='M7.8 55.2h62.9v6.3H7.8v-6.3zM45 27c.3-.8.5-1.6.5-2.5 0-3.5-2.9-6.3-6.3-6.3s-6.3 2.9-6.3 6.4c0 .9.2 1.7.5 2.5-12.3 2.5-21.6 13-22.5 25.8h56.6C66.6 40.1 57.3 29.6 45 27z'/%3E%3C/svg%3E");
  background-position: left 8px center;
  background-size: 24px;
}
.sidebar nav ul > li table td.icon.icon--ai {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 78.6 78.6'%3e%3cpath d='M20.3 48.3l-6.4-21.4L29 35.4l10.4-17.1 10.4 17.1L65 26.9l-6.3 21.4H20.3zm0 4.3v8.5h38.5v-8.5H20.3z'/%3E%3C/svg%3E");
  background-position: left 8px center;
  background-size: 24px;
}
.sidebar nav ul > li > .inner {
  width: 100%;
  padding: 0.75em;
  padding-bottom: 0;
}
.sidebar nav ul > li > .inner.border-top {
  border-top: 1px solid #d3dee5;
}
.sidebar nav ul > li > .inner .header-data {
  position: relative;
  display: block;
  height: auto;
  margin: -0.75em;
  margin-bottom: 0.75em;
  background-color: #424D57;
}
.sidebar nav ul > li > .inner .header-data figure {
  position: relative;
  width: 100%;
  padding-top: 45.25%; /* 16: 9 Aspect Ratio; */
  /* If you want text inside of it */
  overflow: hidden;
  margin: 0;
  z-index: 2;
}
.sidebar nav ul > li > .inner .header-data figure > img {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  vertical-align: middle;
}
.sidebar nav ul > li > .inner .header-data figure > img:empty {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sidebar nav ul > li > .inner .header-data figure.no-image img {
  display: none !important;
}
.sidebar nav ul > li > .inner .header-data h6 {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 10;
  display: inline-block;
  width: auto;
  width: 100%;
  padding: 0.75em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  text-align: left;
  color: #fff;
  background: rgba(66, 77, 87, 0.75);
}
.sidebar nav ul > li > .inner .line-data {
  position: relative;
  overflow: hidden;
  padding: 0.75em;
  border-bottom: 1px solid #efefef;
  white-space: nowrap;
}
.sidebar nav ul > li > .inner .line-data:last-child {
  border: 0;
}
.sidebar nav ul > li > .inner p.line-data {
  margin-bottom: 0;
}
.sidebar nav ul > li > .banner {
  position: relative;
  width: 100%;
  padding: 1.3em 4em 1.3em 4em;
  background-color: #fff;
}
.sidebar nav ul > li > .banner.widget {
  position: relative;
  height: 150px;
}
.sidebar nav ul > li > .banner.widget a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sidebar nav ul > li > .banner.widget a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .sidebar nav ul > li > .banner.widget {
    height: 140px;
    padding-right: 5em;
    padding-left: 5em;
  }
}
.sidebar nav ul > li {
  /*
  &.active {
    a {
      color: $secondary;
    }
  }
  */
}
.sidebar nav ul > li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.75em;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  color: rgb(66, 77, 87);
}
.sidebar nav ul > li a:after {
  content: "";
  display: none !important;
}
.sidebar nav ul > li a .icon-rxxl--container {
  position: absolute;
  right: 10px;
}
.sidebar nav ul > li a .btn-plus {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
}
.sidebar nav ul > li a .btn-plus:before, .sidebar nav ul > li a .btn-plus:after {
  background-color: rgb(66, 77, 87);
}
.sidebar nav ul > li a.btn-dark {
  font-weight: 100;
}
.sidebar nav ul .border-top {
  border-top: 1px solid #d3dee5;
}
.sidebar nav ul .border-top-null {
  border-top: 0;
}
.sidebar--aditional-information a.dropdown-toggle {
  position: relative;
  padding-left: 38px;
  font-weight: normal;
}
.sidebar--aditional-information a.dropdown-toggle.cancellation {
  padding-left: 44px;
}
.sidebar--aditional-information a.dropdown-toggle.disabled {
  pointer-events: none;
}
.sidebar--aditional-information a.dropdown-toggle i {
  position: absolute;
  top: 0;
  left: 7.5px;
  width: 25px;
  height: 100%;
}
.sidebar--aditional-information a.dropdown-toggle i.icon-rxxl---refundable {
  width: 30px;
}
.sidebar--aditional-information a.dropdown-toggle small {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1em;
}
.sidebar--aditional-information a.dropdown-toggle small:before {
  content: "";
  position: absolute;
  top: -0.5px;
  left: -6px;
  display: block;
  width: 75%;
  height: 1px;
  background-color: #efefef;
}
.sidebar--aditional-information a.dropdown-toggle small:after {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  display: block;
  width: 1px;
  height: 200%;
  background-color: #efefef;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sidebar--aditional-information a.dropdown-toggle {
  /*
  &.red {
  //	color: $red !important;
  }
  &.green {
  //	color: $green !important;
  }
  &.yellow {
  //	color: $yellow !important;
  }
  &.blue {
  //	color: $blue !important;
  }
  */
}
.sidebar--aditional-information a.dropdown-toggle.step {
  padding-left: 0.75em !important;
  color: #424D57 !important;
}
.sidebar--aditional-information a.dropdown-toggle {
  /*
  span.bubble {



    text-align: center ;
    color: $white ;
    width: 26px;
    height: 26px; 
    display: inline-block;
    font-weight: 100 ;
    position:relative ;
    background: transparent ;
    z-index: 2;
    margin-left: 0.25em; 
    font-size: small;


    &:before {

      content: "";
      position: absolute ;
      width : 24px;
      height: 24px;
      top:40%;
      left:50%;
      @include translate(-50%,-50%) ;
      background-color: $green ; 
      z-index: -1;

      display: block;
      border-radius: 100%;


    }

  }
  */
}

.apply-changes {
  z-index: 60;
  width: 100%;
  height: auto;
  background-color: #FFCA35;
  position: sticky;
  overflow: hidden;
  min-height: 2em;
  text-align: center;
  white-space: nowrap;
  background-color: #FFCA35;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23424D57' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
  background-position: center right 0.75em;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #FFCA35;
}
.apply-changes.active {
  position: sticky;
  position: relative;
  top: 90px;
  display: block;
  /* I am the fallback */
  /* Give it everything you got! (use an auto prefixer...) */
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  /* Required  */
}
.apply-changes:before {
  position: absolute;
  display: block;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: attr(data-text);
  top: 0;
  right: 2em;
  overflow: hidden;
  width: 210px;
  width: 100%;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  line-height: 4em;
  color: #fff;
  background-color: #424D57;
}
.apply-changes:hover {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.filter-hd {
  padding-left: 46px !important;
}

.filter-icon {
  width: 24px;
}
.filter-icon::before {
  content: "\f3e0";
  display: inline-block;
  padding-left: 0.5rem;
  font-family: bootstrap-icons !important;
  font-size: 1rem;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
  background: none !important; /* background-image: $icon-layout-square-dark; background-size: 75%; background-size: 100% !important; */
  background-size: 100% !important;
  font-variant: normal;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 595.98px) {
  .filter-icon {
    width: 24px;
  }
}
.filter-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  height: 24px;
  margin: 0px;
  transition: 0.5s ease-in-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transform: translate(0, -55%);
  -o-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  -webkit-transform: translate(0, -55%);
  transform: translate(0, -55%);
}

.filter-icon span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 0px;
  opacity: 1;
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}

.filter-icon span {
  background: rgb(66, 77, 87);
}

.filter-icon span {
  position: relative;
  left: 0;
  border-radius: 0px;
  opacity: 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.filter-icon.settings span {
  display: none !important;
}
.filter-icon.settings span:before {
  content: "";
  position: absolute;
  top: -2px;
  width: 2px;
  height: 6px;
  background: #424D57;
}

.filter-icon.settings span:nth-child(1) {
  top: 6px;
  width: 100%;
}
.filter-icon.settings span:nth-child(1):before {
  left: 10%;
}

.filter-icon.settings span:nth-child(2) {
  top: 10px;
  width: 100%;
  opacity: 1;
}
.filter-icon.settings span:nth-child(2):before {
  left: 80%;
}

.filter-icon.settings span:nth-child(3) {
  top: 14px;
  width: 100%;
}
.filter-icon.settings span:nth-child(3):before {
  left: 50%;
}

@media (max-width: 767.98px) {
  .border-top-fix-sm {
    border-top: 1px solid #d3dee5;
  }
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ACBDC6 !important;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ACBDC6 !important;
  opacity: 1;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ACBDC6 !important;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #ACBDC6 !important;
  opacity: 1;
}

#sorting {
  display: none;
}

input:-moz-read-only,
input:read-only,
input:disabled {
  color: #424D57 !important;
  background-color: #fff !important;
}

[disabled] {
  color: #424D57 !important;
  background-color: #fff !important;
}

.form-inline--bounderies {
  z-index: 9999999;
  min-width: 250px;
  max-width: 250px;
  margin: 0 auto !important;
}

.invalid-tooltip {
  top: -68px;
}
.invalid-tooltip:before {
  content: " ";
  position: absolute;
  bottom: -16px;
  left: 30px;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #FF3548 transparent transparent #FF3548;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.valid-tooltip {
  top: -68px;
}
.valid-tooltip:before {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 30px;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #01CB60 transparent transparent #01CB60;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/* selects: */
select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  display: inline-block !important;
  box-sizing: border-box;
  border: 0 !important;
  border-radius: 0;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.74 64.71'%3e%3cpath fill='%236c757d' d='M17.84 0l38.15 43.27L93.66 0h18.08L55.99 64.71 0 0z'/%3e%3c/svg%3e");
  background-position: right 10px center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-padding-end: 1em;
  -moz-padding-end: 1em;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  padding-left: 0.75em !important;
  font-size: 1em;
  color: #424D57;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  text-overflow: "";
  white-space: nowrap;
  padding-top: 0em !important;
  /* fix for html2canvas */
  cursor: pointer;
}
select:focus {
  border: 0 !important;
  outline: none !important;
}
select *,
select option {
  padding: 0.5em !important;
  border: 0 !important;
  border-radius: 15px;
  background-color: #fff;
}
select *:hover,
select option:hover {
  background-color: #d3dee5;
}

.form--nav---container {
  background-color: #fff;
  background-color: white;
  z-index: -1;
  height: auto !important;
  padding: 1rem;
}
.form--nav---container form {
  margin-top: -200%;
  opacity: 0;
  filter: alpha(opacity=0);
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form--container {
  position: relative;
}
.form--container fieldset,
.form--container .form-control-xxl {
  position: relative;
  z-index: 1;
  min-height: 38px;
  padding: 0 !important;
  border: 1px solid #d3dee5;
  margin-bottom: 8px !important;
}
.form--container label {
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 500;
  color: rgb(66, 77, 87);
}
.form--fieldset---input--search {
  border: 1px solid #424D57;
}
.form--fieldset---input--search input[type=text] {
  width: calc(100% - 30px);
  height: 38px;
}
.form--fieldset---input--search button {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-block;
  width: 32px;
  height: calc(38px + 2px);
  border: 0;
  background-color: #424D57;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
  background-position: center center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form--fieldset---input--search button:hover {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  background-color: #d3dee5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23424D57' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.form--fieldset---checkbox input[type=checkbox],
.form--fieldset---checkbox input[type=checkbox], .form--fieldset---radio input[type=checkbox],
.form--fieldset---radio input[type=checkbox] {
  visibility: hidden;
}
.form--fieldset---checkbox .component--category {
  position: absolute;
  left: calc(10px + 1.5em);
  margin-top: -2px;
  -moz-transform: translate(0%, 50%);
  -o-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
}
@media (max-width: 595.98px) {
  .form--fieldset---checkbox .component--category {
    -moz-transform: translate(0%, 50%);
    -o-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
  }
}
.form--fieldset---checkbox {
  border: 0 !important;
}
.form--fieldset---checkbox label {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid #efefef;
  font-weight: 400;
  cursor: pointer;
}
.form--fieldset---checkbox label span {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 2.75em;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  /* IE10+ specific styles go here */
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .form--fieldset---checkbox label span {
    top: 7px;
    padding-left: 4em;
  }
}
@media (max-width: 595.98px) {
  .form--fieldset---checkbox label span {
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media all and (-ms-high-contrast: none) {
  .form--fieldset---checkbox label *::-ms-backdrop, .form--fieldset---checkbox label span {
    top: 8px;
    padding-left: 4em;
  }
}
@media all and (-ms-high-contrast: none) {
  .form--fieldset---checkbox label *::-ms-backdrop, .form--fieldset---checkbox label .component--category {
    top: 6px;
    margin-left: 12px;
  }
}
.form--fieldset---checkbox label.right span {
  right: 0;
  left: auto;
  padding-right: 1.75em;
  padding-left: 0;
}
.form--fieldset---checkbox i.ckeckbox {
  position: absolute;
  z-index: 2;
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #d3dee5;
  margin-left: 1em;
  background-color: transparent;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.form--fieldset---checkbox input[type=checkbox]:checked + i.ckeckbox {
  font-style: normal;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23424D57' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-size: 85%;
}
.form--fieldset---checkbox:last-child label {
  border-bottom: 0;
}
.form--fieldset---checkbox {
  margin-bottom: 0 !important;
}
.form--fieldset---input {
  position: relative;
  z-index: 1;
  min-height: 38px;
  padding: 0 !important;
  border: 1px solid #d3dee5;
  margin-bottom: 12px !important;
}
.form--fieldset---input.bl-0:before {
  display: none;
  background-color: #d3dee5;
}
.form--fieldset---input {
  /*
  &:focus-within {
  	@include transition(border-color 0.5s ease);
  	border-color: rgba($dark, 0.5) !important ;

  	&.bl-0:before {
  		@include transition(background-color 0.5s ease);
  		content: "";
  		width: 2px;
  		background-color: rgba($dark, 0.5) !important ;
  		height: calc(100% + 4px);
  		top: -2px;
  		left: -2px;
  		display: block;
  		position: absolute;
  		z-index: 100;
  	}
  }
  */
}
.form--fieldset---input .btn-popover {
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 100;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-top: -10px;
  background-color: #ACBDC6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M70.1 77.6c.8 1.3 1 1.7 1.8 3.1-12.5 12-26.4 13-22.1-.6 2.8-8.9 8.2-19.7 9.1-22.4 1.4-3.9-1.1-5.7-8.7 1l-1.7-3.2c8.7-9.5 26.7-11.6 20.6 3.1-3.8 9.2-6.5 15.4-8.1 20.1-2.3 7 3.5 4.1 9.1-1.1zM73.5 39.2c-2.7 2.3-6.6 2.2-8.8-.1-2.2-2.3-1.8-6 .8-8.3 2.7-2.3 6.6-2.2 8.8.1 2.3 2.3 1.9 6-.8 8.3z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.form--fieldset---input .btn-popover:hover {
  background-color: rgba(211, 222, 229, 0.75);
}
.form--fieldset---input label {
  position: absolute;
  top: 0;
  z-index: 10;
  font-weight: 500;
  color: rgb(66, 77, 87);
  background-color: #fff;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-right: 0.75em;
  padding-left: 0.75em;
  margin: 0 !important;
  margin-left: 0.75em !important;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .form--fieldset---input label {
    left: 0;
  }
}
.form--fieldset---input label[for*=-gender] {
  font-weight: 700;
}
.form--fieldset---input label {
  /*
  &[for="country"],
  &[for="expire-date"],
  &[for="state_code"] {
    @include media-breakpoint-down("sm") {
      left: 0;
    }
  }
  */
}
.form--fieldset---input.checkbox {
  border: 0 !important;
}
.form--fieldset---input.checkbox label {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  justify-content: left !important;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 38px;
  padding-left: 44px;
  margin-left: 0 !important;
  font-weight: normal;
  text-align: left !important;
  white-space: nowrap;
  background-color: transparent !important;
  cursor: pointer;
}
.form--fieldset---input.checkbox label a {
  display: inline;
  padding-right: 5px;
  padding-left: 4px;
  white-space: normal;
  color: #6c757d;
}
.form--fieldset---input.checkbox label a:hover {
  color: #d3dee5;
}
.form--fieldset---input.checkbox.white--space label {
  position: relative;
  height: auto !important;
  min-height: 38px !important;
  white-space: normal !important;
}
.form--fieldset---input.checkbox input[type=radio],
.form--fieldset---input.checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  visibility: hidden;
}
.form--fieldset---input.checkbox input[type=checkbox]:checked ~ label:before {
  font-style: normal;
  background-color: transparent;
  background-repeat: no-repeat;
  content: "✓";
  font-size: 80%;
  font-weight: 700;
  line-height: 1.35 !important;
  text-align: center;
  color: rgb(66, 77, 87);
}
.form--fieldset---input.checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #d3dee5;
  margin-top: -10px;
  background-color: transparent;
}
.form--fieldset---input input[type=text],
.form--fieldset---input input[type=email],
.form--fieldset---input textarea {
  bottom: 0;
  width: 100%;
  padding: 0.75em;
  border: none;
  margin-top: 4px !important;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1;
  color: #424D57;
  background: #fff;
}
.form--fieldset---input select {
  position: absolute;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  height: calc(38px + 4px) !important;
}
.form--fieldset---input textarea {
  position: relative;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  padding-top: 1em;
  resize: none;
}
.form--fieldset---input textarea::-webkit-scrollbar {
  width: 8px;
  background-color: #efefef;
}
.form--fieldset---input textarea::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #d3dee5;
  box-shadow: inset 0 0 6px rgba(66, 77, 87, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(66, 77, 87, 0.1);
}
.form--fieldset---input {
  /*

     button,
     a.btn {
       width: 100%;
       text-align: center;
       color: $white;
       text-transform: uppercase;
       background-color: $dark;
       border: 0;
       padding: 1em;
       font-size: $button-font-size;
       letter-spacing: 0.5px;
       white-space: nowrap;
       @include translate(0,0);
       background-image: $btn-arrow-right-white;
       background-size: 10px 10px;
       background-position: right 15px center;
       background-repeat: no-repeat;

       &.reverse {
         background-image: $btn-arrow-left-white;
         background-size: 10px 10px;
         background-position: left 15px center;
         background-repeat: no-repeat;
       }

       &.rounded {
         width: 2em;
         height: 2em;
         margin: 0 auto;
         border-radius: 100% !important;
         position: absolute;
         top: 50%;
         left: $grid-gutter-width;
         overflow: hidden;
         @include translate(0, -50%);
         background-color: transparent;
         opacity: 0.5;
         &:hover {
           background-color: transparent;
         }
       }

       &.help {
         background-image: $alert-help-dark;
         background-size: contain;
         background-position: center center;
       }

       @include transition(background-color 0.3s ease);

       &:hover {
         //  background-image: $btn-arrow-right-white;
         background-color: $yellow;
         color: $dark;
       }

       &.next {
         background-color: $yellow;
         color: $dark;
         background-image: $btn-arrow-right;

         &:hover {
           background-color: $green;
           color: $white;
         }
       }

       // end fieldset input
     }

  */
}
.form--fieldset---input.null-margin {
  margin-bottom: 0 !important;
}

form {
  width: 100%;
}
form .form-controls--container {
  position: relative;
  width: 100%;
}
form .form-controls--container p,
form .form-controls--container span {
  display: block;
  padding: 1em;
  margin-bottom: -0.5em;
  color: #fff;
  background: #FF3548;
}
form .form-controls--container p:empty,
form .form-controls--container span:empty {
  display: none;
}
form .form-controls--container .form-control-xxl {
  position: relative;
  z-index: 1;
  min-height: 38px;
  padding: 0 !important;
  margin-bottom: 8px !important;
}
form .form-controls--container .form-control-xxl label {
  position: relative;
  top: 0;
  z-index: 2;
  font-weight: 500;
  color: rgb(66, 77, 87);
  background-color: #fff;
  -moz-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  display: table;
  width: auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  margin: 0 !important;
  margin-left: 0.75em !important;
}
form .form-controls--container .form-control-xxl input[type=text],
form .form-controls--container .form-control-xxl textarea {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 0.75em;
  border: none;
  border: 1px solid #d3dee5;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  line-height: 1;
  color: #424D57;
  background: #fff;
  background-position: center right !important;
  background-size: 20% 20% !important;
}
form .form-controls--container .form-control-xxl textarea {
  position: relative;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  padding-top: 1em;
  resize: none;
}
form .form-controls--container .form-control-xxl textarea::-webkit-scrollbar {
  width: 8px;
  background-color: #efefef;
}
form .form-controls--container .form-control-xxl textarea::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #d3dee5;
  box-shadow: inset 0 0 6px rgba(66, 77, 87, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(66, 77, 87, 0.1);
}
form .form-controls--container input[type=submit] {
  width: 100%;
  padding: 1em;
  border: none;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  color: #fff;
  background-color: #FFCA35;
  position: relative;
  font-size: 0.9375em;
  letter-spacing: 1px;
  text-align: center;
  color: #424D57;
}
@media (max-width: 991.98px) {
  form .form-controls--container input[type=submit] {
    top: 10px;
    right: 0px;
  }
}
form .form-controls--container input[type=submit] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23424D57' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
  background-position: 95% center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form .form-controls--container input[type=submit]:hover {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgb(66, 77, 87);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}

.form-control-xxl.error-xxl .error-message {
  padding-left: 1.5em;
}

.form-control-errors {
  position: relative;
  display: none;
  margin-bottom: 1em !important;
}
.form-control-errors.error-xxl {
  display: table;
}
.form-control-errors div {
  display: none;
}
.form-control-errors {
  width: 100%;
}
.form-control-errors .error-message {
  position: relative;
  top: 0;
  right: auto;
  left: 0;
  z-index: 100;
  display: table-cell;
  padding: 0;
  font-size: 1em;
  color: #fff;
  background-color: rgba(255, 53, 72, 0.75);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  padding: 1em 0.75em 1em 60px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3cpath fill='%23fff' d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.9 60-60S93.1 0 60 0zm-9.6 29.4h19.2l-4.1 38H54.6l-4.2-38zM60 90.6c-3.7 0-6.8-3.1-6.8-6.8 0-3.7 3-6.8 6.8-6.8 3.7 0 6.8 3 6.8 6.8 0 3.7-3.1 6.8-6.8 6.8z'/%3e%3c/svg%3e");
  background-position: 15px center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.invalid-tooltip {
  position: absolute;
  top: -68px;
  z-index: 9999;
}
.invalid-tooltip:before {
  content: " ";
  position: absolute;
  bottom: -16px;
  left: 30px;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #FF3548 transparent transparent #FF3548;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.valid-tooltip {
  position: absolute;
  top: -68px;
}
.valid-tooltip:before {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 30px;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #01CB60 transparent transparent #01CB60;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/*
.dual--input {
  display: inline-block;
  padding-bottom: 54px !important ;

  &:before {
    content: "";

    display: block;
    width: 1px;
    height: 80%;
    background: $gray-500;
    position: absolute;
    top: 50%;
    left: 50%;

    @include translate(-50%, -50%);

    z-index: 2;
  }

  input,
  select {
    position: absolute;
    width: 50%;
    display: block;
    top: 0;

    &:nth-child(2) {
      left: 50%;
    }
  }

  input {
    text-align: left;
    height: 100%;
  }

  select {
    height: 54px;
  }

  background: $red !important;

  label {
    width: 100%;

    left: -0.75em;
    background: none;

    &:before {
      display: none;
    }

    span {
      position: absolute;
      background: $white;
      padding-left: 0.75em;
      padding-right: 0.75em;

      &:first-child {
        left: 0.75em;
      }
      &:last-child {
        left: calc(50% + 0.75em);
      }

      @include media-breakpoint-down("xs") {
        @include translate(0, -50%);
      }
    }
  }

  @include only_ie9(
    "label span",
    (
      top: -0.75em
    )
  );
}
*/
.form--hidden---container {
  position: absolute;
  z-index: 2;
  width: 100%;
  min-height: 100px;
  border-bottom: 1px solid #efefef;
  background: white;
  display: none;
}
.form--hidden---container.active {
  display: block;
}
.form--hidden---container > .search-home-form-container {
  height: 100px;
  margin: 0;
  border: 0;
}
.form--hidden---container > .search-home-form-container:before {
  left: 0;
  display: none;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0% 100%, 0% 100%);
}
.form--hotel-rooms---display-container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #efefef;
  margin-bottom: 10px !important;
}
.form--hotel-rooms---display-container .icon-rxxl--container {
  width: 2em;
  line-height: 2em;
}
.form--hotel-rooms---display-container table {
  border-color: #efefef;
}
.form--hotel-rooms---display-container table td {
  padding: 0.25em 0.75em;
  border-left: 1px solid #efefef;
}
.form--hotel-rooms---display-container table td:first-child {
  border-left: 0;
}
.form--hotel-rooms---display-container fieldset {
  display: none;
}
.form--hotel-rooms---display-container.active td span {
  display: none;
}
.form--hotel-rooms---display-container.active fieldset {
  display: inherit;
}
.form--hotel-rooms---display-container.active .disabled {
  pointer-events: none !important;
}
.form--hotel-rooms---display-container.active .stay strong {
  display: none;
}
.form--hotel-rooms---display-container.active fieldset,
.form--hotel-rooms---display-container.active .form-group {
  padding: 0 !important;
  border-bottom: 4px solid #d3dee5;
  margin: 0 !important;
}
.form--hotel-rooms---display-container.active .buttons {
  position: relative;
  border: 0;
}
.form--hotel-rooms---display-container.active {
  border: 1px solid #d3dee5;
}
.form--hotel-rooms---display-container.active input[type=text] {
  width: 100%;
  height: 38px;
  border: 0;
}
.form--hotel-rooms---display-container.active input[type=text],
.form--hotel-rooms---display-container.active select {
  padding-left: 1em;
}
.form--hotel-rooms---display-container.active button {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  width: auto;
  height: 38px;
  padding-right: 30px;
  padding-left: 0.75em;
  border: 0;
  color: #fff;
  background-color: #424D57;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
  background-position: right 5px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form--hotel-rooms---display-container.active button:hover {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  background-color: #d3dee5;
}

.form--elements---full.hide {
  display: none;
}
.form--elements---full fieldset {
  height: 70px;
  min-height: 70px;
  border: 0;
}
.form--elements---full fieldset:nth-child(1), .form--elements---full fieldset:nth-child(3) {
  border-right: 1px solid #d3dee5;
}
@media (max-width: 991.98px) {
  .form--elements---full fieldset {
    border-bottom: 1px solid #d3dee5;
  }
  .form--elements---full fieldset:nth-child(1) {
    border-right: 0;
  }
  .form--elements---full fieldset:last-child {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .form--elements---full fieldset {
    border-bottom: 1px solid #d3dee5;
  }
  .form--elements---full fieldset:nth-child(3) {
    border-right: 0;
  }
  .form--elements---full fieldset:last-child {
    border: 0;
  }
}
@media (max-width: 595.98px) {
  .form--elements---full fieldset {
    height: 61px;
    min-height: 61px;
  }
}
.form--elements---full.check-availabilities fieldset {
  border: 0 !important;
}
.form--elements---full input,
.form--elements---full select {
  width: 100% !important;
  height: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 40px !important;
}
@media (max-width: 595.98px) {
  .form--elements---full input,
  .form--elements---full select {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    margin-bottom: 0;
    line-height: 30px;
  }
}
.form--elements---full label {
  overflow: hidden;
  justify-content: left;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  border: 0 !important;
  font-weight: bolder;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 595.98px) {
  .form--elements---full label {
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    margin-bottom: 0;
    line-height: 22px;
  }
}
.form--elements---full button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 50px !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 50px !important;
  letter-spacing: 1px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFCA35;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23424D57' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
  background-position: right 15px center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form--elements---full button:hover {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #d3dee5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.7 111.7'%3e%3cpath fill='%23fff' d='M0 93.9l43.3-38.2L0 18.1V0l64.7 55.8L0 111.7V93.9z'/%3e%3c/svg%3e");
}
.form--hide-fileds {
  position: relative;
  height: 36px;
  margin-bottom: 20px;
}
.form--hide-fileds:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  color: #fff;
  background-color: #dee2e6;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
  z-index: -1;
}
.form--hide-fileds a {
  position: relative;
  padding-left: 3.25em;
  font-weight: 600;
  color: rgba(66, 77, 87, 0.75);
  background-color: #fff;
}
.form--hide-fileds a small {
  font-size: 1em;
  font-weight: normal;
  color: #6c757d;
}
.form--hide-fileds a:visited {
  text-decoration: none;
  color: rgba(211, 222, 229, 0.75);
}
.form--hide-fileds a:before {
  content: "";
  position: absolute;
  top: 3px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  color: #fff;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 8px !important;
  font-size: 150%;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(66, 77, 87, 0.75);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'%3e%3cpath d='M101.6 55.3v9.4H64.7v36.9h-9.4V64.7H18.4v-9.4h36.9V18.4h9.4v36.9z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}
.form--hide-fileds a.collapsed:before {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

fieldset.autocomplete {
  position: relative !important;
}
fieldset.autocomplete .utils--spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
fieldset.autocomplete .reset {
  position: absolute;
  right: 10px;
  bottom: 14px;
  z-index: 5;
  display: none !important;
  width: 40px;
  height: 40px;
  background-color: #fff;
  cursor: pointer;
}
fieldset.autocomplete .reset.active {
  display: block !important;
}
fieldset.autocomplete .reset {
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
fieldset.autocomplete .reset:before, fieldset.autocomplete .reset:after {
  top: 50%;
  left: 50%;
  background-color: #6c757d;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
fieldset.autocomplete .reset:hover:before, fieldset.autocomplete .reset:hover:after {
  background-color: #FF3548;
}

.field-error-message {
  top: -80px;
  right: 0;
  z-index: 10;
  display: inline-block;
  width: auto;
  color: #fff;
  background-color: rgba(255, 53, 72, 0.75);
}
.field-error-message:empty {
  display: none;
}
.field-error-message::before {
  content: "0000";
  position: absolute;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  display: block;
  box-sizing: content-box;
  width: calc(100% + 4px);
  height: 4px;
  background: #FF3548;
  opacity: 1;
}

.invalid-feedback {
  position: absolute;
  top: -38px;
  right: 0.75em;
  z-index: 100;
  width: auto;
  min-width: 4em;
  padding: 0.75em;
  color: #fff;
  background-color: rgba(255, 53, 72, 0.75);
}
.invalid-feedback:empty:before {
  content: attr(data-default);
}
.invalid-feedback:after {
  content: "";
  position: absolute;
  bottom: 0.5px;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 0;
  border-left: 0;
  margin-bottom: -15px;
  margin-left: -10px;
  opacity: 0.75;
  border-top-color: #FF3548;
}

.was-validated input:invalid ~ label:after,
.was-validated select:invalid ~ label:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 10px;
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  background-color: rgba(255, 53, 72, 0.75);
}
.was-validated input:invalid ~ label:before,
.was-validated select:invalid ~ label:before {
  border-color: rgba(255, 53, 72, 0.75);
}

.was-validated input:focus ~ .invalid-feedback,
.was-validated select:focus ~ .invalid-feedback {
  display: none !important;
}

.form-control ~ .pt-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.inner form .reset {
  top: 50%;
  right: 4px;
  -moz-transform: translate(0, -50%) scale(0.75);
  -o-transform: translate(0, -50%) scale(0.75);
  -ms-transform: translate(0, -50%) scale(0.75);
  -webkit-transform: translate(0, -50%) scale(0.75);
  transform: translate(0, -50%) scale(0.75);
}

.inner .form--fieldset---checkbox {
  margin-bottom: 0 !important;
}
.inner .form--fieldset---checkbox:last-of-type {
  margin-bottom: 0.5rem !important;
}

.form---search--container .utils--spinner {
  bottom: 6.6666666667px !important;
}
@media (max-width: 767.98px) {
  .form---search--container .utils--spinner {
    bottom: -6px !important;
  }
}

.btn-contact {
  font-weight: normal !important;
  color: #fff !important;
}

.js-states .utils--spinner {
  position: absolute;
  top: 50%;
  z-index: 20;
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.bootstrap-select > .dropdown-toggle:after {
  width: 10px !important;
  height: 20px !important;
  border: 0 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.74 64.71'%3e%3cpath fill='%236c757d' d='M17.84 0l38.15 43.27L93.66 0h18.08L55.99 64.71 0 0z'/%3e%3c/svg%3e");
  background-position: center top 5px !important;
  background-size: 10px 10px !important;
  background-repeat: no-repeat !important;
}

.btn-input {
  z-index: 2;
  top: 57.5% !important;
  right: 0.688rem;
}

.btn-display-alerts {
  position: absolute;
  top: -40px;
  right: 46px;
}

.form-login input[type=email],
.form-login input[type=password],
.form-login input[type=text] {
  width: 100% !important;
  height: 100% !important;
}
.form-login input[type=password] {
  font-size: 162%;
}
.form-login input[type=password],
.form-login input[name=password],
.form-login input[name=password_confirm] {
  background: none !important;
}
.form-login.was-validated input:valid ~ .icon-rxxl---eye {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2301CB60' viewBox='0 0 24 24'%3e%3cpath d='M15 12a3 3 0 11-5.943-.581c1.474.541 2.927-.882 2.405-2.371A3 3 0 0115 12zm-2.985-7C4.446 5 0 11.551 0 11.551S4.835 19 12.015 19C19.748 19 24 11.551 24 11.551S19.709 5 12.015 5zM12 17a5 5 0 110-10 5 5 0 010 10z'/%3E%3C/svg%3E");
}
.form-login.was-validated input:invalid ~ .icon-rxxl---eye {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF3548' viewBox='0 0 24 24'%3e%3cpath d='M15 12a3 3 0 11-5.943-.581c1.474.541 2.927-.882 2.405-2.371A3 3 0 0115 12zm-2.985-7C4.446 5 0 11.551 0 11.551S4.835 19 12.015 19C19.748 19 24 11.551 24 11.551S19.709 5 12.015 5zM12 17a5 5 0 110-10 5 5 0 010 10z'/%3E%3C/svg%3E");
}
.form-login.was-validated input:valid ~ .icon-rxxl---eye-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2301CB60' viewBox='0 0 24 24'%3e%3cpath d='M11.885 14.988l3.104-3.098L15 12c0 1.654-1.346 3-3 3l-.115-.012zm8.048-8.032l-3.274 3.268c.212.554.341 1.149.341 1.776 0 2.757-2.243 5-5 5-.631 0-1.229-.13-1.785-.344l-2.377 2.372c1.276.588 2.671.972 4.177.972C19.748 20 24 11.551 24 11.551s-1.415-2.478-4.067-4.595zm1.431-3.536L2.745 22l-1.382-1.422 3.455-3.447C1.796 14.681 0 11.551 0 11.551S4.446 4 12.015 4c1.825 0 3.456.426 4.886 1.075L19.982 2l1.382 1.42zM7.613 14.342l1.519-1.515A2.938 2.938 0 019 12c0-1.654 1.346-3 3-3 .291 0 .567.055.833.134l1.518-1.515A4.906 4.906 0 0012 7c-2.757 0-5 2.243-5 5 0 .852.235 1.641.613 2.342z'/%3E%3C/svg%3E");
}
.form-login.was-validated input:invalid ~ .icon-rxxl---eye-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF3548' viewBox='0 0 24 24'%3e%3cpath d='M11.885 14.988l3.104-3.098L15 12c0 1.654-1.346 3-3 3l-.115-.012zm8.048-8.032l-3.274 3.268c.212.554.341 1.149.341 1.776 0 2.757-2.243 5-5 5-.631 0-1.229-.13-1.785-.344l-2.377 2.372c1.276.588 2.671.972 4.177.972C19.748 20 24 11.551 24 11.551s-1.415-2.478-4.067-4.595zm1.431-3.536L2.745 22l-1.382-1.422 3.455-3.447C1.796 14.681 0 11.551 0 11.551S4.446 4 12.015 4c1.825 0 3.456.426 4.886 1.075L19.982 2l1.382 1.42zM7.613 14.342l1.519-1.515A2.938 2.938 0 019 12c0-1.654 1.346-3 3-3 .291 0 .567.055.833.134l1.518-1.515A4.906 4.906 0 0012 7c-2.757 0-5 2.243-5 5 0 .852.235 1.641.613 2.342z'/%3E%3C/svg%3E");
}
.form-login .icon-rxxl--container {
  position: absolute !important;
  cursor: pointer;
}
.form-login .form--fieldset---checkbox {
  position: relative !important;
}
.form-login .form--fieldset---checkbox i.ckeckbox {
  margin-left: 0;
}
.form-login .form--fieldset---checkbox label {
  border: 0 !important;
}
.form-login .form--fieldset---checkbox label span {
  padding-left: 1.75em;
}

.dropdown-menu small.quote {
  display: block;
}

.form---search--container {
  position: relative;
  z-index: 5;
  height: 240px;
  margin-top: -120px;
}
@media (max-width: 991.98px) {
  .form---search--container {
    height: 340px;
    margin-top: -90px;
  }
}
@media (max-width: 767.98px) {
  .form---search--container {
    height: 350px;
    margin-top: 0.5em;
  }
}
@media (max-width: 595.98px) {
  .form---search--container {
    height: 320px;
  }
}
.form---search--container .container {
  height: 100%;
}
@media (max-width: 767.98px) {
  .form---search--container .container {
    padding: 0 !important;
  }
}
.form---search--container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(66, 77, 87);
  background-color: rgba(66, 77, 87, 0.75);
  position: absolute;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 120px) 100%, 0% 100%);
}
@media (max-width: 991.98px) {
  .form---search--container:before {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .form---search--container:before {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 767.98px) {
  .form---search--container:before {
    background-color: #fff !important;
  }
}
.form---search--container .form---search {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  top: 50%;
  z-index: 4;
  padding: 0;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .form---search--container .form---search {
    width: 100%;
    height: 100%;
    padding-bottom: 0.5em;
    margin: 0;
  }
}
.form---search--container .form---search form {
  position: relative;
  padding: 0.5em 0.75em !important;
  margin: 0 !important;
}
.form---search--container .form---search form fieldset {
  padding-top: 30px;
  border-right: 1px solid #d3dee5;
  margin: 0 !important;
}
.form---search--container .form---search form fieldset:last-child, .form---search--container .form---search form fieldset:nth-last-child(2) {
  border-right: 0;
}
@media (max-width: 991.98px) {
  .form---search--container .form---search form fieldset.autocomplete {
    border-right: 0;
    border-bottom: 1px solid #d3dee5;
    margin-bottom: 0.5em !important;
  }
  .form---search--container .form---search form fieldset:last-child {
    padding-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
}
@media (max-width: 767.98px) {
  .form---search--container .form---search form fieldset {
    border-right: 0 !important;
    border-bottom: 1px solid #d3dee5;
  }
  .form---search--container .form---search form fieldset.autocomplete {
    margin-bottom: 0em !important;
  }
  .form---search--container .form---search form fieldset:last-child {
    border: 0;
    margin-bottom: 0 !important;
  }
}
.form---search--container .form---search form fieldset label {
  justify-content: left;
  text-align: left !important;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  padding: 0.5em;
  border: 0;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1;
  color: #424D57;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .form---search--container .form---search form fieldset label {
    top: 20px;
  }
}
.form---search--container .form---search form fieldset input,
.form---search--container .form---search form fieldset select {
  width: 100%;
  font-size: 1em;
  color: #424D57;
  min-height: 2rem;
  line-height: 2rem;
  padding: 0.25em !important;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
@media (max-width: 991.98px) {
  .form---search--container .form---search form fieldset input,
  .form---search--container .form---search form fieldset select {
    height: 1.5rem !important;
    min-height: 1.5rem !important;
    max-height: 1.5rem !important;
    line-height: 1.5rem !important;
  }
}
.form---search--container .form---search .button--link {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .form---search--container .form---search .button--link {
    position: relative;
    top: auto;
    transform: translateY(0%);
  }
}
.form---search--container .reset {
  right: 4px !important;
  bottom: 10px !important;
}
@media (max-width: 991.98px) {
  .form---search--container .reset {
    bottom: 11px !important;
  }
}
@media (max-width: 767.98px) {
  .form---search--container .reset {
    bottom: 13px !important;
  }
}
@media (max-width: 595.98px) {
  .form---search--container .reset {
    bottom: 7px !important;
  }
}
.form---search--container .utils--spinner {
  right: 8px !important;
  bottom: 10px !important;
}
@media (max-width: 767.98px) {
  .form---search--container .utils--spinner {
    bottom: 10px !important;
  }
}

#main-menu .form---search--container:before {
  display: none;
  height: 100%;
}
#main-menu .form---search--container {
  position: relative;
  top: 50%;
}
#main-menu .form---search--container .button--link {
  height: auto !important;
}
#main-menu .form---search--container h4 {
  position: absolute;
  top: -32px;
  left: 0;
  height: auto !important;
  padding: 0 !important;
  padding-left: 34px !important;
  letter-spacing: 1px;
  color: #fff;
}
#main-menu .form---search--container h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 25px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
#main-menu .form---search--container .btn-plus.js-close-nav-form {
  position: absolute;
  top: -38px;
  right: 4px;
  -moz-transform: rotate(45deg) scale(1.25);
  -o-transform: rotate(45deg) scale(1.25);
  -ms-transform: rotate(45deg) scale(1.25);
  -webkit-transform: rotate(45deg) scale(1.25);
  transform: rotate(45deg) scale(1.25);
  background-color: transparent !important;
  cursor: pointer;
}
#main-menu .form---search--container .btn-plus.js-close-nav-form:hover:before, #main-menu .form---search--container .btn-plus.js-close-nav-form:hover:after {
  background-color: #FF3548;
}
@media (max-width: 991.98px) {
  #main-menu .form---search--container:before {
    display: none;
  }
  #main-menu .form---search--container form {
    padding-top: 15px !important;
  }
  #main-menu .form---search--container {
    top: 50% !important;
    margin: 10px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 767.98px) {
  #main-menu .form---search--container {
    top: 50% !important;
    margin: 10px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #main-menu .form---search--container form {
    padding-top: 15px !important;
  }
  #main-menu .form---search--container.check-a {
    height: 230px;
  }
  #main-menu .form---search--container .check-a {
    height: 230px;
    padding-bottom: 0 !important;
  }
}

.selectpicker---z-inde-picker {
  z-index: 2 !important;
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7em 0.75em;
  border: 0 !important;
  background-color: transparent !important;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #ACBDC6;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: #ACBDC6;
}
.bootstrap-select > select {
  z-index: 0 !important;
  position: absolute !important;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  border: none;
  opacity: 0 !important;
  bottom: 0;
  left: 50%;
}
.bootstrap-select > select.mobile-device {
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  top: 0;
  left: 0;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #fff;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #fff;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.form-control {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
  float: none;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  display: inline-block;
  margin-left: 0;
  float: none;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  line-height: inherit;
  font-size: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  line-height: inherit;
  font-size: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
  top: 0;
  left: 0;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 99999999;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  float: left;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  opacity: 0 !important;
  float: left;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  margin-top: -2px;
  top: 50%;
  right: 12px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  padding: 0;
  margin: 0;
  border: 0;
  float: none;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: #ACBDC6 !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  width: 96%;
  min-height: 26px;
  padding: 3px 5px;
  margin: 0 2%;
  border: 1px solid rgb(227, 227, 227);
  background: rgb(245, 245, 245);
  bottom: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  opacity: 0.9;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  margin: 0 5px;
  background: #f5f5f5;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  width: auto;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  margin-top: -1px;
  top: auto;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  display: block;
  width: 0.5em;
  height: 1em;
  content: "";
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 100000000;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  position: absolute;
  display: none;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  bottom: -4px;
  left: 9px;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  position: absolute;
  display: none;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  bottom: -4px;
  left: 10px;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  width: 100%;
  margin-bottom: 0;
  float: none;
}

.transfer {
  border: 0;
  width: 100%;
  padding: 5em;
  background: #01cf7c;
}
.transfer iframe {
  border: 0;
  width: 100%;
  min-height: 170px;
}
@media only screen and (max-width: 818px) {
  .transfer iframe {
    min-height: 760px;
  }
}
@media (max-width: 991.98px) {
  .transfer {
    padding: 2.5em;
  }
}
@media (max-width: 991.98px) {
  .transfer {
    padding: 10px;
  }
}

.iframe---home-widget {
  position: relative;
  height: 290px;
  max-height: 290px;
  max-height: 290px;
  padding-top: 2.5em;
}
.iframe---home-widget .utils--spinner {
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1034;
  -moz-transform: translate(-50%, -50%) scale(1.75);
  -o-transform: translate(-50%, -50%) scale(1.75);
  -ms-transform: translate(-50%, -50%) scale(1.75);
  -webkit-transform: translate(-50%, -50%) scale(1.75);
  transform: translate(-50%, -50%) scale(1.75);
}
.iframe---home-widget img {
  width: 160px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.iframe---rentalcar {
  position: relative;
  min-height: 320px;
}
.iframe---rentalcar .utils--spinner {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.iframe---rentalcar .utils--spinner div {
  border-color: transparent;
  width: 10px;
}
.iframe---rentalcar .utils--spinner {
  height: 60px;
  width: 100px;
  border: none !important;
}
.iframe---rentalcar {
  /*

  .ct-ui-base {
  	font-family: $font-family-base !important;
  	font-size: 1em !important;

  	border: none !important;
  	margin: 0 !important ;
  	color: $dark !important ;
  }

  // -- title

  .ct-ui-font-large {
  	position: relative !important;

  	// top right bottom left
  	padding: 0.75em 2.5em 0.75em 0em !important;
  	margin: 0 !important ;
  	margin-bottom: 0.75em !important ;

  	font-family: $font-family-base !important;
  	text-transform: none !important;
  	font-weight: 900 !important;
  	width: auto !important;
  	display: inline-block !important;
  	color: $dark !important ;
  	background: $gray-100;
  	padding-left: 0.75em !important;

  	font-size: 1.5em !important;

  	&:before {
  		content: "" !important ;
  		display: block !important ;
  		width: 100vw !important ;
  		height: 100% !important ;
  		background: $gray-100;

  		display: block;
  		right: 100% !important ;
  		top: 0 !important ;
  		position: absolute !important ;
  		z-index: -1 !important ; // to be below the parent element but it doesn't work
  	}
  }

  input.ct-input,
  label,
  .ct-select {
  	font-family: $font-family-base !important;
  	font-size: 1em !important;
  	font-weight: normal !important;
  	padding: 0.75em !important;
  	border: 2px solid $gray-500 !important;
  	min-height: 50px;
  	color: $dark !important ;
  	box-shadow: 0px 0px transparent !important;
  	position: relative !important ;

  	&:focus {
  		box-shadow: 0px 0px transparent !important;
  	}

  	&:invalid,
  	&.ct-error {
  		box-shadow: 0px 0px transparent !important;
  	}
  }

  .ct-select {
  	&:after {
  		display: none !important;
  	}
  }

  select {
  	border: 0 !important;
  	width: 100% !important ;
  	height: 100% !important;
  	font-family: $font-family-sans-serif !important;
  	font-size: 1em !important;
  	font-weight: normal !important;
  	position: absolute !important;
  	color: $dark !important;
  	top: 0 !important;
  	left: 0 !important ;

  	-webkit-appearance: button !important;
  	-moz-appearance: button !important;
  	-webkit-user-select: none !important;
  	-moz-user-select: none !important;
  	// just in case
  	-webkit-box-sizing: border-box !important;
  	-moz-box-sizing: border-bo !important;
  	box-sizing: border-box !important;
  	-webkit-appearance: none !important;
  	-moz-appearance: none !important;

  	-webkit-padding-end: 1em !important;
  	-moz-padding-end: 1em !important;
  	-webkit-padding-start: 2px !important;
  	-moz-padding-start: 2px !important;

  	background-color: $white !important;
  	background-image: $btn-arrow-down-gray !important;
  	background-position: right 10px center !important;
  	background-size: 10px 10px !important;
  	background-repeat: no-repeat !important;
  	padding-left: 0.75em !important ;
  }

  .ct-icon-cancel-circle,
  .ct-icon-calendar {
  	position: absolute !important;
  	width: 25px !important;
  	height: 25px !important;
  	min-height: 25px !important;
  	display: table !important;
  	border-radius: 50%;
  	background-color: $gray-500 !important;
  	font-size: 1em !important;
  	top: 50% !important;
  	@include translate(0, -50%);
  	cursor: pointer !important;

  	&:before {
  		content: "×" !important;
  		position: absolute !important;
  		width: 100% !important;
  		height: 100% !important;
  		text-align: center !important;
  		display: table-cell !important;
  		vertical-align: middle !important;
  		color: rgba($dark, 0.5) !important;
  		line-height: 20px !important;
  	}
  }

  .ct-icon-calendar {
  	border-radius: 0 !important;
  	background-color: transparent !important ;
  	&:before {
  		content: " " !important;
  		background-image: $icon-calendar-gray !important;
  	}
  }

  .ct-different-dropoff {
  	margin-bottom: 0 !important;
  }

  .ct-checkbox {
  	border: 0 !important ;
  	padding-top: 0.25em !important ;
  	padding-bottom: 0.25em !important ;

  	.ct-icon-checkmark-square-empty,
  	.ct-icon-checkmark-square {
  		border: 2px solid $gray-500 !important;

  		@include translate(-25%, 0);

  		&:before {
  			content: "" !important ;
  		}
  	}

  	.ct-icon-checkmark-square {
  		&:before {
  			background-size: 10px 10px !important;
  			background-position: 50% !important;
  			background-repeat: no-repeat !important;
  			background-color: transparent !important;
  			font-style: normal !important;
  			background-image: $form-icon-valid !important;
  			position: absolute;
  			width: 100% !important;
  			height: 100% !important;

  			top: 0 !important;
  			left: 0 !important;
  		}
  	}
  }

  .ct-ui-s-error {
  	border: 0 !important;
  	position: relative;
  	z-index: 2;

  	top: 5px !important;
  	width: auto !important;
  	background-color: transparent !important;

  	left: auto !important;
  	right: 0 !important;

  	padding-bottom: 1em !important;
  	//@include translate(0, -40%);

  	.ct-icon-cancel {
  		z-index: 102;
  		display: table !important;
  		&:before {
  			content: "×" !important;
  			position: absolute;
  			width: 100%;
  			height: 100%;
  			text-align: center;
  			display: table-cell;
  			vertical-align: middle;
  		}
  		height: 30px !important;
  		width: 30px !important;

  		top: 0 !important;
  		right: -2.5px !important;
  	}

  	label {
  		border: 0 !important;
  		width: auto !important ;
  		position: relative !important;
  		background-color: $red !important;
  		padding: 0.75em 1.5em !important;
  		z-index: 100;
  		background-color: $red;
  		color: $white;
  		position: relative;
  		width: auto;
  		min-width: 4em;
  		cursor: pointer !important ;

  		&:after {
  			content: "";
  			position: absolute;
  			bottom: 1px;
  			left: 50%;
  			width: 0;
  			height: 0;
  			border: 15px solid transparent;
  			border-top-color: $red;
  			border-bottom: 0;
  			border-left: 0;
  			margin-left: -10px;
  			margin-bottom: -15px;
  		}
  	}
  }

  /// button
  .ct-btn,
  .ct-btn-s {
  	background-color: transparent;

  	font-family: $font-family-sans-serif !important;
  	font-size: 1em !important;
  	font-weight: normal !important;
  	padding: 0.25em 0.75em !important;
  	min-height: 50px;
  	color: $dark !important ;
  	box-shadow: 0px 0px transparent !important;
  	position: relative !important ;
  	text-transform: uppercase;
  	border: 0 !important;
  	overflow: hidden;

  	span {
  		padding: 0.25em !important ;
  		position: static !important;

  		&:after {
  			//	display: none !important;
  			position: absolute !important;
  			top: 50% !important;
  			right: 0 !important;
  			@include translate(0, -50%);
  			margin: 0 !important ;

  			width: 60px !important;
  			height: 100% !important;

  			display: block !important;
  			content: "" !important;
  			background-image: $btn-arrow-right !important;
  			background-size: 10px 10px !important;
  			background-position: center !important;
  			background-repeat: no-repeat !important;
  			border: 0;
  		}
  	}

  	&:before {
  		position: absolute !important;
  		content: "" !important;
  		width: 100% !important;
  		height: 100% !important;
  		left: 0% !important;
  		bottom: 0 !important;
  		background: $yellow !important;
  		z-index: -2 !important;
  	}

  	&:after {
  		position: absolute !important;
  		content: "" !important;
  		width: 120% !important;
  		height: 120% !important;
  		left: -20% !important;
  		bottom: -10% !important;
  		background-color: $green !important;
  		@include transition(all 0.5s ease);
  		@include transform(translateX(-100%) skewX(15deg));
  		z-index: -1 !important;
  		opacity: 0 !important;
  		@include opacity(0);
  	}

  	&:hover,
  	&:focus,
  	.active {
  		@include transition(all 0.3s ease);
  		color: $white !important;
  		@include opacity(1);
  		background-color: transparent !important;

  		&:after {
  			@include transition(all 0.5s ease);
  			@include transform(translateX(10%) skewX(15deg));
  			opacity: 1 !important;
  			background-color: $green !important;
  			@include opacity(1);
  		}

  		span {
  			&:after {
  				background-image: $btn-arrow-right-white !important;
  			}
  		}
  	}
  }

  */
}

/*
.ui-datepicker {
	.ui-datepicker-close {
		display: none !important;
	}

	font-family: $font-family-base !important;
	font-size: 1em !important;
	font-weight: normal !important;
	border: 2px solid $gray-500 !important;
	margin-top: -2px !important;

	box-shadow: 0px 0px transparent !important;

	.ui-datepicker-header {
		background-color: $secondary !important;
		font-size: 1em !important;
	}
	.ui-datepicker-title {
		font-family: $font-family-base !important;
		font-size: 1em !important;
		font-weight: normal !important;
	}

	.ct-icon-caret-left {
		&:before {
			content: "\00a0" !important ;
			background-size: 10px 10px !important;
			background-repeat: no-repeat !important;
			background-image: $btn-arrow-left-white !important ;
			background-position: center center;
		}
	}
	.ct-icon-caret-right {
		&:before {
			content: "\00a0" !important ;
			background-size: 10px 10px !important;
			background-repeat: no-repeat !important;
			background-position: center center;
			background-image: $btn-arrow-right-white !important ;
		}
	}

	table {
		td,
		th {
			font-size: 80% !important;

			a,
			span {
				text-align: center !important;
				font-weight: normal !important;
				padding: 0.25em !important ;
			}

			td.ct-active {
				background-color: $green !important;
			}

			a.ct-active {
				background-color: $secondary !important;
				color: $white !important;
			}
		}

		th {
			background-color: $gray-400;
		}
		thead {
			border-bottom: 6px solid $white !important;
		}
	}



	// end ui datapiker rent a car
}

*/
.iframe---get-your-guide {
  width: 100% !important;
}

.hotel {
  padding: 0;
  margin: 0;
}
.hotel .relative {
  position: relative;
}
@media (max-width: 767.98px) {
  .hotel---container {
    padding-right: 0em;
    padding-left: 0em;
  }
}
.hotel .section {
  min-height: 15vh;
}
.hotel .section.set-min-height {
  min-height: 50vh;
}
.hotel .section:nth-child(1) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hotel .list-group-flush {
  padding-bottom: 10px !important;
}
.hotel .list-group-item {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  border-color: #efefef;
  border-top: 0;
  color: #424D57;
  background: none !important;
}
.hotel .list-group-item strong {
  text-transform: uppercase;
  color: rgb(66, 77, 87);
}
.hotel .list-group-item {
  position: relative;
}
.hotel .list-group-item .utils--category {
  font-size: 1em;
}
.hotel .list-group-item.icon {
  padding-left: 34px;
}
.hotel .list-group-item.icon:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 100%;
  background: #FFCA35;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 32 32'%3e%3cpath d='M27 3.7L12.4 18 5 10.5l-5 5 10 10.3 2.4 2.5L32 8.7z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: contain;
  background-size: 37.5%;
  background-repeat: no-repeat;
}
.hotel .list-group-item.icon.info:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120'%3e%3cpath d='M60 0C26.9 0 0 26.9 0 60s26.9 60 60 60 60-26.9 60-60S93.1 0 60 0zM49.8 80.1c2.8-8.9 8.2-19.7 9.1-22.4 1.4-3.9-1.1-5.7-8.7 1l-1.7-3.2c8.7-9.5 26.7-11.6 20.6 3.1-3.8 9.2-6.5 15.4-8.1 20.1-2.3 7 3.5 4.1 9.1-1.1.8 1.3 1 1.7 1.8 3.1-12.5 12-26.4 13-22.1-.6zm23.7-40.9c-2.7 2.3-6.6 2.2-8.8-.1-2.2-2.3-1.8-6 .8-8.3 2.7-2.3 6.6-2.2 8.8.1 2.3 2.3 1.9 6-.8 8.3z'/%3E%3C/svg%3E");
  background-size: 75%;
}
.hotel .list-group-item.icon.category:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 120 120'%3e%3cpath d='M93.1 93.1H76.6v4.2h20.7V76.6h-4.2zM76.6 22.8v4.1h16.5v16.5h4.2V22.8zM26.9 26.9h16.5v-4.1H22.8v20.6h4.1zM26.9 76.6h-4.1v20.7h20.6v-4.2H26.9zM68.9 46.4L57.8 63.6l-8.9-5.7-3.8 6 12 7.9 2.9 1.9 14.8-23.4-5.9-3.9z'/%3E%3C/svg%3E");
  background-size: 100%;
}
.hotel .list-group-item.icon.adress:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 120 120'%3e%3cpath d='M96.8 84.5L77 96.8 60 84.5 43 96.8 23.2 84.5V23.2L43 35.5l17-12.3 17 12.3 19.8-12.3v61.3zM61.5 44.7h-3.1V28.1L44.7 38v12.8h-3.1V38.2l-15.3-9.5v54.1l15.3 9.5v-20h3.1v19.6l13.8-10V66.1h3.1v15.7l13.8 10V75.3h3.1v17l15.3-9.5V28.7l-15.3 9.5v9.5h-3.1V38L61.6 28v16.7zm25.1 21.5l-4-3.9 3.9-4-2.2-2.2-3.9 4-4-3.9-2.2 2.2 4 3.9-3.9 4 2.2 2.2 3.9-4 4 3.9 2.2-2.2zm-43.3-1.9c-1.1 0-2.3-.2-3.3-.6l1.2-3.4c.7.2 1.4.4 2.1.4.8 0 1.6-.2 2.3-.5l1.4 3.3c-1.1.6-2.4.8-3.7.8zM35.4 57c-1.6 0-3 1.3-3 3 0 1.6 1.3 3 3 3 1.6 0 3-1.3 3-3-.1-1.6-1.4-3-3-3zm34.5 4.9l-5-2.9 1.8-3.1 5.1 2.9-1.9 3.1zm-19.8 0l-1.9-3.1 5-3 1.9 3.1-5 3zm12.1-4.4c-.7-.3-1.5-.5-2.3-.5-.7 0-1.4.1-2.1.4L56.5 54c1.1-.4 2.2-.6 3.3-.6 1.3 0 2.6.2 3.7.7l-1.3 3.4z'/%3E%3C/svg%3E");
  background-size: 100%;
}
.hotel .list-group-item.icon.timecalendar:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 120 120'%3e%3cpath d='M89.8 27.5V16.7H73.5v10.8h-27V16.7H30.2v10.8H19.4v75.8h56.8c-.4-1.6-.6-3.2-.6-4.9v-.5H24.8V43.8h70.4v35c1.9 0 3.7.3 5.4.8v-52H89.8zM41 32.9h-5.4V22.1H41v10.8zm43.4 0H79V22.1h5.4v10.8z'/%3E%3Cpath d='M46.5 49.2h10.8V60H46.5zM62.7 49.2h10.8V60H62.7zM79 49.2h10.8V60H79zM30.2 65.4H41v10.8H30.2zM46.5 65.4h10.8v10.8H46.5zM62.7 65.4h10.8v10.8H62.7zM79 65.4h10.8v10.8H79zM30.2 81.7H41v10.8H30.2zM46.5 81.7h10.8v10.8H46.5zM62.7 81.7h10.8v10.8H62.7zM93.5 81.7c-8 0-14.6 6.5-14.6 14.6s6.5 14.6 14.6 14.6 14.6-6.5 14.6-14.6-6.5-14.6-14.6-14.6zm0 27.5c-7.2 0-13-5.8-13-13s5.8-13 13-13 13 5.8 13 13-5.8 13-13 13z'/%3E%3Cpath d='M93.5 86.5h-1.6V97.9h9.7v-1.7h-8.1v-9.7z'/%3E%3C/svg%3E");
  background-size: 80%;
}
.hotel .list-group-item.icon.agelimit:before {
  content: attr(data-limit);
  font-size: 10px;
  line-height: 36px;
  text-align: center;
  color: #d3dee5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 120 120'%3e%3cpath d='M101.5 60c0 23-18.5 41.5-41.5 41.5S18.5 83 18.5 60 37.2 18.5 60 18.5c5.7 0 11.1 1.1 16.1 3.2l-.9 6.6c-4.6-2.2-9.7-3.4-15.1-3.4-19.3 0-34.8 15.5-34.8 34.8C25.2 79 40.7 94.5 60 94.5S94.8 79 94.8 59.7c0-5.6-1.3-10.8-3.6-15.5l6.8-1c2.2 5.2 3.5 10.8 3.5 16.8z'/%3E%3Cpath d='M95.7 31.4v2.1H86v11.6h-1.9V33.5h-9.7v-2.1h9.7V19.8H86v11.6z'/%3E%3C/svg%3E");
  background-size: 100%;
}
.hotel .list-group-item.icon.petpolicy:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 120 120'%3e%3cpath d='M59.8 56.7c11 0 23.3 20.2 25.2 28.7C86.9 94 81.7 101 73.5 99c-3.6-.9-10.7-4.3-13.5-4.3-3 .1-7.8 2.8-11.8 4.1-8.8 3-15.6-4.2-13.2-13.4 2.5-10 14.7-28.7 24.8-28.7zm35.6-14.5c3.9 1.8 5.4 9.3 2.9 17.4-2.3 7.7-7.7 12.5-15 9.2-6.4-2.9-7.1-10.5-2.9-17.4 4.2-6.9 11.1-10.9 15-9.2zM23 44.6c-3.4 2.4-3.5 9.9.3 17.2 3.6 7 9.6 10.7 16 6.2 5.6-3.9 5-11.3-.3-17.2-5.2-6-12.6-8.6-16-6.2zm51.6-24.1c4.4.8 7.7 8 7.2 16.7-.4 8.3-4.6 14.4-12.8 12.9-7.1-1.3-9.7-8.8-7.2-16.7 2.5-8 8.4-13.7 12.8-12.9zm-34 .2c-4.2 1.5-6.3 9.1-4.5 17.6 1.7 8.1 6.8 13.6 14.6 10.8 6.8-2.4 8.2-10.1 4.5-17.6-3.6-7.5-10.4-12.3-14.6-10.8z'/%3E%3C/svg%3E");
  background-size: 80%;
}
.hotel .list-group-item.icon.policy:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 120 120'%3e%3cpath d='M76.6 36.8v39.8c0 9.1-7.4 16.6-16.6 16.6s-16.6-7.4-16.6-16.6V36.8c0-5.5 4.5-10 10-10s10 4.5 10 10v29.9c0 1.8-1.5 3.3-3.3 3.3s-3.3-1.5-3.3-3.3V40.1H50v26.5c0 5.5 4.5 10 10 10s10-4.5 10-10V36.8c0-9.2-7.4-16.6-16.6-16.6s-16.6 7.4-16.6 16.6v39.8c0 12.8 10.4 23.2 23.2 23.2s23.2-10.4 23.2-23.2V36.8h-6.6z'/%3E%3C/svg%3E");
  background-size: 80%;
}
.hotel .list-group-item.icon.document:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 120 120'  preserveAspectRatio='xMinYMid'%3e%3cpath d='M43.4 56.7l-8.3-6.6-8.3 6.6V20.3h16.6v36.4zM76.6 60H50.1v3.3h26.5V60zM50.1 20.3v6.6h36.4v38.2c0 13.6-19.9 8.1-19.9 8.1s5 19.9-8.7 19.9H33.5V59.9l-6.6 5.3v34.6h33.7c10.5 0 32.5-23.9 32.5-31.8V20.3h-43zm26.5 19.8H50.1v3.3h26.5v-3.3zm0 10H50.1v3.3h26.5v-3.3z'/%3E%3C/svg%3E");
  background-size: 80%;
}
.hotel .list-group-item.icon.hotel-name:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 120 120'%3e%3cpath d='M34.3 49.1H49v18.3H34.3V49.1zm18.4 0h14.7v18.3H52.7V49.1zm18.3 0h14.7v18.3H71V49.1zM46.4 25.8v3.6h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2zm6.9-.3c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm4.4-7.5v.9h2.9v7.5h1.2v-7.5h2.9v-.9h-7zm14.3.9v-.9h-5.7v8.4H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72zm5.2 6.5v-7.5H76v8.4h5.6v-.9h-4.4zm0 0v-7.5H76v8.4h5.6v-.9h-4.4zm-10.9.9H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72v-.9h-5.7v8.3zm-8.6-7.4h2.9v7.5h1.2v-7.5h2.9v-.9h-7.1c.1 0 .1.9.1.9zm-4.4-1.2c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm-6.9-3.9h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2v3.6zm57.4 15.5v-7.3h-7.3v-21H25.6v21.1h-9.5V45h7.3v51.2h-7.3l1.3 7.3h84l2.3-7.3h-7.3V44.9h7.4zM56.4 99.8h-7.3V85.2h7.3v14.6zm14.5 0h-7.3V85.2h7.3v14.6zm18.4-3.7h-11V77.9H41.7v18.3H30.8V44.9h58.5v51.2zM30.4 37.7V21.5h61.2l.1 16.3c0-.1-61.3-.1-61.3-.1zm46.8-11.9H76v8.4h5.6v-.9h-4.4v-7.5zm-10.9 8.3H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72v-.9h-5.7v8.3zm-8.6-7.4h2.9v7.5h1.2v-7.5h2.9v-.9h-7.1c.1 0 .1.9.1.9zm-4.4-1.2c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm-6.9-3.9h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2v3.6zM34.3 49.1H49v18.3H34.3V49.1zm18.4 0h14.7v18.3H52.7V49.1zm18.3 0h14.7v18.3H71V49.1zM46.3 25.8h1.2v8.4h-1.2v-3.9h-4.7v3.9h-1.2v-8.4h1.2v3.6h4.7v-3.6zm7-.3c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.2-2.5-1.9-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3c1.6 0 2.9 1.5 2.9 3.3s-1.3 3.3-2.9 3.3zm4.4-7.5h7.1v.9h-2.9v7.5h-1.2v-7.5h-2.9l-.1-.9zm8.5 0h5.7v.9h-4.7v2.7h4v.9h-4v2.9h4.7v.9h-5.7v-8.3zm15.3 7.4v.9h-5.6v-8.4h1.2v7.5h4.4zm-34-7.4v8.4h-1.2v-3.9h-4.7v3.9h-1.2v-8.4h1.2v3.6h4.7v-3.6h1.2zm17.2 0v.9h-2.9v7.5h-1.2v-7.5h-2.9v-.9h7zm2.6.9v2.7h4v.9h-4v2.9H72v.9h-5.7v-8.4H72v.9l-4.7.1zm14.2 6.5v.9h-5.6v-8.4h1.2v7.5h4.4zm-28.2-7.7c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.2-2.5-1.9-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3c1.6 0 2.9 1.5 2.9 3.3s-1.3 3.3-2.9 3.3zM71 49.1h14.7v18.3H71V49.1zm-18.3 0h14.7v18.3H52.7V49.1zm-18.4 0H49v18.3H34.3V49.1z'/%3E%3C/svg%3E");
  background-size: 100%;
}
.hotel .list-group-item.icon.payment:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3dee5' viewBox='0 0 120 120'%3e%3cpath d='M75.5 59.3v12.8h16.7v11H27.8V36.9H89v3.8H33.8v6.8h58.4v11.8z'/%3E%3Cpath d='M88.6 65.9c0 1.8-1.5 3.3-3.3 3.3S82 67.7 82 65.9s1.5-3.3 3.3-3.3 3.3 1.5 3.3 3.3z'/%3E%3C/svg%3E");
  background-size: 100%;
}
.hotel .list-group-item:last-child {
  border-bottom: 1px solid #efefef !important;
}
.hotel--section---header {
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  background: #d3dee5;
}
.hotel--section---header .container {
  position: relative;
}
.hotel--section---header h2 {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
  text-transform: none;
}
@media (max-width: 767.98px) {
  .hotel--section---header h2 {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
}
.hotel--map---container {
  width: 100%;
  padding-top: 35%;
  background-color: rgb(66, 77, 87);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hotel .link-to {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: block;
  padding: 1em;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #424D57;
  background-color: #FFCA35;
}
.hotel---subtitle {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.35em 2.5em 0.35em 0em !important;
  margin: 0.5em;
  margin-top: 0;
  font-weight: 600;
  text-transform: none;
  background: #efefef;
}
.hotel---subtitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
  display: block;
  display: block;
  width: 50vw;
  height: 100%;
  background: #efefef;
  /* to be below the parent element but it doesn't work' */
}
.hotel--best-offer---banner-small {
  position: fixed;
  right: 0px;
  bottom: 60px;
  z-index: 101;
  display: none;
  width: 280px;
  height: 60px;
  padding-left: 15px;
  background-color: #FFCA35 !important;
  -moz-transform: translate(95%, 0);
  -o-transform: translate(95%, 0);
  -ms-transform: translate(95%, 0);
  -webkit-transform: translate(95%, 0);
  transform: translate(95%, 0);
}
@media (max-width: 991.98px) {
  .hotel--best-offer---banner-small {
    display: block;
  }
}
.hotel--best-offer---banner-small.active {
  display: block !important;
}
.hotel--best-offer---banner-small a {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  line-height: 50px;
  background-color: transparent !important;
}
.hotel--best-offer---banner-small a:hover {
  color: #424D57 !important;
  background-color: transparent !important;
}
.hotel--best-offer---banner-small a table {
  width: 80%;
  height: 100%;
  vertical-align: middle;
}
.hotel--best-offer---banner-small a small {
  position: absolute;
  right: 60px;
  bottom: 0;
  display: block;
  height: 20px;
  font-size: 0.625em !important;
  line-height: 20px;
  text-transform: uppercase;
  color: #424D57;
}
@media (max-width: 767.98px) {
  .hotel--best-offer---banner-small a {
    width: 100% !important;
    margin: 0 !important;
  }
}
.hotel--best-offer---banner-small:after {
  content: "";
  position: absolute;
  top: 0;
  left: -28.5714285714px;
  z-index: -1;
  display: block;
  width: 0;
  width: 0;
  height: 0;
  height: 0;
  border-width: 0 28.5714285714px 60px 0;
  border-style: solid;
  border-color: transparent #FFCA35 transparent transparent;
  background: transparent;
}
.hotel--best-offer---banner-small:hover, .hotel--best-offer---banner-small:focus {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hotel--best-offer---banner-small .price-container span {
  display: inline-block !important;
  width: auto !important;
  font-weight: 900 !important;
}
.hotel--best-offer---banner-small .price-container span.price {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5em;
}
.hotel--best-offer---banner-small .price-container span.currency {
  margin-right: 2px;
  font-size: 1.55em;
}
.hotel--best-offer---banner-small .info-container {
  font-size: 1.5em;
  font-weight: 900 !important;
  color: #01CB60;
  vertical-align: middle;
}
.hotel--best-offer---banner {
  position: fixed;
  top: 60px;
  right: 0px;
  z-index: 101;
  display: none;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  height: 120px;
  color: #fff;
  pointer-events: none;
  padding-left: 57.1428571429px;
}
.hotel--best-offer---banner .banner--background {
  position: absolute;
  left: 52%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: #fff;
}
.hotel--best-offer---banner .banner--background:after {
  content: "";
  position: absolute;
  top: 0;
  left: -57.1428571429px;
  z-index: -1;
  display: block;
  width: 0;
  width: 0;
  height: 0;
  height: 0;
  border-width: 0 57.1428571429px 120px 0;
  border-style: solid;
  border-color: transparent #FFCA35 transparent transparent;
  background: transparent;
}
.hotel--best-offer---banner .container {
  height: 100%;
}
.hotel--best-offer---banner.active {
  display: block;
}
@media (max-width: 991.98px) {
  .hotel--best-offer---banner {
    display: none !important;
  }
}
.hotel--best-offer---body {
  height: 100%;
}
.hotel--best-offer---body > .row {
  height: 100%;
}
.hotel--best-offer---body > .row div > .row {
  display: table;
  width: 100%;
  height: 50%;
}
.hotel--best-offer---body > .row div > .row > div {
  position: relative;
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}
.hotel--best-offer---body > .row div > .row > div strong,
.hotel--best-offer---body > .row div > .row > div span {
  display: block;
  width: 100%;
  font-weight: 100;
}
.hotel--best-offer---body > .row div > .row > div strong {
  position: relative;
  font-weight: 400;
  letter-spacing: 1px;
}
.hotel--best-offer---body > .row .labels span {
  font-size: 0.765em;
  line-height: 1.25;
  letter-spacing: 1px;
  text-align: right;
  text-transform: uppercase;
}
.hotel--best-offer---body > .row .dates:before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0px;
  display: block;
  width: 1px;
  height: 80%;
  margin-right: -0.5px;
  background-color: #fff;
}
.hotel--best-offer---body > .row .best-deal--container {
  position: relative;
  padding: 0 !important;
}
.hotel--best-offer---body > .row .best-deal--container p {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  border-bottom: 4px solid #fff;
  font-size: 1.15em;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.hotel--best-offer---body > .row .best-deal--container p.null {
  border-bottom: 0;
}
.hotel--best-offer---body > .row .best-deal--container p:before {
  content: "";
  position: absolute;
  top: 110%;
  display: block;
  width: 100%;
  height: 30px;
  background-color: transparent;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.hotel--best-offer---body > .row .best-deal--container p {
  -moz-transform: translate(-50%, -75%);
  -o-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  -webkit-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
}
.hotel--best-offer---body > .row .best-deal--container p.null {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hotel--best-offer---body > .row .best-deal--container p.trivago:before {
  background-image: url(../../../../storage/images/traking/trivago-white.svg);
}
.hotel--best-offer---body > .row .best-deal--container p.google:before {
  background-image: url(../../../../storage/images/traking/google-white.svg);
}
.hotel--best-offer---body > .row .best-deal--container p.kayak:before {
  background-image: url(../../../../storage/images/traking/kayak-white.svg);
}
.hotel--best-offer---body > .row .best-deal--container p.tripadvisor:before {
  background-image: url(../../../../storage/images/traking/tripadvisor-white.svg);
}
.hotel--best-offer---body > .row .best-deal--container p.idealo:before {
  background-image: url(../../../../storage/images/traking/idealo-white.svg);
}
.hotel--best-offer---body .best-deal-price {
  padding-left: 0.25em;
}
.hotel--best-offer---body .best-deal-price span {
  display: inline-block !important;
  width: auto !important;
  font-weight: 900 !important;
}
.hotel--best-offer---body .best-deal-price span.price {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.35em;
}
.hotel--best-offer---body .best-deal-price span.currency {
  margin-right: 4px;
  font-size: 2.35em;
}
.hotel--best-offer---body .best-deal-price {
  position: relative;
}
.hotel--best-offer---body td {
  overflow: hidden;
  white-space: nowrap;
}
.hotel--best-offer---body .utils--spinner {
  margin: 0 auto;
}
.hotel--best-offer---body .utils--spinner > div {
  border: 0;
}
.hotel--best-offer---body a {
  text-transform: uppercase;
  background-color: #FFCA35;
}
.hotel--best-offer---body a i,
.hotel--best-offer---body a i:before,
.hotel--best-offer---body a i::after {
  width: 40px;
  background-size: 15px 15px;
}
.hotel .room-list {
  padding-bottom: 10px !important;
  border-bottom: 8px solid #6c757d;
  margin-bottom: 20px !important;
}
@media (max-width: 991.98px) {
  .hotel .room-list {
    background-color: #edeff0;
  }
}
@media (max-width: 991.98px) {
  .hotel .room-list---container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.hotel .room-list---footer {
  position: relative;
  margin-top: 10px !important;
}
.hotel .room-list---footer .btn, .hotel .room-list---footer .button--link {
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
}
.hotel .room-list---footer .btn:after, .hotel .room-list---footer .button--link:after, .hotel .room-list---footer .btn:before, .hotel .room-list---footer .button--link:before {
  content: "";
  top: 50%;
  width: 10px;
  height: 100%;
  background-color: #fff;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  display: block;
  margin-top: -0.5px;
}
@media (max-width: 991.98px) {
  .hotel .room-list---footer .btn:after, .hotel .room-list---footer .button--link:after, .hotel .room-list---footer .btn:before, .hotel .room-list---footer .button--link:before {
    background-color: #edeff0;
  }
}
.hotel .room-list---footer .btn:after, .hotel .room-list---footer .button--link:after {
  right: -11px;
  border-right: 1px solid #d3dee5;
}
.hotel .room-list---footer .btn:before, .hotel .room-list---footer .button--link:before {
  left: -11px;
  border-left: 1px solid #d3dee5;
}
.hotel .room-list---footer .btn, .hotel .room-list---footer .button--link {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.7 64.7'%3e%3cpath fill='%23fff' d='M93.9 64.7L55.8 21.4 18.1 64.7H0L55.8 0l56 64.7H93.9z'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.hotel .room-list---footer .btn.collapsed, .hotel .room-list---footer .collapsed.button--link {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.74 64.71'%3e%3cpath fill='%23fff' d='M17.84 0l38.15 43.27L93.66 0h18.08L55.99 64.71 0 0z'/%3e%3c/svg%3e");
}
.hotel .room-list---footer:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  margin-top: -0.5px;
  background-color: #d3dee5;
}
.hotel .relative {
  position: relative !important;
}
.hotel .widget {
  position: relative;
  padding: 20px;
  background-color: #efefef;
}
.hotel .widget img {
  width: auto;
  height: 35px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  margin-top: -20px;
}
.hotel .widget.mb-10 {
  margin-bottom: 10px;
}
.hotel .widget span.reviewed {
  position: absolute;
  bottom: 6px;
  left: 32px;
  z-index: 2;
  font-size: small;
  color: #424D57;
}
@media (max-width: 595.98px) {
  .hotel .widget span.reviewed {
    bottom: 4px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.hotel .trustpilot-widget {
  padding-top: 6px;
}

.hotel--section---header a {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hotel--section---header a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hotel--section---header a {
  display: none;
}
@media (max-width: 767.98px) {
  .hotel--section---header a {
    display: block;
  }
}

.hotel---anchor {
  width: 100%;
  height: 0;
  border: 0;
}

@media (max-width: 991.98px) {
  header .fixed-top {
    position: static !important;
  }
}

.top--space {
  margin-top: 68px;
}
@media (max-width: 991.98px) {
  .top--space {
    margin-top: 0 !important;
  }
}

.account .bookings---lists {
  padding: 1rem;
  color: #424D57;
}
.account .bookings---lists .booking {
  height: 80px;
  border-bottom: 1px solid #d3dee5;
  overflow: hidden;
}
.account .bookings---lists .booking .status {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.75rem;
  border-radius: 100%;
  background-color: #d3dee5;
}
.account .bookings---lists .booking .status:before {
  content: "";
}
.account .bookings---lists .booking .status {
  position: relative;
}
.account .bookings---lists button {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 3.2rem !important;
  padding-left: 3rem !important;
  color: #01CB60;
  text-align: left;
  font-weight: normal;
}
.account .bookings---lists button strong {
  font-weight: 500;
}
.account .bookings---lists button::before {
  position: absolute;
  display: inline-block;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.75rem;
  content: "";
  border-radius: 100%;
  background-color: #d3dee5;
  left: 1rem;
}
.account .bookings---lists button.status-cancelled::before {
  background-color: #FF3548;
}
.account .bookings---lists button.status-inprocess::before {
  background-color: #01CB60;
}
.account .bookings---lists button.status-done::before {
  background-color: #49c2ef;
}
.account .bookings---lists button .btn-plus {
  position: absolute;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 1rem;
}
.account .bookings---lists button.collapsed {
  color: #424D57;
}
.account .bookings---lists .card-body {
  border-bottom: 1px solid #d3dee5;
}
@media (max-width: 991.98px) {
  .account .bookings---lists .card-body table {
    min-width: 900px !important;
  }
}
.account .bookings---lists .card-body table th {
  background-color: rgba(237, 239, 240, 0.75);
}
.account .bookings---lists .card-body table td.btn--link---container {
  padding: 0 !important;
  overflow: hidden;
}
.account .bookings---lists .card-body table td .button--link {
  display: block;
  width: 100% !important;
  height: 100% !important;
  text-transform: none;
  overflow: hidden;
  text-align: center;
}
.account .bookings---lists .card-body table td.text-ellipsis {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account .bookings---lists .card-body table td .js-btn-copy {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.account .bookings---lists .card-body table td {
  width: 8.333% !important;
}
.account .bookings---lists .card-body table td.booking-code {
  color: #fff;
  background-color: #01CB60;
  font-weight: 600;
}
.account .bookings---lists .card-body table td {
  position: relative;
}
.account .bookings---lists .card-body table td .component--category {
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  position: absolute;
  left: 0;
  bottom: -0.275rem;
}
.account .bookings---lists .card-body table tr.rule td {
  height: 1px !important;
  min-height: 1px !important;
  padding: 0;
  margin: 0;
  border: 0 !important;
  max-height: 1px !important;
  background-color: transparent;
}
.account---profile div > strong {
  position: absolute;
  display: block;
  width: auto;
  padding: 0.25rem 0.5rem;
}
.account---profile div > p {
  padding: 0.75rem 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #EDEFF0;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: " ";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(../assets/components/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ad.svg);
}

.flag-icon-ae {
  background-image: url(../assets/components/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ae.svg);
}

.flag-icon-af {
  background-image: url(../assets/components/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/af.svg);
}

.flag-icon-ag {
  background-image: url(../assets/components/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ag.svg);
}

.flag-icon-ai {
  background-image: url(../assets/components/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ai.svg);
}

.flag-icon-al {
  background-image: url(../assets/components/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/al.svg);
}

.flag-icon-am {
  background-image: url(../assets/components/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/am.svg);
}

.flag-icon-ao {
  background-image: url(../assets/components/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ao.svg);
}

.flag-icon-aq {
  background-image: url(../assets/components/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/aq.svg);
}

.flag-icon-ar {
  background-image: url(../assets/components/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ar.svg);
}

.flag-icon-as {
  background-image: url(../assets/components/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/as.svg);
}

.flag-icon-at {
  background-image: url(../assets/components/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/at.svg);
}

.flag-icon-au {
  background-image: url(../assets/components/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/au.svg);
}

.flag-icon-aw {
  background-image: url(../assets/components/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/aw.svg);
}

.flag-icon-ax {
  background-image: url(../assets/components/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ax.svg);
}

.flag-icon-az {
  background-image: url(../assets/components/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/az.svg);
}

.flag-icon-ba {
  background-image: url(../assets/components/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ba.svg);
}

.flag-icon-bb {
  background-image: url(../assets/components/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bb.svg);
}

.flag-icon-bd {
  background-image: url(../assets/components/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bd.svg);
}

.flag-icon-be {
  background-image: url(../assets/components/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/be.svg);
}

.flag-icon-bf {
  background-image: url(../assets/components/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bf.svg);
}

.flag-icon-bg {
  background-image: url(../assets/components/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bg.svg);
}

.flag-icon-bh {
  background-image: url(../assets/components/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bh.svg);
}

.flag-icon-bi {
  background-image: url(../assets/components/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bi.svg);
}

.flag-icon-bj {
  background-image: url(../assets/components/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bj.svg);
}

.flag-icon-bl {
  background-image: url(../assets/components/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bl.svg);
}

.flag-icon-bm {
  background-image: url(../assets/components/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bm.svg);
}

.flag-icon-bn {
  background-image: url(../assets/components/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bn.svg);
}

.flag-icon-bo {
  background-image: url(../assets/components/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bo.svg);
}

.flag-icon-bq {
  background-image: url(../assets/components/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bq.svg);
}

.flag-icon-br {
  background-image: url(../assets/components/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/br.svg);
}

.flag-icon-bs {
  background-image: url(../assets/components/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bs.svg);
}

.flag-icon-bt {
  background-image: url(../assets/components/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bt.svg);
}

.flag-icon-bv {
  background-image: url(../assets/components/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bv.svg);
}

.flag-icon-bw {
  background-image: url(../assets/components/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bw.svg);
}

.flag-icon-by {
  background-image: url(../assets/components/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/by.svg);
}

.flag-icon-bz {
  background-image: url(../assets/components/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/bz.svg);
}

.flag-icon-ca {
  background-image: url(../assets/components/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ca.svg);
}

.flag-icon-cc {
  background-image: url(../assets/components/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cc.svg);
}

.flag-icon-cd {
  background-image: url(../assets/components/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cd.svg);
}

.flag-icon-cf {
  background-image: url(../assets/components/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cf.svg);
}

.flag-icon-cg {
  background-image: url(../assets/components/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cg.svg);
}

.flag-icon-ch {
  background-image: url(../assets/components/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ch.svg);
}

.flag-icon-ci {
  background-image: url(../assets/components/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ci.svg);
}

.flag-icon-ck {
  background-image: url(../assets/components/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ck.svg);
}

.flag-icon-cl {
  background-image: url(../assets/components/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cl.svg);
}

.flag-icon-cm {
  background-image: url(../assets/components/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cm.svg);
}

.flag-icon-cn {
  background-image: url(../assets/components/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cn.svg);
}

.flag-icon-co {
  background-image: url(../assets/components/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/co.svg);
}

.flag-icon-cr {
  background-image: url(../assets/components/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cr.svg);
}

.flag-icon-cu {
  background-image: url(../assets/components/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cu.svg);
}

.flag-icon-cv {
  background-image: url(../assets/components/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(../assets/components/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cw.svg);
}

.flag-icon-cx {
  background-image: url(../assets/components/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cx.svg);
}

.flag-icon-cy {
  background-image: url(../assets/components/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cy.svg);
}

.flag-icon-cz {
  background-image: url(../assets/components/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/cz.svg);
}

.flag-icon-de {
  background-image: url(../assets/components/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/de.svg);
}

.flag-icon-dj {
  background-image: url(../assets/components/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/dj.svg);
}

.flag-icon-dk {
  background-image: url(../assets/components/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/dk.svg);
}

.flag-icon-da {
  background-image: url(../assets/components/flags/4x3/da.svg);
}
.flag-icon-da.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/da.svg);
}

.flag-icon-dm {
  background-image: url(../assets/components/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/dm.svg);
}

.flag-icon-do {
  background-image: url(../assets/components/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/do.svg);
}

.flag-icon-dz {
  background-image: url(../assets/components/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/dz.svg);
}

.flag-icon-ec {
  background-image: url(../assets/components/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ec.svg);
}

.flag-icon-ee {
  background-image: url(../assets/components/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ee.svg);
}

.flag-icon-eg {
  background-image: url(../assets/components/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/eg.svg);
}

.flag-icon-eh {
  background-image: url(../assets/components/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/eh.svg);
}

.flag-icon-er {
  background-image: url(../assets/components/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/er.svg);
}

.flag-icon-es {
  background-image: url(../assets/components/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/es.svg);
}

.flag-icon-et {
  background-image: url(../assets/components/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/et.svg);
}

.flag-icon-fi {
  background-image: url(../assets/components/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/fi.svg);
}

.flag-icon-fj {
  background-image: url(../assets/components/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/fj.svg);
}

.flag-icon-fk {
  background-image: url(../assets/components/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/fk.svg);
}

.flag-icon-fm {
  background-image: url(../assets/components/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/fm.svg);
}

.flag-icon-fo {
  background-image: url(../assets/components/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/fo.svg);
}

.flag-icon-fr {
  background-image: url(../assets/components/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/fr.svg);
}

.flag-icon-ga {
  background-image: url(../assets/components/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(../assets/components/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gb.svg);
}

.flag-icon-gd {
  background-image: url(../assets/components/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gd.svg);
}

.flag-icon-ge {
  background-image: url(../assets/components/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ge.svg);
}

.flag-icon-gf {
  background-image: url(../assets/components/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gf.svg);
}

.flag-icon-gg {
  background-image: url(../assets/components/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gg.svg);
}

.flag-icon-gh {
  background-image: url(../assets/components/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gh.svg);
}

.flag-icon-gi {
  background-image: url(../assets/components/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gi.svg);
}

.flag-icon-gl {
  background-image: url(../assets/components/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gl.svg);
}

.flag-icon-gm {
  background-image: url(../assets/components/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gm.svg);
}

.flag-icon-gn {
  background-image: url(../assets/components/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gn.svg);
}

.flag-icon-gp {
  background-image: url(../assets/components/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gp.svg);
}

.flag-icon-gq {
  background-image: url(../assets/components/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gq.svg);
}

.flag-icon-gr {
  background-image: url(../assets/components/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gr.svg);
}

.flag-icon-gs {
  background-image: url(../assets/components/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gs.svg);
}

.flag-icon-gt {
  background-image: url(../assets/components/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gt.svg);
}

.flag-icon-gu {
  background-image: url(../assets/components/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gu.svg);
}

.flag-icon-gw {
  background-image: url(../assets/components/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gw.svg);
}

.flag-icon-gy {
  background-image: url(../assets/components/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gy.svg);
}

.flag-icon-hk {
  background-image: url(../assets/components/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/hk.svg);
}

.flag-icon-hm {
  background-image: url(../assets/components/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/hm.svg);
}

.flag-icon-hn {
  background-image: url(../assets/components/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(../assets/components/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/hr.svg);
}

.flag-icon-ht {
  background-image: url(../assets/components/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ht.svg);
}

.flag-icon-hu {
  background-image: url(../assets/components/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/hu.svg);
}

.flag-icon-id {
  background-image: url(../assets/components/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/id.svg);
}

.flag-icon-ie {
  background-image: url(../assets/components/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ie.svg);
}

.flag-icon-il {
  background-image: url(../assets/components/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/il.svg);
}

.flag-icon-im {
  background-image: url(../assets/components/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/im.svg);
}

.flag-icon-in {
  background-image: url(../assets/components/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/in.svg);
}

.flag-icon-io {
  background-image: url(../assets/components/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/io.svg);
}

.flag-icon-iq {
  background-image: url(../assets/components/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/iq.svg);
}

.flag-icon-ir {
  background-image: url(../assets/components/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ir.svg);
}

.flag-icon-is {
  background-image: url(../assets/components/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/is.svg);
}

.flag-icon-it {
  background-image: url(../assets/components/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/it.svg);
}

.flag-icon-je {
  background-image: url(../assets/components/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/je.svg);
}

.flag-icon-jm {
  background-image: url(../assets/components/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/jm.svg);
}

.flag-icon-jo {
  background-image: url(../assets/components/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/jo.svg);
}

.flag-icon-jp {
  background-image: url(../assets/components/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/jp.svg);
}

.flag-icon-ke {
  background-image: url(../assets/components/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ke.svg);
}

.flag-icon-kg {
  background-image: url(../assets/components/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/kg.svg);
}

.flag-icon-kh {
  background-image: url(../assets/components/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/kh.svg);
}

.flag-icon-ki {
  background-image: url(../assets/components/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ki.svg);
}

.flag-icon-km {
  background-image: url(../assets/components/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/km.svg);
}

.flag-icon-kn {
  background-image: url(../assets/components/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/kn.svg);
}

.flag-icon-kp {
  background-image: url(../assets/components/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/kp.svg);
}

.flag-icon-kr {
  background-image: url(../assets/components/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/kr.svg);
}

.flag-icon-kw {
  background-image: url(../assets/components/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/kw.svg);
}

.flag-icon-ky {
  background-image: url(../assets/components/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ky.svg);
}

.flag-icon-kz {
  background-image: url(../assets/components/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/kz.svg);
}

.flag-icon-la {
  background-image: url(../assets/components/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/la.svg);
}

.flag-icon-lb {
  background-image: url(../assets/components/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/lb.svg);
}

.flag-icon-lc {
  background-image: url(../assets/components/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/lc.svg);
}

.flag-icon-li {
  background-image: url(../assets/components/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/li.svg);
}

.flag-icon-lk {
  background-image: url(../assets/components/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/lk.svg);
}

.flag-icon-lr {
  background-image: url(../assets/components/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/lr.svg);
}

.flag-icon-ls {
  background-image: url(../assets/components/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ls.svg);
}

.flag-icon-lt {
  background-image: url(../assets/components/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/lt.svg);
}

.flag-icon-lu {
  background-image: url(../assets/components/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/lu.svg);
}

.flag-icon-lv {
  background-image: url(../assets/components/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/lv.svg);
}

.flag-icon-ly {
  background-image: url(../assets/components/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ly.svg);
}

.flag-icon-ma {
  background-image: url(../assets/components/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ma.svg);
}

.flag-icon-mc {
  background-image: url(../assets/components/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mc.svg);
}

.flag-icon-md {
  background-image: url(../assets/components/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/md.svg);
}

.flag-icon-me {
  background-image: url(../assets/components/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/me.svg);
}

.flag-icon-mf {
  background-image: url(../assets/components/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mf.svg);
}

.flag-icon-mg {
  background-image: url(../assets/components/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mg.svg);
}

.flag-icon-mh {
  background-image: url(../assets/components/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mh.svg);
}

.flag-icon-mk {
  background-image: url(../assets/components/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mk.svg);
}

.flag-icon-ml {
  background-image: url(../assets/components/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ml.svg);
}

.flag-icon-mm {
  background-image: url(../assets/components/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mm.svg);
}

.flag-icon-mn {
  background-image: url(../assets/components/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mn.svg);
}

.flag-icon-mo {
  background-image: url(../assets/components/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mo.svg);
}

.flag-icon-mp {
  background-image: url(../assets/components/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mp.svg);
}

.flag-icon-mq {
  background-image: url(../assets/components/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mq.svg);
}

.flag-icon-mr {
  background-image: url(../assets/components/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mr.svg);
}

.flag-icon-ms {
  background-image: url(../assets/components/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ms.svg);
}

.flag-icon-mt {
  background-image: url(../assets/components/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mt.svg);
}

.flag-icon-mu {
  background-image: url(../assets/components/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mu.svg);
}

.flag-icon-mv {
  background-image: url(../assets/components/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mv.svg);
}

.flag-icon-mw {
  background-image: url(../assets/components/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mw.svg);
}

.flag-icon-mx {
  background-image: url(../assets/components/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mx.svg);
}

.flag-icon-my {
  background-image: url(../assets/components/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/my.svg);
}

.flag-icon-mz {
  background-image: url(../assets/components/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/mz.svg);
}

.flag-icon-na {
  background-image: url(../assets/components/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/na.svg);
}

.flag-icon-nc {
  background-image: url(../assets/components/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/nc.svg);
}

.flag-icon-ne {
  background-image: url(../assets/components/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ne.svg);
}

.flag-icon-nf {
  background-image: url(../assets/components/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/nf.svg);
}

.flag-icon-ng {
  background-image: url(../assets/components/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ng.svg);
}

.flag-icon-ni {
  background-image: url(../assets/components/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ni.svg);
}

.flag-icon-nl {
  background-image: url(../assets/components/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/nl.svg);
}

.flag-icon-no {
  background-image: url(../assets/components/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/no.svg);
}

.flag-icon-np {
  background-image: url(../assets/components/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/np.svg);
}

.flag-icon-nr {
  background-image: url(../assets/components/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/nr.svg);
}

.flag-icon-nu {
  background-image: url(../assets/components/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/nu.svg);
}

.flag-icon-nz {
  background-image: url(../assets/components/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/nz.svg);
}

.flag-icon-om {
  background-image: url(../assets/components/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/om.svg);
}

.flag-icon-pa {
  background-image: url(../assets/components/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/pa.svg);
}

.flag-icon-pe {
  background-image: url(../assets/components/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/pe.svg);
}

.flag-icon-pf {
  background-image: url(../assets/components/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/pf.svg);
}

.flag-icon-pg {
  background-image: url(../assets/components/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/pg.svg);
}

.flag-icon-ph {
  background-image: url(../assets/components/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ph.svg);
}

.flag-icon-pk {
  background-image: url(../assets/components/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/pk.svg);
}

.flag-icon-pl {
  background-image: url(../assets/components/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/pl.svg);
}

.flag-icon-pm {
  background-image: url(../assets/components/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/pm.svg);
}

.flag-icon-pn {
  background-image: url(../assets/components/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/pn.svg);
}

.flag-icon-pr {
  background-image: url(../assets/components/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/pr.svg);
}

.flag-icon-ps {
  background-image: url(../assets/components/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ps.svg);
}

.flag-icon-pt {
  background-image: url(../assets/components/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/pt.svg);
}

.flag-icon-pw {
  background-image: url(../assets/components/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/pw.svg);
}

.flag-icon-py {
  background-image: url(../assets/components/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/py.svg);
}

.flag-icon-qa {
  background-image: url(../assets/components/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/qa.svg);
}

.flag-icon-re {
  background-image: url(../assets/components/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/re.svg);
}

.flag-icon-ro {
  background-image: url(../assets/components/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ro.svg);
}

.flag-icon-rs {
  background-image: url(../assets/components/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/rs.svg);
}

.flag-icon-ru {
  background-image: url(../assets/components/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ru.svg);
}

.flag-icon-rw {
  background-image: url(../assets/components/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/rw.svg);
}

.flag-icon-sa {
  background-image: url(../assets/components/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sa.svg);
}

.flag-icon-sb {
  background-image: url(../assets/components/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sb.svg);
}

.flag-icon-sc {
  background-image: url(../assets/components/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sc.svg);
}

.flag-icon-sd {
  background-image: url(../assets/components/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sd.svg);
}

.flag-icon-se {
  background-image: url(../assets/components/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/se.svg);
}

.flag-icon-sg {
  background-image: url(../assets/components/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sg.svg);
}

.flag-icon-sh {
  background-image: url(../assets/components/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sh.svg);
}

.flag-icon-si {
  background-image: url(../assets/components/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/si.svg);
}

.flag-icon-sj {
  background-image: url(../assets/components/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sj.svg);
}

.flag-icon-sk {
  background-image: url(../assets/components/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sk.svg);
}

.flag-icon-sl {
  background-image: url(../assets/components/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sl.svg);
}

.flag-icon-sm {
  background-image: url(../assets/components/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sm.svg);
}

.flag-icon-sn {
  background-image: url(../assets/components/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sn.svg);
}

.flag-icon-so {
  background-image: url(../assets/components/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/so.svg);
}

.flag-icon-sr {
  background-image: url(../assets/components/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sr.svg);
}

.flag-icon-ss {
  background-image: url(../assets/components/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ss.svg);
}

.flag-icon-st {
  background-image: url(../assets/components/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/st.svg);
}

.flag-icon-sv {
  background-image: url(../assets/components/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sv.svg);
}

.flag-icon-sx {
  background-image: url(../assets/components/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sx.svg);
}

.flag-icon-sy {
  background-image: url(../assets/components/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sy.svg);
}

.flag-icon-sz {
  background-image: url(../assets/components/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/sz.svg);
}

.flag-icon-tc {
  background-image: url(../assets/components/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tc.svg);
}

.flag-icon-td {
  background-image: url(../assets/components/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/td.svg);
}

.flag-icon-tf {
  background-image: url(../assets/components/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tf.svg);
}

.flag-icon-tg {
  background-image: url(../assets/components/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tg.svg);
}

.flag-icon-th {
  background-image: url(../assets/components/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/th.svg);
}

.flag-icon-tj {
  background-image: url(../assets/components/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tj.svg);
}

.flag-icon-tk {
  background-image: url(../assets/components/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tk.svg);
}

.flag-icon-tl {
  background-image: url(../assets/components/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tl.svg);
}

.flag-icon-tm {
  background-image: url(../assets/components/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tm.svg);
}

.flag-icon-tn {
  background-image: url(../assets/components/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tn.svg);
}

.flag-icon-to {
  background-image: url(../assets/components/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/to.svg);
}

.flag-icon-tr {
  background-image: url(../assets/components/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tr.svg);
}

.flag-icon-tt {
  background-image: url(../assets/components/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tt.svg);
}

.flag-icon-tv {
  background-image: url(../assets/components/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tv.svg);
}

.flag-icon-tw {
  background-image: url(../assets/components/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tw.svg);
}

.flag-icon-tz {
  background-image: url(../assets/components/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/tz.svg);
}

.flag-icon-ua {
  background-image: url(../assets/components/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ua.svg);
}

.flag-icon-ug {
  background-image: url(../assets/components/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ug.svg);
}

.flag-icon-um {
  background-image: url(../assets/components/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/um.svg);
}

.flag-icon-us {
  background-image: url(../assets/components/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/us.svg);
}

.flag-icon-uy {
  background-image: url(../assets/components/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/uy.svg);
}

.flag-icon-uz {
  background-image: url(../assets/components/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/uz.svg);
}

.flag-icon-va {
  background-image: url(../assets/components/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/va.svg);
}

.flag-icon-vc {
  background-image: url(../assets/components/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/vc.svg);
}

.flag-icon-ve {
  background-image: url(../assets/components/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ve.svg);
}

.flag-icon-vg {
  background-image: url(../assets/components/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/vg.svg);
}

.flag-icon-vi {
  background-image: url(../assets/components/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/vi.svg);
}

.flag-icon-vn {
  background-image: url(../assets/components/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/vn.svg);
}

.flag-icon-vu {
  background-image: url(../assets/components/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/vu.svg);
}

.flag-icon-wf {
  background-image: url(../assets/components/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/wf.svg);
}

.flag-icon-ws {
  background-image: url(../assets/components/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ws.svg);
}

.flag-icon-ye {
  background-image: url(../assets/components/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/ye.svg);
}

.flag-icon-yt {
  background-image: url(../assets/components/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/yt.svg);
}

.flag-icon-za {
  background-image: url(../assets/components/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/za.svg);
}

.flag-icon-zm {
  background-image: url(../assets/components/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/zm.svg);
}

.flag-icon-zw {
  background-image: url(../assets/components/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/zw.svg);
}

.flag-icon-es-ct {
  background-image: url(../assets/components/flags/4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/es-ct.svg);
}

.flag-icon-eu {
  background-image: url(../assets/components/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/eu.svg);
}

.flag-icon-gb-eng {
  background-image: url(../assets/components/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gb-eng.svg);
}

.flag-icon-gb-nir {
  background-image: url(../assets/components/flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gb-nir.svg);
}

.flag-icon-gb-sct {
  background-image: url(../assets/components/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gb-sct.svg);
}

.flag-icon-gb-wls {
  background-image: url(../assets/components/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/gb-wls.svg);
}

.flag-icon-un {
  background-image: url(../assets/components/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/un.svg);
}

.flag-icon-xk {
  background-image: url(../assets/components/flags/4x3/xk.svg);
}
.flag-icon-xk.flag-icon-squared {
  background-image: url(../assets/components/flags/1x1/xk.svg);
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
}
.flag-wrapper:after {
  padding-top: 75%;
  /* ratio */
  display: block;
  content: "";
}
.flag-wrapper .flag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
}

.no-wrap {
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
}

.all-flags .flag-icon-background, .all-flags .flag-icon {
  cursor: pointer;
}

.pt-icon-background, .pt-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.pt-icon {
  position: relative;
  display: inline-block;
  width: 2.6666666667em;
  line-height: 2em;
}
.pt-icon---big {
  width: 3.3333333333em;
  line-height: 2.5em;
}
.pt-icon:before {
  content: " ";
}
.pt-icon.pt-icon-squared {
  width: 2em;
}

.pt-icon-amex {
  background-image: url(../assets/components/payment-types/amex.svg);
}
.pt-icon-amex.pt-icon-squared {
  background-image: url(../assets/components/payment-types/amex.svg);
}

.pt-icon-banc {
  background-image: url(../assets/components/payment-types/banc.svg);
}
.pt-icon-banc.pt-icon-squared {
  background-image: url(../assets/components/payment-types/banc.svg);
}

.pt-icon-dins {
  background-image: url(../assets/components/payment-types/dins.svg);
}
.pt-icon-dins.pt-icon-squared {
  background-image: url(../assets/components/payment-types/dins.svg);
}

.pt-icon-diners {
  background-image: url(../assets/components/payment-types/dins.svg);
}
.pt-icon-diners.pt-icon-squared {
  background-image: url(../assets/components/payment-types/dins.svg);
}

.pt-icon-idea {
  background-image: url(../assets/components/payment-types/idea.svg);
}
.pt-icon-idea.pt-icon-squared {
  background-image: url(../assets/components/payment-types/idea.svg);
}

.pt-icon-maes {
  background-image: url(../assets/components/payment-types/maes.svg);
}
.pt-icon-maes.pt-icon-squared {
  background-image: url(../assets/components/payment-types/maes.svg);
}

.pt-icon-maestro {
  background-image: url(../assets/components/payment-types/maes.svg);
}
.pt-icon-maestro.pt-icon-squared {
  background-image: url(../assets/components/payment-types/maes.svg);
}

.pt-icon-mscd {
  background-image: url(../assets/components/payment-types/mscd.svg);
}
.pt-icon-mscd.pt-icon-squared {
  background-image: url(../assets/components/payment-types/mscd.svg);
}

.pt-icon-mastercard {
  background-image: url(../assets/components/payment-types/mscd.svg);
}
.pt-icon-mastercard.pt-icon-squared {
  background-image: url(../assets/components/payment-types/mscd.svg);
}

.pt-icon-payp {
  background-image: url(../assets/components/payment-types/payp.svg);
}
.pt-icon-payp.pt-icon-squared {
  background-image: url(../assets/components/payment-types/payp.svg);
}

.pt-icon-disb {
  background-image: url(../assets/components/payment-types/disb.svg);
}
.pt-icon-disb.pt-icon-squared {
  background-image: url(../assets/components/payment-types/disb.svg);
}

.pt-icon-discover {
  background-image: url(../assets/components/payment-types/disv.svg);
}
.pt-icon-discover.pt-icon-squared {
  background-image: url(../assets/components/payment-types/disv.svg);
}

.pt-icon-jcbc {
  background-image: url(../assets/components/payment-types/jcbc.svg);
}
.pt-icon-jcbc.pt-icon-squared {
  background-image: url(../assets/components/payment-types/jcbc.svg);
}

.pt-icon-jcb {
  background-image: url(../assets/components/payment-types/jcbc.svg);
}
.pt-icon-jcb.pt-icon-squared {
  background-image: url(../assets/components/payment-types/jcbc.svg);
}

.pt-icon-payt {
  background-image: url(../assets/components/payment-types/payt.svg);
}
.pt-icon-payt.pt-icon-squared {
  background-image: url(../assets/components/payment-types/payt.svg);
}

.pt-icon-poli {
  background-image: url(../assets/components/payment-types/poli.svg);
}
.pt-icon-poli.pt-icon-squared {
  background-image: url(../assets/components/payment-types/poli.svg);
}

.pt-icon-sofb {
  background-image: url(../assets/components/payment-types/sofb.svg);
}
.pt-icon-sofb.pt-icon-squared {
  background-image: url(../assets/components/payment-types/sofb.svg);
}

.pt-icon-sofo {
  background-image: url(../assets/components/payment-types/sofo.svg);
}
.pt-icon-sofo.pt-icon-squared {
  background-image: url(../assets/components/payment-types/sofo.svg);
}

.pt-icon-trus {
  background-image: url(../assets/components/payment-types/trus.svg);
}
.pt-icon-trus.pt-icon-squared {
  background-image: url(../assets/components/payment-types/trus.svg);
}

.pt-icon-mir {
  background-image: url(../assets/components/payment-types/mir.svg);
}
.pt-icon-mir.pt-icon-squared {
  background-image: url(../assets/components/payment-types/mir.svg);
}

.pt-icon-visa {
  background-image: url(../assets/components/payment-types/visa.svg);
}
.pt-icon-visa.pt-icon-squared {
  background-image: url(../assets/components/payment-types/visa.svg);
}

.pt-icon-unip {
  background-image: url(../assets/components/payment-types/unip.svg);
}
.pt-icon-unip.pt-icon-squared {
  background-image: url(../assets/components/payment-types/unip.svg);
}

.pt-icon-uatp {
  background-image: url(../assets/components/payment-types/uatp.svg);
}
.pt-icon-uatp.pt-icon-squared {
  background-image: url(../assets/components/payment-types/uatp.svg);
}

.pt-icon-instapayment {
  background-image: url(../assets/components/payment-types/instapayment.svg);
}
.pt-icon-instapayment.pt-icon-squared {
  background-image: url(../assets/components/payment-types/instapayment.svg);
}

.pt-icon-dankort {
  background-image: url(../assets/components/payment-types/dankort.svg);
}
.pt-icon-dankort.pt-icon-squared {
  background-image: url(../assets/components/payment-types/dankort.svg);
}

.pt-icon-unionPay {
  background-image: url(../assets/components/payment-types/unip.svg);
}
.pt-icon-unionPay.pt-icon-squared {
  background-image: url(../assets/components/payment-types/unip.svg);
}

.pt-icon-bcmc {
  background-image: url(../assets/components/payment-types/bcmc.svg);
}
.pt-icon-bcmc.pt-icon-squared {
  background-image: url(../assets/components/payment-types/bcmc.svg);
}

.pt-icon-blik {
  background-image: url(../assets/components/payment-types/blik.svg);
}
.pt-icon-blik.pt-icon-squared {
  background-image: url(../assets/components/payment-types/blik.svg);
}

.pt-icon-dotpay {
  background-image: url(../assets/components/payment-types/dotpay.svg);
}
.pt-icon-dotpay.pt-icon-squared {
  background-image: url(../assets/components/payment-types/dotpay.svg);
}

.pt-icon-ebanking_FI {
  background-image: url(../assets/components/payment-types/ebanking_FI.svg);
}
.pt-icon-ebanking_FI.pt-icon-squared {
  background-image: url(../assets/components/payment-types/ebanking_FI.svg);
}

.pt-icon-eps {
  background-image: url(../assets/components/payment-types/eps.svg);
}
.pt-icon-eps.pt-icon-squared {
  background-image: url(../assets/components/payment-types/eps.svg);
}

.pt-icon-giropay {
  background-image: url(../assets/components/payment-types/giropay.svg);
}
.pt-icon-giropay.pt-icon-squared {
  background-image: url(../assets/components/payment-types/giropay.svg);
}

.pt-icon-ideal {
  background-image: url(../assets/components/payment-types/ideal.svg);
}
.pt-icon-ideal.pt-icon-squared {
  background-image: url(../assets/components/payment-types/ideal.svg);
}

.pt-icon-trustly {
  background-image: url(../assets/components/payment-types/trustly.svg);
}
.pt-icon-trustly.pt-icon-squared {
  background-image: url(../assets/components/payment-types/trustly.svg);
}

.pt-icon-twint {
  background-image: url(../assets/components/payment-types/twint.svg);
}
.pt-icon-twint.pt-icon-squared {
  background-image: url(../assets/components/payment-types/twint.svg);
}

.pt-icon-vipps {
  background-image: url(../assets/components/payment-types/vipps.svg);
}
.pt-icon-vipps.pt-icon-squared {
  background-image: url(../assets/components/payment-types/vipps.svg);
}

.pt-icon-card {
  background-image: url(../assets/components/payment-types/card.svg);
}
.pt-icon-card.pt-icon-squared {
  background-image: url(../assets/components/payment-types/card.svg);
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat !important;
}
@media (max-width: 767.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    height: 32px;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 0px;
  border: 2px solid #d3dee5;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 0px;
  top: 100px;
  left: 20px;
  z-index: 1040;
  display: none;
  font-size: 15px;
  line-height: 1em;
}
@media (max-width: 767.98px) {
  .daterangepicker {
    position: fixed;
  }
}
.daterangepicker.fixed {
  position: fixed;
  margin-top: -10px;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

/*

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid $gray-500;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid $white;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}


.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid $gray-500;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid $white;
}
*/
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
@media (max-width: 595.98px) {
  .daterangepicker .drp-calendar {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #d3dee5;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #ACBDC6;
}

.daterangepicker td.in-range {
  background-color: #efefef;
  border-color: transparent;
  color: #d3dee5;
  border-radius: 0;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #d3dee5;
  color: #fff !important;
  border-color: transparent;
  border-radius: 4px;
  color: inherit;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: rgb(66, 77, 87);
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #ACBDC6;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #efefef;
  border: 1px solid #efefef;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ACBDC6;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #d3dee5;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn, .daterangepicker .drp-buttons .button--link {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #d3dee5;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #d3dee5;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #d3dee5;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #d3dee5;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #efefef;
}

.daterangepicker .ranges li.active {
  background-color: #d3dee5;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.datarange-background {
  display: none;
}
@media (max-width: 767.98px) {
  .datarange-background {
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1037;
  }
  .datarange-background:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAN0lEQVQoU2NkYGBogGIGHKCBESqBSyFYHKYIpBZdIZyPrAhZIYoGdEXYTGQg2SSCbiLoO4LhBABKZBAK8XPEYwAAAABJRU5ErkJggg==");
    opacity: 0.15;
    filter: alpha(opacity=15);
  }
}

.ph-item,
.ph-item *,
.ph-item ::after,
.ph-item ::before {
  box-sizing: border-box;
}
.ph-item {
  position: relative;
  display: flex;
  padding: 0 15px 15px 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0px;
}
.ph-item::before {
  z-index: 1;
  position: absolute;
  width: 500%;
  margin-left: -250%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  animation: phAnimation 0.8s linear infinite;
}
.ph-item > * {
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1 1 auto;
  flex-flow: column;
}

.ph-container {
  position: relative;
  margin-top: 10px !important;
  overflow: hidden;
}
.ph-container::before {
  z-index: 1;
  position: absolute;
  width: 500%;
  margin-left: -250%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  animation: phAnimation 0.8s linear infinite;
}

.ph-row {
  display: flex;
  margin-bottom: 7.5px;
  flex-wrap: wrap;
}
.ph-row div {
  height: 10px;
  margin-bottom: 7.5px;
  background-color: #dcebf5;
}
.ph-row .big, .ph-row.big div {
  height: 20px;
  margin-bottom: 15px;
}
.ph-row .smallest, .ph-row.smallest div {
  height: 4px;
  margin-bottom: 3.75px;
}
.ph-row .button, .ph-row.button div {
  width: 100%;
  height: 47.5px;
  margin-bottom: 15px;
}
.ph-row .empty {
  background-color: rgba(255, 255, 255, 0);
}

.ph-col-1 {
  flex: 0 0 8.3333333333%;
}

.ph-col-2 {
  flex: 0 0 16.6666666667%;
}

.ph-col-3 {
  flex: 0 0 25%;
}

.ph-col-4 {
  flex: 0 0 33.3333333333%;
}

.ph-col-6 {
  flex: 0 0 50%;
}

.ph-col-7 {
  flex: 0 0 58.3333333333%;
}

.ph-col-8 {
  flex: 0 0 66.6666666667%;
}

.ph-col-10 {
  flex: 0 0 83.3333333333%;
}

.ph-col-12 {
  flex: 0 0 100%;
}

.ph-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  margin-bottom: 15px;
  background-color: #dcebf5;
  border-radius: 50%;
  overflow: hidden;
}
.ph-avatar::before {
  display: block;
  padding-top: 100%;
  content: " ";
}

.ph-picture {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 15px;
  background-color: #dcebf5;
}

.self-center {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 4px solid #424D57;
}

@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
.autocomplete-suggestions {
  background: #fff;
  text-align: left;
  cursor: default;
  border-top: 0;
  padding: 10px;
  margin-top: 2px;
  margin-left: -2px;
  border: 2px solid #d3dee5;
  /* core styles should not be changed max-height: 254px; */
  z-index: 1037;
  position: absolute;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestions.fixed {
  position: fixed;
  margin-top: -1px;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0.5em 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9375em;
  color: #424D57;
  border-bottom: 1px solid #d3dee5;
}
.autocomplete-suggestion:last-child {
  border: 0;
}
.autocomplete-suggestion {
  padding-left: 25px;
  background-size: 20px 20px;
  background-position: left 2.5px center;
  background-repeat: no-repeat;
  cursor: pointer;
  will-change: transform;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.autocomplete-suggestion.hotel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23424D57' viewBox='0 0 120 120' preserveAspectRatio='xMinYMid'%3e%3cpath d='M34.3 49.1H49v18.3H34.3V49.1zm18.4 0h14.7v18.3H52.7V49.1zm18.3 0h14.7v18.3H71V49.1zM46.4 25.8v3.6h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2zm6.9-.3c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm4.4-7.5v.9h2.9v7.5h1.2v-7.5h2.9v-.9h-7zm14.3.9v-.9h-5.7v8.4H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72zm5.2 6.5v-7.5H76v8.4h5.6v-.9h-4.4zm0 0v-7.5H76v8.4h5.6v-.9h-4.4zm-10.9.9H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72v-.9h-5.7v8.3zm-8.6-7.4h2.9v7.5h1.2v-7.5h2.9v-.9h-7.1c.1 0 .1.9.1.9zm-4.4-1.2c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm-6.9-3.9h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2v3.6zm57.4 15.5v-7.3h-7.3v-21H25.6v21.1h-9.5V45h7.3v51.2h-7.3l1.3 7.3h84l2.3-7.3h-7.3V44.9h7.4zM56.4 99.8h-7.3V85.2h7.3v14.6zm14.5 0h-7.3V85.2h7.3v14.6zm18.4-3.7h-11V77.9H41.7v18.3H30.8V44.9h58.5v51.2zM30.4 37.7V21.5h61.2l.1 16.3c0-.1-61.3-.1-61.3-.1zm46.8-11.9H76v8.4h5.6v-.9h-4.4v-7.5zm-10.9 8.3H72v-.9h-4.7v-2.9h4v-.9h-4v-2.7H72v-.9h-5.7v8.3zm-8.6-7.4h2.9v7.5h1.2v-7.5h2.9v-.9h-7.1c.1 0 .1.9.1.9zm-4.4-1.2c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.1-2.5-1.8-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3 2.9 1.5 2.9 3.3-1.3 3.3-2.9 3.3zm-6.9-3.9h-4.7v-3.6h-1.2v8.4h1.2v-3.9h4.7v3.9h1.2v-8.4h-1.2v3.6zM34.3 49.1H49v18.3H34.3V49.1zm18.4 0h14.7v18.3H52.7V49.1zm18.3 0h14.7v18.3H71V49.1zM46.3 25.8h1.2v8.4h-1.2v-3.9h-4.7v3.9h-1.2v-8.4h1.2v3.6h4.7v-3.6zm7-.3c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.2-2.5-1.9-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3c1.6 0 2.9 1.5 2.9 3.3s-1.3 3.3-2.9 3.3zm4.4-7.5h7.1v.9h-2.9v7.5h-1.2v-7.5h-2.9l-.1-.9zm8.5 0h5.7v.9h-4.7v2.7h4v.9h-4v2.9h4.7v.9h-5.7v-8.3zm15.3 7.4v.9h-5.6v-8.4h1.2v7.5h4.4zm-34-7.4v8.4h-1.2v-3.9h-4.7v3.9h-1.2v-8.4h1.2v3.6h4.7v-3.6h1.2zm17.2 0v.9h-2.9v7.5h-1.2v-7.5h-2.9v-.9h7zm2.6.9v2.7h4v.9h-4v2.9H72v.9h-5.7v-8.4H72v.9l-4.7.1zm14.2 6.5v.9h-5.6v-8.4h1.2v7.5h4.4zm-28.2-7.7c-2.1 0-3.9 2-3.9 4.5s1.7 4.5 3.9 4.5 4-2 4-4.5c-.2-2.5-1.9-4.5-4-4.5zm0 7.8c-1.6 0-2.9-1.5-2.9-3.3s1.3-3.3 2.9-3.3c1.6 0 2.9 1.5 2.9 3.3s-1.3 3.3-2.9 3.3zM71 49.1h14.7v18.3H71V49.1zm-18.3 0h14.7v18.3H52.7V49.1zm-18.4 0H49v18.3H34.3V49.1z'/%3E%3C/svg%3E");
}
.autocomplete-suggestion.location {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(66, 77, 87)'   viewBox='0 0 120 120'%3e%3cpath d='M60 11.3c-19.3 0-34.9 15.6-34.9 34.9 0 13.9 4.8 17.9 30.4 55l.1.1 4.4 7.4 4.6-7.6.1-.2c25.4-36.7 30.2-40.7 30.2-54.6 0-19.4-15.6-35-34.9-35zm0 49.5c-8 0-14.6-6.5-14.6-14.5 0-8.1 6.5-14.6 14.6-14.6s14.6 6.5 14.6 14.6c0 7.9-6.6 14.5-14.6 14.5z'/%3E%3C/svg%3E");
}
.autocomplete-suggestion span {
  position: relative;
  display: block;
  width: 100%;
  height: 1.8em;
  min-width: 100%;
  padding: 0.25em;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.autocomplete-suggestion span .inner {
  position: absolute;
  display: block;
  width: auto;
  white-space: nowrap;
  transform: translateX(0);
  white-space: nowrap;
  will-change: transform;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.autocomplete-suggestion:hover .slide {
  will-change: transform;
  -webkit-transition: transform 2.5s linear;
  -moz-transition: transform 2.5s linear;
  -ms-transition: transform 2.5s linear;
  -o-transition: transform 2.5s linear;
  transition: transform 2.5s linear;
}

.autocomplete-suggestion b {
  position: relative;
  font-weight: normal;
}
.autocomplete-suggestion b::before {
  z-index: -1;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 2px);
  opacity: 0.75;
  content: "";
  top: 0;
  left: -3px;
  right: auto;
  bottom: auto;
  background-color: #d3dee5;
  border-radius: 0.25rem;
}

.autocomplete-suggestion.selected {
  background-color: #d3dee5;
  color: #fff;
}
.autocomplete-suggestion.selected b {
  color: #424D57;
}

.wpcc-container {
  opacity: 1;
}

.wpcc-transparency-5 {
  opacity: 0.95;
}

.wpcc-transparency-10 {
  opacity: 0.9;
}

.wpcc-transparency-15 {
  opacity: 0.85;
}

.wpcc-transparency-20 {
  opacity: 0.8;
}

.wpcc-transparency-25 {
  opacity: 0.75;
}

.wpcc-container {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  overflow: hidden;
  position: fixed;
  transition: opacity 1s ease;
  z-index: 9999;
}

@media print {
  .wpcc-container {
    display: none;
  }
}
.wpcc-pushdown-wrap {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.wpcc-pushdown {
  margin: 0 !important;
  position: static;
}

.wpcc-invisible {
  opacity: 0;
}

.wpcc-fontsize-tiny {
  font-size: 12px;
}

.wpcc-fontsize-small {
  font-size: 14px;
}

.wpcc-fontsize-large {
  font-size: 18px;
}

.wpcc-border-thin {
  border-width: 1px;
}

.wpcc-border-normal {
  border-width: 3px;
}

.wpcc-border-thick {
  border-width: 5px;
}

.wpcc-float {
  flex-direction: column;
  max-width: 100%;
  padding: 1.5em;
}

.wpcc-float.wpcc-padding-small {
  padding: 1em;
}

.wpcc-float.wpcc-padding-large {
  padding: 2em;
}

.wpcc-banner {
  flex-direction: row;
  margin: 1em;
  padding: 1em;
}

.wpcc-banner.wpcc-padding-small {
  padding: 0.5em 0.5em 0.5em 1em;
}

.wpcc-banner.wpcc-padding-large {
  padding: 1.5em;
}

.wpcc-banner.wpcc-margin-none {
  margin: 0;
}

.wpcc-banner.wpcc-margin-small {
  margin: 0.5em;
}

.wpcc-banner.wpcc-margin-large {
  margin: 1.5em;
}

.wpcc-padding-none {
  padding: 0;
}

.wpcc-padding-none.wpcc-float .wpcc-message {
  margin: 1em;
}

.wpcc-padding-none.wpcc-banner .wpcc-message {
  margin: 0.8em 1em;
}

.wpcc-padding-none.wpcc-banner .wpcc-btn {
  height: 100%;
  padding: 0.9em 1.5em;
}

.wpcc-btn,
.wpcc-privacy {
  cursor: pointer;
}

.wpcc-privacy {
  display: inline-block;
  opacity: 0.85;
  text-decoration: underline;
}

.wpcc-privacy:hover {
  opacity: 1;
}

.wpcc-privacy:active,
.wpcc-privacy:visited {
  color: initial;
}

.wpcc-btn {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0.4em 0.8em;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
}

.wpcc-btn:hover {
  text-decoration: none;
}

.wpcc-top {
  top: 1em;
}

.wpcc-top.wpcc-margin-none {
  top: 0;
}

.wpcc-top.wpcc-margin-small {
  top: 0.5em;
}

.wpcc-top.wpcc-margin-large {
  top: 1.5em;
}

.wpcc-left {
  left: 1em;
}

.wpcc-left.wpcc-margin-none {
  left: 0;
}

.wpcc-left.wpcc-margin-small {
  left: 0.5em;
}

.wpcc-left.wpcc-margin-large {
  left: 1.5em;
}

.wpcc-right {
  right: 1em;
}

.wpcc-right.wpcc-margin-none {
  right: 0;
}

.wpcc-right.wpcc-margin-small {
  right: 0.5em;
}

.wpcc-right.wpcc-margin-large {
  right: 1.5em;
}

.wpcc-bottom {
  bottom: 1em;
}

.wpcc-bottom.wpcc-margin-none {
  bottom: 0;
}

.wpcc-bottom.wpcc-margin-small {
  bottom: 0.5em;
}

.wpcc-bottom.wpcc-margin-large {
  bottom: 1.5em;
}

.wpcc-float .wpcc-message {
  display: block;
  margin-bottom: 1em;
}

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

.wpcc-banner.wpcc-top {
  left: 0;
  right: 0;
  top: 0;
}

.wpcc-banner.wpcc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.wpcc-banner .wpcc-message {
  display: block;
  flex: 1 1 auto;
  margin-right: 1em;
  max-width: 100%;
}

.wpcc-float .wpcc-compliance {
  flex: 1 0 auto;
}

.wpcc-corners-small {
  border-radius: 5px;
}

.wpcc-corners-normal {
  border-radius: 7px;
}

.wpcc-corners-large {
  border-radius: 10px;
}

.wpcc-corners-round .wpcc-btn {
  border-radius: 4px;
}

.wpcc-corners-round.wpcc-margin-none,
.wpcc-corners-round.wpcc-padding-none .wpcc-btn {
  border-radius: 0;
}

.wpcc-corners-round.wpcc-margin-none {
  border-radius: 0;
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .wpcc-top {
    top: 0 !important;
  }
  .wpcc-bottom {
    bottom: 0 !important;
  }
  .wpcc-banner,
  .wpcc-float,
  .wpcc-left,
  .wpcc-right {
    left: 0 !important;
    margin: 0 !important;
    right: 0 !important;
  }
  .wpcc-banner {
    align-items: unset;
    flex-direction: column;
  }
  .wpcc-corners-round {
    border-radius: 0 !important;
  }
  .wpcc-float {
    max-width: none;
  }
  .wpcc-message {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait) and (max-width: 767.98px), screen and (max-width: 736px) and (orientation: landscape) and (max-width: 767.98px) {
  .wpcc-message {
    width: 100%;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .wpcc-banner.wpcc-padding-small {
    padding: 0.5em;
  }
  .wpcc-padding-small .wpcc-message {
    margin-bottom: 0.5em;
  }
}
a.wpcc-privacy {
  display: none !important;
}

.wpcc-btn {
  font-weight: 100;
  text-transform: uppercase;
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
  font-size: 0.895rem;
  max-width: 240px;
  margin: 0 auto;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
  background: transparent;
  position: relative;
}
.ui-slider-horizontal:before {
  content: "";
  width: 120%;
  height: 2px;
  background: #d3dee5;
  top: 50%;
  margin-top: -2px;
  display: block;
  position: absolute;
  left: -10%;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-slider-handle {
  background: #efefef !important;
  border-radius: 50%;
  cursor: pointer !important;
  border: 1px solid #d3dee5;
}
.ui-slider-handle:focus {
  outline: none !important;
}

.ui-draggable,
.ui-droppable {
  background-position: top;
}

.price-range {
  position: relative;
  margin: 1em 1.5em;
  margin-bottom: 0.25em;
}
.price-range .amount {
  text-align: center !important;
  width: 100% !important;
  margin: 0 auto !important;
  width: auto;
  border: 0;
  pointer-events: none;
  cursor: default;
  color: #01CB60;
  font-size: 1.05em;
  letter-spacing: 1px;
  display: block;
  color: rgb(66, 77, 87);
}
.price-range .amount span {
  display: inline-block;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.price-range .amount span:first-child {
  text-align: left;
}
.price-range .amount span:last-child {
  text-align: right;
}
.price-range .amount span {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
  padding: 0.75em 0.25em;
}
.price-range .slider-range-display {
  position: relative;
  width: auto !important;
  height: 80px;
  display: table;
  margin: 0 auto;
  margin-bottom: -4px !important;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}
.price-range .slider-range-display span {
  background-color: #01CB60;
  background-color: rgba(1, 203, 96, 0.45);
  display: block;
  width: 10px;
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  content: " ";
}

.price-range .slider-range-display span:nth-child(1) {
  left: 0px;
}

.price-range .slider-range-display span:nth-child(2) {
  left: 9px;
}

.price-range .slider-range-display span:nth-child(3) {
  left: 17px;
}

.price-range .slider-range-display span:nth-child(4) {
  left: 25px;
}

.price-range .slider-range-display span:nth-child(5) {
  left: 33px;
}

.price-range .slider-range-display span:nth-child(6) {
  left: 41px;
}

.price-range .slider-range-display span:nth-child(7) {
  left: 49px;
}

.price-range .slider-range-display span:nth-child(8) {
  left: 57px;
}

.price-range .slider-range-display span:nth-child(9) {
  left: 65px;
}

.price-range .slider-range-display span:nth-child(10) {
  left: 73px;
}

.price-range .slider-range-display span:nth-child(11) {
  left: 81px;
}

.price-range .slider-range-display span:nth-child(12) {
  left: 89px;
}

.price-range .slider-range-display span:nth-child(13) {
  left: 97px;
}

.price-range .slider-range-display span:nth-child(14) {
  left: 105px;
}

.price-range .slider-range-display span:nth-child(15) {
  left: 113px;
}

.price-range .slider-range-display span:nth-child(16) {
  left: 121px;
}

.price-range .slider-range-display span:nth-child(17) {
  left: 129px;
}

.price-range .slider-range-display span:nth-child(18) {
  left: 137px;
}

.price-range .slider-range-display span:nth-child(19) {
  left: 145px;
}

.price-range .slider-range-display span:nth-child(20) {
  left: 153px;
}

.price-range .slider-range-display span:nth-child(21) {
  left: 161px;
}

.price-range .slider-range-display span:nth-child(22) {
  left: 169px;
}

.price-range .slider-range-display span:nth-child(23) {
  left: 177px;
}

.price-range .slider-range-display span:nth-child(24) {
  left: 185px;
}

.price-range .slider-range-display span:nth-child(25) {
  left: 193px;
}

.price-range .slider-range-display span:nth-child(26) {
  left: 201px;
}

.price-range .slider-range-display span:nth-child(27) {
  left: 209px;
}

.price-range .slider-range-display span:nth-child(28) {
  left: 217px;
}

.price-range .slider-range-display span:nth-child(1) {
  height: 31px;
}

.price-range .slider-range-display span:nth-child(2) {
  height: 10px;
}

.price-range .slider-range-display span:nth-child(3) {
  height: 11px;
}

.price-range .slider-range-display span:nth-child(4) {
  height: 19px;
}

.price-range .slider-range-display span:nth-child(5) {
  height: 27px;
}

.price-range .slider-range-display span:nth-child(6) {
  height: 61px;
}

.price-range .slider-range-display span:nth-child(7) {
  height: 5px;
}

.price-range .slider-range-display span:nth-child(8) {
  height: 69px;
}

.price-range .slider-range-display span:nth-child(9) {
  height: 16px;
}

.price-range .slider-range-display span:nth-child(10) {
  height: 42px;
}

.price-range .slider-range-display span:nth-child(11) {
  height: 39px;
}

.price-range .slider-range-display span:nth-child(12) {
  height: 45px;
}

.price-range .slider-range-display span:nth-child(13) {
  height: 31px;
}

.price-range .slider-range-display span:nth-child(14) {
  height: 11px;
}

.price-range .slider-range-display span:nth-child(15) {
  height: 76px;
}

.price-range .slider-range-display span:nth-child(16) {
  height: 23px;
}

.price-range .slider-range-display span:nth-child(17) {
  height: 6px;
}

.price-range .slider-range-display span:nth-child(18) {
  height: 78px;
}

.price-range .slider-range-display span:nth-child(19) {
  height: 57px;
}

.price-range .slider-range-display span:nth-child(20) {
  height: 50px;
}

.price-range .slider-range-display span:nth-child(21) {
  height: 24px;
}

.price-range .slider-range-display span:nth-child(22) {
  height: 59px;
}

.price-range .slider-range-display span:nth-child(23) {
  height: 13px;
}

.price-range .slider-range-display span:nth-child(24) {
  height: 27px;
}

.price-range .slider-range-display span:nth-child(25) {
  height: 38px;
}

.price-range .slider-range-display span:nth-child(26) {
  height: 74px;
}

.price-range .slider-range-display span:nth-child(27) {
  height: 42px;
}

.price-range .slider-range-display span:nth-child(28) {
  height: 63px;
}

/*# sourceMappingURL=app-v-0.2.0.css.map */
