/* Minification failed. Returning unminified contents.
(10067,19): run-time error CSS1031: Expected selector, found '-'
(10067,19): run-time error CSS1025: Expected comma or open brace, found '-'
 */
/*! jQuery UI - v1.12.1 - 2018-04-13
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, datepicker.css, selectmenu.css, button.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -10px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
    width: 100% !important;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
    width: 100%;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}


.ui-selectmenu-menu-item-header {display:block; font-weight:bold;}
.ui-selectmenu-menu-item-content {display:block;}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    min-width: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid rgba(0, 0, 0, 0.15);
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid rgba(0, 0, 0, 0.15);
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker table tr td,
    .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: 2px solid #fff;
        line-height: 1;
    }


.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day {
    background-color: #b3dbd4;
    font-weight: 600;
    color: #000;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #212529;
    background-color: #fff !important;
}

    .datepicker table tr td.day:hover,
    .datepicker table tr td.new:hover,
    .datepicker table tr td.focused {
        background-color: #00685E !important;
        color: #fff;
        cursor: pointer;
    }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: #CAD4E1;
    color: #212529;
    cursor: default;
    opacity: 0.4;
}

/*.datepicker table tr td.highlighted {
    color: #fff;
    background-color: #00685E;
    border-color: #fff;
    border-radius: 0;
}

    .datepicker table tr td.highlighted:focus,
    .datepicker table tr td.highlighted.focus {
        color: #000;
        background-color: #afd9ee;
        border-color: #298fc2;
    }

    .datepicker table tr td.highlighted:hover {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb;
    }

    .datepicker table tr td.highlighted:active,
    .datepicker table tr td.highlighted.active {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb;
    }

        .datepicker table tr td.highlighted:active:hover,
        .datepicker table tr td.highlighted.active:hover,
        .datepicker table tr td.highlighted:active:focus,
        .datepicker table tr td.highlighted.active:focus,
        .datepicker table tr td.highlighted:active.focus,
        .datepicker table tr td.highlighted.active.focus {
            color: #000;
            background-color: #91cbe8;
        }

    .datepicker table tr td.highlighted.disabled:hover,
    .datepicker table tr td.highlighted[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.highlighted:hover,
    .datepicker table tr td.highlighted.disabled:focus,
    .datepicker table tr td.highlighted[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.highlighted:focus,
    .datepicker table tr td.highlighted.disabled.focus,
    .datepicker table tr td.highlighted[disabled].focus,
    fieldset[disabled] .datepicker table tr td.highlighted.focus {
        background-color: #d9edf7;
        border-color: #85c5e5;
    }

    .datepicker table tr td.highlighted.focused {
        background: #afd9ee;
    }

    .datepicker table tr td.highlighted.disabled,
    .datepicker table tr td.highlighted.disabled:active {
        background: #d9edf7;
        color: #777777;
    }*/

/*.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

    .datepicker table tr td.today:focus,
    .datepicker table tr td.today.focus {
        color: #000;
        background-color: #ffc966;
        border-color: #b37400;
    }

    .datepicker table tr td.today:hover {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00;
    }

    .datepicker table tr td.today:active,
    .datepicker table tr td.today.active {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00;
    }

        .datepicker table tr td.today:active:hover,
        .datepicker table tr td.today.active:hover,
        .datepicker table tr td.today:active:focus,
        .datepicker table tr td.today.active:focus,
        .datepicker table tr td.today:active.focus,
        .datepicker table tr td.today.active.focus {
            color: #000;
            background-color: #ffbc42;
            border-color: #b37400;
        }

    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.today:hover,
    .datepicker table tr td.today.disabled:focus,
    .datepicker table tr td.today[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.today:focus,
    .datepicker table tr td.today.disabled.focus,
    .datepicker table tr td.today[disabled].focus,
    fieldset[disabled] .datepicker table tr td.today.focus {
        background-color: #ffdb99;
        border-color: #ffb733;
    }

    .datepicker table tr td.today.focused {
        background: #ffc966;
    }

    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled:active {
        background: #ffdb99;
        color: #777777;
    }*/

