/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-primary {
    --bg-opacity: 1;
    background-color: #00809d;
    background-color: rgba(0, 128, 157, var(--bg-opacity))
}

.bg-gray-light {
    --bg-opacity: 1;
    background-color: #f1eeeb;
    background-color: rgba(241, 238, 235, var(--bg-opacity))
}

.hover\:bg-primary-darker:hover {
    --bg-opacity: 1;
    background-color: #024251;
    background-color: rgba(2, 66, 81, var(--bg-opacity))
}

.hover\:bg-gray-light:hover {
    --bg-opacity: 1;
    background-color: #f1eeeb;
    background-color: rgba(241, 238, 235, var(--bg-opacity))
}

.bg-cover {
    background-size: cover
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-b-md {
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.border-l {
    border-left-width: 1px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.flex-1 {
    flex: 1 1 0%
}

.flex-grow {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.font-bold {
    font-weight: 700
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-52 {
    height: 13rem
}

.h-64 {
    height: 16rem
}

.h-px {
    height: 1px
}

.text-sm {
    font-size: .875rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-5xl {
    font-size: 3rem
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.ml-2 {
    margin-left: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.ml-5 {
    margin-left: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mr-8 {
    margin-right: 2rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-22 {
    margin-top: 5.5rem
}

.mt-auto {
    margin-top: auto
}

.max-w-md {
    max-width: 28rem
}

.max-w-screen-xl {
    max-width: 1280px
}

.min-h-screen {
    min-height: 90vh
}

.opacity-25 {
    opacity: .25
}

.overflow-hidden {
    overflow: hidden
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.pr-1 {
    padding-right: .25rem
}

.pl-4 {
    padding-left: 1rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pt-22 {
    padding-top: 5.5rem
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.shadow-md {
    box-shadow: 0 3px 40px rgba(0, 0, 0, .16)
}

.hover\:shadow-sm:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .07)
}

.fill-current {
    fill: currentColor
}

.text-center {
    text-align: center
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-primary {
    --text-opacity: 1;
    color: #00809d;
    color: rgba(0, 128, 157, var(--text-opacity))
}

.text-blue {
    --text-opacity: 1;
    color: #54ceea;
    color: rgba(84, 206, 234, var(--text-opacity))
}

.uppercase {
    text-transform: uppercase
}

.focus\:underline:focus,
.hover\:underline:hover,
.underline {
    text-decoration: underline
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-7 {
    width: 1.75rem
}

.w-52 {
    width: 13rem
}

.w-1\/3 {
    width: 33.333333%
}

.w-full {
    width: 100%
}

.z-20 {
    z-index: 20
}

.-z-10 {
    z-index: -10
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@font-face {
    font-family: InterInitial;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Regular-Latin.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0000-007f, U+00a0-00fc, U+2010-2027, U+2248, U+20a0-20cf;
    font-display: fallback
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Regular-Latin.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0000-007f, U+00a0-00fc, U+2010-2027, U+2248, U+20a0-20cf;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Regular-Polish.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0100-0148;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Regular-Polish-Extra.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    unicode-range: U+014a-017f;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Regular-Greek.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0384-03ce;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Medium-Latin.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    unicode-range: U+0000-007f, U+00a0-00fc, U+2010-2027, U+2248, U+20a0-20cf;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Medium-Polish.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    unicode-range: U+0100-0148;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Medium-Polish-Extra.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    unicode-range: U+014a-017f;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Medium-Greek.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    unicode-range: U+0384-03ce;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-SemiBold-Latin.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    unicode-range: U+0000-007f, U+00a0-00fc, U+2010-2027, U+2248, U+20a0-20cf;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-SemiBold-Polish.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    unicode-range: U+0100-0148;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-SemiBold-Polish-Extra.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    unicode-range: U+014a-017f;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-SemiBold-Greek.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    unicode-range: U+0384-03ce;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Bold-Latin.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    unicode-range: U+0000-007f, U+00a0-00fc, U+2010-2027, U+2248, U+20a0-20cf;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Bold-Polish.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    unicode-range: U+0100-0148;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Bold-Polish-Extra.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    unicode-range: U+014a-017f;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://assets.holidu.com/assets/fonts/Optimised/Inter-Bold-Greek.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    unicode-range: U+0384-03ce;
    font-display: swap
}

html {
    font-size: 13px;
    line-height: 1.5;
    font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto
}

.background-image {
    height: 29rem
}

.background-image:before {
    content: "";
    position: absolute;
    top: 6rem;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(0deg, #000, transparent) 0 0 no-repeat padding-box;
    opacity: .69
}

@media (min-width:1024px) {
    html {
        font-size: 15px;
        line-height: 1.3
    }

    .background-image {
        height: 52rem
    }

    .background-image:before {
        top: 11rem
    }
}

.location-tile {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px)
}

.btn-primary {
    --bg-opacity: 1;
    background-color: #00809d;
    background-color: rgba(0, 128, 157, var(--bg-opacity));
    border-radius: .375rem;
    padding: 1rem;
    text-transform: uppercase;
    text-align: center;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.btn-primary:active,
.btn-primary:hover {
    --bg-opacity: 1;
    background-color: #024251;
    background-color: rgba(2, 66, 81, var(--bg-opacity))
}

.pt-header {
    padding-top: 8.5rem
}

.mt-main {
    margin-top: 8.5rem
}

@media (min-width:1024px) {
    .pt-header {
        padding-top: 12vh
    }

    .mt-main {
        margin-top: 7vh
    }
}

@media (min-width:1280px) {
    .pt-header {
        padding-top: 16vh
    }

    .mt-main {
        margin-top: 10vh
    }
}

@media (min-width:640px) {
    .sm\:h-94 {
        height: 23.5rem
    }
}

@media (min-width:1024px) {
    .lg\:rounded {
        border-radius: .25rem
    }

    .lg\:inline {
        display: inline
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:h-56 {
        height: 14rem
    }

    .lg\:h-94 {
        height: 23.5rem
    }

    .lg\:text-sm {
        font-size: .875rem
    }

    .lg\:text-2xl {
        font-size: 1.5rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem
    }

    .lg\:text-6xl {
        font-size: 4rem
    }

    .lg\:text-8xl {
        font-size: 6rem
    }

    .lg\:m-4 {
        margin: 1rem
    }

    .lg\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mr-12 {
        margin-right: 3rem
    }

    .lg\:ml-12 {
        margin-left: 3rem
    }

    .lg\:min-w-140 {
        min-width: 35rem
    }

    .lg\:p-4 {
        padding: 1rem
    }

    .lg\:p-12 {
        padding: 3rem
    }

    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:pt-56 {
        padding-top: 14rem
    }

    .lg\:right-0 {
        right: 0
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:w-56 {
        width: 14rem
    }

    .lg\:w-auto {
        width: auto
    }
}


.custom-select {
	/* position: relative; */
    text-align: right;
    float: right;
}

.custom-select select {
	appearance: none;
	-webkit-appearance: none;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 15px 20px 15px 20px;
	background-color: #FFFFFF;
	border: 1px solid #C4D1EB;
	border-radius: 5px;
	color: #000000;
	cursor: pointer;
	outline: none;
}

.custom-select select:focus {
	background: #F2F2F2;
	border: 1px solid #5A7EC7;
	border-radius: 5px;
}

.custom-select::after {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	background-color: #000000;
	clip-path: polygon(29% 0%, 71% 0%, 71% 56%, 100% 56%, 50% 100%, 0% 56%, 29% 56%);
}