.datepicker table tr td.range {
    color: #000;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0;
}

    .datepicker table tr td.range:focus,
    .datepicker table tr td.range.focus {
        color: #000;
        background-color: #d5d5d5;
        border-color: #7c7c7c;
    }

    .datepicker table tr td.range:hover {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d;
    }

    .datepicker table tr td.range:active,
    .datepicker table tr td.range.active {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d;
    }

        .datepicker table tr td.range:active:hover,
        .datepicker table tr td.range.active:hover,
        .datepicker table tr td.range:active:focus,
        .datepicker table tr td.range.active:focus,
        .datepicker table tr td.range:active.focus,
        .datepicker table tr td.range.active.focus {
            color: #000;
            background-color: #c3c3c3;
            border-color: #7c7c7c;
        }

    .datepicker table tr td.range.disabled:hover,
    .datepicker table tr td.range[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.range:hover,
    .datepicker table tr td.range.disabled:focus,
    .datepicker table tr td.range[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.range:focus,
    .datepicker table tr td.range.disabled.focus,
    .datepicker table tr td.range[disabled].focus,
    fieldset[disabled] .datepicker table tr td.range.focus {
        background-color: #eeeeee;
        border-color: #bbbbbb;
    }

    .datepicker table tr td.range.focused {
        background: #d5d5d5;
    }

    .datepicker table tr td.range.disabled,
    .datepicker table tr td.range.disabled:active {
        background: #eeeeee;
        color: #777777;
    }

    .datepicker table tr td.range.highlighted {
        color: #000;
        background-color: #e4eef3;
        border-color: #9dc1d3;
    }

        .datepicker table tr td.range.highlighted:focus,
        .datepicker table tr td.range.highlighted.focus {
            color: #000;
            background-color: #c1d7e3;
            border-color: #4b88a6;
        }

        .datepicker table tr td.range.highlighted:hover {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0;
        }

        .datepicker table tr td.range.highlighted:active,
        .datepicker table tr td.range.highlighted.active {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0;
        }

            .datepicker table tr td.range.highlighted:active:hover,
            .datepicker table tr td.range.highlighted.active:hover,
            .datepicker table tr td.range.highlighted:active:focus,
            .datepicker table tr td.range.highlighted.active:focus,
            .datepicker table tr td.range.highlighted:active.focus,
            .datepicker table tr td.range.highlighted.active.focus {
                color: #000;
                background-color: #a8c8d8;
                border-color: #4b88a6;
            }

        .datepicker table tr td.range.highlighted.disabled:hover,
        .datepicker table tr td.range.highlighted[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
        .datepicker table tr td.range.highlighted.disabled:focus,
        .datepicker table tr td.range.highlighted[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
        .datepicker table tr td.range.highlighted.disabled.focus,
        .datepicker table tr td.range.highlighted[disabled].focus,
        fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
            background-color: #e4eef3;
            border-color: #9dc1d3;
        }

        .datepicker table tr td.range.highlighted.focused {
            background: #c1d7e3;
        }

        .datepicker table tr td.range.highlighted.disabled,
        .datepicker table tr td.range.highlighted.disabled:active {
            background: #e4eef3;
            color: #777777;
        }

    .datepicker table tr td.range.today {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417;
    }

        .datepicker table tr td.range.today:focus,
        .datepicker table tr td.range.today.focus {
            color: #000;
            background-color: #f4b747;
            border-color: #815608;
        }

        .datepicker table tr td.range.today:hover {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c;
        }

        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today.active {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c;
        }

            .datepicker table tr td.range.today:active:hover,
            .datepicker table tr td.range.today.active:hover,
            .datepicker table tr td.range.today:active:focus,
            .datepicker table tr td.range.today.active:focus,
            .datepicker table tr td.range.today:active.focus,
            .datepicker table tr td.range.today.active.focus {
                color: #000;
                background-color: #f2aa25;
                border-color: #815608;
            }

        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today.disabled:focus,
        .datepicker table tr td.range.today[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.range.today:focus,
        .datepicker table tr td.range.today.disabled.focus,
        .datepicker table tr td.range.today[disabled].focus,
        fieldset[disabled] .datepicker table tr td.range.today.focus {
            background-color: #f7ca77;
            border-color: #f1a417;
        }

        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today.disabled:active {
            background: #f7ca77;
            color: #777777;
        }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:focus,
    .datepicker table tr td.selected.highlighted:focus,
    .datepicker table tr td.selected.focus,
    .datepicker table tr td.selected.highlighted.focus {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #161616;
    }

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected.highlighted:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737;
    }

    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected.highlighted:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected.highlighted.active {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737;
    }

        .datepicker table tr td.selected:active:hover,
        .datepicker table tr td.selected.highlighted:active:hover,
        .datepicker table tr td.selected.active:hover,
        .datepicker table tr td.selected.highlighted.active:hover,
        .datepicker table tr td.selected:active:focus,
        .datepicker table tr td.selected.highlighted:active:focus,
        .datepicker table tr td.selected.active:focus,
        .datepicker table tr td.selected.highlighted.active:focus,
        .datepicker table tr td.selected:active.focus,
        .datepicker table tr td.selected.highlighted:active.focus,
        .datepicker table tr td.selected.active.focus,
        .datepicker table tr td.selected.highlighted.active.focus {
            color: #fff;
            background-color: #4c4c4c;
            border-color: #161616;
        }

    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.highlighted.disabled:hover,
    .datepicker table tr td.selected[disabled]:hover,
    .datepicker table tr td.selected.highlighted[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.selected:hover,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
    .datepicker table tr td.selected.disabled:focus,
    .datepicker table tr td.selected.highlighted.disabled:focus,
    .datepicker table tr td.selected[disabled]:focus,
    .datepicker table tr td.selected.highlighted[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.selected:focus,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
    .datepicker table tr td.selected.disabled.focus,
    .datepicker table tr td.selected.highlighted.disabled.focus,
    .datepicker table tr td.selected[disabled].focus,
    .datepicker table tr td.selected.highlighted[disabled].focus,
    fieldset[disabled] .datepicker table tr td.selected.focus,
    fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
        background-color: #777777;
        border-color: #555555;
    }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    background-color: #00685E !important;
    color: #fff;
}

    .datepicker table tr td.active:focus,
    .datepicker table tr td.active.highlighted:focus,
    .datepicker table tr td.active.focus,
    .datepicker table tr td.active.highlighted.focus {
        color: #fff;
        background-color: #00685E;
    }

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active.highlighted:hover {
        color: #fff;
        background-color: #00685E;
    }

    .datepicker table tr td.active:active,
    .datepicker table tr td.active.highlighted:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active.highlighted.active {
        color: #fff;
        background-color: #00685E;
    }

        .datepicker table tr td.active:active:hover,
        .datepicker table tr td.active.highlighted:active:hover,
        .datepicker table tr td.active.active:hover,
        .datepicker table tr td.active.highlighted.active:hover,
        .datepicker table tr td.active:active:focus,
        .datepicker table tr td.active.highlighted:active:focus,
        .datepicker table tr td.active.active:focus,
        .datepicker table tr td.active.highlighted.active:focus,
        .datepicker table tr td.active:active.focus,
        .datepicker table tr td.active.highlighted:active.focus,
        .datepicker table tr td.active.active.focus,
        .datepicker table tr td.active.highlighted.active.focus {
            color: #fff;
            background-color: #00685E;
        }

    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.highlighted.disabled:hover,
    .datepicker table tr td.active[disabled]:hover,
    .datepicker table tr td.active.highlighted[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.active:hover,
    fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
    .datepicker table tr td.active.disabled:focus,
    .datepicker table tr td.active.highlighted.disabled:focus,
    .datepicker table tr td.active[disabled]:focus,
    .datepicker table tr td.active.highlighted[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.active:focus,
    fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
    .datepicker table tr td.active.disabled.focus,
    .datepicker table tr td.active.highlighted.disabled.focus,
    .datepicker table tr td.active[disabled].focus,
    .datepicker table tr td.active.highlighted[disabled].focus,
    fieldset[disabled] .datepicker table tr td.active.focus,
    fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
        background-color: #00685E;
    }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover,
    .datepicker table tr td span.focused {
        background: #eeeeee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #777777;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:focus,
        .datepicker table tr td span.active:hover:focus,
        .datepicker table tr td span.active.disabled:focus,
        .datepicker table tr td span.active.disabled:hover:focus,
        .datepicker table tr td span.active.focus,
        .datepicker table tr td span.active:hover.focus,
        .datepicker table tr td span.active.disabled.focus,
        .datepicker table tr td span.active.disabled:hover.focus {
            color: #fff;
            background-color: #286090;
            border-color: #122b40;
        }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover {
            color: #fff;
            background-color: #286090;
            border-color: #204d74;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                color: #fff;
                background-color: #286090;
                border-color: #204d74;
            }

                .datepicker table tr td span.active:active:hover,
                .datepicker table tr td span.active:hover:active:hover,
                .datepicker table tr td span.active.disabled:active:hover,
                .datepicker table tr td span.active.disabled:hover:active:hover,
                .datepicker table tr td span.active.active:hover,
                .datepicker table tr td span.active:hover.active:hover,
                .datepicker table tr td span.active.disabled.active:hover,
                .datepicker table tr td span.active.disabled:hover.active:hover,
                .datepicker table tr td span.active:active:focus,
                .datepicker table tr td span.active:hover:active:focus,
                .datepicker table tr td span.active.disabled:active:focus,
                .datepicker table tr td span.active.disabled:hover:active:focus,
                .datepicker table tr td span.active.active:focus,
                .datepicker table tr td span.active:hover.active:focus,
                .datepicker table tr td span.active.disabled.active:focus,
                .datepicker table tr td span.active.disabled:hover.active:focus,
                .datepicker table tr td span.active:active.focus,
                .datepicker table tr td span.active:hover:active.focus,
                .datepicker table tr td span.active.disabled:active.focus,
                .datepicker table tr td span.active.disabled:hover:active.focus,
                .datepicker table tr td span.active.active.focus,
                .datepicker table tr td span.active:hover.active.focus,
                .datepicker table tr td span.active.disabled.active.focus,
                .datepicker table tr td span.active.disabled:hover.active.focus {
                    color: #fff;
                    background-color: #204d74;
                    border-color: #122b40;
                }

            .datepicker table tr td span.active.disabled:hover,
            .datepicker table tr td span.active:hover.disabled:hover,
            .datepicker table tr td span.active.disabled.disabled:hover,
            .datepicker table tr td span.active.disabled:hover.disabled:hover,
            .datepicker table tr td span.active[disabled]:hover,
            .datepicker table tr td span.active:hover[disabled]:hover,
            .datepicker table tr td span.active.disabled[disabled]:hover,
            .datepicker table tr td span.active.disabled:hover[disabled]:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
            .datepicker table tr td span.active.disabled:focus,
            .datepicker table tr td span.active:hover.disabled:focus,
            .datepicker table tr td span.active.disabled.disabled:focus,
            .datepicker table tr td span.active.disabled:hover.disabled:focus,
            .datepicker table tr td span.active[disabled]:focus,
            .datepicker table tr td span.active:hover[disabled]:focus,
            .datepicker table tr td span.active.disabled[disabled]:focus,
            .datepicker table tr td span.active.disabled:hover[disabled]:focus,
            fieldset[disabled] .datepicker table tr td span.active:focus,
            fieldset[disabled] .datepicker table tr td span.active:hover:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
            .datepicker table tr td span.active.disabled.focus,
            .datepicker table tr td span.active:hover.disabled.focus,
            .datepicker table tr td span.active.disabled.disabled.focus,
            .datepicker table tr td span.active.disabled:hover.disabled.focus,
            .datepicker table tr td span.active[disabled].focus,
            .datepicker table tr td span.active:hover[disabled].focus,
            .datepicker table tr td span.active.disabled[disabled].focus,
            .datepicker table tr td span.active.disabled:hover[disabled].focus,
            fieldset[disabled] .datepicker table tr td span.active.focus,
            fieldset[disabled] .datepicker table tr td span.active:hover.focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
                background-color: #337ab7;
                border-color: #2e6da4;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #777777;
    }

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
        background: #eeeeee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

    .input-daterange input {
        text-align: center;
    }

        .input-daterange input:first-child {
            border-radius: 3px 0 0 3px;
        }

        .input-daterange input:last-child {
            border-radius: 0 3px 3px 0;
        }

    .input-daterange .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        line-height: 1.42857143;
        text-shadow: 0 1px 0 #fff;
        border-width: 1px 0;
        margin-left: -5px;
        margin-right: -5px;
    }
/*# sourceMappingURL=bootstrap-datepicker3.css.map */

/*!
 * Bootstrap Reboot v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container, .search, .footer__content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 769px) {
    .container, .search, .footer__content {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .search, .footer__content {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, .search, .footer__content {
      max-width: 1140px; } }

.container-fluid, .block__container, .navbar, .searchjourney__container, .destination-tip, .google-maps-destination .destination, .booking, .header__banner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row, .block__row, s .default-block__container--alone, .hero-block__subpages ul, .download-block__container ul li a, .btn__group, .cart__header, .form__inner,
form__inner, .product__row, .progress__list, .receipt__route, .search__group, .toggle, .destination-tip__row, .google-maps-destination .destination__row, .booking__row, .footer__row, .header__row, [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer,
[data-epi-property-name="MainContentArea"] .block__row .epi-editContainer {
  display: flex;
  flex-wrap: wrap; }

.no-gutters, .download-block__container ul li a, .form__inner,
form__inner, .product__row, .receipt__route, .ticket__route, .toggle, .header__row {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .download-block__container ul li a > .col, .form__inner > .col, form__inner > .col, .product__row > .col, .receipt__route > .col, .ticket__route > .col, .toggle > .col, .header__row > .col, .download-block__container ul li .no-gutters > span, .download-block__container ul li a > span, .download-block__container ul li .form__inner > span, .download-block__container ul li form__inner > span, .download-block__container ul li .product__row > span, .download-block__container ul li .receipt__route > span, .download-block__container ul li .ticket__route > span, .download-block__container ul li .toggle > span, .download-block__container ul li .header__row > span, .no-gutters > .progress__item, .download-block__container ul li a > .progress__item, .form__inner > .progress__item, form__inner > .progress__item, .product__row > .progress__item, .receipt__route > .progress__item, .ticket__route > .progress__item, .toggle > .progress__item, .header__row > .progress__item, .no-gutters > .search__element, .download-block__container ul li a > .search__element, .form__inner > .search__element, form__inner > .search__element, .product__row > .search__element, .receipt__route > .search__element, .ticket__route > .search__element, .toggle > .search__element, .header__row > .search__element, .no-gutters > .toggle__button, .download-block__container ul li a > .toggle__button, .form__inner > .toggle__button, form__inner > .toggle__button, .product__row > .toggle__button, .receipt__route > .toggle__button, .ticket__route > .toggle__button, .toggle > .toggle__button, .header__row > .toggle__button, [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer.no-gutters > div, .download-block__container ul li [data-epi-property-name="MainBodyBlock"] .block__row a.epi-editContainer > div, [data-epi-property-name="MainBodyBlock"] .block__row .download-block__container ul li a.epi-editContainer > div, [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer.form__inner > div, [data-epi-property-name="MainBodyBlock"] .block__row form__inner.epi-editContainer > div, [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer.product__row > div, [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer.receipt__route > div, [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer.ticket__route > div, [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer.toggle > div, [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer.header__row > div,
  [data-epi-property-name="MainContentArea"] .block__row .epi-editContainer.no-gutters > div,
  .download-block__container ul li [data-epi-property-name="MainContentArea"] .block__row a.epi-editContainer > div, [data-epi-property-name="MainContentArea"] .block__row .download-block__container ul li a.epi-editContainer > div,
  [data-epi-property-name="MainContentArea"] .block__row .epi-editContainer.form__inner > div,
  [data-epi-property-name="MainContentArea"] .block__row form__inner.epi-editContainer > div,
  [data-epi-property-name="MainContentArea"] .block__row .epi-editContainer.product__row > div,
  [data-epi-property-name="MainContentArea"] .block__row .epi-editContainer.receipt__route > div,
  [data-epi-property-name="MainContentArea"] .block__row .epi-editContainer.ticket__route > div,
  [data-epi-property-name="MainContentArea"] .block__row .epi-editContainer.toggle > div,
  [data-epi-property-name="MainContentArea"] .block__row .epi-editContainer.header__row > div,
  .no-gutters > [class*="col-"],
  .download-block__container ul li a > [class*="col-"],
  .form__inner > [class*="col-"],
  form__inner > [class*="col-"],
  .product__row > [class*="col-"],
  .receipt__route > [class*="col-"],
  .ticket__route > [class*="col-"],
  .toggle > [class*="col-"],
  .header__row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .cart__item--toggler, .col-3, .col-4, .col-5, .col-6, .cart__passenger--2col, .footer__col, .footer__contact, .footer__map, .col-7, .col-8, .col-9, .col-10, .cart__item--total, .col-11, .col-12, .expand-block__container, .cart__item--journey, .cart__passenger, [data-epi-property-name="MainBodyBlock"],
[data-epi-property-name="MainContentArea"], .col, .download-block__container ul li span, .progress__item, .search__element, .toggle__button, [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer > div,
[data-epi-property-name="MainContentArea"] .block__row .epi-editContainer > div,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .cart__item, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .block__inner, .col-sm, .faq__questionslist,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .destination-tip__inner, .destination-tip__columns, .google-maps-destination .destination__inner, .google-maps-destination .destination__columns, .booking__inner, .booking__columns, .col-md-9, .col-md-10, .col-md-11, .destination-tip__col, .google-maps-destination .destination__col, .booking__col, .col-md-12, .destination-tip__container, .google-maps-destination .destination__container, .booking__container, .col-md, .default-block__container, .default-block__left, .default-block__right, .hero-block__subpages ul li, .receipt,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .ticket, .col-lg-7, .form__checkbox--box,
form__checkbox--box, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col, .download-block__container ul li span, .progress__item, .search__element, .toggle__button, [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer > div,
[data-epi-property-name="MainContentArea"] .block__row .epi-editContainer > div {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 100%; }

.col-2, .cart__item--toggler {
  flex: 0 0 16.66667%;
  max-width: 200%; }

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 400%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 500%; }

.col-6, .cart__passenger--2col, .footer__col, .footer__contact, .footer__map {
  flex: 0 0 50%;
  max-width: 600%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 700%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 800%; }

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

.col-10, .cart__item--total {
  flex: 0 0 83.33333%;
  max-width: 1000%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 1100%; }

.col-12, .expand-block__container, .cart__item--journey, .cart__passenger, [data-epi-property-name="MainBodyBlock"],
[data-epi-property-name="MainContentArea"] {
  flex: 0 0 100%;
  max-width: 1200%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm, .cart__item--total, .faq__questionslist {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 100%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 200%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 300%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 400%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 500%; }
  .col-sm-6, .cart__item {
    flex: 0 0 50%;
    max-width: 600%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 700%; }
  .col-sm-8, .cart__item--journey {
    flex: 0 0 66.66667%;
    max-width: 800%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 900%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 1000%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 1100%; }
  .col-sm-12, .block__inner {
    flex: 0 0 100%;
    max-width: 1200%; }
  .order-sm-first {
    order: -1; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 769px) {
  .col-md, .default-block__container, .default-block__left, .default-block__right, .hero-block__subpages ul li, .receipt, .footer__col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 100%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 200%; }
  .col-md-3, .footer__map {
    flex: 0 0 25%;
    max-width: 300%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 400%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 500%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 600%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 700%; }
  .col-md-8, .destination-tip__inner, .destination-tip__columns, .google-maps-destination .destination__inner, .google-maps-destination .destination__columns, .booking__inner, .booking__columns {
    flex: 0 0 66.66667%;
    max-width: 800%; }
  .col-md-9, .footer__contact {
    flex: 0 0 75%;
    max-width: 900%; }
  .col-md-10, .block__inner {
    flex: 0 0 83.33333%;
    max-width: 1000%; }
  .col-md-11, .destination-tip__col, .google-maps-destination .destination__col, .booking__col {
    flex: 0 0 91.66667%;
    max-width: 1100%; }
  .col-md-12, .destination-tip__container, .google-maps-destination .destination__container, .booking__container {
    flex: 0 0 100%;
    max-width: 1200%; }
  .order-md-first {
    order: -1; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 100%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 200%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 300%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 400%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 500%; }
  .col-lg-6, .ticket {
    flex: 0 0 50%;
    max-width: 600%; }
  .col-lg-7, .form__checkbox--box,
  form__checkbox--box {
    flex: 0 0 58.33333%;
    max-width: 700%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 800%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 900%; }
  .col-lg-10, .block__inner {
    flex: 0 0 83.33333%;
    max-width: 1000%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 1100%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 1200%; }
  .order-lg-first {
    order: -1; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 100%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 200%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 300%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 400%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 500%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 600%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 700%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 800%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 900%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 1000%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 1100%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 1200%; }
  .order-xl-first {
    order: -1; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  word-wrap: break-word; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-center, .download-block__container ul li a, .form__inner,
form__inner, .radio__inner, .search__group {
  align-items: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center, .block__row {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 769px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center, .destination-tip__row, .google-maps-destination .destination__row, .booking__row, .header__row {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around, .destination-tip__columns, .google-maps-destination .destination__columns, .booking__columns {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.clearfix::after, .search::after, .destination-tip::after, .google-maps-destination .destination::after, .booking::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 769px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px; }
  .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 10px 0; }
    .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      margin-left: -8px;
      content: "";
      border-width: 10px 10px 0;
      border-top-color: #fff; }
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 10px; }
    .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0; }
    .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      margin-top: -8px;
      content: "";
      border-width: 10px 10px 10px 0;
      border-right-color: #fff; }
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 10px 0; }
    .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      margin-left: -8px;
      content: "";
      border-width: 0 10px 10px;
      border-bottom-color: #fff; }
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 10px; }
    .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0; }
    .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
      margin-top: -8px;
      content: "";
      border-width: 10px 0 10px 10px;
      border-left-color: #fff; }

.tooltip-inner {
  max-width: 300px;
  padding: 20px 20px;
  color: #000;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 300px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 10px; }
  .popover .arrow::after {
    content: "";
    border-width: 10px; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 10px; }
    .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-bottom-width: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: -10px;
      margin-left: -5px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: calc((10px - 1px) * -1);
      margin-left: -5px;
      border-top-color: #fff; }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 10px; }
    .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
      left: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      margin-top: -5px;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -10px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: calc((10px - 1px) * -1);
      border-right-color: #fff; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 10px; }
    .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      margin-left: -5px;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -10px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: calc((10px - 1px) * -1);
      border-bottom-color: #fff; }
    .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 5px; }
    .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
      right: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      margin-top: -10px;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -10px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: calc((10px - 1px) * -1);
      border-left-color: #fff; }

.popover-header {
  padding: 20px 20px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 20px 20px;
  color: #212529; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e9ecef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9ecef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm.table-bordered {
      border: 0; } }

@media (max-width: 768px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md.table-bordered {
      border: 0; } }

@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg.table-bordered {
      border: 0; } }

@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl.table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

@font-face {
  font-family: "icomoon";
  src: url(/Frontend/assets/fonts/icomoon.eot?i040b4);
  src: url(/Frontend/assets/fonts/icomoon.eot?i040b4#iefix) format("embedded-opentype"), url(/Frontend/assets/fonts/icomoon.woff2?i040b4) format("woff2"), url(/Frontend/assets/fonts/icomoon.ttf?i040b4) format("truetype"), url(/Frontend/assets/fonts/icomoon.woff?i040b4) format("woff"), url(/Frontend/assets/fonts/icomoon.svg?i040b4#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], .ul--checkmark li:before,
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-person:before {
  content: "\e947"; }

.icon-info:before {
  content: "\e933"; }

.icon-arrows:before {
  content: "\e932"; }

.icon-floors:before {
  content: "\e945"; }

.icon-2_1:before {
  content: "\e937"; }

.icon-2_seating:before {
  content: "\e938"; }

.icon-adjustable_seat:before {
  content: "\e939"; }

.icon-A_C:before {
  content: "\e936"; }

.icon-Coffee_machine:before {
  content: "\e93a"; }

.icon-cold_drinks_machine:before {
  content: "\e93c"; }

.icon-good_enviromenmental_choice:before {
  content: "\e93e"; }

.icon-Large_leg_space:before {
  content: "\e93f"; }

.icon-220V:before {
  content: "\e93b"; }

.icon-seat_belt:before {
  content: "\e942"; }

.icon-seatbelt:before {
  content: "\e942"; }

.icon-SEAT_FOR_DISABLED:before {
  content: "\e93d"; }

.icon-seat_table:before {
  content: "\e943"; }

.icon-seat_with_legrest:before {
  content: "\e944"; }

.icon-WC:before {
  content: "\e940"; }

.icon-INTERNET:before {
  content: "\e941"; }

.icon-WiFi:before {
  content: "\e941"; }

.icon-primitive-dot:before {
  content: "\e930"; }

.icon-edit:before {
  content: "\e931"; }

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

.icon-angle-left:before {
  content: "\e901"; }

.icon-angle-right:before {
  content: "\e902"; }

.icon-angle-swap-horizontal:before {
  content: "\e903"; }

.icon-angle-swap-vertical:before {
  content: "\e904"; }

.icon-angle-up:before {
  content: "\e905"; }

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

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

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

.icon-arrow-swap-horizontal:before {
  content: "\e909"; }

.icon-arrow-swap-vertical:before {
  content: "\e90a"; }

.icon-arrow-up:before {
  content: "\e90b"; }

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

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

.icon-check-round-fill:before {
  content: "\e90f"; }

.icon-clock-round:before {
  content: "\e910"; }

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

.icon-dots-horizontal:before {
  content: "\e912"; }

.icon-dots-vertical:before {
  content: "\e913"; }

.icon-error-round-fill {
  content: "\e914"; }

.icon-error-round-fill:before {
  content: "\e914"; }

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

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

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

.icon-info-round-fill:before {
  content: "\e918"; }

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

.icon-linkedin:before {
  content: "\e91a"; }

.icon-logo:before {
  content: "\e91b"; }

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

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

.icon-minus-round:before {
  content: "\e91e"; }

.icon-plane:before {
  content: "\e91f"; }

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

.icon-plus-round:before {
  content: "\e921"; }

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

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

.icon-ticket:before {
  content: "\e924"; }

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

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

.icon-user:before {
  content: "\e928"; }

.icon-user-add:before {
  content: "\e929"; }

.icon-walk:before {
  content: "\e92a"; }

.icon-warning-triangle-fill:before {
  content: "\e92b"; }

.icon-vimeo:before {
  content: "\e92c"; }

.icon-window:before {
  content: "\e92d"; }

.icon-youtube:before {
  content: "\e92e"; }

.icon-in:before {
  content: "\e92f"; }

.icon-shopping-cart:before {
  content: "\e946"; }

.icon-trash:before {
  content: "\e935"; }

.icon-minus-alt:before {
  content: "\e934"; }

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

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

.icon-bus-front:before {
  content: "\e948"; }

.icon-airplane:before {
  content: "\e949"; }

.icon-wc:before {
  content: "\e940"; }

.icon-wifi:before {
  content: "\e941"; }

.icon-outlet:before {
  content: "\e93b"; }

.icon-seatbelt:before {
  content: "\e942"; }

.icon-ac:before {
  content: "\e936"; }

@font-face {
  font-family: "VyDisplay";
  src: url(/Frontend/assets/fonts/VyDisplay-Medium.ttf), url(/Frontend/assets/fonts/VyDisplay-Medium.woff), url(/Frontend/assets/fonts/VyDisplay-Medium.woff), url(/Frontend/assets/fonts/VyDisplay-Medium.woff2), url(/Frontend/assets/fonts/VyDisplay-Medium.eot), url(/Frontend/assets/fonts/VyDisplay-Medium.otf); }

@font-face {
  font-family: "VySans";
  src: url(/Frontend/assets/fonts/VySans-Regular.ttf), url(/Frontend/assets/fonts/VySans-Regular.woff), url(/Frontend/assets/fonts/VySans-Regular.woff), url(/Frontend/assets/fonts/VySans-Regular.woff2), url(/Frontend/assets/fonts/VySans-Regular.eot), url(/Frontend/assets/fonts/VySans-Regular.otf); }

html {
  font-size: 10px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  font-family: 'VySans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5em;
  color: #212121;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }
  body.no-scroll {
    position: relative;
    overflow: hidden;
    height: 100%; }

h1, h2 {
  font-family: 'VyDisplay', sans-serif; }

h3, h4, h5, h6 {
  font-family: 'VySans', sans-serif; }

.grecaptcha-badge {
  visibility: hidden; }

button,
a {
  cursor: pointer; }

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  color: #000; }
  button.green:not([disabled]) {
    color: #00685e; }

a {
  color: #00685e;
  text-decoration: none;
  transition: color 0.2s ease; }
  a:hover {
    color: #00685e;
    text-decoration: underline; }

select {
  color: #000; }

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

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

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

.nowrap {
  white-space: nowrap; }

.bg--white, .searchjourney__swap {
  background-color: #fcfcfd; }

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

.bg--primary {
  background-color: #00685e; }

.bg--lightblue {
  background-color: #a7b7cd; }

.bg--gray {
  background-color: #f1f1f1; }

.margin {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }
  .margin--center {
    margin: 0 auto; }
  .margin--left {
    margin-left: 5px; }
  .margin--left-auto {
    margin-left: auto; }
  .margin--right {
    margin-right: 5px; }
  .margin--top, .form__group,
  form__group {
    margin-top: 15px !important; }
    .margin--top--xlarge {
      margin-top: 100px !important; }
    .margin--top--large {
      margin-top: 35px !important; }
    .margin--top--small {
      margin-top: 5px !important; }
  .margin--bottom, .form__group,
  form__group, .travelpasslist__item {
    margin-bottom: 15px !important; }
    .margin--bottom--xlarge {
      margin-bottom: 100px !important; }
    .margin--bottom--large {
      margin-bottom: 35px !important; }
    .margin--bottom--small {
      margin-bottom: 5px !important; }

.padding {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }
  .padding--top {
    padding-top: 15px !important; }
  .padding--bottom {
    padding-bottom: 15px !important; }
    .padding--bottom--xlarge {
      padding-bottom: 140px; }
  .padding--large {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .padding--small {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

.position--relative {
  position: relative; }

.color--green {
  color: #00685e; }

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

input[type='password'],
input[type='email'],
input[type='text'],
input[type='number'],
textarea {
  font-size: 16px !important; }

h1, .h1, .hero-block__title {
  font-size: 4.2rem;
  line-height: 4.9rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 0; }
  h1 [class^="icon-"], h1 .ul--checkmark li:before, .ul--checkmark h1 li:before, .h1 [class^="icon-"], .hero-block__title [class^="icon-"], .h1 .ul--checkmark li:before, .ul--checkmark .h1 li:before, .hero-block__title .ul--checkmark li:before, .ul--checkmark .hero-block__title li:before {
    margin-right: 10px; }
  @media (min-width: 769px) {
    h1, .h1, .hero-block__title {
      font-size: 6.4rem;
      line-height: 6.9rem; } }

h2, .h2, .hero-block__subtitle {
  font-size: 2.5rem;
  line-height: 1.3em;
  font-weight: 400; }
  h2 [class^="icon-"], h2 .ul--checkmark li:before, .ul--checkmark h2 li:before, .h2 [class^="icon-"], .hero-block__subtitle [class^="icon-"], .h2 .ul--checkmark li:before, .ul--checkmark .h2 li:before, .hero-block__subtitle .ul--checkmark li:before, .ul--checkmark .hero-block__subtitle li:before {
    margin-right: 10px;
    top: 2px;
    position: relative; }
  @media (min-width: 769px) {
    h2, .h2, .hero-block__subtitle {
      font-size: 2.5rem; } }

h3, .h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0; }
  h3 [class^="icon-"], h3 .ul--checkmark li:before, .ul--checkmark h3 li:before, .h3 [class^="icon-"], .h3 .ul--checkmark li:before, .ul--checkmark .h3 li:before {
    margin-right: 10px; }

h4, .h4 {
  font-weight: 700;
  margin: 0; }
  h4 [class^="icon-"], h4 .ul--checkmark li:before, .ul--checkmark h4 li:before, .h4 [class^="icon-"], .h4 .ul--checkmark li:before, .ul--checkmark .h4 li:before {
    margin-right: 10px; }

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

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

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

.text-white, .searchjourney__title {
  color: #f2f2f3; }

.text-black {
  color: #212121; }

.text-orange {
  color: #df8200; }

.text-red {
  color: #d9534f; }

.b {
  font-weight: bold; }

.nowrap {
  white-space: nowrap; }

.small, .addonlist__title--small, .form__group label.error,
form__group label.error {
  font-size: 85%; }

.bold {
  font-weight: 600; }

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

.strike {
  text-decoration: line-through; }

.slide.transition.wet {
  opacity: 0;
  transform: translateX(-40px); }

.slideUp.transition.wet {
  opacity: 0;
  transform: translateY(40px); }

.slideDown.transition.wet {
  opacity: 0;
  transform: translateY(-40px); }

.scale.transition.wet {
  opacity: 0;
  transform: scale(0.8); }

.fadein.transition.wet {
  opacity: 0; }

.slide.transition,
.scale.transition,
.slideUp.transition,
.slideDown.transition,
.fadein.transition {
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 400ms;
  transition-delay: 200ms; }

.cloud {
  display: none; }
  @media (min-width: 769px) {
    .cloud {
      background-image: url(/Frontend/assets/images/cloud.png);
      background-repeat: no-repeat;
      background-size: contain;
      height: 43px;
      width: 90px;
      display: block;
      position: absolute;
      opacity: 0.9; }
      .cloud--animation {
        -webkit-animation: cloudAnimation;
        animation: cloudAnimation;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear; }
      .cloud-1 {
        top: 61px;
        -webkit-animation-delay: -40s;
        animation-delay: -40s;
        -webkit-animation-duration: 45s;
        animation-duration: 45s; }
      .cloud-2 {
        top: 10px;
        -webkit-animation-delay: -25s;
        animation-delay: -25s;
        -webkit-animation-duration: 60s;
        animation-duration: 60s; }
      .cloud-3 {
        top: 45px;
        -webkit-animation-delay: -10s;
        animation-delay: -10s;
        -webkit-animation-duration: 45s;
        animation-duration: 45s; }
      .cloud-4 {
        top: 30px;
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        -webkit-animation-duration: 100s;
        animation-duration: 100s; }
      .cloud--small {
        height: 27px;
        width: 57px; }
      .cloud--medium {
        height: 43px;
        width: 90px; }
      .cloud--big {
        height: 67px;
        width: 141px; } }

@-webkit-keyframes cloudAnimation {
  from {
    right: 0; }
  to {
    right: 100%; } }

@keyframes cloudAnimation {
  from {
    right: 0; }
  to {
    right: 100%; } }

@-webkit-keyframes banner-hover {
  0% {
    width: 0%;
    background-color: rgba(255, 255, 255, 0); }
  50% {
    background-color: rgba(255, 255, 255, 0.3); }
  100% {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4); } }

@keyframes banner-hover {
  0% {
    width: 0%;
    background-color: rgba(255, 255, 255, 0); }
  50% {
    background-color: rgba(255, 255, 255, 0.3); }
  100% {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4); } }

.addonlist {
  border-bottom: 1px solid #dddfdd; }
  .addonlist:nth-last-child(1) {
    border-bottom: 0px solid #dddfdd; }
  .addonlist__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0; }
  .addonlist__col {
    position: relative; }
    @media (min-width: 769px) {
      .addonlist__col {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0; } }
  .addonlist__count {
    background-color: transparent;
    border: 0;
    text-align: center;
    width: 45px; }
  .addonlist__title {
    color: #212121;
    font-size: 1.7rem;
    line-height: 1.5em;
    font-weight: 600;
    padding-right: 20px;
    display: flex;
    align-items: center; }
    .addonlist__title--small {
      font-weight: normal; }
    .addonlist__title label {
      cursor: pointer;
      margin: 0 10px 0 0;
      line-height: 1.5em; }
  .addonlist__description {
    color: #252525;
    font-size: 1.4rem;
    line-height: 1.6em;
    padding-right: 20px;
    margin-top: 2px; }
    @media (min-width: 769px) {
      .addonlist__description {
        padding-right: 50px; } }
  .addonlist__price {
    text-align: center; }
    @media (min-width: 769px) {
      .addonlist__price {
        text-align: right;
        padding-left: 20px;
        width: 65px; } }

.airportlist {
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0 auto 15px;
  /*border-bottom: 1px dashed #00685e;*/ }
  .airportlist:nth-last-child(1) {
    border-bottom: 0; }
  .airportlist__title {
    font-size: 1.8rem;
    text-align: center; }
  .airportlist__item > button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 73px;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    padding: 20px 20px;
    font-size: 1.4rem;
    color: #212121; }
    .airportlist__item > button:hover, .airportlist__item > button:focus {
      border: 2px solid #00685e;
      background-color: #cceae4; }
    .airportlist__item > button .icon-angle-right {
      font-size: 1rem; }
  .airportlist__zoneoption {
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    padding: 20px 20px; }

.autocomplete {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  min-width: 250px;
  margin-top: 2px;
  border-radius: 2px;
  box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.3); }
  .autocomplete__list {
    list-style: none;
    margin: 0;
    padding: 0;
    /*li {
            color: $color-black;
            cursor: pointer;
            padding: 12px 20px;
            white-space: nowrap;

            &:hover {
                background-color: tint($color-lightblue, 80%);
            }
        }*/ }
  .autocomplete__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .autocomplete__item:hover .autocomplete__sub, .autocomplete__item:focus .autocomplete__sub {
      display: block; }
  .autocomplete__icon {
    display: none;
    font-size: 21px;
    padding: 0px 10px;
    display: block; }
  .autocomplete__sub {
    background-color: #b9c5d7;
    padding: 10px;
    display: none;
    flex: 1 1 100%; }
    @media (min-width: 769px) {
      .autocomplete__sub {
        flex: none;
        position: absolute;
        left: calc(100% + 20px);
        box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.1); }
        .autocomplete__sub:before {
          position: absolute;
          top: 50%;
          left: -25px;
          transform: translateY(-50%);
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 15px 26px 15px 0;
          border-color: transparent #b9c5d7 transparent transparent; } }
    .autocomplete__sub li {
      white-space: nowrap;
      display: block;
      font-size: 1.2rem;
      line-height: 1.6em; }
      @media (min-width: 769px) {
        .autocomplete__sub li {
          min-width: 200px; } }

.angucomplete-holder {
  position: relative; }

.angucomplete-dropdown {
  position: absolute;
  background-color: #ffffff;
  left: 0;
  top: calc(100% + 2px);
  z-index: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.3); }
  @media (min-width: 769px) {
    .angucomplete-dropdown {
      min-width: 250px; } }
  @media (max-width: 768px) {
    .angucomplete-dropdown {
      right: 0px; } }
  .angucomplete-dropdown .angucomplete-header {
    font-weight: bold;
    text-align: center;
    background-color: #f7f7f7;
    padding: 10px 5px; }
  .angucomplete-dropdown .angucomplete-title {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: normal;
    overflow: hidden;
    padding: 12px 12px;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid #dddfdd; }
    .angucomplete-dropdown .angucomplete-title .highlight {
      pointer-events: none; }
  .angucomplete-dropdown .angucomplete-searching {
    padding: 12px 20px;
    white-space: nowrap; }
  .angucomplete-dropdown .angucomplete-selected-row {
    background-color: #b9c5d7; }

.ui-autocomplete {
  background-color: #ffffff;
  color: #212121; }

#Origin_dropdown,
#Destination_dropdown {
  max-height: 400px;
  overflow: auto; }

.block__container {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 769px) {
    .block__container {
      margin-top: 30px;
      margin-bottom: 30px; } }

.block__wrapper {
  display: block;
  width: 100%;
  padding: 15px 0px;
  margin-bottom: 5px; }
  @media (min-width: 769px) {
    .block__wrapper {
      margin-bottom: 30px;
      padding: 0 0; } }

.block__inner {
  max-width: 768px; }

.block__header {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 20px;
  color: #212121; }
  .block__header h2 {
    font-weight: 400;
    margin: 0; }
  .block__header p {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin: 5px auto;
    max-width: 90%; }

.block__box, .collapse__inner, .travelpasslist__item, .destination-tip .content__inner {
  padding: 10px 10px; }
  @media (min-width: 769px) {
    .block__box, .collapse__inner, .travelpasslist__item, .destination-tip .content__inner {
      padding: 15px 15px; } }
  .block__box--xsmall {
    padding: 8px 10px; }
  .block__box--small, .radio__inner {
    padding: 10px 10px; }
  .block__box--large, .travelpasslist__item {
    padding: 15px 20px; }
    @media (min-width: 576px) {
      .block__box--large, .travelpasslist__item {
        padding: 15px 20px; } }
  .block__box--blue, .travelpasslist__item {
    background-color: #e5e9f0; }
  .block__box--gray {
    background-color: #f4f4f4; }
  .block__box p, .collapse__inner p, .travelpasslist__item p, .destination-tip .content__inner p {
    margin: 0; }
  .block__box > div.item, .collapse__inner > div.item, .travelpasslist__item > div.item, .destination-tip .content__inner > div.item {
    border-bottom: 1px solid #a7b7cd;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .block__box > div.item:nth-last-child(1), .collapse__inner > div.item:nth-last-child(1), .travelpasslist__item > div.item:nth-last-child(1), .destination-tip .content__inner > div.item:nth-last-child(1) {
      border: 0;
      padding: 0;
      margin: 0; }

s .default-block__container--alone {
  margin-left: 0;
  margin-right: 0; }
  s .default-block__container--alone:nth-child(1) {
    margin-bottom: 30px; }
  s .default-block__container--alone:nth-last-child(1) {
    margin-bottom: 0; }

.default-block h3 {
  text-transform: none;
  font-weight: 400;
  margin-bottom: 5px; }

.default-block p {
  letter-spacing: 0.03rem;
  margin-bottom: 10px; }

.default-block__content {
  padding: 15px 10px 25px;
  word-break: break-word; }
  .default-block__content p {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 5px;
    word-wrap: break-word; }

.default-block__image {
  display: block; }
  .default-block__image img {
    width: 100%;
    height: auto; }

.default-block__left {
  order: 0; }
  .default-block__left p {
    font-weight: 600;
    margin: 0; }
  @media (min-width: 769px) {
    .default-block__left {
      order: -1; } }

.default-block__right {
  order: 0;
  margin-bottom: 0 !important; }
  .default-block__right img {
    margin-bottom: 25px; }
  @media (min-width: 769px) {
    .default-block__right {
      order: 1; }
      .default-block__right img {
        margin-bottom: 0; } }

.expand-block__container {
  background-color: #cce1df;
  margin-bottom: 25px; }
  .expand-block__container:nth-last-child(1) {
    margin-bottom: 0; }
  .expand-block__container.is-open .icon-plus:before {
    content: '\e91d'; }

.expand-block__header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  padding: 20px 75px 19px 20px;
  position: relative; }
  .expand-block__header .icon-plus {
    font-size: 1.6rem;
    color: #00685e;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    padding: 15px;
    background-color: #f2f2f3; }

.expand-block__body {
  display: none; }

.expand-block__content {
  padding: 10px 20px; }
  .expand-block__content p {
    margin-bottom: 10px; }

.preamble-block .h1, .preamble-block .hero-block__title {
  font-size: 2.8rem;
  line-height: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.01em; }
  @media (min-width: 769px) {
    .preamble-block .h1, .preamble-block .hero-block__title {
      font-size: 3.6rem;
      line-height: 4.3rem; } }

.preamble-block p {
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 12px;
  margin-bottom: 0; }

.text-block__container h2 {
  font-weight: 600;
  margin-bottom: 10px; }

.text-block__container p {
  margin-bottom: 11px; }
  .text-block__container p:last-child {
    margin-bottom: 0; }

.text-block__container ul {
  background-color: #cce1df;
  padding: 40px 40px;
  margin: 0;
  list-style: none; }
  .text-block__container ul li {
    margin-bottom: 10px; }
    .text-block__container ul li:before {
      margin-right: 10px;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e930'; }
    .text-block__container ul li:nth-child(1) {
      font-size: 2.6rem;
      font-weight: 600; }
      .text-block__container ul li:nth-child(1):before {
        margin: 0;
        content: ''; }

.text-block__container--body {
  margin-top: 25px; }

.text-block__container--image img {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }

.text-block__container--image h2 {
  text-align: center; }

.text-block__column--2 h2,
.text-block__column--2 h3,
.text-block__column--2 h4 {
  font-size: 2.2rem;
  line-height: 2.9rem; }

@media (min-width: 992px) {
  .text-block__column--2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px; } }

.hero-block {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  min-height: 190px; }
  @media (min-width: 769px) {
    .hero-block {
      min-height: 335px; } }
  @media (min-width: 769px) {
    .hero-block--large {
      min-height: 335px; } }
  .hero-block__inner {
    padding: 40px 0px; }
    @media (min-width: 769px) {
      .hero-block__inner {
        padding: 75px 0px; } }
    .hero-block__inner .btn, .hero-block__inner .FormSubmitButton, .hero-block__inner .FormResetButton {
      margin-top: 25px; }
    @media (min-width: 769px) {
      .hero-block__inner--absolute {
        padding: 0;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%); } }
  .hero-block__title {
    color: #f2f2f3;
    text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.6); }
  .hero-block__subtitle {
    max-width: 640px;
    margin: 0 auto;
    color: #f2f2f3;
    text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.6); }
  .hero-block__subpages {
    padding: 15px;
    margin-top: 35px; }
    @media (max-width: 768px) {
      .hero-block__subpages {
        background-color: #f2f2f3;
        margin-bottom: -40px; } }
    @media (max-width: 768px) {
      .hero-block__subpages--blue {
        background-color: #a7b7cd; } }
    .hero-block__subpages .subpages__title {
      text-align: left;
      cursor: pointer;
      font-weight: 600;
      position: relative;
      background-color: #f2f2f3;
      display: block;
      padding: 15px; }
      @media (min-width: 769px) {
        .hero-block__subpages .subpages__title {
          display: none; } }
      .hero-block__subpages .subpages__title .icon-angle-down {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
    .hero-block__subpages ul {
      list-style: none;
      margin: 0;
      background-color: #f2f2f3; }
      @media (min-width: 576px) {
        .hero-block__subpages ul {
          padding: 10px 15px 12px; } }
      @media (max-width: 768px) {
        .hero-block__subpages ul {
          border: 1px solid #a7b7cd;
          display: none;
          position: absolute;
          left: 15px;
          right: 15px;
          padding: 15px;
          z-index: 100; } }
      .hero-block__subpages ul li {
        padding-bottom: 5px;
        padding-top: 5px; }
        .hero-block__subpages ul li a {
          line-height: 1;
          font-weight: 400;
          color: #00685e;
          padding: 8px 0px;
          text-align: left;
          display: block; }
          .hero-block__subpages ul li a .icon-arrow-right {
            display: none; }
          @media (min-width: 769px) {
            .hero-block__subpages ul li a {
              font-size: 1.4rem;
              border-bottom: 2px solid #00685e; }
              .hero-block__subpages ul li a .icon-arrow-right {
                display: inline-block;
                float: right; }
              .hero-block__subpages ul li a:hover {
                color: #00685e;
                border-bottom: 2px solid #00685e;
                text-decoration: none; } }

.download-block__container h2 {
  margin-bottom: 25px; }

.download-block__container ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .download-block__container ul li a {
    border-top: 1px solid #dddfdd;
    padding: 20px 0px;
    font-weight: normal;
    color: #212121; }
  .download-block__container ul li span {
    padding: 0;
    line-height: 1; }
    .download-block__container ul li span.icon-in {
      font-size: 2.5rem;
      color: #00685e;
      margin: 0px 20px; }
    .download-block__container ul li span.filetype {
      font-weight: 600;
      text-transform: uppercase; }
  .download-block__container ul li:nth-last-child(1) {
    border-bottom: 1px solid #dddfdd; }

.offers-block__container {
  border: 6px solid #a7b7cd;
  padding: 25px 20px; }

.offers-block h2 {
  margin-bottom: 20px; }

.offers-block p {
  margin-bottom: 10px; }
  .offers-block p:nth-last-child(1) {
    margin-bottom: 0; }

body.RoutePage .block__wrapper, body.RoutePage .google-maps-destination {
  margin-bottom: 5px; }
  @media (min-width: 769px) {
    body.RoutePage .block__wrapper, body.RoutePage .google-maps-destination {
      margin-bottom: 90px; } }

.bookmark-menu {
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .bookmark-menu {
      margin-bottom: 40px; } }
  @media (min-width: 769px) {
    .bookmark-menu {
      margin-bottom: 60px; } }
  .bookmark-menu .btn, .bookmark-menu .FormSubmitButton, .bookmark-menu .FormResetButton, .bookmark-menu button {
    color: #00685e;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px; }
    .bookmark-menu .btn span, .bookmark-menu .FormSubmitButton span, .bookmark-menu .FormResetButton span, .bookmark-menu button span {
      margin-left: 20px; }
    .bookmark-menu .btn:hover, .bookmark-menu .FormSubmitButton:hover, .bookmark-menu .FormResetButton:hover, .bookmark-menu button:hover {
      text-decoration: none; }
  .bookmark-menu .bookmark, .bookmark-menu .dropdown-menu {
    /*display: flex;
        flex-wrap: wrap;*/
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.3); }
    .bookmark-menu .bookmark li, .bookmark-menu .dropdown-menu li {
      border-bottom: 1px solid #dddfdd; }
      .bookmark-menu .bookmark li:last-child, .bookmark-menu .dropdown-menu li:last-child {
        border-bottom: none; }
    .bookmark-menu .bookmark .nav-link, .bookmark-menu .dropdown-menu .nav-link {
      display: block;
      color: #00685e;
      padding: 8px 12px;
      text-decoration: none;
      font-size: 1.7rem;
      line-height: 1.5em; }
      .bookmark-menu .bookmark .nav-link:hover, .bookmark-menu .dropdown-menu .nav-link:hover {
        text-decoration: underline; }

.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: none; }
  @media (min-width: 769px) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs a {
    color: #212121; }
    .breadcrumbs a:nth-last-child(1) {
      font-weight: bold; }
  .breadcrumbs span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 24px;
    line-height: 15px;
    height: 15px;
    position: relative; }
    .breadcrumbs span:after, .breadcrumbs span:before {
      position: absolute;
      content: '';
      display: inline-block;
      width: 25px;
      height: 2px;
      background-color: #a7b7cd; }
    .breadcrumbs span:before {
      transform: rotate(-40deg) translate(-18px, -7px); }
    .breadcrumbs span:after {
      transform: rotate(-40deg) translate(-9px, 0px); }
  .breadcrumbs div {
    display: inline-block;
    font-weight: bold; }

.btn, .FormSubmitButton, .FormResetButton {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  border-radius: 20px;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 700;
  font-size: 16px;
  color: #00685e;
  text-decoration: none;
  padding: 10px 25px 12px;
  transition: background-color ease 0.5s;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  border: 2px solid transparent;
  vertical-align: top; }
  @media (min-width: 769px) {
    .btn, .FormSubmitButton, .FormResetButton {
      margin-right: 15px; } }
  .btn:hover, .FormSubmitButton:hover, .FormResetButton:hover {
    color: #00685e;
    text-decoration: underline; }
  .btn--block {
    display: block;
    width: 100%;
    text-align: center; }
  .btn--large {
    padding: 10px 26px; }
  .btn--small {
    font-size: 1.4rem;
    padding: 6px 21px 7px; }
  .btn--inline {
    padding: 0;
    margin: 0; }
  .btn--alone {
    margin: 0; }
  .btn--icon {
    font-size: 2.6rem;
    color: #212121;
    padding: 5px;
    margin: 0; }
    .btn--icon:hover {
      text-decoration: none; }
  .btn--link:focus {
    outline: none; }
  .btn--link--black {
    color: #212121; }
  .btn--white {
    color: #00685e;
    background-color: #fcfcfd; }
    .btn--white:hover {
      text-decoration: none;
      color: #00685e;
      border: 2px solid #00685e;
      background-color: #f2f2f3; }
  .btn--primary, .FormSubmitButton {
    color: #f2f2f3;
    background-color: #00685e; }
    .btn--primary:hover, .FormSubmitButton:hover {
      text-decoration: none;
      color: #f2f2f3; }
    .btn--primary--outline {
      color: #00685e;
      background-color: #fefefe;
      border: 2px solid #00685e; }
      .btn--primary--outline:hover {
        text-decoration: none;
        color: #33867e;
        background-color: #cce1df;
        border: 2px solid #33867e; }
    .btn--primary:focus, .FormSubmitButton:focus {
      outline: auto 5px -webkit-focus-ring-color; }
  .btn--secondary {
    color: #f2f2f3;
    background-color: #00685e; }
    .btn--secondary:hover {
      text-decoration: none;
      color: #f2f2f3;
      background-color: #33867e; }
    .btn--secondary--outline {
      color: #00685e;
      background-color: #fefefe;
      border: 2px solid #00685e; }
      .btn--secondary--outline:hover {
        text-decoration: none;
        color: #33867e;
        border: 2px solid #cce1df; }
    .btn--secondary:focus {
      outline: auto 5px -webkit-focus-ring-color; }
  .btn--grey {
    background-color: #f2f2f3;
    color: #00685e; }
    .btn--grey:hover {
      text-decoration: none;
      color: #f2f2f3;
      background-color: #33867e; }
    .btn--grey--outline {
      color: #00685e;
      background-color: #fefefe;
      border: 2px solid #00685e; }
      .btn--grey--outline:hover {
        text-decoration: none;
        color: #33867e;
        border: 2px solid #cce1df; }
    .btn--grey:focus {
      outline: auto 5px -webkit-focus-ring-color; }
  .btn--lightblue {
    color: #212121;
    background-color: #a7b7cd; }
    .btn--lightblue:hover {
      text-decoration: none;
      color: #212121;
      background-color: #b9c5d7; }
    .btn--lightblue--outline {
      color: #212121;
      background-color: #fefefe;
      border: 2px solid #a7b7cd; }
      .btn--lightblue--outline:hover {
        text-decoration: none;
        color: #212121;
        background-color: #edf1f5; }
  .btn--grayblue, .FormResetButton {
    color: #f2f2f3;
    background-color: #383e42; }
    .btn--grayblue:hover, .FormResetButton:hover {
      text-decoration: none;
      color: #f2f2f3;
      background-color: #606568; }
    .btn--grayblue--outline {
      color: #383e42;
      background-color: #fefefe;
      border: 2px solid #383e42; }
      .btn--grayblue--outline:hover {
        text-decoration: none;
        color: #383e42;
        background-color: #edf1f5; }
  .btn--load {
    display: none; }
  .btn__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 575px) {
      .btn__row {
        padding: 0px 15px; }
        .btn__row > div {
          width: 100%; }
        .btn__row div:first-of-type {
          margin-bottom: 20px; } }
    .btn__row.align-start {
      align-items: start; }
    @media (min-width: 576px) {
      .btn__row {
        justify-content: flex-end; } }
  .btn__group button {
    margin-bottom: 10px; }
  .btn__increase, .btn__decrease {
    font-size: 1.2rem;
    cursor: pointer;
    border: 0;
    border-radius: 100%;
    color: #212121;
    background-color: #99c3bf;
    height: 38px;
    width: 38px;
    padding: 6px 0px; }
    .btn__increase:disabled, .btn__decrease:disabled {
      opacity: 0.5; }
  .btn__decrease {
    background-color: #b3d2cf;
    margin-left: 0px; }
  .btn.disabled, .disabled.FormSubmitButton, .disabled.FormResetButton, .btn:disabled, .FormSubmitButton:disabled, .FormResetButton:disabled {
    cursor: default;
    background-color: #e7e7e7;
    color: #c4c4c4; }

.cart {
  font-size: 1.3rem;
  line-height: 1.5em; }
  .cart--hidewhenopen {
    display: flex !important; }
    .cart.is-open .cart--hidewhenopen {
      display: none !important; }
  .cart--showwhenopen {
    display: none !important; }
    .cart.is-open .cart--showwhenopen {
      display: flex !important; }
  .cart__header {
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center; }
    @media (min-width: 769px) {
      .cart__header {
        align-items: flex-start;
        padding-top: 20px;
        padding-bottom: 20px; } }
  .cart__body {
    display: none;
    margin-top: auto; }
    .cart.is-open .cart__body {
      display: block; }
    .cart__body button {
      text-align: right;
      outline: none;
      display: block;
      width: 100%; }
  .cart__item {
    display: none;
    margin-top: 20px; }
    @media (max-width: 575px) {
      .cart__item {
        border-top: 2px solid #00685e;
        padding: 15px 0 0;
        margin: 15px 15px 0; } }
    @media (min-width: 576px) {
      .cart__item {
        display: block;
        order: 2;
        border-right: 2px solid #99c3bf;
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 0;
        border-top: 0; } }
    .cart.is-open .cart__item {
      display: flex;
      flex-direction: column; }
    .cart__item > button {
      text-align: left;
      outline: none;
      display: block;
      width: 100%;
      color: #212121; }
    .cart__item--toggler {
      max-width: 50px;
      padding: 0;
      order: 0; }
      @media (min-width: 576px) {
        .cart__item--toggler {
          max-width: 50px;
          padding: 0; } }
      .cart__item--toggler button {
        padding: 5px 0px;
        font-size: 1.2rem;
        width: 100%;
        flex-direction: column;
        align-items: center;
        color: #212121; }
        .cart__item--toggler button [class^='icon-'], .cart__item--toggler button .form__checkbox input[type='checkbox']:checked + .label:before, .form__checkbox .cart__item--toggler button input[type='checkbox']:checked + .label:before, .cart__item--toggler button .travelpasslist__checkbox input[type='checkbox']:checked + .label:before, .travelpasslist__checkbox .cart__item--toggler button input[type='checkbox']:checked + .label:before,
        .cart__item--toggler button .form__checkbox input[type='radio']:checked + .label:before, .form__checkbox .cart__item--toggler button input[type='radio']:checked + .label:before,
        .cart__item--toggler button .travelpasslist__checkbox input[type='radio']:checked + .label:before, .travelpasslist__checkbox .cart__item--toggler button input[type='radio']:checked + .label:before,
        .cart__item--toggler button form__checkbox input[type='checkbox']:checked + .label:before, form__checkbox .cart__item--toggler button input[type='checkbox']:checked + .label:before,
        .cart__item--toggler button form__checkbox input[type='radio']:checked + .label:before, form__checkbox .cart__item--toggler button input[type='radio']:checked + .label:before,
        .cart__item--toggler button [class*=' icon-'] {
          font-size: 1rem;
          margin-top: 3px; }
    .cart__item--journey {
      order: 3; }
      @media (min-width: 576px) {
        .cart__item--journey {
          order: 1;
          padding-top: 0; } }
    .cart__item--total {
      order: 2; }
      .cart__item--total button {
        text-align: left;
        outline: none;
        display: block;
        width: 100%;
        color: #212121; }
      @media (min-width: 576px) {
        .cart__item--total {
          order: 3; } }
  .cart__row {
    display: flex;
    justify-content: space-between; }
    .cart__row.first-item {
      border-bottom: 1px solid #00685e; }
  .cart__col [class^='icon-'], .cart__col .form__checkbox input[type='checkbox']:checked + .label:before, .form__checkbox .cart__col input[type='checkbox']:checked + .label:before, .cart__col .travelpasslist__checkbox input[type='checkbox']:checked + .label:before, .travelpasslist__checkbox .cart__col input[type='checkbox']:checked + .label:before,
  .cart__col .form__checkbox input[type='radio']:checked + .label:before, .form__checkbox .cart__col input[type='radio']:checked + .label:before,
  .cart__col .travelpasslist__checkbox input[type='radio']:checked + .label:before, .travelpasslist__checkbox .cart__col input[type='radio']:checked + .label:before,
  .cart__col form__checkbox input[type='checkbox']:checked + .label:before, form__checkbox .cart__col input[type='checkbox']:checked + .label:before,
  .cart__col form__checkbox input[type='radio']:checked + .label:before, form__checkbox .cart__col input[type='radio']:checked + .label:before,
  .cart__col [class*=' icon-'] {
    color: #00685e;
    font-size: 1.2rem;
    margin-left: 5px; }
  .cart__col > span[ng-repeat]:after {
    content: '/';
    margin: 0px 2px; }
  .cart__col > span[ng-repeat].last-item:after {
    content: '';
    margin: 0; }

.collapse {
  border-bottom: 1px solid #c7c9c7; }
  .collapse a {
    display: block;
    color: #212121; }
  .collapse--blue {
    background-color: #b9c5d7; }
    .collapse--blue.selected {
      border: 1px solid #a7b7cd; }
  .collapse--gray {
    background-color: #f7f7f8; }
    .collapse--gray.selected {
      border: 1px solid #a7b7cd; }
  .collapse--green {
    background-color: #e0edec; }
    .collapse--green.selected {
      border: 1px solid #a7b7cd; }
  .collapse__header {
    font-size: 1.6rem;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding: 14px 15px;
    text-align: left;
    background-color: #fff;
    border: 0;
    color: #212121;
    /*&[aria-expanded="true"] {
						background-color: tint($color-white, 40%);
				}*/ }
    .collapse__header--noicon {
      padding: 12px 15px; }
    .collapse__header .expand span {
      position: relative;
      transform: rotate(0);
      display: block;
      line-height: 0;
      transition: transform 0.4s ease;
      color: #00685e; }
      .collapse.is-open .collapse__header .expand span {
        transform: rotate(180deg);
        transition: transform 0.4s ease; }
    .collapse.selected .collapse__header {
      background-color: #a7b7cd !important; }
    .collapse__header .icon-warning-triangle-fill {
      color: #fae053; }
  .collapse__body {
    display: none;
    font-size: 1.4rem;
    line-height: 1.5em; }
    .collapse__body.is-open {
      display: block;
      border-top: 1px solid #c7c9c7; }

.commutecard {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 7px 15px; }
  .commutecard__select {
    background-color: #f2f2f3;
    margin: 0px 1px 2px; }
    @media (max-width: 768px) {
      .commutecard__select {
        box-shadow: none; } }
    @media (min-width: 769px) {
      .commutecard__select {
        min-width: 289px;
        position: absolute;
        z-index: 10;
        top: calc(100%);
        margin-bottom: 0;
        left: 0; } }
    .commutecard__select .form__checkbox, .commutecard__select .travelpasslist__checkbox {
      padding: 12px 15px; }
  .commutecard__name {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.7rem; }
  .commutecard__description {
    font-size: 1.4rem;
    line-height: 2.2rem; }

.creditcard__container {
  position: relative;
  border: 1px solid #c7c9c7;
  border-radius: 5px;
  padding: 15px 25px; }

.creditcard__edit {
  font-size: 2.0rem;
  color: #00685e;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 25px; }

.creditcard__type {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 25px; }

.creditcard__line {
  margin-bottom: 5px;
  line-height: 1; }

.datepicker-inline {
  width: 100%; }

.datepicker-dropdown {
  min-width: 300px;
  position: absolute;
  z-index: 1000;
  display: none;
  font-size: 14px;
  list-style: none;
  background-clip: padding-box;
  padding: 10px 15px;
  margin: 2px 0 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  /*    width: 100%;*/ }

.datepicker table {
  width: 100%; }

.datepicker table tr th [class^='icon-'], .datepicker table tr th .form__checkbox input[type='checkbox']:checked + .label:before, .form__checkbox .datepicker table tr th input[type='checkbox']:checked + .label:before, .datepicker table tr th .travelpasslist__checkbox input[type='checkbox']:checked + .label:before, .travelpasslist__checkbox .datepicker table tr th input[type='checkbox']:checked + .label:before,
.datepicker table tr th .form__checkbox input[type='radio']:checked + .label:before, .form__checkbox .datepicker table tr th input[type='radio']:checked + .label:before,
.datepicker table tr th .travelpasslist__checkbox input[type='radio']:checked + .label:before, .travelpasslist__checkbox .datepicker table tr th input[type='radio']:checked + .label:before,
.datepicker table tr th form__checkbox input[type='checkbox']:checked + .label:before, form__checkbox .datepicker table tr th input[type='checkbox']:checked + .label:before,
.datepicker table tr th form__checkbox input[type='radio']:checked + .label:before, form__checkbox .datepicker table tr th input[type='radio']:checked + .label:before {
  color: #00685e !important;
  vertical-align: middle;
  width: 1.8em;
  height: 1.8em; }

.datepicker-switch {
  vertical-align: middle;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em; }

.datepicker tfoot tr th {
  vertical-align: middle;
  height: 50px;
  border-top: 10px solid white; }

.ui-state-disabled {
  opacity: 0.8;
  cursor: default !important;
  pointer-events: none; }

.ui-datepicker .ui-datepicker-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 2.3em;
  line-height: 1.2em;
  text-align: center; }

.ui-datepicker td {
  border: 0;
  background-color: #cce1df;
  border: 2px solid #fff !important; }

.ui-datepicker td.ui-datepicker-other-month {
  background-color: #fff; }

.ui-datepicker td span,
.ui-datepicker td a {
  font-weight: 600;
  color: #000000;
  display: block;
  padding: 0.2em;
  text-align: center !important;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px; }

.ui-datepicker .ui-datepicker-prev {
  left: 1px; }

.ui-datepicker .ui-datepicker-next {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker td a.ui-state-active,
.ui-datepicker td a.ui-state-hover {
  background-color: #00685e !important;
  color: #fff !important; }

.ui-widget-header {
  border: 0 !important;
  background: #00866e !important;
  color: #fff !important; }

.ui-widget-content {
  background: #fff !important; }

.ui-state-hover {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #fff !important; }

.ui-state-default {
  background: none !important;
  color: #000 !important;
  border: 0 !important; }

.ui-state-highlight {
  background-color: #99c3bf !important;
  color: #fff !important; }

.ui-dialog .ui-dialog-titlebar-close {
  background: #fff !important; }

.ui-dialog .ui-dialog-buttonpane {
  padding: 0 0 !important; }

.dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  max-width: 100%;
  min-width: 230px;
  position: relative; }
  .dropdown--block {
    display: block;
    border: 0;
    width: 100%; }
  .dropdown a {
    color: #212121;
    text-decoration: none; }
    .dropdown a:focus {
      color: #212121;
      text-decoration: none; }
  .dropdown__label {
    font-weight: 700; }
  .dropdown__header {
    display: block;
    cursor: pointer;
    position: relative;
    background-color: #fff; }
    .dropdown__header .icon-angle-down {
      font-size: 1.4rem;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      transition: transform 0.4s ease; }
    .dropdown__header.is-open .icon-angle-down {
      transform: translateY(-50%) rotate(180deg);
      transition: transform 0.4s ease; }

.ui-front {
  z-index: auto; }

.ui-menu {
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.1);
  z-index: 300; }

.ui-selectmenu-menu {
  background-color: #fff;
  color: #212121;
  z-index: 300; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
  background-color: #cad4e1; }

.ui-menu .ui-menu-item-wrapper {
  padding: .4em 1em; }

.ui-selectmenu-button.ui-button {
  background-color: #fff;
  width: 100%;
  color: #212121;
  padding: 10px 15px;
  border: 1px solid #c7c9c7; }

.ui-selectmenu-icon.ui-icon {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%); }

.ui-icon {
  text-indent: 0px; }

@media (max-width: 575px) {
  .dropshadow, .search__inner, .searchjourney__autocomplete {
    border-top: 1px solid #00685e; } }

@media (min-width: 576px) {
  .dropshadow, .search__inner, .searchjourney__autocomplete {
    box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.3); } }

.faq__questionslist {
  margin-bottom: 50px; }

@media (min-width: 769px) {
  .faq__masonry {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 60px;
    column-gap: 60px; } }

.faq__col {
  display: block;
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .faq__col {
      /* Chrome, Safari, Opera */
      page-break-inside: avoid;
      /* Firefox */
      -moz-column-break-inside: avoid;
      break-inside: avoid;
      /* IE 10+ */
      margin-bottom: 80px; } }

.faq__item {
  border-bottom: 1px solid #dddfdd;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 13px; }

.faq__header {
  cursor: pointer;
  position: relative;
  padding-bottom: 13px;
  font-weight: 600; }
  .faq__header--title {
    width: 90%; }
  .faq__header--expand {
    position: absolute;
    right: 10px;
    top: 0;
    color: #00685e; }
    .faq__header--expand .icon-angle-down {
      display: inline-block;
      line-height: 24px;
      transition: transform 0.4s ease; }
    .faq__item.is-open .faq__header--expand .icon-angle-down {
      transform: rotate(180deg);
      transition: transform 0.4s ease; }

.faq__body {
  display: none; }
  .faq__body--inner {
    padding: 11px 18px;
    background-color: #dddfdd; }

.form,
form {
  position: relative; }
  .form__row,
  form__row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .form__group,
  form__group {
    display: block;
    position: relative; }
    .form__group--inline,
    form__group--inline {
      display: inline-block;
      vertical-align: top; }
    .form__group--flex,
    form__group--flex {
      display: flex; }
      .form__group--flex .form__field:not(:last-child),
      form__group--flex .form__field:not(:last-child) {
        margin-right: 10px; }
    .form__group--joined label,
    form__group--joined label {
      font-size: 1.5rem;
      line-height: 1;
      height: 43px;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      border-right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #f7f7f7;
      color: #212121; }
    .form__group--joined input,
    form__group--joined input {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .form__group--full,
    form__group--full {
      width: 100%;
      min-width: 100px; }
    .form__group--blank,
    form__group--blank {
      margin: 0; }
    .form__group label.error,
    form__group label.error {
      color: #d9534f;
      margin: 0; }
    .form__group--toggleradio.active label::before,
    form__group--toggleradio.active label::before {
      border: 2px solid #00685e; }
    .form__group--toggleradio.active label::after,
    form__group--toggleradio.active label::after {
      display: block; }
    .form__group--toggleradio label,
    form__group--toggleradio label {
      text-indent: 35px; }
      .form__group--toggleradio label::before,
      form__group--toggleradio label::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        content: '';
        width: 24px;
        height: 24px;
        border: 2px solid #c7c9c7;
        border-radius: 50%; }
      .form__group--toggleradio label::after,
      form__group--toggleradio label::after {
        display: none;
        position: absolute;
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #00685e; }
  .form__fieldset,
  form__fieldset {
    margin-bottom: 40px; }
  .form__legend,
  form__legend {
    display: block;
    padding-bottom: 2px;
    margin-bottom: 20px; }
    .form__legend--underline,
    form__legend--underline {
      border-bottom: 1px solid #c7c9c7; }
  .form__field,
  form__field {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    border: 0;
    color: #212121;
    height: 43px;
    padding-top: 19px; }
    .form__field:focus + .tooltip .tooltip__popup,
    form__field:focus + .tooltip .tooltip__popup {
      display: block; }
    .form__field:-moz-read-only,
    form__field:-moz-read-only {
      cursor: pointer; }
    .form__field:read-only,
    form__field:read-only {
      cursor: pointer; }
    .form__field--icon,
    form__field--icon {
      display: inline-block;
      width: calc(100% - 48px); }
    .form__field--border,
    form__field--border {
      padding: 5px 17px;
      border: 1px solid #c7c9c7;
      border-radius: 2px;
      background-color: #fff;
      max-width: 100%; }
    .form__field:disabled,
    form__field:disabled {
      background: #dddddd; }
    .form__field--small,
    form__field--small {
      width: 20%;
      min-width: 100px; }
  .form__select,
  form__select {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    border: 0;
    color: #212121;
    height: 40px;
    padding-top: 19px; }
    .form__select--border,
    form__select--border {
      padding: 5px 17px;
      border: 1px solid #c7c9c7 !important;
      border-radius: 2px;
      background-color: #fff; }
    .form__select:disabled,
    form__select:disabled {
      background: #dddddd; }
    .form__select option:disabled,
    form__select option:disabled {
      display: none; }
  .form__textarea,
  form__textarea {
    height: 140px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    border: 0;
    outline: none;
    color: #212121;
    padding-top: 19px; }
    .form__textarea:-moz-read-only,
    form__textarea:-moz-read-only {
      cursor: pointer; }
    .form__textarea:read-only,
    form__textarea:read-only {
      cursor: pointer; }
    .form__textarea--border,
    form__textarea--border {
      padding: 12px 17px;
      border: 1px solid #c7c9c7 !important;
      border-radius: 2px;
      background-color: #f2f2f3; }
  .form__label,
  form__label {
    letter-spacing: 0.05em;
    font-size: 1.3rem;
    line-height: 1.5em;
    font-weight: 700;
    cursor: pointer;
    display: block;
    margin: 0 0 3px 0; }
    .form__label + p,
    form__label + p {
      font-size: 1.4rem;
      line-height: 1.5em;
      margin-bottom: 5px; }
  .form__checkbox, .travelpasslist__checkbox,
  form__checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #212121;
    line-height: 1; }
    .form__checkbox--border,
    form__checkbox--border {
      border-bottom: 1px solid #dddfdd; }
    .form__checkbox--large,
    form__checkbox--large {
      padding-top: 20px;
      padding-bottom: 20px; }
    .form__checkbox--box,
    form__checkbox--box {
      max-width: 400px;
      padding-bottom: 15px;
      padding-top: 15px; }
    .form__checkbox--brown,
    form__checkbox--brown {
      padding: 10px 20px;
      background-color: #d7d8d9; }
    .form__checkbox--blank,
    form__checkbox--blank {
      padding: 0; }
    .form__checkbox--primary input[type='checkbox'] + .label,
    .form__checkbox--primary input[type='radio'] + .label,
    form__checkbox--primary input[type='checkbox'] + .label,
    form__checkbox--primary input[type='radio'] + .label {
      color: #252525;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 28px; }
      .form__checkbox--primary input[type='checkbox'] + .label:before,
      .form__checkbox--primary input[type='radio'] + .label:before,
      form__checkbox--primary input[type='checkbox'] + .label:before,
      form__checkbox--primary input[type='radio'] + .label:before {
        border: 2px solid #00685e !important; }
    .form__checkbox--small,
    form__checkbox--small {
      font-size: 1.4rem; }
    .form__checkbox .label, .travelpasslist__checkbox .label,
    form__checkbox .label {
      min-height: 20px;
      cursor: pointer;
      position: relative;
      margin: 0;
      display: inline-block;
      padding: 0 0px 0 40px;
      line-height: 1.5em;
      width: 100%; }
      .form__checkbox .label--block, .travelpasslist__checkbox .label--block,
      form__checkbox .label--block {
        display: block;
        width: 100%; }
      .form__checkbox .label a, .travelpasslist__checkbox .label a,
      form__checkbox .label a {
        color: #212121;
        text-decoration: none; }
      .form__checkbox .label small, .travelpasslist__checkbox .label small,
      form__checkbox .label small {
        line-height: 2rem;
        display: block; }
    .form__checkbox input[type='checkbox'], .travelpasslist__checkbox input[type='checkbox'],
    .form__checkbox input[type='radio'],
    .travelpasslist__checkbox input[type='radio'],
    form__checkbox input[type='checkbox'],
    form__checkbox input[type='radio'] {
      position: absolute;
      opacity: 0;
      z-index: -1;
      /*&:focus {
        + .label {
          outline: 1px dotted #212121;
          outline: 5px auto -webkit-focus-ring-color;
        }
      }*/ }
      .form__checkbox input[type='checkbox'] + .label:before, .travelpasslist__checkbox input[type='checkbox'] + .label:before,
      .form__checkbox input[type='radio'] + .label:before,
      .travelpasslist__checkbox input[type='radio'] + .label:before,
      form__checkbox input[type='checkbox'] + .label:before,
      form__checkbox input[type='radio'] + .label:before {
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        content: '';
        width: 25px;
        height: 25px;
        border: 2px solid #212121;
        background: #fff;
        border-radius: 3px;
        transform: translateY(-50%); }
      .form__checkbox input[type='checkbox']:checked + .label:before, .travelpasslist__checkbox input[type='checkbox']:checked + .label:before,
      .form__checkbox input[type='radio']:checked + .label:before,
      .travelpasslist__checkbox input[type='radio']:checked + .label:before,
      form__checkbox input[type='checkbox']:checked + .label:before,
      form__checkbox input[type='radio']:checked + .label:before {
        font-family: 'icomoon' !important;
        content: '\e90e';
        font-size: 1.2rem;
        line-height: 22px;
        text-align: center; }
  .form__radio,
  form__radio {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    .form__radio + label,
    form__radio + label {
      display: inline-block;
      position: relative;
      padding-left: 35px;
      padding-right: 10px;
      padding-top: 2px; }
      .form__radio + label img,
      form__radio + label img {
        height: 24px;
        width: auto; }
      .form__radio + label:before,
      form__radio + label:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        content: '';
        width: 24px;
        height: 24px;
        border: 2px solid #c7c9c7;
        border-radius: 50%; }
      .form__radio + label:after,
      form__radio + label:after {
        display: none;
        position: absolute;
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #00685e; }
    .form__radio:focus + label,
    form__radio:focus + label {
      outline: 1px dotted #212121;
      outline: 5px auto -webkit-focus-ring-color; }
    .form__radio:checked + label:before,
    form__radio:checked + label:before {
      border: 2px solid #00685e; }
    .form__radio:checked + label:after,
    form__radio:checked + label:after {
      display: block; }
  .form__tab,
  form__tab {
    display: block;
    padding: 8px;
    background-color: #f4f4f4; }
    @media (min-width: 769px) {
      .form__tab,
      form__tab {
        border-radius: 10px 9px 0 0; } }
    .form__tab.active,
    form__tab.active {
      background-color: #fff; }
  .form__error,
  form__error {
    white-space: nowrap;
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #df8200;
    color: #f2f2f3;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 4px;
    padding: 6px 10px 4px; }
    .form__error:after,
    form__error:after {
      position: absolute;
      bottom: -9px;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #df8200 transparent transparent transparent; }
  .form__hidden,
  form__hidden {
    display: none; }

.EPiServerForms {
  display: block;
  width: 100%;
  padding: 15px 0px;
  margin-bottom: 5px; }

.Form__Element {
  width: 100%;
  display: block !important; }
  .Form__Element__Caption {
    display: block !important;
    letter-spacing: 0.05em;
    font-size: 1.3rem;
    line-height: 1.5em;
    font-weight: 700;
    cursor: pointer;
    margin: 0 0 3px 0; }

.Form__CustomInput {
  padding: 12px 17px;
  border: 1px solid #c7c9c7;
  border-radius: 2px;
  background-color: #fefefe;
  max-width: 100%;
  width: 100% !important;
  color: #212121;
  height: 43px;
  margin: 0 0 1.5rem 0; }

.FormTextbox__Input {
  padding: 12px 17px;
  border: 1px solid #c7c9c7;
  border-radius: 2px;
  background-color: #fefefe;
  max-width: 100%;
  width: 100%;
  color: #212121; }

.FormDateTimeRange__Start {
  width: calc(50% - 9px) !important; }

.FormDateTimeRange__End {
  width: calc(50% - 9px) !important; }

.FormDateTimeRange_Seperator {
  width: 9px !important;
  text-align: center; }

.FormSelection > select {
  cursor: pointer;
  display: block;
  width: 100%;
  border: 0;
  color: #212121;
  padding: 12px 17px;
  border: 1px solid #c7c9c7 !important;
  border-radius: 2px;
  background-color: #fff; }

.FormRange > span {
  display: flex; }

.FormRange__Min, .FormRange__Max {
  padding: 0px 5px; }

.FormRange__Input {
  max-width: 100% !important;
  width: 100%;
  display: block; }

.FormChoice > label {
  display: block; }

.FormCaptcha__Image {
  width: 100%; }

.FormCaptcha__Input {
  width: 100% !important;
  margin-top: 10px; }

@media (max-width: 768px) {
  .gradient--blue {
    background: #1e5799;
    background: linear-gradient(to bottom, #cad4e1 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=0 ); } }

.hamburger__inner {
  width: 24px;
  height: 22px;
  display: inline-block;
  position: relative; }

.hamburger__icon {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
    width: 100%;
    height: 3px;
    background-color: #212121;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease; }
  .hamburger__icon::before, .hamburger__icon::after {
    content: '';
    display: block; }
  .hamburger__icon::before {
    top: -8px; }
  .hamburger__icon::after {
    bottom: -8px; }

.hamburger--spin .hamburger__icon {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger__icon::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger__icon::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger__icon {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger__icon::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger__icon::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 15px; }

.lds-ellipsis div {
  position: absolute;
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes grinspin {
  0% {
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 34, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -81px; } }

@keyframes grinspin {
  0% {
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 34, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -81px; } }

.loader__icon {
  display: block;
  width: 10.5rem;
  height: 10.5rem;
  position: relative;
  margin: 0 auto;
  background-size: 100% auto;
  background-position: center center; }
  .loader__icon:before {
    content: '';
    display: block;
    padding-top: 100%; }

.loader__circle {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  transform-origin: center center; }

.loader__top,
.loader__bottom,
.loader__smile {
  stroke-linecap: round;
  stroke: #383e42; }
  .loader__top--white,
  .loader__bottom--white,
  .loader__smile--white {
    stroke: #f2f2f3; }

.loader__top {
  stroke-dasharray: 60, 200;
  stroke-dashoffset: 185; }

/* 
.loader__bottom {
		stroke-dasharray: 60, 200;
		stroke-dashoffset: -5;
}

.loader__smile {
		stroke-dasharray: 27, 200;
		stroke-dashoffset: -4;
		animation: grinspin 1.5s ease-in-out infinite;
} */
.load__box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center; }
  .loader__container {
    background-color: #edf1f5;
    text-align: center;
    padding: 60px 20px;
    position: relative; }
  .loader__form {
    z-index: 500;
    background-color: #edf1f5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .loader__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .loader__icon {
    border-radius: 50%;
    width: 10rem;
    height: 10rem; }
    .loader__icon--small {
      width: 4em;
      height: 4em; }
  .loader__text {
    margin-top: 20px;
    font-weight: bold; }

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px; }

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #383e42;
  border-color: #383e42 transparent #383e42 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite; }

.lds-dual-ring__green:after {
  border-color: #00685e transparent #00685e transparent; }

@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.FindBusPage .map,
.TicketPage .map {
  height: 100vh;
  background-color: #f2f2f3; }
  .FindBusPage .map__wrapper,
  .TicketPage .map__wrapper {
    position: relative; }
    .FindBusPage .map__wrapper .map__info,
    .TicketPage .map__wrapper .map__info {
      display: none; }
    .FindBusPage .map__wrapper.is-open .map__info,
    .TicketPage .map__wrapper.is-open .map__info {
      display: block; }
      @media (max-width: 768px) {
        .FindBusPage .map__wrapper.is-open .map__info,
        .TicketPage .map__wrapper.is-open .map__info {
          top: 80px;
          right: 0; } }
    .FindBusPage .map__wrapper.is-open .map__notification-content,
    .TicketPage .map__wrapper.is-open .map__notification-content {
      margin-left: 400px; }
      @media (max-width: 768px) {
        .FindBusPage .map__wrapper.is-open .map__notification-content,
        .TicketPage .map__wrapper.is-open .map__notification-content {
          margin: 0; } }
    .FindBusPage .map__wrapper.is-open .map,
    .TicketPage .map__wrapper.is-open .map {
      width: calc(100% - 400px);
      margin-left: 400px; }
      @media (max-width: 768px) {
        .FindBusPage .map__wrapper.is-open .map,
        .TicketPage .map__wrapper.is-open .map {
          margin: 0;
          width: 100%; } }
  .FindBusPage .map__infowindow-wrapper,
  .TicketPage .map__infowindow-wrapper {
    font-weight: 400; }
  .FindBusPage .map__infowindow-title,
  .TicketPage .map__infowindow-title {
    font-weight: 600; }
  .FindBusPage .map__infowindow-timestamp,
  .TicketPage .map__infowindow-timestamp {
    font-size: 1.6rem;
    font-weight: 600; }
    .FindBusPage .map__infowindow-timestamp-delay,
    .TicketPage .map__infowindow-timestamp-delay {
      text-decoration: line-through;
      color: #c7c9c7; }
  .FindBusPage .map__info,
  .TicketPage .map__info {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    width: 400px;
    background: #fff; }
    @media (max-width: 768px) {
      .FindBusPage .map__info,
      .TicketPage .map__info {
        display: none;
        top: 80px;
        right: 0;
        width: 100%; } }
    .FindBusPage .map__info-wrapper,
    .TicketPage .map__info-wrapper {
      height: 100vh; }
      @media (max-width: 768px) {
        .FindBusPage .map__info-wrapper,
        .TicketPage .map__info-wrapper {
          height: 100%;
          position: relative;
          border-bottom: 1px solid #c7c9c7; } }
    .FindBusPage .map__info-content,
    .TicketPage .map__info-content {
      max-height: 100%;
      overflow: auto; }
      .FindBusPage .map__info-content.is-loading,
      .TicketPage .map__info-content.is-loading {
        overflow: hidden;
        padding: 20px 0; }
    .FindBusPage .map__info-mobile,
    .TicketPage .map__info-mobile {
      display: none; }
      .FindBusPage .map__info-mobile .map__infowindow-title,
      .TicketPage .map__info-mobile .map__infowindow-title {
        display: none; }
      @media (max-width: 768px) {
        .FindBusPage .map__info-mobile,
        .TicketPage .map__info-mobile {
          background: #fff;
          padding: 20px;
          border-bottom: 1px solid #c7c9c7;
          position: absolute;
          z-index: 90;
          right: 0;
          bottom: 0;
          width: 100%;
          box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2); }
          .FindBusPage .map__info-mobile.is-open,
          .TicketPage .map__info-mobile.is-open {
            display: block; } }
      .FindBusPage .map__info-mobile:after,
      .TicketPage .map__info-mobile:after {
        content: '\e905';
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-family: 'icomoon' !important;
        line-height: 1;
        font-size: 2rem; }
    .FindBusPage .map__info .eta span,
    .TicketPage .map__info .eta span {
      white-space: nowrap; }
  .FindBusPage .map__notification,
  .TicketPage .map__notification {
    display: none; }
    .FindBusPage .map__notification.is-open,
    .TicketPage .map__notification.is-open {
      display: block; }
    .FindBusPage .map__notification-block,
    .TicketPage .map__notification-block {
      display: none; }
    .FindBusPage .map__notification-content,
    .TicketPage .map__notification-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 99;
      padding: 25px;
      background: #fff;
      text-align: center; }
    .FindBusPage .map__notification-shadow,
    .TicketPage .map__notification-shadow {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9;
      background: rgba(0, 0, 0, 0.25); }

.map-container {
  height: 400px;
  width: 400px;
  margin-left: auto; }

[ng-messages], ng-message {
  color: #d9534f;
  font-size: 1.4rem; }

.ng-untouched + * [ng-messages], .ng-untouched + * ng-messages, .ng-untouched + [ng-messages], .ng-untouched + ng-messages {
  height: 0;
  opacity: 0; }

.modal {
  visibility: hidden;
  z-index: 8000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 300ms ease-in-out; }
  .modal.is-open {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    transition: opacity 300ms ease-in-out; }
    .modal.is-open#BusMapModal {
      height: 100%; }
      .modal.is-open#BusMapModal .modal__body, .modal.is-open#BusMapModal .modal__content {
        height: 100%; }
      .modal.is-open#BusMapModal .map {
        height: 100%; }
        .modal.is-open#BusMapModal .map__wrapper {
          height: 100%; }
  @media (max-width: 991px) {
    .modal__container {
      height: 100%;
      width: 100%; } }
  @media (min-width: 769px) {
    .modal__container {
      display: table;
      height: 100%;
      margin: 0 auto;
      width: 570px;
      max-width: 100%; }
      .modal__container--large {
        width: 700px; }
      .modal__container--fullpage {
        width: 100%; }
        .modal__container--fullpage .modal__body {
          margin: 0; } }
  .modal__container--center {
    display: table;
    height: 100%;
    width: 90%;
    max-width: 460px;
    margin: 0 auto; }
  .modal__close {
    cursor: pointer;
    color: #f2f2f3;
    font-size: 1.9rem; }
    .modal__close--login {
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 28px;
      cursor: pointer; }
  .modal__floating-btns {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 200; }
    .modal__floating-btns [class^='icon-'], .modal__floating-btns .form__checkbox input[type='checkbox']:checked + .label:before, .form__checkbox .modal__floating-btns input[type='checkbox']:checked + .label:before, .modal__floating-btns .travelpasslist__checkbox input[type='checkbox']:checked + .label:before, .travelpasslist__checkbox .modal__floating-btns input[type='checkbox']:checked + .label:before,
    .modal__floating-btns .form__checkbox input[type='radio']:checked + .label:before, .form__checkbox .modal__floating-btns input[type='radio']:checked + .label:before,
    .modal__floating-btns .travelpasslist__checkbox input[type='radio']:checked + .label:before, .travelpasslist__checkbox .modal__floating-btns input[type='radio']:checked + .label:before,
    .modal__floating-btns form__checkbox input[type='checkbox']:checked + .label:before, form__checkbox .modal__floating-btns input[type='checkbox']:checked + .label:before,
    .modal__floating-btns form__checkbox input[type='radio']:checked + .label:before, form__checkbox .modal__floating-btns input[type='radio']:checked + .label:before {
      margin: 0 0 5px; }
    .modal__floating-btns .btn, .modal__floating-btns .FormSubmitButton, .modal__floating-btns .FormResetButton {
      font-size: 1rem;
      padding: 10px 10px 12px;
      margin: 0 0 1rem; }
  .modal__dialog {
    width: 100%;
    height: 100%; }
    @media (min-width: 769px) {
      .modal__dialog {
        /* To center vertically */
        height: auto;
        display: table-cell;
        vertical-align: middle; } }
    .modal__dialog--center {
      /* To center vertically */
      height: auto;
      display: table-cell;
      vertical-align: middle; }
  .modal__body {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%; }
    .modal__body--primary {
      color: #f2f2f3;
      background-color: #383e42; }
    .modal__body--center {
      height: auto;
      overflow: auto; }
    @media (min-width: 769px) {
      .modal__body--login {
        border-radius: 10px 9px 0 0; } }
    .modal__body--login a {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.8px;
      line-height: 20px; }
    @media (max-width: 991px) {
      .modal__body {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        min-height: 100%; } }
    @media (min-width: 769px) {
      .modal__body {
        margin: 50px 0; } }
    .modal__body form {
      flex: 1 1 auto; }
  .modal-simple__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 25px 18px;
    background-color: #fff; }
    .modal-simple__header h2 {
      color: #212121; }
    .modal-simple__header p {
      color: #212121; }
  .modal-simple__header-login {
    align-items: center;
    padding: 0; }
    @media (min-width: 769px) {
      .modal-simple__header-login {
        border-radius: 10px 9px 0 0; } }
    .modal-simple__header-login h2 {
      color: #212121; }
    .modal-simple__header-login p {
      color: #212121; }
  .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 25px 18px;
    background-color: #383e42; }
    @media (min-width: 769px) {
      .modal__header {
        padding: 20px 50px; } }
    .modal__header h2 {
      color: #f2f2f3;
      font-size: 1.8rem;
      margin: 0; }
    .modal__header p {
      color: #f2f2f3;
      font-size: 1.4rem;
      margin: 5px 0 0 0; }
    .modal__header--white {
      background-color: #f2f2f3; }
      .modal__header--white h2 {
        color: #212121; }
      .modal__header--white p {
        color: #212121; }
    .modal__header--white-fff {
      background-color: #fff; }
      .modal__header--white-fff h2 {
        color: #212121; }
      .modal__header--white-fff p {
        color: #212121; }
  .modal__content {
    padding: 25px 25px 25px;
    font-size: 1.4rem;
    line-height: 1.5em;
    flex: 1 1 auto;
    background-color: #fff;
    color: #212121; }
    @media (min-width: 769px) {
      .modal__content {
        padding: 45px 50px 5px; } }
    .modal__container--fullpage .modal__content {
      padding: 0; }
    .modal__content--lightblue {
      background-color: #edf1f5; }
    .modal__content--center {
      padding: 25px 25px; }
    .modal__content--info {
      font-size: 1.5rem; }
    .modal__content--no-gutter {
      padding-left: unset !important;
      padding-right: unset !important; }
  .modal__footer {
    padding: 15px 15px;
    background-color: #fff; }
    @media (min-width: 769px) {
      .modal__footer {
        padding: 15px 50px 45px; } }

@media (min-width: 769px) {
  .is-app .modal--loader .modal__dialog {
    vertical-align: baseline; } }

.is-app .modal--loader .modal__dialog--center {
  vertical-align: baseline; }

.is-app .modal--loader .modal__body--primary {
  background-color: transparent; }

.is-app .modal--loader .modal__body--center {
  margin-top: 15vh; }

.is-app .modal--loader .modal__content {
  background-color: transparent; }

.is-app .modal--loader .lds-dual-ring:after {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3); }

.is-app .modal--loader .loader__text {
  display: none; }

@media (min-width: 769px) {
  .nav {
    position: absolute;
    top: 0;
    z-index: 800;
    right: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.62, -0.1, 0.94, 0.2), opacity 0.3s cubic-bezier(0.62, -0.1, 0.94, 0.2);
    right: 15px;
    min-width: 260px;
    margin-top: 16px;
    box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.3); }
    .nav:before {
      height: 0;
      width: 0;
      content: "";
      display: inline-block;
      border-bottom: 8px solid #fff;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      position: absolute;
      top: -7px;
      right: 24px; } }

.nav.is-hidden {
  display: none; }

@media (min-width: 769px) {
  .nav.is-active {
    opacity: 1;
    top: 100%;
    transition: top 0.3s cubic-bezier(0.04, 0.8, 0.48, 1.5), opacity 0.3s cubic-bezier(0.04, 0.8, 0.48, 1); } }

.nav__inner {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  height: 100%;
  width: 100%;
  padding: 16px 32px;
  background-color: #fff; }
  @media (min-width: 769px) {
    .nav__inner {
      height: auto; } }
  .nav__inner.login {
    padding: 0 0 16px 0; }
  .nav__inner:not(:last-of-type) {
    border-bottom: 1px solid #7a7a7a; }
  .nav__inner .menuheader {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 8px; }

.nav__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav__link {
  color: #212121;
  display: block;
  text-decoration: none;
  padding: 5px 0;
  font-weight: 700; }
  .nav__link:hover {
    color: #00685e; }
  .nav__link.current {
    font-weight: bold;
    color: #00685e;
    text-decoration: none; }
  .nav__link--highlight {
    color: #00685e; }
    .nav__link--highlight a {
      color: #00685e; }

.nav__item {
  display: flex;
  align-items: center; }
  .nav__item .right {
    margin-left: 10px; }
  .nav__item .left {
    margin-right: 10px; }
  .nav__item [class^='icon-'], .nav__item .form__checkbox input[type='checkbox']:checked + .label:before, .form__checkbox .nav__item input[type='checkbox']:checked + .label:before, .nav__item .travelpasslist__checkbox input[type='checkbox']:checked + .label:before, .travelpasslist__checkbox .nav__item input[type='checkbox']:checked + .label:before,
  .nav__item .form__checkbox input[type='radio']:checked + .label:before, .form__checkbox .nav__item input[type='radio']:checked + .label:before,
  .nav__item .travelpasslist__checkbox input[type='radio']:checked + .label:before, .travelpasslist__checkbox .nav__item input[type='radio']:checked + .label:before,
  .nav__item form__checkbox input[type='checkbox']:checked + .label:before, form__checkbox .nav__item input[type='checkbox']:checked + .label:before,
  .nav__item form__checkbox input[type='radio']:checked + .label:before, form__checkbox .nav__item input[type='radio']:checked + .label:before,
  .nav__item [class*=' icon-'] {
    font-size: 1rem;
    margin-top: 3px; }

.nav__main--mobile {
  display: block; }
  .nav__main--mobile a {
    font-weight: 700 !important; }

.nav__main--hygiene {
  margin-bottom: 16px; }

.nav__main--language {
  padding-top: 16px;
  border-top: 1px solid #ccc; }

.nav__main--login {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  padding: 8px 32px; }
  .nav__main--login:not(:last-child) {
    border-bottom: 1px solid #7a7a7a;
    padding-bottom: 30px; }
  .nav__main--login:last-child {
    padding-top: 20px; }
  .nav__main--login a, .nav__main--login a:not([href]):not([tabindex]) {
    color: #00685e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 20px; }
    .nav__main--login a:hover, .nav__main--login a:not([href]):not([tabindex]):hover {
      text-decoration: underline; }
    .nav__main--login a .icon-arrow-right, .nav__main--login a:not([href]):not([tabindex]) .icon-arrow-right {
      color: #00685e;
      margin-left: 20px; }
      .nav__main--login a .icon-arrow-right:before, .nav__main--login a:not([href]):not([tabindex]) .icon-arrow-right:before {
        display: inline-block; }

.nav__main--loginsmall {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 18px; }
  .nav__main--loginsmall a, .nav__main--loginsmall a:not([href]):not([tabindex]) {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 18px; }
  .nav__main--loginsmall .menuheader {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 18px;
    margin-bottom: 8px; }

@media (min-width: 769px) {
  .nav__main--mobile {
    display: none; } }

.header__login.nav {
  position: absolute;
  top: 0;
  z-index: 800;
  right: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.62, -0.1, 0.94, 0.2), opacity 0.3s cubic-bezier(0.62, -0.1, 0.94, 0.2);
  right: 15px;
  min-width: 260px;
  margin-top: 16px;
  box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.3); }
  .header__login.nav:before {
    height: 0;
    width: 0;
    content: "";
    display: inline-block;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -7px;
    right: 87px; }
  .header__login.nav.is-active {
    opacity: 1;
    top: 100%;
    transition: top 0.3s cubic-bezier(0.04, 0.8, 0.48, 1.5), opacity 0.3s cubic-bezier(0.04, 0.8, 0.48, 1); }

.navbar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  height: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }
  @media (min-width: 769px) {
    .navbar {
      height: auto; } }
  .navbar--left {
    display: flex;
    justify-items: center;
    align-items: center;
    height: 100%; }
  .navbar--right {
    display: flex; }
  .navbar__brand {
    display: inline-block;
    height: auto;
    margin: 8px 0; }
    .navbar__brand:hover {
      text-decoration: none; }
    @media (min-width: 769px) {
      .navbar__brand {
        top: -1px;
        position: relative;
        margin: 0; } }
    .navbar__brand img.vy {
      width: auto;
      max-height: 40px;
      margin-right: 10px; }
    .navbar__brand img.nettbuss {
      width: 120px;
      height: auto; }
  .navbar__main {
    display: none; }
    @media (min-width: 769px) {
      .navbar__main {
        vertical-align: middle;
        display: inline-block;
        margin-left: 25px;
        padding: 29px 0px; } }
  @media (min-width: 769px) {
    .navbar__list {
      list-style: none;
      padding: 0;
      margin: 0; } }
  @media (min-width: 769px) {
    .navbar__item {
      display: inline-block; } }
  @media (min-width: 769px) {
    .navbar__link {
      color: #212121;
      font-weight: 700;
      padding: 8px 12px;
      text-decoration: none; }
      .navbar__link:hover {
        color: #00685e; }
      .navbar__link.current {
        font-weight: bold;
        color: #00685e;
        text-decoration: none; } }
  .navbar__button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #212121;
    padding: 10px 10px;
    border: 0;
    background: transparent;
    cursor: pointer; }
    .navbar__button:hover {
      color: #00685e; }
      .navbar__button:hover .hamburger__icon, .navbar__button:hover .hamburger__icon::before, .navbar__button:hover .hamburger__icon::after {
        background-color: #00685e; }
    @media (min-width: 769px) {
      .navbar__button {
        padding: 22px 15px; } }
  .navbar__buttonicon {
    font-size: 22px;
    width: 24px;
    height: 22px; }
  .navbar__buttontext {
    font-size: 11px;
    font-weight: 600;
    margin-top: 8px;
    line-height: 1; }

.notification {
  position: relative;
  padding: 20px 50px; }
  @media (min-width: 769px) {
    .notification {
      padding: 20px 70px; } }
  .notification--absolute {
    position: relative;
    top: 25px;
    margin-top: 0; }
    @media (min-width: 769px) {
      .notification--absolute {
        top: -40px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 120; } }
  .notification--sidebar {
    margin-left: -15px;
    margin-right: -15px; }
  .notification--information {
    background-color: #edf1f5; }
  .notification--error {
    background-color: #f9e6cc; }
  .notification--success {
    background-color: #cce1df; }
  .notification--warning {
    background-color: #fef9dd; }
  @media (min-width: 769px) {
    .notification__content {
      min-width: 480px; } }
  .notification__content:before {
    left: 13px;
    top: 24px;
    position: absolute;
    font-size: 2.4rem;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 769px) {
      .notification__content:before {
        left: 24px;
        top: 20px; } }
  .notification__content--information:before {
    color: #a7b7cd; }
  .notification__content--error:before {
    color: #df8200; }
  .notification__content--success:before {
    color: #00685e; }
  .notification__content--warning:before {
    color: #fae053; }
  .notification__content.warning-triangle-fill:before {
    content: "\e92b"; }
  .notification__content.check-round-fill:before {
    content: "\e90f"; }
  .notification__content.info-round-fill:before {
    content: "\e918"; }
  .notification__title {
    color: #262626;
    font-size: 2.0rem;
    line-height: 2.4rem; }
    .notification__title + .notification__text {
      margin-top: 15px; }
  .notification__text {
    font-size: 1.4rem;
    line-height: 2.3rem; }
  .notification__close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 40px;
    font-family: 'icomoon' !important; }
    .notification__close.info-close:before {
      content: "\2716"; }

.field-validation-error {
  color: #df8200; }

.periodticket {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
  padding: 18px;
  text-align: center; }
  .periodticket__headline {
    font-size: 14px;
    line-height: 24px; }
  .periodticket__subheadline {
    font-size: 12px;
    line-height: 18px; }
  .periodticket__travelpassnumber {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px; }
  .periodticket__option {
    font-size: 14px;
    line-height: 18px; }

.popover {
  z-index: 9999; }
  .popover--purple {
    color: #f2f2f3;
    background-color: #00685e; }
    .popover--purple.bs-popover-top .arrow::before, .popover--purple.popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      border-top-color: #00685e; }
    .popover--purple.bs-popover-top .arrow::after, .popover--purple.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-top-color: #00685e; }
    .popover--purple.bs-popover-right .arrow::before, .popover--purple.popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      border-right-color: #00685e; }
    .popover--purple.bs-popover-right .arrow::after, .popover--purple.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      border-right-color: #00685e; }
    .popover--purple.bs-popover-bottom .arrow::before, .popover--purple.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      border-bottom-color: #00685e; }
    .popover--purple.bs-popover-bottom .arrow::after, .popover--purple.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      border-bottom-color: #00685e; }
    .popover--purple.bs-popover-left .arrow::before, .popover--purple.popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      border-left-color: #00685e; }
    .popover--purple.bs-popover-left .arrow::after, .popover--purple.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      border-left-color: #00685e; }
    .popover--purple .popover-body {
      color: #f2f2f3; }
  .popover--small .popover-body {
    padding: 5px 8px; }
  .popover-body {
    font-family: 'VySans', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.55px;
    text-align: left; }
    .popover-body p:last-child {
      margin: 0; }

.product__list {
  margin-bottom: 25px; }

.product__row {
  margin-top: 10px;
  font-size: 1.4rem;
  align-items: flex-end; }
  .product__row .col-auto {
    margin-left: 25px; }

.product__block {
  background-color: #edf1f5;
  padding: 15px 20px;
  margin-bottom: 20px; }
  .product__block--success {
    background-color: #00685e;
    color: #f2f2f3; }
  .product__block--error {
    background-color: #df8200;
    color: #f2f2f3; }

.product__item {
  margin-bottom: 10px;
  font-size: 1.4rem; }
  .product__item:nth-last-child(1) {
    margin-bottom: 0; }

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

.product__text {
  font-size: 1.4rem; }

.product__icon {
  font-size: 3.0rem;
  margin: 0px 15px 0px 0px; }

.refund__close {
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center; }
  .refund__close span {
    padding: 0px 10px; }

.refund__header {
  padding: 10px;
  background-color: #ffffff; }
  @media (min-width: 769px) {
    .refund__header {
      padding: 45px 50px 5px; } }
  .refund__header--top {
    display: flex;
    justify-content: space-between;
    color: #212121;
    font-size: 1.75rem; }
  .refund__header--text {
    display: flex;
    color: #212121;
    font-size: 1.5rem;
    margin-top: 10px; }

.refund__content--headerh3 {
  font-size: 2rem; }

.refund__content--info {
  font-size: 1.25rem; }

.payment-card {
  display: flex;
  padding: 5px; }
  .payment-card__content {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    .payment-card__content--top {
      padding: 5px;
      margin: auto;
      margin-left: 0; }
      @media (max-width: 575px) {
        .payment-card__content--top {
          width: 100%; } }
    .payment-card__content--bottom {
      display: flex;
      margin: auto; }
      @media (max-width: 575px) {
        .payment-card__content--bottom {
          margin: 0; } }
      .payment-card__content--bottom span {
        padding: 5px 10px; }
  .payment-card--delete {
    margin: auto;
    margin-right: 0;
    height: 40px; }

.progress__list {
  list-style: none;
  margin: 0;
  padding: 8px 20px; }

.progress__item {
  padding: 0;
  text-align: right;
  white-space: nowrap; }
  .progress__item span {
    color: #afb2b3;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0px 8px;
    position: relative;
    z-index: 10;
    background-color: #383e42; }
    .progress__item span.index {
      display: inline-block; }
    .progress__item span.displayname {
      display: none; }
    @media (min-width: 576px) {
      .progress__item span.index {
        display: none; }
      .progress__item span.displayname {
        display: inline-block; } }
  .progress__item:before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    z-index: 5;
    background-color: #888b8e; }
  .progress__item:nth-child(1) {
    flex-grow: 0;
    text-align: left; }
    .progress__item:nth-child(1) span {
      padding-left: 0; }
  .progress__item:last-child {
    text-align: right; }
    .progress__item:last-child span {
      padding-right: 0px; }
  .progress__item--active span {
    color: #f2f2f3; }
  .progress__item--current span {
    color: #f2f2f3; }

.qr__block {
  background-color: #f2f2f3;
  text-align: center; }

.qr__inner {
  padding: 25px 0 5px;
  overflow: hidden; }

.qr__item {
  display: block; }

.qr__code {
  display: block;
  margin: 0 auto;
  max-width: 125px; }
  .qr__code canvas {
    width: 100%;
    height: auto; }

.qr__id {
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin-top: 5px; }

.qr__type {
  font-weight: 700; }

[class*='Quote-'] {
  font-style: italic;
  padding: 20px 20px;
  font-size: 2.2rem;
  line-height: 3.4rem; }
  @media (min-width: 769px) {
    [class*='Quote-'] {
      padding: 40px 50px;
      font-size: 2.5rem;
      line-height: 4.0rem; } }
  @media (min-width: 992px) {
    [class*='Quote-'] {
      padding: 60px 80px;
      font-size: 3.0rem;
      line-height: 5.0rem; } }

.Quote-blue {
  color: #a7b7cd;
  background-color: #dce2eb; }

.Quote-green {
  color: #00685e;
  background-color: #99c3bf; }

.Quote-gray {
  color: #212121;
  background-color: #e9e9e9; }

.radio {
  border-bottom: 5px solid #f7f7f8; }
  .radio--no-border {
    border-bottom: 0; }
  .radio:last-child {
    margin-bottom: 0; }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    .radio input[type="radio"]:focus + .label {
      outline: 1px dotted #212121;
      outline: 5px auto -webkit-focus-ring-color; }
  .radio .label {
    display: block;
    margin: 0; }
  .radio__wrapper.selected, .radio input[type="radio"]:checked + .radio__wrapper {
    background-color: #a7b7cd !important;
    border-bottom: 0; }
    .radio__wrapper.selected--no-background, .radio input[type="radio"]:checked + .radio__wrapper {
      background-color: transparent !important; }
    .radio__wrapper.selected .radio__item--selected, .radio input[type="radio"]:checked + .radio__wrapper .radio__item--selected {
      position: relative; }
      .radio__wrapper.selected .radio__item--selected:before, .radio input[type="radio"]:checked + .radio__wrapper .radio__item--selected:before {
        border-color: #1f1e5d; }
      .radio__wrapper.selected .radio__item--selected:after, .radio input[type="radio"]:checked + .radio__wrapper .radio__item--selected:after {
        position: absolute;
        top: 7px;
        left: 7px;
        border-radius: 50%;
        content: "";
        width: 10px;
        height: 10px;
        background-color: #1f1e5d; }
  .radio__inner {
    cursor: pointer;
    position: relative;
    margin: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .radio__item {
    font-size: 1.4rem;
    line-height: 1; }
    .radio__item--selected {
      width: 40px; }
      .radio__item--selected:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border: 2px solid #cccccc;
        border-radius: 50%;
        background-color: #fff; }
    .radio__item--small {
      margin-left: auto;
      margin-right: 10px;
      text-align: right; }
    .radio__item--large {
      text-align: right;
      font-weight: bold; }
  .radio__margin {
    margin: 10px; }

.receipt {
  margin-bottom: 20px; }
  .receipt__header {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px; }
    .receipt__header h2 {
      font-size: 2.4rem;
      margin-bottom: 0; }
  .receipt__inner {
    padding: 25px 25px;
    background-color: #fafafa;
    border-radius: 3px; }
  .receipt__center {
    text-align: center; }
  .receipt__confirmation {
    max-width: 500px;
    margin: auto; }
    .receipt__confirmation .order {
      opacity: 0.8; }
  .receipt__ticket a {
    border-bottom: 2px dashed #00685e; }
    .receipt__ticket a:hover, .receipt__ticket a :focus {
      -webkit-text-decoration-line: none !important;
      text-decoration-line: none !important; }
  .receipt__fareclass {
    font-weight: 800; }
  .receipt__passenger {
    margin-bottom: 5px; }
    .receipt__passenger:nth-last-child(1) {
      margin: 0; }
  .receipt__addons {
    margin-bottom: 10px; }
    .receipt__addons .row, .receipt__addons .block__row, .receipt__addons s .default-block__container--alone, s .receipt__addons .default-block__container--alone, .receipt__addons .hero-block__subpages ul, .hero-block__subpages .receipt__addons ul, .receipt__addons .download-block__container ul li a, .download-block__container ul li .receipt__addons a, .receipt__addons .btn__group, .receipt__addons .cart__header, .receipt__addons .form__inner,
    .receipt__addons form__inner, .receipt__addons .product__row, .receipt__addons .progress__list, .receipt__addons .receipt__route, .receipt__addons .search__group, .receipt__addons .toggle, .receipt__addons .destination-tip__row, .receipt__addons .google-maps-destination .destination__row, .google-maps-destination .receipt__addons .destination__row, .receipt__addons .booking__row, .receipt__addons .footer__row, .receipt__addons .header__row, .receipt__addons [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer, [data-epi-property-name="MainBodyBlock"] .block__row .receipt__addons .epi-editContainer,
    .receipt__addons [data-epi-property-name="MainContentArea"] .block__row .epi-editContainer, [data-epi-property-name="MainContentArea"] .block__row .receipt__addons .epi-editContainer {
      margin-bottom: 2px; }
  .receipt__leg {
    background-color: #edf1f5;
    padding: 15px 20px;
    margin-bottom: 20px;
    display: none; }
  .receipt__route {
    line-height: 1; }
    .receipt__route .icon-arrow-right {
      color: #00685e; }
    .receipt__route .bold {
      line-height: 1.4em;
      margin-bottom: 5px; }
    .receipt__route .small, .receipt__route .addonlist__title--small, .receipt__route .form__group label.error, .form__group .receipt__route label.error,
    .receipt__route form__group label.error, form__group .receipt__route label.error {
      line-height: 1.5em;
      margin-bottom: 5px; }
  .receipt__check-round {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    border: 0.8rem solid #00685e;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin: auto; }
  .receipt__check-round-check {
    transform: rotate(10deg); }
    .receipt__check-round-check:before {
      font-size: 6rem;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90e";
      color: #00685e; }
  .receipt--padding {
    padding: 10px 0; }

.route {
  position: relative;
  padding-left: 24px; }
  .route:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    border-left: 2px dashed #a7b7cd;
    left: 4px;
    top: 6px;
    bottom: 6px; }
  .route__item {
    position: relative;
    margin-bottom: 15px; }
    .route__item--time {
      line-height: 1;
      margin-bottom: 4px;
      font-weight: 700; }
    .route__item--transport {
      margin-bottom: 5px; }
    .route__item--equipment {
      display: inline-block;
      font-size: 29px;
      margin-right: 5px; }
    .route__item--stop {
      position: relative;
      margin-bottom: 15px;
      font-size: 1.4rem; }
      .route__item--stop:before {
        z-index: 10;
        border-radius: 50%;
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        left: -24px;
        top: 6px;
        border: 2px solid #a7b7cd;
        background-color: #edf1f5; }
    .route__item:nth-child(1):before, .route__item:nth-last-child(1):before {
      z-index: 10;
      border-radius: 50%;
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      left: -24px;
      border: 2px solid #a7b7cd;
      background-color: #cce1df; }
    .route__item:nth-child(1):before {
      top: 6px;
      background-color: #edf1f5; }
    .route__item:nth-last-child(1) {
      margin-bottom: 0px; }
      .route__item:nth-last-child(1):before {
        bottom: 6px; }
  .route__wait {
    display: block;
    padding: 10px 0px;
    color: #c7c9c7;
    font-size: 1.4rem;
    font-style: italic; }
  .route__block, .route__leg {
    background-color: #edf1f5;
    padding: 15px 20px;
    margin-bottom: 20px; }
  .route__passenger {
    margin-bottom: 10px;
    line-height: 2.2rem; }
  .route__stops {
    display: none; }
  .route__time--stroke {
    color: #c7c9c7;
    text-decoration: line-through; }

.search {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin-top: 16px;
  top: 0;
  z-index: 300;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.62, -0.1, 0.94, 0.2), opacity 0.3s cubic-bezier(0.62, -0.1, 0.94, 0.2); }
  .search.is-hidden {
    display: none; }
  .search.is-active {
    opacity: 1;
    top: 100%;
    transition: top 0.3s cubic-bezier(0.04, 0.8, 0.48, 1.5), opacity 0.3s cubic-bezier(0.04, 0.8, 0.48, 1); }
  .search__inner {
    position: relative;
    background-color: #f2f2f3;
    padding: 20px 20px; }
    @media (min-width: 769px) {
      .search__inner {
        padding: 48px 48px; } }
    .search__inner:before {
      height: 0;
      width: 0;
      content: "";
      display: inline-block;
      border-bottom: 8px solid #fff;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      position: absolute;
      top: -7px;
      right: 68px; }
      @media (min-width: 769px) {
        .search__inner:before {
          right: 50px; } }
  .search__element input {
    height: 42px;
    border-bottom: 1px solid #b9c5d7; }
    .search__element input:focus {
      border-bottom: 1px solid #cad4e1; }
  .search__element button {
    margin: 10px 0 0 0;
    width: 100%; }

.searchjourney__container {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 40px;
  text-align: center; }
  @media (min-width: 769px) {
    .searchjourney__container {
      padding-top: 110px;
      padding-left: 25px;
      padding-right: 25px; } }

.searchjourney__shuttletoggle {
  margin: 0 0 20px;
  padding: 15px;
  text-align: left;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }
  @media (min-width: 769px) {
    .searchjourney__shuttletoggle {
      width: auto; } }
  .searchjourney__shuttletoggle--wrapper {
    display: flex;
    align-items: flex-start;
    max-width: 1076px;
    margin: auto; }
  @media (min-width: 769px) {
    .searchjourney__shuttletoggle {
      display: inline-block;
      min-width: 220px;
      max-width: 600px;
      font-size: 1em; } }
  .searchjourney__shuttletoggle--label {
    margin: 0;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center; }
  .searchjourney__shuttletoggle--checkbox {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0.01; }
    .searchjourney__shuttletoggle--checkbox:checked + .searchjourney__shuttletoggle--customcheck .icon-check {
      display: inline-block; }
  .searchjourney__shuttletoggle--customcheck {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #c7c9c7;
    border-radius: 2px;
    vertical-align: bottom;
    text-align: center;
    line-height: 1.2;
    margin: 0 10px 0 0; }
    .searchjourney__shuttletoggle--customcheck .icon-check {
      display: none;
      font-size: 0.9em;
      color: #00685e; }

.searchjourney__title {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.8);
  padding-top: 40px;
  padding-bottom: 25px;
  width: 100%;
  font-size: 4.2rem;
  line-height: 4.9rem; }
  @media (min-width: 769px) {
    .searchjourney__title {
      padding-top: 110px;
      font-size: 6.4rem;
      line-height: 6.9rem; } }

.searchjourney__switch {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 8px 5px;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 0.7em; }
  @media (min-width: 769px) {
    .searchjourney__switch {
      width: 400px;
      font-size: 1em; } }
  .searchjourney__switch button {
    color: #707a85;
    font-size: 1.4rem;
    height: 40px;
    width: 100%;
    min-width: 146px;
    border-radius: 4px; }
    .searchjourney__switch button.active {
      color: #f2f2f3;
      background-color: #00685e; }
    @media (min-width: 769px) {
      .searchjourney__switch button {
        width: auto; } }

.searchjourney__form {
  padding-bottom: 40px;
  text-align: left; }
  @media (min-width: 769px) {
    .searchjourney__form {
      display: flex;
      align-items: center;
      padding-bottom: 120px;
      justify-content: center; } }

.searchjourney__item {
  position: relative;
  padding: 0;
  display: block; }

.searchjourney__group {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  position: relative;
  margin: 0 1px 2px 1px; }
  .searchjourney__group .icon-angle-down {
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translate(0, -50%);
    font-size: 1.3rem; }
  .searchjourney__group label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    margin: 0;
    left: 12px;
    top: 11px;
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold; }
  .searchjourney__group input,
  .searchjourney__group button {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: normal;
    border: 0;
    color: #252525;
    background-color: transparent;
    padding: 27px 12px 9px;
    text-align: left;
    min-height: 60px; }
    .searchjourney__group input:focus,
    .searchjourney__group button:focus {
      outline: auto 5px -webkit-focus-ring-color; }
    .searchjourney__group input .btntext,
    .searchjourney__group button .btntext {
      line-height: 1.5em; }

.searchjourney__swap {
  position: absolute;
  line-height: 0;
  left: 92%;
  cursor: pointer;
  border-radius: 50%;
  z-index: 200;
  transform: translate(-50%, -50%); }
  .searchjourney__swap .icon-arrows {
    font-size: 2.6rem; }
  @media (min-width: 769px) {
    .searchjourney__swap {
      top: 50%;
      left: 50%;
      display: block; } }

.searchjourney__stops, .searchjourney__stops--small, .searchjourney__dates, .searchjourney__travelers {
  position: relative; }
  @media (min-width: 769px) {
    .searchjourney__stops, .searchjourney__stops--small, .searchjourney__dates, .searchjourney__travelers {
      margin: 0px 0px; } }

@media (min-width: 769px) {
  .searchjourney__stops {
    display: flex;
    align-items: center; } }

.searchjourney__dates {
  display: flex; }
  .searchjourney__dates .item {
    flex: 1 1 100%; }
  .searchjourney__dates .datepicker-dropdown {
    float: left !important;
    left: 0 !important;
    min-width: 100% !important; }
  .searchjourney__dates--small {
    width: 100% !important; }
  @media (min-width: 769px) {
    .searchjourney__dates {
      width: 325px; } }

@media (min-width: 769px) {
  .searchjourney__travelers {
    max-width: 180px; } }

.searchjourney__submit {
  background-color: #f2f2f3;
  position: relative;
  padding: 0;
  display: block;
  margin: 0; }
  @media (min-width: 769px) {
    .searchjourney__submit {
      text-align: center;
      margin: 4px 10px;
      border-radius: 50%; } }
  .searchjourney__submit button {
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    padding: 15px 10px;
    width: 100%;
    font-size: 1.9rem;
    border-radius: 0;
    cursor: pointer;
    outline: none; }
    @media (min-width: 769px) {
      .searchjourney__submit button {
        padding: 44px 10px;
        display: block;
        width: 110px;
        height: 110px;
        border-radius: 50%; } }

.searchjourney__autocomplete {
  display: none;
  z-index: 50;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100%);
  background-color: #fff; }
  .searchjourney__autocomplete .ui-datepicker {
    width: 100%; }
  @media (min-width: 769px) {
    .searchjourney__autocomplete--stops {
      width: 279px; } }
  .searchjourney__autocomplete--travelers {
    top: calc(100% + 2px); }
    @media (min-width: 769px) {
      .searchjourney__autocomplete--travelers {
        right: 0;
        top: calc(100% + 2px);
        left: auto;
        width: calc(100%);
        min-width: 300px; } }
  .searchjourney__autocomplete--datepicker {
    padding: 10px 15px; }
    @media (min-width: 769px) {
      .searchjourney__autocomplete--datepicker {
        left: 50%;
        width: 100%;
        transform: translateX(calc(-50%)); } }

.seats__svg {
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  overflow-x: auto;
  direction: rtl;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  text-align: center; }
  @media (min-width: 769px) {
    .seats__svg {
      height: auto;
      overflow-x: auto; } }
  .seats__svg svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr; }
    .seats__svg svg g:not(.seat):not(.blocked) path {
      fill: #f1f1f1 !important;
      stroke: #e7e7e7 !important; }
    .seats__svg svg g:not(.seat):not(.blocked) line {
      stroke: #e7e7e7 !important; }
  .seats__svg div[ng-floor-data='1'] svg {
    height: 132px; }
    @media (min-width: 769px) {
      .seats__svg div[ng-floor-data='1'] svg {
        height: 124px;
        width: 100%; } }
    @media (min-width: 992px) {
      .seats__svg div[ng-floor-data='1'] svg {
        height: 152px;
        width: 100%; } }
  .seats__svg div[ng-floor-data='2'] svg {
    height: 300px; }
    @media (min-width: 769px) {
      .seats__svg div[ng-floor-data='2'] svg {
        height: 276px;
        width: 100%; } }
    @media (min-width: 992px) {
      .seats__svg div[ng-floor-data='2'] svg {
        height: 337px;
        width: 100%; } }

.seats__seatnumber {
  color: #00685e;
  font-weight: 900;
  font-size: 0.8rem; }

.seats__legendlist {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
  text-align: center; }
  @media (min-width: 576px) {
    .seats__legendlist {
      margin: 0; } }

.seats__legends {
  padding: 4px 5px 4px;
  margin: 2px 2px; }
  @media (max-width: 575px) {
    .seats__legends {
      flex: 1 1 auto; } }

.seats__legend {
  margin: 0px 8px;
  text-align: center;
  display: inline-block; }
  @media (min-width: 769px) {
    .seats__legend {
      text-align: left; } }
  .seats__legend img {
    width: auto;
    height: 25px; }
  .seats__legend span {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    vertical-align: middle; }

.blocked path,
.blocked rect {
  fill: #ffffff !important;
  stroke: #cccccc !important; }

.blocked line {
  stroke: #cccccc !important; }

.seat path,
.seat rect {
  fill: #cceae4 !important;
  stroke: #00685e !important; }

.seat line {
  stroke: #00685e !important; }
  .seat line.blocked {
    stroke: #cccccc !important; }

.seat--unavailable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none; }
  .seat--unavailable path,
  .seat--unavailable rect {
    fill: #f1f1f1 !important;
    stroke: #e7e7e7 !important; }
  .seat--unavailable line {
    stroke: #e7e7e7 !important; }
  .seat--unavailable:hover path,
  .seat--unavailable:hover rect {
    fill: #f1f1f1 !important;
    stroke: #e7e7e7 !important; }
  .seat--unavailable:hover line {
    stroke: #e7e7e7 !important; }

.seat--selected path,
.seat--selected rect {
  fill: #00957a !important;
  stroke: #212121 !important; }

.seat--selected line {
  stroke: #212121 !important; }

.seat--blocked path,
.seat--blocked rect {
  fill: #ffffff !important;
  stroke: #cccccc !important; }

.seat--blocked line {
  stroke: #cccccc !important; }

.seat--blocked:hover path,
.seat--blocked:hover rect {
  fill: #ffffff !important;
  stroke: #cccccc !important; }

.seat--blocked:hover line {
  stroke: #e7e7e7 !important; }

@media (min-width: 769px) {
  .seat:hover path,
  .seat:hover rect {
    fill: #66bfaf !important;
    stroke: #4d4d4d !important; }
  .seat:hover line {
    stroke: #4d4d4d !important; } }

.ui-selectmenu-menu-item-header {
  font-size: 1.3rem;
  line-height: 1.5em; }

.ui-selectmenu-menu-item-content {
  font-size: 1.3rem;
  line-height: 1.5em; }

.sidebar {
  padding: 15px;
  position: relative;
  margin: 0 -15px 0; }
  @media (min-width: 769px) {
    .sidebar {
      padding: 0;
      margin: 0; } }
  @media (max-width: 768px) {
    .sidebar--gray {
      background-color: #c7c9c7; } }
  .sidebar--secondary {
    background-color: #cce1df; }
    @media (max-width: 768px) {
      .sidebar--secondary {
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2); } }
  .sidebar__header {
    padding: 20px 15px; }
    .sidebar__header h3 {
      font-size: 1.4rem;
      line-height: 2.1rem; }
    .sidebar__header p {
      font-size: 1.4rem;
      line-height: 2.1rem;
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .sidebar__header {
        padding: 20px 20px;
        position: relative; }
        .sidebar__header:after {
          content: '\e900';
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          font-family: 'icomoon' !important;
          line-height: 1;
          font-size: 2rem; } }
  .sidebar__title {
    cursor: pointer;
    font-weight: 600;
    position: relative;
    background-color: #f2f2f3;
    display: block;
    padding: 15px; }
    @media (min-width: 769px) {
      .sidebar__title {
        display: none; } }
    .sidebar__title .icon-angle-down {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
  .sidebar__menulist {
    margin: 0;
    list-style: none; }
    @media (max-width: 768px) {
      .sidebar__menulist {
        display: none;
        position: absolute;
        z-index: 100;
        top: 70px;
        left: 15px;
        right: 15px;
        padding: 15px;
        background-color: #f2f2f3;
        border: 1px solid #a7b7cd; } }
    @media (min-width: 769px) {
      .sidebar__menulist {
        padding: 105px 0 0 0;
        /*&--bus-booking {
          padding-top: 0;
      }*/ } }
    .sidebar__menulist li {
      line-height: 1;
      padding: 8px 0px; }
      .sidebar__menulist li a {
        display: block;
        color: #212121;
        font-size: 1.8rem;
        text-decoration: none; }
        .sidebar__menulist li a:hover {
          color: #00685e;
          text-decoration: underline; }
        .sidebar__menulist li a.current {
          font-weight: 700;
          color: #00685e; }
      .sidebar__menulist li ul {
        padding-left: 10px;
        padding-top: 10px;
        list-style: none; }

.slider__inner {
  display: block;
  overflow: hidden; }

.slider__container {
  position: relative; }

.slider__next, .slider__prev {
  display: none !important;
  cursor: pointer;
  color: #c7c9c7;
  font-size: 2.3rem;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%); }
  .slider__next:hover, .slider__prev:hover {
    text-decoration: none; }
  @media (min-width: 769px) {
    .slider__next, .slider__prev {
      display: block !important; } }

.slider__next {
  right: -30px; }

.slider__prev {
  left: -30px; }

.slick-dots {
  bottom: -30px; }
  .slick-dots li button:before {
    font-size: 38px; }

#slider-index .slick-list {
  padding: 0 5% 0 0 !important; }

#slider-index .slide__item {
  position: relative;
  outline: none; }
  #slider-index .slide__item--headline .slide__content {
    top: 44%; }
    #slider-index .slide__item--headline .slide__content h2 {
      text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.8);
      font-size: 4.3rem;
      line-height: 1.2;
      color: #f2f2f3; }
  #slider-index .slide__item--split .slide__content {
    padding: 25px 30px;
    background-color: #9EC3DE;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none; }
    #slider-index .slide__item--split .slide__content h2 {
      font-weight: 100;
      font-size: 2.4rem;
      line-height: 1.3;
      margin-bottom: 15px; }
  #slider-index .slide__item--split .slide__image {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover; }
  #slider-index .slide__item--list .slide__content h2 {
    text-transform: uppercase;
    font-size: 2.4rem; }
  #slider-index .slide__item--list .slide__content ul {
    padding: 5px 0px;
    list-style: none;
    font-size: 1.8rem;
    font-weight: 600; }
    #slider-index .slide__item--list .slide__content ul li {
      padding: 5px 0px; }

#slider-index .slide__container {
  position: relative;
  height: 400px;
  margin-right: 15px; }
  #slider-index .slide__container--image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

#slider-index .slide__content {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  transform: translateY(-50%); }

#slider-index .slide__footer {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0px 30px; }
  #slider-index .slide__footer--left {
    text-align: left; }

.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 45px;
  margin: 0;
  /* Hide default HTML checkbox */
  /* The slider */ }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .switch input:checked + .slider {
      background-color: #f2f2f3; }
    .switch input:focus + .slider {
      box-shadow: 0 0 1px #2196f3; }
    .switch input:checked + .slider::before {
      transform: translate(0, -50%);
      left: calc(100% - 38px - 4px); }
    .switch input:checked + .slider::after {
      content: "\e949";
      transform: translate(0, -50%);
      left: calc(100% - 38px - 4px);
      font-size: 20px;
      line-height: 38px; }
  .switch__sides {
    cursor: pointer;
    line-height: 1.2;
    margin: 0px 20px; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f3;
    transition: left 0.4s ease-in-out;
    /* Rounded sliders */ }
    .switch .slider::after {
      -webkit-font-smoothing: antialiased;
      content: "\e948";
      font-size: 26px;
      line-height: 37px;
      color: #f2f2f3;
      font-family: "icomoon" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none; }
    .switch .slider:before {
      content: "";
      background-color: #00685e; }
    .switch .slider::before, .switch .slider::after {
      position: absolute;
      height: 38px;
      width: 38px;
      left: 4px;
      top: 50%;
      transform: translate(0, -50%);
      transition: left 0.4s ease-in-out; }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }

.table {
  display: flex;
  flex-direction: column; }
  .table--row {
    flex-direction: row; }
  .table--border {
    border: 6px solid #a7b7cd; }
  .table__head {
    display: flex;
    background-color: #b9c5d7; }
  .table__body {
    display: flex;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px; }
  .table__row {
    display: flex; }
    .table__row:nth-last-child(1) > div {
      border-bottom: 0; }
  .table__cell {
    flex-grow: 1;
    line-height: 2.1rem;
    margin: 0px 5px; }
    .table__cell--padding {
      padding: 5px 10px; }
    .table__cell--border {
      border-bottom: 2px solid #cad4e1; }
    .table__cell--fit {
      flex-grow: 0;
      text-align: right;
      white-space: nowrap; }
    .table__cell--nowrap {
      white-space: nowrap; }
    .table__cell--icon {
      font-size: 2.4rem;
      padding: 0 15px 0 0; }

.ticket--full {
  border-bottom: 1px solid #a7b7cd;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .ticket--full:nth-last-child(1) {
    border: 0;
    padding: 0;
    margin: 0; }

.ticket__inner {
  padding: 25px 25px;
  background-color: #f2f2f3;
  border-radius: 3px;
  margin-bottom: 10px; }
  .ticket__inner--flat {
    padding: 25px 25px;
    background-color: #f2f2f3;
    border-radius: 3px; }

.ticket__header h1 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 3.6rem;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .ticket__header h1 {
      font-size: 2rem;
      display: flex;
      flex-direction: column-reverse; } }

.ticket__header h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px; }

.ticket__header h4 {
  text-align: center; }

.ticket__header-where {
  font-size: 1.4rem;
  line-height: 2.8rem;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 20px; }
  @media (max-width: 991px) {
    .ticket__header-where {
      margin-left: 0; } }
  .ticket__header-where-link {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.04em; }
    .ticket__header-where-link ~ .btn, .ticket__header-where-link ~ .FormSubmitButton, .ticket__header-where-link ~ .FormResetButton {
      vertical-align: middle; }

.ticket__date {
  margin-bottom: 10px; }

.ticket__footer {
  display: block; }

.ticket__route {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .ticket__route .icon-arrow-right {
    color: #a7b7cd;
    margin: 4px 0px;
    display: block; }
  .ticket__route .bold {
    line-height: 1.4em;
    margin-bottom: 5px; }
  .ticket__route .small, .ticket__route .addonlist__title--small, .ticket__route .form__group label.error, .form__group .ticket__route label.error,
  .ticket__route form__group label.error, form__group .ticket__route label.error {
    line-height: 1.5em;
    margin-bottom: 5px; }

.toggle-slide__container {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 769px) {
    .toggle-slide__container {
      height: 100%; } }

@media (max-width: 768px) {
  .toggle-slide__item {
    display: none; } }

@media (min-width: 769px) {
  .toggle-slide__item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    background-color: #f2f2f3;
    transition: left 0.4s ease; } }

@media (min-width: 769px) {
  .toggle-slide__item--main {
    left: -100%; } }

@media (max-width: 768px) {
  .toggle-slide__item--active {
    display: block; } }

@media (min-width: 769px) {
  .toggle-slide__item--active {
    left: 0; } }

.toggle {
  width: 100%;
  border: 1px solid #00685e;
  border-radius: 4px; }
  .toggle__button input {
    position: absolute;
    opacity: 0; }
    .toggle__button input + label {
      cursor: pointer;
      font-size: 1.2rem;
      font-weight: 900;
      text-align: center;
      display: block;
      border-radius: 4px;
      margin: 0;
      padding: 7px 5px; }
    .toggle__button input:checked + label {
      color: #f2f2f3;
      background-color: #00685e; }

.travelpass__container {
  margin-bottom: 30px; }
  .travelpass__container:nth-last-child(1) {
    margin-bottom: 0; }

.travelpasslist__item {
  display: none; }
  @media (max-width: 768px) {
    .travelpasslist__item {
      flex-wrap: wrap; } }

@media (min-width: 769px) {
  .travelpasslist__checkbox {
    padding: 0 20px 0 0; } }

@media (max-width: 768px) {
  .travelpasslist__col {
    flex-grow: 1; } }

.travelpasslist__zones {
  display: none; }

.travelpasslist__details {
  background-color: #f2f2f3;
  font-size: 1.3rem;
  line-height: 1.5em;
  min-width: 180px;
  padding: 10px 15px; }

.travelpasslist__title {
  color: #212121;
  font-weight: 600;
  padding-right: 20px;
  display: block; }

.travelpasslist__description {
  color: #252525;
  font-size: 1.4rem;
  line-height: 1.6em;
  padding-right: 20px;
  display: block; }

.travlerlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0px;
  border-bottom: 1px solid #dddfdd; }
  @media (min-width: 576px) {
    .travlerlist {
      padding: 10px 15px; } }
  .travlerlist:nth-last-child(1) {
    border-bottom: 0px solid #dddfdd; }
  .travlerlist__col {
    position: relative; }
    @media (min-width: 769px) {
      .travlerlist__col {
        /*display: flex;
            align-items: center;
            justify-content: space-between;*/
        padding: 0; } }
  .travlerlist__count {
    background-color: transparent;
    border: 0;
    text-align: center;
    width: 30px;
    color: #000; }
  .travlerlist__title {
    color: #212121;
    font-weight: 600;
    line-height: 1.5em; }
  .travlerlist__description {
    color: #252525;
    font-size: 1.4rem;
    line-height: 1.5em; }
  .travlerlist__checkbox {
    margin-right: 10px; }

.ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .ul--white {
    background-color: #f2f2f3; }
  .ul--hlist li {
    display: inline-block;
    margin-left: 20px; }
    .ul--hlist li a {
      font-size: 1.4rem;
      line-height: 1; }
      .ul--hlist li a span {
        margin-right: 5px;
        font-size: 1.9rem;
        vertical-align: sub; }
      .ul--hlist li a:hover {
        text-decoration: none; }
      .ul--hlist li a.inherit {
        font-size: inherit; }
  .ul--basic {
    list-style: none;
    padding: 0; }
    .ul--basic a {
      color: #212121;
      margin: 20px 0;
      display: block; }
      .ul--basic a:hover {
        color: #00685e; }
  .ul--checkmark {
    padding: 20px 20px; }
    .ul--checkmark li {
      position: relative;
      margin-bottom: 10px;
      line-height: 1.7em;
      padding-left: 30px; }
      .ul--checkmark li:nth-last-child(1) {
        margin-bottom: 0; }
      .ul--checkmark li:before {
        font-family: 'icomoon' !important;
        content: "\e90e";
        margin-left: 5px;
        color: #00685e;
        position: absolute;
        left: 0;
        top: 2px; }

.info__item {
  display: flex;
  align-items: center;
  background-color: white;
  margin-bottom: 5px;
  padding: 8px 0; }
  @media (min-width: 576px) {
    .info__item {
      padding: 8px 15px; } }

.info__value {
  line-height: 1; }

.info__ok {
  color: #00685e;
  font-size: 2.3rem;
  margin-right: 1rem;
  margin-bottom: auto; }
  @media (min-width: 576px) {
    .info__ok {
      margin-bottom: unset; } }

.info__error {
  color: #d9534f;
  font-size: 2.3rem;
  margin-right: 1rem;
  margin-bottom: auto; }
  @media (min-width: 576px) {
    .info__error {
      margin-bottom: unset; } }

.info-remove {
  background-color: #00685e;
  color: #f2f2f3;
  padding: 15px 20px; }
  .info-remove__message {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .info-remove__text {
    font-size: 1.4rem; }
  .info-remove__icon {
    font-size: 3.0rem;
    margin: 0px 15px 0px 0px; }

.booking__payment-vouchers {
  padding: 12px 16px;
  background-color: white; }
  .booking__payment-vouchers--voucher:disabled {
    background-color: unset; }
  .booking__payment-vouchers--input {
    margin: 16px 0; }

.booking__payment-coupon:disabled {
  background-color: unset; }

.booking__payment-toggle {
  width: 100%;
  padding: 12px 16px; }
  .booking__payment-toggle:focus {
    outline: none; }
  .booking__payment-toggle > span span {
    margin-right: 5px; }

.booking__payment-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: start; }
  .booking__payment-add span {
    padding: 3px;
    border-radius: 50%;
    height: 24px;
    width: 24px; }
    .booking__payment-add span.icon-angle-down, .booking__payment-add span.icon-angle-up {
      margin-left: 0; }

.booking__payment-bg {
  background-color: #EDF1F5; }

.booking__payment-add-voucher p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #00685e;
  margin-bottom: 0;
  margin-left: 4px; }

.booking__payment-add-voucher .icon-plus-round:before {
  color: #00685e; }

.booking__payment-add-voucher:disabled p, .booking__payment-add-voucher:disabled .icon-plus-round:before {
  color: #a6a6a6; }

.opacity-65 {
  opacity: .65; }

.bus-booking-departure .map-container {
  margin: auto;
  width: 100%; }
  @media (min-width: 769px) {
    .bus-booking-departure .map-container {
      margin: 0 0 0 auto; } }

.bus-booking-departure .booking__row {
  padding-bottom: 4rem;
  flex-wrap: wrap;
  flex-direction: column; }
  .bus-booking-departure .booking__row .booking__column {
    display: flex;
    flex-direction: column;
    min-width: 35rem;
    width: 100%;
    margin: 2rem; }
    @media (min-width: 769px) {
      .bus-booking-departure .booking__row .booking__column {
        margin: 0 0.5rem;
        width: 50%; } }
  .bus-booking-departure .booking__row .booking__inner {
    display: flex;
    margin: auto;
    flex-wrap: wrap-reverse; }
    @media (min-width: 769px) {
      .bus-booking-departure .booking__row .booking__inner {
        flex-wrap: nowrap; } }

.bus-booking-departure__container {
  background-color: #f7f7f7;
  padding: 1rem 1rem 1rem 1rem; }

.bus-booking-departure__input {
  padding: 1rem;
  background-color: white;
  width: 100%;
  border: 1px solid #c7c9c7;
  position: relative; }
  @media (min-width: 769px) {
    .bus-booking-departure__input {
      width: 27rem;
      border: unset; } }
  .bus-booking-departure__input input {
    border: none;
    width: 100%; }
    .bus-booking-departure__input input:focus-visible {
      outline: unset; }
  .bus-booking-departure__input label {
    font-weight: bold; }
  .bus-booking-departure__input--small {
    width: 100%; }
    @media (min-width: 769px) {
      .bus-booking-departure__input--small {
        width: 15rem; } }
  @media (min-width: 769px) {
    .bus-booking-departure__input--border {
      border: 1px solid #c7c9c7; } }
  .bus-booking-departure__input--50 {
    margin: 5px;
    width: 100%; }
    @media (min-width: 769px) {
      .bus-booking-departure__input--50 {
        width: 50%; } }
    .bus-booking-departure__input--50:first-of-type {
      margin-left: 0; }
    .bus-booking-departure__input--50:last-of-type {
      margin-right: 0; }
  .bus-booking-departure__input--unit {
    font-size: 1.3rem;
    font-style: italic;
    margin: auto; }
  .bus-booking-departure__input--validation {
    position: absolute;
    right: 0;
    bottom: -30px;
    color: #d9534f; }

.bus-booking-departure__route {
  display: flex;
  position: relative; }
  .bus-booking-departure__route a {
    margin: auto 0; }
  .bus-booking-departure__route.js-slide {
    overflow: hidden;
    /*&.js-remove {
                max-height: 0;*/
    /*margin-bottom: -0.5rem;
                transition: max-height .25s linear;*/
    /*animation: slideUp .5s linear;
            }*/ }
    .bus-booking-departure__route.js-slide.js-add {
      max-height: 100%;
      -webkit-animation: slideDown .8s linear;
      animation: slideDown .8s linear; }
      .bus-booking-departure__route.js-slide.js-add:not(:last-child) {
        margin-bottom: 0.5rem; }

.bus-booking-departure__icon-stop {
  display: flex;
  padding: 2rem 0;
  align-items: center;
  font-size: 1.5rem; }
  .bus-booking-departure__icon-stop span {
    padding-right: 1rem;
    font-size: 2.5rem; }
    .bus-booking-departure__icon-stop span.icon-trash {
      padding-right: 0;
      padding-left: 1rem; }
  .bus-booking-departure__icon-stop:hover {
    text-decoration: none; }

.bus-booking-departure__checkbox .label {
  font-size: 1.6rem;
  font-weight: normal; }

.bus-booking-departure__checkbox input[type='checkbox'] + .label:before {
  color: #00685e;
  border: 2px solid #c7c9c7;
  top: 5px;
  transform: none; }

@-webkit-keyframes slideDown {
  from {
    max-height: 0; }
  to {
    max-height: 100%; } }

@keyframes slideDown {
  from {
    max-height: 0; }
  to {
    max-height: 100%; } }

@-webkit-keyframes slideUp {
  from {
    max-height: 100%; }
  to {
    max-height: 0; } }

@keyframes slideUp {
  from {
    max-height: 100%; }
  to {
    max-height: 0; } }

.bus-booking-addons__list-item {
  border-bottom: 1px solid #c7c9c7; }

.bus-booking-addons .btn__decrease {
  margin-right: 5px;
  background-color: #99c3bf; }

.bus-booking-addons .btn__increase {
  margin-left: 5px; }

.bus-booking-addons .addonlist__count {
  text-align: left;
  border: 1px solid #c7c9c7;
  border-radius: 3px;
  padding-left: 10px;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0; }
  .bus-booking-addons .addonlist__count:focus {
    outline: none; }

.bus-booking-start .booking__row {
  padding-bottom: 4rem;
  flex-wrap: wrap;
  flex-direction: column; }
  .bus-booking-start .booking__row .booking__inner {
    display: flex;
    margin: auto;
    flex-wrap: wrap-reverse; }
    @media (min-width: 769px) {
      .bus-booking-start .booking__row .booking__inner {
        flex-wrap: nowrap; } }

.bus-booking-start__top {
  background: #CCE1DF;
  padding: 3rem 0;
  overflow: hidden;
  position: relative; }
  .bus-booking-start__top .booking__inner {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 769px) {
      .bus-booking-start__top .booking__inner {
        flex-direction: row; } }
  @media (min-width: 769px) {
    .bus-booking-start__top .bus-booking-departure__input {
      width: 38rem; } }
  @media (min-width: 769px) {
    .bus-booking-start__top .bus-booking-departure__input--small {
      width: auto; } }
  .bus-booking-start__top .bus-booking-departure__input--small label {
    white-space: nowrap; }
  .bus-booking-start__top .load__box {
    background-color: rgba(255, 255, 255, 0.75); }
    .bus-booking-start__top .load__box .lds-dual-ring:after {
      border-color: black transparent; }

.bus-booking-start__container {
  background-color: #f7f7f7;
  padding: 2rem 2rem 1rem 0.5rem; }

.bus-booking-start__input {
  padding: 1rem;
  background-color: white;
  width: 100%;
  border: 1px solid #c7c9c7;
  position: relative; }
  @media (min-width: 769px) {
    .bus-booking-start__input {
      border: unset; } }
  .bus-booking-start__input:not(:last-child) {
    margin-bottom: 0.5rem; }
    @media (min-width: 769px) {
      .bus-booking-start__input:not(:last-child) {
        margin-bottom: 0;
        margin-right: 0.5rem; } }
  .bus-booking-start__input input {
    border: none;
    width: 100%; }
    .bus-booking-start__input input:focus-visible {
      outline: unset; }
  .bus-booking-start__input label {
    font-weight: bold; }
  .bus-booking-start__input--small {
    width: 100%; }
    @media (min-width: 769px) {
      .bus-booking-start__input--small {
        width: 13rem; } }
  @media (min-width: 769px) {
    .bus-booking-start__input--border {
      border: 1px solid #c7c9c7; } }

.bus-booking-start__checkbox .label {
  font-size: 1.5rem;
  font-weight: bold; }
  .bus-booking-start__checkbox .label:before {
    color: #00685e !important;
    border: 2px solid #c7c9c7 !important; }

@media (min-width: 769px) {
  .bus-booking-bus-type__top--description {
    width: 500px; } }

.bus-booking-bus-type__bus .radio {
  border: none; }

.bus-booking-bus-type__bus-content__img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bus-booking-bus-type .collapse__header {
  padding-left: 0; }

.bus-booking-bus-type .radio__inner {
  padding-right: 0; }

.bus-booking-checkout .booking__inner {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.bus-booking-checkout .btn, .bus-booking-checkout .FormSubmitButton, .bus-booking-checkout .FormResetButton {
  width: 200px; }

.checkout-form-col-1 {
  grid-column: 1; }

.checkout-form-col-2 {
  grid-column: 2; }

.checkout-form-row-1 {
  grid-row: 1; }

.checkout-form-row-2 {
  grid-row: 2; }

.checkout-form-row-3 {
  grid-row: 3; }

.checkout-form-row-4 {
  grid-row: 4; }

.checkout-form-row-2-4 {
  grid-row: 2/5; }

@media screen and (max-width: 768px) {
  .bus-booking-checkout .booking__inner {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; } }

.my-bus-bookings {
  margin-bottom: 40px; }
  @media (min-width: 769px) {
    .my-bus-bookings {
      margin-bottom: 60px; } }
  .my-bus-bookings h2 {
    margin-bottom: 25px; }
    @media (min-width: 769px) {
      .my-bus-bookings h2 {
        margin-bottom: 40px; } }
  @media (min-width: 769px) {
    .my-bus-bookings .collapse__body {
      padding: 5px 10px 15px; } }
  .my-bus-bookings .summary {
    margin-top: 30px; }
    @media (min-width: 769px) {
      .my-bus-bookings .summary {
        margin-top: 80px; } }
  .my-bus-bookings .bottom-buttons button {
    font-size: 16px;
    margin-left: 10px; }
    .my-bus-bookings .bottom-buttons button:first-child {
      margin-left: 0; }
    @media (min-width: 769px) {
      .my-bus-bookings .bottom-buttons button {
        margin-left: 50px; } }
    .my-bus-bookings .bottom-buttons button span {
      margin-left: 5px; }
      @media (min-width: 769px) {
        .my-bus-bookings .bottom-buttons button span {
          margin-left: 8px; } }
  .my-bus-bookings .loader__container {
    padding: 10px; }

.my-bus-bookings-container .main-content-area {
  margin-bottom: 40px;
  margin-top: 30px; }
  @media (min-width: 769px) {
    .my-bus-bookings-container .main-content-area {
      margin-bottom: 60px;
      margin-top: 40px; } }

.my-bus-bookings-container .orders .mock__order {
  display: flex;
  justify-content: space-between;
  background-color: white;
  margin: 2px 0;
  padding: 10px;
  opacity: 50%;
  border-bottom: 1px solid #edf1f5; }
  .my-bus-bookings-container .orders .mock__order .fill {
    background-color: #edf1f5;
    padding: 0 60px; }
  .my-bus-bookings-container .orders .mock__order:last-of-type {
    border: unset; }

.my-bus-bookings-container .orders .route__item--stops[aria-expanded="true"] .hideonopen {
  display: none; }

.my-bus-bookings-container .orders .route__item--stops[aria-expanded="true"] .showonopen {
  display: inline; }

.my-bus-bookings-container .orders .hideonopen {
  display: inline; }

.my-bus-bookings-container .orders .showonopen {
  display: none; }

.my-bus-bookings-container .form__checkbox .label, .my-bus-bookings-container .travelpasslist__checkbox .label {
  font-size: 1.6rem;
  font-weight: bold; }

.my-bus-bookings-container .form__checkbox input[type='checkbox'] + .label:before, .my-bus-bookings-container .travelpasslist__checkbox input[type='checkbox'] + .label:before {
  color: #00685e;
  border: 2px solid #c7c9c7;
  top: 0;
  transform: none; }

.my-bus-bookings-container .inactive .form__field--border {
  border: unset;
  border-bottom: 1px solid black;
  padding: 5px;
  line-height: 25px;
  height: unset; }
  .my-bus-bookings-container .inactive .form__field--border:disabled {
    background-color: transparent; }
  .my-bus-bookings-container .inactive .form__field--border:active {
    border-color: #c7c9c7; }
  .my-bus-bookings-container .inactive .form__field--border:focus-visible {
    outline: none !important; }

.my-bus-bookings-container .inactive .form__group {
  margin-top: 25px !important; }

.my-bus-bookings-container .inactive .form__label {
  color: #c7c9c7;
  padding: 5px; }

.my-bus-bookings-container .pagination {
  display: flex;
  list-style-type: none;
  -webkit-padding-start: unset;
  padding-inline-start: unset; }
  .my-bus-bookings-container .pagination .page-item {
    color: #00685e;
    cursor: pointer;
    margin: 0 5px; }
    .my-bus-bookings-container .pagination .page-item__active {
      font-weight: bold; }
    .my-bus-bookings-container .pagination .page-item span {
      color: #00685e; }
    .my-bus-bookings-container .pagination .page-item:hover {
      text-decoration: underline; }

.my-bus-bookings-container .modal__body {
  background-color: white; }

.my-bus-bookings-container .modal__content {
  margin: 0 50px;
  padding-left: 15px;
  padding-right: 15px; }
  .my-bus-bookings-container .modal__content:first-of-type {
    padding-top: unset; }
  .my-bus-bookings-container .modal__content h2 {
    font-size: 3.5rem; }
  .my-bus-bookings-container .modal__content h3 {
    font-size: 2.5rem;
    font-weight: normal; }
  .my-bus-bookings-container .modal__content--text {
    font-size: 1.75rem; }

.my-bus-bookings-container .notification {
  padding-left: 70px;
  padding-top: 20px; }
  .my-bus-bookings-container .notification__content {
    min-width: unset; }

.my-bus-bookings-container .edit-trip {
  font-weight: normal;
  font-size: 1.75rem; }

.my-bus-bookings-container .canceled .canceled__strike {
  opacity: 0.5;
  text-decoration: line-through; }

.my-bus-bookings-container .canceled .status {
  color: #d9534f; }

.my-bus-bookings-container .pending .status {
  color: #00685e; }

.trip-info-width {
  max-width: 33rem; }

.trip-date-width {
  text-align: right; }

@media (max-width: 1200px) {
  .trip-info-width {
    max-width: 21rem; } }

@media (max-width: 991px) {
  .trip-info-width {
    max-width: 15rem; }
  .trip-date-width {
    max-width: 10rem;
    text-align: right; }
  .trip-order-width {
    max-width: 7rem; } }

@media (max-width: 991px) and (max-width: 768px) {
  .trip-order-width {
    margin-right: 3rem; }
  .trip-info-width {
    max-width: 50%; } }

.bus-route .route__item button {
  font-size: 16px; }

.bus-route .route__item--time {
  font-size: 16px; }

.bus-route .route__item--name {
  font-size: 16px; }

.bus-route .route__item--station {
  margin-bottom: 30px; }

.bus-route .route__item--transport {
  margin-bottom: 10px; }

.bus-route .route__equipment {
  margin-bottom: 30px; }

.myprofile__item {
  border-bottom: 1px solid #dddfdd;
  margin-top: 25px;
  margin-bottom: 20px; }

.myprofile__item.is-open .myprofile__header {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

.myprofile__header {
  cursor: pointer;
  position: relative;
  padding: 18px 5px 21px 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px; }
  .myprofile__header--title {
    width: 90%; }
    .myprofile__header--title .icon-angle-down {
      position: absolute;
      right: 20px;
      top: 50%;
      color: #00685e;
      display: inline-block;
      line-height: 24px;
      transform: rotate(0);
      line-height: 0;
      transition: transform .4s ease; }
    .myprofile__item.is-open .myprofile__header--title .icon-angle-down {
      transform: rotate(180deg);
      transition: transform 0.4s ease; }

.myprofile__table {
  display: table;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-top: 5px; }
  .myprofile__table th, .myprofile__table td {
    padding: 0.5rem; }
  .myprofile__table th {
    border-top: none; }

.myprofile__body {
  display: none; }
  .myprofile__body--inner {
    padding: 5px 10px;
    background-color: #f7f7f7; }

.bus-portal-login h2 {
  margin-bottom: 20px; }

.bus-portal-login a {
  font-size: 14px;
  line-height: 28px; }

.bus-portal-login --radiogroup {
  margin-bottom: 60px; }

.cart__body .cart__body-button--stops {
  text-align: left; }

.cart__body i:before {
  font-size: 2rem; }

.busbooking-receipt-page .btn--primary, .busbooking-receipt-page .FormSubmitButton {
  padding: 1.2rem 10rem; }

.busbooking-receipt-page .receipt__check-round {
  background-color: #00685e;
  border: 0.8rem solid white; }
  .busbooking-receipt-page .receipt__check-round-check:before {
    color: white; }

.route-text-block__container {
  width: 100%;
  max-width: 70rem;
  margin: auto; }
  .route-text-block__container h2 {
    margin-bottom: 10px; }
  .route-text-block__container h2 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 10px; }
  .route-text-block__container h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px; }
  .route-text-block__container h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 28px;
    margin-bottom: 10px; }
  .route-text-block__container h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px; }
  .route-text-block__container h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px; }
  .route-text-block__container p {
    margin-bottom: 11px; }
    .route-text-block__container p:last-child {
      margin-bottom: 0; }
    .route-text-block__container p.bg-blue {
      background-color: #a7b7cd;
      padding: 20px;
      margin-bottom: 30px; }
    .route-text-block__container p.bg-green {
      background-color: #cce1df;
      padding: 20px;
      margin-bottom: 30px; }
    .route-text-block__container p.bg-grey {
      background-color: #f7f7f7;
      padding: 20px;
      margin-bottom: 30px; }
  .route-text-block__container ul {
    padding: 20px 30px;
    margin: 0;
    list-style: none; }
    .route-text-block__container ul li {
      margin-bottom: 10px; }
      .route-text-block__container ul li:before {
        margin-right: 10px;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e930'; }
  .route-text-block__container ol {
    padding: 20px 30px 20px 50px;
    margin: 0; }
    .route-text-block__container ol li {
      margin-bottom: 10px;
      text-indent: 2px; }
      .route-text-block__container ol li::marker {
        margin-right: 10px; }
  .route-text-block__container .embed-responsive {
    margin-bottom: 20px; }
  .route-text-block__container--body {
    margin-top: 25px; }
  .route-text-block__container--image img {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
  .route-text-block__container--image h2 {
    text-align: center; }

.route-text-block__column--2 h2,
.route-text-block__column--2 h3,
.route-text-block__column--2 h4 {
  font-size: 2.2rem;
  line-height: 2.9rem; }

@media (min-width: 992px) {
  .route-text-block__column--2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px; } }

.route-relation-information-block {
  max-width: 90rem;
  margin: auto;
  padding: 4rem;
  margin-bottom: 0 !important; }
  .route-relation-information-block ~ .route-relation-information-block {
    margin-bottom: 5px !important; }
  @media (min-width: 769px) {
    .route-relation-information-block ~ .route-relation-information-block {
      margin-bottom: 90px !important; } }
  .route-relation-information-block__container {
    background-color: #f9f9f9;
    padding: 2rem 0; }
  .route-relation-information-block__heading {
    text-align: center;
    padding: 2rem 0; }
  .route-relation-information-block__list {
    padding: 2rem; }
    .route-relation-information-block__list-item {
      padding: 1.5rem 0;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #c7c9c7; }
      .route-relation-information-block__list-item--lable {
        font-weight: 700; }

.route-internal-links-block {
  background-color: #f9f9f9;
  padding-top: 20px;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 0 !important; }
  .route-internal-links-block ~ .route-internal-links-block {
    padding-top: 0;
    margin-bottom: 5px !important; }
  @media (min-width: 769px) {
    .route-internal-links-block {
      padding-left: 36px;
      padding-right: 36px; }
      .route-internal-links-block ~ .route-internal-links-block {
        margin-bottom: 90px !important; } }
  .route-internal-links-block .links-block__container h2 {
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    padding: 20px 0; }
  .route-internal-links-block .links-block__container ul {
    padding: 0 0 0 0;
    margin: 0;
    list-style: none; }
    .route-internal-links-block .links-block__container ul li {
      margin-bottom: 10px; }
      .route-internal-links-block .links-block__container ul li a {
        font-weight: 600; }
  @media (min-width: 992px) {
    .route-internal-links-block .links-block__column--3 {
      -moz-column-count: 3;
      column-count: 3;
      -moz-column-gap: 60px;
      column-gap: 60px;
      padding-bottom: 40px; } }

.destination-tip {
  position: relative; }
  .destination-tip--padding {
    padding-bottom: 25px; }
  .destination-tip--black {
    background-color: #383e42;
    color: #f2f2f3; }
  .destination-tip__row.align-start {
    align-items: start; }
  @media (min-width: 576px) {
    .destination-tip__row .btn__row {
      justify-content: center; } }
  .destination-tip__column {
    width: 325px; }
  .destination-tip__inner {
    max-width: 900px; }
    .destination-tip__inner > img {
      width: 100%;
      height: auto; }
  .destination-tip__columns {
    display: flex;
    max-width: 900px; }
  .destination-tip__header {
    display: flex;
    padding: 0 0 10px;
    margin-bottom: 0px;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px solid #dddfdd; }
    .destination-tip__header [class^='icon-'], .destination-tip__header .form__checkbox input[type='checkbox']:checked + .label:before, .form__checkbox .destination-tip__header input[type='checkbox']:checked + .label:before, .destination-tip__header .travelpasslist__checkbox input[type='checkbox']:checked + .label:before, .travelpasslist__checkbox .destination-tip__header input[type='checkbox']:checked + .label:before,
    .destination-tip__header .form__checkbox input[type='radio']:checked + .label:before, .form__checkbox .destination-tip__header input[type='radio']:checked + .label:before,
    .destination-tip__header .travelpasslist__checkbox input[type='radio']:checked + .label:before, .travelpasslist__checkbox .destination-tip__header input[type='radio']:checked + .label:before,
    .destination-tip__header form__checkbox input[type='checkbox']:checked + .label:before, form__checkbox .destination-tip__header input[type='checkbox']:checked + .label:before,
    .destination-tip__header form__checkbox input[type='radio']:checked + .label:before, form__checkbox .destination-tip__header input[type='radio']:checked + .label:before {
      padding: 10px 0px;
      margin: 0px 20px;
      color: #00685e; }
    @media (min-width: 576px) {
      .destination-tip__header > div {
        display: inline-block; } }
    .destination-tip__header--bold {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: none; }
    .destination-tip__header--opposite {
      flex-direction: row-reverse; }
    .destination-tip__header div {
      display: flex;
      justify-content: center;
      align-items: center; }
  .destination-tip__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-weight: 600;
    padding: 15px 10px 20px;
    font-size: 1.7rem;
    line-height: 1.9rem; }
    .destination-tip__navigation--prev a,
    .destination-tip__navigation--prev button, .destination-tip__navigation--next a,
    .destination-tip__navigation--next button {
      font-weight: 600;
      white-space: nowrap; }
    .destination-tip__navigation--prev a:hover, .destination-tip__navigation--next a:hover {
      text-decoration: none; }
    .destination-tip__navigation--prev [class^='icon-'], .destination-tip__navigation--prev .form__checkbox input[type='checkbox']:checked + .label:before, .form__checkbox .destination-tip__navigation--prev input[type='checkbox']:checked + .label:before, .destination-tip__navigation--prev .travelpasslist__checkbox input[type='checkbox']:checked + .label:before, .travelpasslist__checkbox .destination-tip__navigation--prev input[type='checkbox']:checked + .label:before,
    .destination-tip__navigation--prev .form__checkbox input[type='radio']:checked + .label:before, .form__checkbox .destination-tip__navigation--prev input[type='radio']:checked + .label:before,
    .destination-tip__navigation--prev .travelpasslist__checkbox input[type='radio']:checked + .label:before, .travelpasslist__checkbox .destination-tip__navigation--prev input[type='radio']:checked + .label:before,
    .destination-tip__navigation--prev form__checkbox input[type='checkbox']:checked + .label:before, form__checkbox .destination-tip__navigation--prev input[type='checkbox']:checked + .label:before,
    .destination-tip__navigation--prev form__checkbox input[type='radio']:checked + .label:before, form__checkbox .destination-tip__navigation--prev input[type='radio']:checked + .label:before,
    .destination-tip__navigation--prev [class*=' icon-'], .destination-tip__navigation--next [class^='icon-'], .destination-tip__navigation--next .form__checkbox input[type='checkbox']:checked + .label:before, .form__checkbox .destination-tip__navigation--next input[type='checkbox']:checked + .label:before, .destination-tip__navigation--next .travelpasslist__checkbox input[type='checkbox']:checked + .label:before, .travelpasslist__checkbox .destination-tip__navigation--next input[type='checkbox']:checked + .label:before,
    .destination-tip__navigation--next .form__checkbox input[type='radio']:checked + .label:before, .form__checkbox .destination-tip__navigation--next input[type='radio']:checked + .label:before,
    .destination-tip__navigation--next .travelpasslist__checkbox input[type='radio']:checked + .label:before, .travelpasslist__checkbox .destination-tip__navigation--next input[type='radio']:checked + .label:before,
    .destination-tip__navigation--next form__checkbox input[type='checkbox']:checked + .label:before, form__checkbox .destination-tip__navigation--next input[type='checkbox']:checked + .label:before,
    .destination-tip__navigation--next form__checkbox input[type='radio']:checked + .label:before, form__checkbox .destination-tip__navigation--next input[type='radio']:checked + .label:before,
    .destination-tip__navigation--next [class*=' icon-'] {
      font-size: 1.1rem; }
    .destination-tip__navigation--prev.opposite, .destination-tip__navigation--next.opposite {
      display: none; }
    .destination-tip__navigation--prev {
      text-align: left; }
    .destination-tip__navigation--text {
      text-align: center;
      font-weight: 700; }
    .destination-tip__navigation--next {
      text-align: right; }
  .destination-tip .content {
    border-bottom: 1px solid #c7c9c7; }
    .destination-tip .content a {
      display: block;
      color: #212121; }
    .destination-tip .content a:hover {
      text-decoration: none; }
    .destination-tip .content--gray {
      background-color: #f7f7f8; }
      .destination-tip .content--gray.selected {
        border: 1px solid #a7b7cd; }
    .destination-tip .content__header {
      font-size: 1.6rem;
      width: 100%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      padding: 14px 15px;
      text-align: left;
      background-color: #fff;
      border: 0;
      color: #212121; }
      .destination-tip .content__header--noicon {
        padding: 12px 15px; }
    .destination-tip .content__body {
      display: none;
      font-size: 1.4rem;
      line-height: 1.5em; }
  .destination-tip__journey.hidden {
    display: none; }
  .destination-tip__journeys.opposite {
    display: none; }

.google-maps-destination .destination {
  position: relative; }
  .google-maps-destination .destination--padding {
    padding-bottom: 25px; }
  .google-maps-destination .destination .collapse--gray {
    background-color: #f9f9f9;
    color: #212121; }
    .google-maps-destination .destination .collapse--gray.is-open .collapse__header {
      background-color: #a7b7cd; }
  .google-maps-destination .destination__column {
    width: 325px; }
  .google-maps-destination .destination__inner {
    max-width: 900px; }
    .google-maps-destination .destination__inner > img {
      width: 100%;
      height: auto; }
  .google-maps-destination .destination__info {
    display: flex; }
    .google-maps-destination .destination__info--center {
      display: flex;
      flex-direction: column;
      align-items: center; }
  .google-maps-destination .destination__columns {
    display: flex;
    max-width: 900px; }
  .google-maps-destination .destination__toggle {
    color: #00685e;
    font-size: 1.25rem;
    cursor: pointer; }
  .google-maps-destination .destination__header {
    padding: 0 0 10px;
    margin-bottom: 0px;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px solid #dddfdd; }
    .google-maps-destination .destination__header [class^='icon-'], .google-maps-destination .destination__header .form__checkbox input[type='checkbox']:checked + .label:before, .form__checkbox .google-maps-destination .destination__header input[type='checkbox']:checked + .label:before, .google-maps-destination .destination__header .travelpasslist__checkbox input[type='checkbox']:checked + .label:before, .travelpasslist__checkbox .google-maps-destination .destination__header input[type='checkbox']:checked + .label:before,
    .google-maps-destination .destination__header .form__checkbox input[type='radio']:checked + .label:before, .form__checkbox .google-maps-destination .destination__header input[type='radio']:checked + .label:before,
    .google-maps-destination .destination__header .travelpasslist__checkbox input[type='radio']:checked + .label:before, .travelpasslist__checkbox .google-maps-destination .destination__header input[type='radio']:checked + .label:before,
    .google-maps-destination .destination__header form__checkbox input[type='checkbox']:checked + .label:before, form__checkbox .google-maps-destination .destination__header input[type='checkbox']:checked + .label:before,
    .google-maps-destination .destination__header form__checkbox input[type='radio']:checked + .label:before, form__checkbox .google-maps-destination .destination__header input[type='radio']:checked + .label:before {
      padding: 10px 0px;
      margin: 0px 20px;
      color: #00685e; }
    @media (min-width: 576px) {
      .google-maps-destination .destination__header > div {
        display: inline-block; } }
    .google-maps-destination .destination__header--bold {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: none; }
  .google-maps-destination .destination__content {
    margin-top: 5px; }
    .google-maps-destination .destination__content > div:last-child {
      margin-bottom: 25px; }
    .google-maps-destination .destination__content button {
      line-height: 1;
      letter-spacing: 0.07em;
      font-weight: 700; }
  .google-maps-destination .destination__item--busstop {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: none; }
  .google-maps-destination .destination__item--address {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: none; }
  .google-maps-destination .destination .notification {
    font-size: 1.6rem;
    padding: 20px 40px; }
  .google-maps-destination .destination__notification__content a {
    text-decoration: underline; }
  .google-maps-destination .destination__notification__content:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 2.4rem;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .google-maps-destination .destination__notification__content--information:before {
    color: #0098db; }
  .google-maps-destination .destination__notification__content.info-round-fill:before {
    content: "\e918"; }

.faq-section__head {
  text-align: center;
  margin-bottom: 56px; }
  .faq-section__head h2 {
    font-weight: 600; }

.expand-block-faq__container {
  width: 100%;
  max-width: 70rem;
  margin: auto;
  border-bottom: solid 2px #c7c9c7;
  margin-bottom: 0;
  padding: 0;
  /*&:nth-last-child(1) {
            margin-bottom: 20px;
        }*/ }
  .expand-block-faq__container.is-open .expand-block-faq__header {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  .expand-block-faq__container.is-open .icon-angle-down {
    transform: rotate(180deg);
    transition: transform 0.4s ease; }

.expand-block-faq__header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  padding: 18px 50px 19px 23px;
  position: relative; }
  .expand-block-faq__header .icon-angle-down {
    font-size: 1.6rem;
    color: #00685e;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: rotate(0);
    line-height: 0;
    transition: transform 0.4s ease; }
  .expand-block-faq__header--link, .expand-block-faq__header a {
    color: #212121; }
    .expand-block-faq__header--link .icon-arrow-right, .expand-block-faq__header a .icon-arrow-right {
      font-size: 1.6rem;
      color: #00685e;
      position: absolute;
      right: 23px;
      top: 50%;
      line-height: 0; }
    .expand-block-faq__header--link:hover, .expand-block-faq__header a:hover {
      color: #212121;
      text-decoration: none; }

.expand-block-faq__body {
  display: none; }
  .expand-block-faq__body.is-open {
    background-color: #f7f7f7; }

.expand-block-faq__content {
  padding: 10px 20px 10px 23px; }
  .expand-block-faq__content p {
    margin-bottom: 10px; }

.traffic-block {
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px; }
  .traffic-block--heading-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 24px; }
    .traffic-block--heading-wrapper.traffic-incident {
      border-bottom: 1px solid #ECB466; }
    .traffic-block--heading-wrapper.traffic-planned {
      border-bottom: 1px solid #FAE053; }
    .traffic-block--heading-wrapper h3 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 700; }
    .traffic-block--heading-wrapper p {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      padding: 4px 8px;
      border-radius: 4px;
      margin-left: 32px; }
  .traffic-block.traffic-incident {
    background-color: #F9E6CC; }
  .traffic-block.traffic-planned {
    background-color: #FEF9DD; }
  .traffic-block .traffic-block-theme-text.traffic-incident p {
    background-color: #ECB466; }
  .traffic-block .traffic-block-theme-text.traffic-planned p {
    background-color: #FAE053; }
  .traffic-block--affected-lines {
    margin-bottom: 8px; }
  .traffic-block--estimated-start-stop {
    margin-bottom: 24px; }
  .traffic-block--text {
    margin-bottom: 24px; }
  .traffic-block--last-updated {
    font-size: 14px;
    line-height: 20px; }

#BookingNavigation #StickyNav {
  z-index: 500;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #edf1f5;
  border-top: 1px solid #a7b7cd;
  transform: translate3d(0, 0, 0);
  transition: height 300ms ease-in-out; }
  #BookingNavigation #StickyNav .booking__inner {
    padding-top: 15px;
    padding-bottom: 15px; }
  @media (min-width: 769px) {
    #BookingNavigation #StickyNav .btn__row {
      padding-left: 10px;
      padding-right: 10px; } }
  #BookingNavigation #StickyNav.isSticky:not(.isInView) {
    height: 74px;
    transition: height 300ms ease-in-out; }

.booking {
  position: relative; }
  .booking--padding {
    padding-bottom: 25px; }
  .booking--black {
    background-color: #383e42;
    color: #f2f2f3; }
  .booking--yellow {
    background-color: #fef9dd;
    color: #212121; }
  .booking--grayblue {
    background-color: #ebecec;
    color: #212121; }
  .booking--primary {
    background-color: #cce1df;
    color: #212121; }
  .booking--secondary {
    background-color: #cce1df;
    color: #212121; }
  .booking--light-purple {
    background-color: #66a49e; }
    .booking--light-purple.is-open {
      background: linear-gradient(#66a49e, rgba(30, 30, 92, 0.02)); }
  .booking .color--white {
    color: #f2f2f3; }
  .booking .color--black {
    color: #212121; }
  .booking--bgimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .booking__column {
    width: 325px; }
  .booking__container--coupon {
    margin-top: 25px; }
  .booking__container--voucher {
    margin-top: 10px; }
  .booking__inner {
    max-width: 900px; }
    .booking__inner--bg {
      padding: 0; }
    .booking__inner > img {
      width: 100%;
      height: auto; }
  .booking__info {
    display: flex; }
    .booking__info--center {
      display: flex;
      flex-direction: column;
      align-items: center; }
  .booking__columns {
    display: flex;
    max-width: 900px; }
  .booking__refound-block .booking__refound-btn {
    border: 1px solid #7a7a7a7a;
    border-radius: 4px; }
    .booking__refound-block .booking__refound-btn button:disabled {
      opacity: 0.5; }
  .booking__refound-block.is-visible .booking__refound-btn {
    margin: 0 0 40px; }
  .booking__refound-block.is-visible .booking__refound-forms {
    display: block; }
  .booking__refound-btn {
    font-size: 1.4rem;
    background: #edf1f5;
    z-index: 5000;
    position: relative; }
    .booking__refound-btn .icon-angle-down,
    .booking__refound-btn .icon-angle-up {
      display: inline-block;
      margin-left: 15px; }
  .booking__refound-btn:hover {
    outline: 2px solid #00685e; }
  .booking__refound-btnclose {
    display: none;
    font-weight: 600; }
  .booking__refound-btnopen {
    font-weight: 600; }
    .booking__refound-btnopen__refound-btn {
      outline: 2px solid #00685e; }
  .booking__refound-forms {
    border: 1px solid #6a6a6a6a;
    border-top: none;
    border-radius: 0 0 4px 4px;
    position: relative;
    top: -4px; }
    .booking__refound-forms--input {
      background-color: white;
      padding: 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: end; }
      .booking__refound-forms--input input {
        border: none;
        width: 100%;
        padding: 0.5rem;
        border: 0.1rem solid #c7c9c7;
        border-radius: 0.3rem;
        font-weight: 400; }
        .booking__refound-forms--input input:focus-visible {
          outline: none; }
      .booking__refound-forms--input h4 {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 4px; }
    .booking__refound-forms--wrapper {
      max-width: 467px;
      flex-wrap: nowrap; }
      @media screen and (max-width: 768px) {
        .booking__refound-forms--wrapper {
          max-width: none;
          flex-wrap: wrap; } }
    .booking__refound-forms--submit {
      align-self: center;
      display: flex;
      flex-direction: column;
      justify-content: end;
      margin-top: auto; }
      @media screen and (max-width: 768px) {
        .booking__refound-forms--submit {
          min-height: none;
          margin-top: 12px; } }
  .booking__refound-add-voucher {
    margin-top: 8px; }
  .booking__toggle {
    color: #00685e;
    font-size: 1.25rem;
    cursor: pointer; }
  .booking__header {
    padding: 0 0 10px;
    margin-bottom: 0px;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px solid #dddfdd; }
    .booking__header [class^="icon-"], .booking__header .ul--checkmark li:before, .ul--checkmark .booking__header li:before {
      padding: 10px 0px;
      margin: 0px 20px;
      color: #00685e; }
    @media (min-width: 576px) {
      .booking__header > div {
        display: inline-block; } }
    .booking__header--bold {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: none; }
  .booking__seats {
    padding: 25px 0 0; }
  .booking__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-weight: 600;
    padding: 15px 10px 20px;
    font-size: 1.7rem;
    line-height: 1.9rem;
    max-width: 480px;
    margin: auto; }
    .booking__navigation--prev a,
    .booking__navigation--prev button, .booking__navigation--next a,
    .booking__navigation--next button {
      font-weight: 400;
      white-space: nowrap;
      padding: 4px 8px;
      border-radius: 4px;
      font-size: 14px;
      line-height: 20px; }
      .booking__navigation--prev a:disabled,
      .booking__navigation--prev button:disabled, .booking__navigation--next a:disabled,
      .booking__navigation--next button:disabled {
        background-color: #f4f4f4;
        color: #7a7a7a7a; }
    .booking__navigation--prev [class^="icon-"], .booking__navigation--prev .ul--checkmark li:before, .ul--checkmark .booking__navigation--prev li:before,
    .booking__navigation--prev [class*=" icon-"], .booking__navigation--next [class^="icon-"], .booking__navigation--next .ul--checkmark li:before, .ul--checkmark .booking__navigation--next li:before,
    .booking__navigation--next [class*=" icon-"] {
      font-size: 1.1rem; }
    .booking__navigation--prev {
      text-align: left; }
    .booking__navigation--text {
      font-size: 16px;
      line-height: 24px;
      border-radius: 4px;
      text-align: center;
      font-weight: 700;
      padding: 4px 16px;
      color: white;
      background-color: #00685e; }
    .booking__navigation--next {
      text-align: right; }
  .booking__route > div:last-child {
    margin-bottom: 25px; }
  .booking__option {
    position: relative;
    background-color: #fff;
    transition: color 0.25s; }
    .booking__option .ul {
      padding: 10px 10px;
      font-size: 1.4rem; }
    .booking__option h3 {
      margin-bottom: 5px; }
    .booking__option::before, .booking__option::after {
      pointer-events: none;
      box-sizing: inherit;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%; }
    .booking__option::before, .booking__option::after {
      border: 2px solid transparent;
      width: 0;
      height: 0; }
    .booking__option::before {
      top: 0;
      left: 0; }
    .booking__option::after {
      top: 0;
      left: 0; }
    .booking__option.highlight {
      border-radius: 5px; }
      .booking__option.highlight::before, .booking__option.highlight::after {
        width: 100%;
        height: 100%; }
      .booking__option.highlight::before {
        border-top-color: #a7b7cd;
        border-right-color: #a7b7cd;
        transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }
      .booking__option.highlight::after {
        border-bottom-color: #a7b7cd;
        border-left-color: #a7b7cd;
        transition: height 0.25s ease-out, width 0.25s ease-out 0.25s; }
  .booking-modal__close {
    color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .booking-modal__close span {
      padding: 0px 10px; }
  .booking-modal__header {
    padding: 45px 50px 5px;
    color: #212121;
    font-size: 1.75rem; }
    .booking-modal__header div {
      display: flex;
      justify-content: space-between; }
  .booking-modal__body {
    min-height: unset; }
  @media (min-width: 769px) {
    .booking-modal__container {
      width: 700px; } }
  .booking-selected-seats__wrapper {
    background-color: #edf1f5;
    padding: 12px;
    margin: auto;
    min-height: 85.5px; }
    .booking-selected-seats__wrapper p {
      font-size: 14px;
      line-height: 20px; }
  .booking-selected-seats__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px; }
  .booking-selected-seats__summary {
    width: 100%;
    display: flex;
    -moz-column-gap: 4px;
    column-gap: 4px;
    flex-wrap: wrap; }
    .booking-selected-seats__summary p {
      font-size: 16px;
      line-height: 24px; }
    .booking-selected-seats__summary .seat-tag {
      background-color: #dce2eb;
      border-radius: 4px;
      padding: 4px 8px; }

.clear-seats-button {
  color: #00685e;
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin: 8px 12px 0px 12px;
  cursor: pointer; }
  .clear-seats-button p {
    font-size: 14px;
    line-height: 20px; }

.select-seats-accordion {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
  width: 100%; }
  .select-seats-accordion__header {
    margin-top: 24px;
    margin-bottom: 24px; }
    .select-seats-accordion__header-text {
      font-size: 14px;
      line-height: 20px; }
  .select-seats-accordion__button {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: center; }
    .select-seats-accordion__button button {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      color: #00685e;
      border: #00685e 1px solid;
      padding: 8px 16px; }

.select-seats-accordion__button .isOpen.icon-angle-up::before {
  display: inline-block;
  transform: rotate(180deg); }

.btn-ghost {
  background-color: aqua; }

.select-seats-toggle-button {
  display: flex;
  align-items: center;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #00685e;
  border: #00685e 1px solid;
  padding: 8px 16px;
  -moz-column-gap: 8px;
  column-gap: 8px; }

.footer {
  position: relative;
  padding-top: 30px; }
  .footer a {
    font-size: 14px;
    color: #f2f2f3; }
    .footer a:hover {
      color: #cce1df; }
  .footer__fade {
    position: relative;
    padding-top: 100px; }
  .footer__bg {
    background-image: url(/Frontend/assets/images/Nettbuss_footer.svg);
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 80px;
    margin-bottom: -5px; }
    @media (min-width: 769px) {
      .footer__bg {
        height: 235px; } }
  .footer__container {
    background-color: #00685e;
    padding-bottom: 10px; }
  .footer__content {
    padding-top: 25px; }
  .footer .recaptcha {
    color: white;
    font-size: 15px;
    padding: 0 15px; }
    .footer .recaptcha a {
      font-weight: bold;
      text-decoration: underline; }
  .footer__col h3 {
    font-weight: normal;
    text-transform: none;
    font-size: 20px;
    color: #f2f2f3; }
  .footer__col ul {
    list-style: none;
    padding: 0; }
  .footer__col li {
    display: block; }
  .footer__contact {
    border-top: 2px solid #66a49e;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .footer__contact a {
      margin-right: 10px; }
  .footer__map {
    border-top: 2px solid #66a49e;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px; }

.header {
  position: relative;
  height: auto;
  width: 100%;
  border: 0;
  background-color: #fff; }
  @media (max-width: 768px) {
    .header.is-open {
      position: fixed;
      z-index: 9000;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #fff; }
    .header.is-open-login {
      position: fixed;
      z-index: 9000;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.25); }
      .header.is-open-login .navbar {
        background-color: #fff; }
      .header.is-open-login + .ng-scope, .header.is-open-login + .main {
        margin-top: 110px; } }
  @media (max-width: 575px) {
    .header.is-open-login + .ng-scope, .header.is-open-login + .main {
      margin-top: 130px; } }
  .header__banner {
    background-color: #dce2eb;
    padding-top: 15px;
    padding-bottom: 15px; }
    .header__banner .message p {
      font-size: 14px;
      line-height: 14px;
      margin: 0; }
    @media (max-width: 768px) {
      .header__banner button {
        width: 100%;
        margin-top: 11px; } }
    .header__banner--green {
      background-color: #00685E;
      color: #f2f2f3; }
      .header__banner--green a {
        color: #f2f2f3;
        text-decoration: underline; }
  .header__nav {
    height: calc(100% - 60px); }
    @media (min-width: 769px) {
      .header__nav {
        height: auto; } }
  .header__navmypage {
    height: calc(100% - 60px); }
    @media (min-width: 769px) {
      .header__navmypage {
        height: auto; } }
    @media (min-width: 576px) {
      .header__navmypage:before {
        right: 118px; } }
    @media (min-width: 769px) {
      .header__navmypage:before {
        right: 77px; } }
  .header__mobile-menu {
    height: auto; }
  .header__login {
    /*height: calc(100% - 60px);*/
    height: auto; }
    @media (min-width: 769px) {
      .header__login {
        height: auto; } }
    @media (min-width: 576px) {
      .header__login:before {
        right: 118px; } }
    @media (min-width: 769px) {
      .header__login:before {
        right: 87px; } }

.nbtool__editfield #seatID {
  margin-right: 20px; }

.nbtool__editfield .icon-check-round-fill,
.nbtool__editfield .icon-error-round-fill {
  display: none;
  position: absolute;
  right: 15px;
  top: 38px; }

.nbtool__editfield .icon-error-round-fill {
  color: #df8200; }

.nbtool__editfield .icon-check-round-fill {
  color: #00685e; }

body.page.LostPropertyPage #OutputTemplate #RemoveAnotherLine {
  display: none; }

body.page.LostPropertyPage #RemoveAnotherLine {
  position: absolute;
  z-index: 200;
  right: 0;
  top: 0;
  padding: 8px 7px;
  padding: 7px 16px;
  color: #d9534f; }
  body.page.LostPropertyPage #RemoveAnotherLine:hover {
    color: #e89895; }

body.page.LostPropertyPage .selector-busline {
  position: relative;
  background-color: #dce2eb;
  border: 2px solid #a7b7cd;
  padding: 3px 15px 20px;
  margin-bottom: 25px;
  margin-top: 20px; }

body.is-app #BookingStepSearchJourney {
  height: 100vh;
  overflow: auto; }

#BookingStepSearchJourney > .booking {
  min-height: 100%; }

.StartPage .setHeight {
  min-height: 373px; }

.payment__toggle {
  font-size: 1.4rem;
  float: right;
  margin-bottom: 20px;
  cursor: pointer; }

.payment__block form {
  clear: both; }

.payment__klarna {
  display: block;
  width: 100%;
  clear: both; }

[data-epi-property-name="MainBodyBlock"],
[data-epi-property-name="MainContentArea"] {
  padding: 0; }
  [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer > div[data-epi-content-name="Row Break"], [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer > div[data-epi-content-name="Row"], [data-epi-property-name="MainBodyBlock"] .block__row .epi-editContainer > div[data-epi-content-name="Break"],
  [data-epi-property-name="MainContentArea"] .block__row .epi-editContainer > div[data-epi-content-name="Row Break"],
  [data-epi-property-name="MainContentArea"] .block__row .epi-editContainer > div[data-epi-content-name="Row"],
  [data-epi-property-name="MainContentArea"] .block__row .epi-editContainer > div[data-epi-content-name="Break"] {
    display: none; }

[data-epi-property-name="Carousel"] {
  width: 100%; }
  [data-epi-property-name="Carousel"] .slide__item {
    margin-bottom: 25px; }

/*# sourceMappingURL=main.css.map */

