/* apps/iedereen-verdient-vakantie-aanbod/src/styles.scss */
:root {
  --white: #ffffff;
  --smoke: #fafafa;
  --smoke-alt: #f8f8f8;
  --almost-white: #ededed;
  --white-two: #e5e5e5;
  --white-three: #d5d5d5;
  --warm-grey: #989898;
  --brownish-grey: #6b6b6b;
  --greyish-brown: #443939;
  --black-alt: #1d1d1b;
  --black: #000000;
  --dark-grey: #3b3b3b;
  --yellow: #ffe615;
  --dark-yellow: #f0d70f;
  --orange: #ffc515;
  --light-orange: #fef9e5;
  --dark-orange: #9f5804;
  --red: #db3434;
  --light-red: #fae0e1;
  --dark-red: #c21b1b;
  --blue: #0055cc;
  --light-blue: #d4d3f3;
  --dark-blue: #00098f;
  --grey-blue: #687483;
  --bluish-white: #ebeff4;
  --bluish-grey: #cfd5dd;
  --green-blue: #02835c;
  --light-green-blue: #ecf6ee;
  --dark-green-blue: #02694a;
  --green: #7ba405;
  --light-green: #f6fbe1;
  --dark-green: #009461;
  --text-color: var(--greyish-brown);
  --text-color-light: var(--brownish-grey);
  --text-color-xlight: var(--warm-grey);
  --link-color: var(--blue);
  --link-color-active: var(--dark-blue);
  --background-color: var(--white);
  --athens-grey: #eceff4;
  --mine-shaft: #333332;
  --mischka-grey: #cfd5dd;
  --ocean-green-10: #ecf6ee;
  --ocean-green-40: #b1dcbb;
  --pale-sky: #687483;
  --regent-grey: #8695a8;
  --white-lilac: #f7f9fc;
}
:root {
  --spacing-xs: 2px;
  --spacing-sm: 4px;
  --spacing-md: 8px;
  --spacing-lg: 16px;
  --spacing-xl: 32px;
  --font-family: "flanders_art_sans", sans-serif;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-md: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-xxl: 36px;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a,
.c-btn-link {
  background-color: transparent;
}
a:active,
.c-btn-link:active,
a:hover,
.c-btn-link:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@font-face {
  font-family: "flanders_art_sans";
  src: url(/assets/fonts/flandersartsans-light-webfont.woff2) format("woff2"), url(/assets/fonts/flandersartsans-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "flanders_art_sans";
  src: url(/assets/fonts/flandersartsans-regular-webfont.woff2) format("woff2"), url(/assets/fonts/flandersartsans-regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "flanders_art_sans";
  src: url(/assets/fonts/flandersartsans-medium-webfont.woff2) format("woff2"), url(/assets/fonts/flandersartsans-medium-webfont.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "flanders_art_sans";
  src: url(/assets/fonts/flandersartsans-bold-webfont.woff2) format("woff2"), url(/assets/fonts/flandersartsans-bold-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
.text-black {
  color: var(--black);
}
.text-blue {
  color: var(--blue);
}
.text-brownish-grey {
  color: var(--brownish-grey);
}
.text-white {
  color: var(--white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a,
.c-btn-link {
  color: var(--blue);
  transition: color 300ms ease;
  text-decoration: none;
}
a:hover,
.c-btn-link:hover,
a:active,
.c-btn-link:active,
a:focus,
.c-btn-link:focus {
  color: var(--link-color-active);
}
a[href^="mailto:"],
[href^="mailto:"].c-btn-link {
  word-break: break-all;
}
input[type=email] {
  text-transform: lowercase;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  overflow-y: scroll;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  background-color: var(--background-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
p,
ul,
ol,
li,
dl {
  margin: 0;
}
hr {
  margin: 0;
  width: 100%;
  height: 2px;
  background: var(--white-three);
  border: none;
}
.c-btn-new,
.c-btn {
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  font-size: var(--font-size-sm);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid transparent;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (min-width: var(--screen-xs)) {
  .c-btn-new,
  .c-btn {
    width: auto;
    min-width: 200px;
    padding: 13px 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn-new,
  .c-btn {
    max-width: 200px;
  }
}
button {
  outline: none !important;
}
.c-btn {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--text-color);
  transition-duration: 300ms;
  transition-property:
    background-color,
    color,
    border,
    box-shadow;
  transition-timing-function: ease-in-out;
}
.c-btn:hover,
.c-btn:focus,
.c-btn:active {
  background-color: var(--dark-yellow);
  border-color: var(--dark-yellow);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  color: var(--text-color);
}
.c-btn[disabled],
.c-btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-btn[disabled]:hover,
.c-btn[disabled]:focus,
.c-btn[disabled]:active,
.c-btn.is-disabled:hover,
.c-btn.is-disabled:focus,
.c-btn.is-disabled:active {
  background-color: var(--yellow);
  border-color: var(--yellow);
  box-shadow: none;
  color: var(--text-color);
}
.c-btn.c-btn--secundary {
  background-color: transparent;
  border-color: var(--brownish-grey);
  color: var(--text-color);
  transition-duration: 300ms;
  transition-property:
    background-color,
    color,
    border,
    box-shadow;
  transition-timing-function: ease-in-out;
}
.c-btn.c-btn--secundary:hover,
.c-btn.c-btn--secundary:focus,
.c-btn.c-btn--secundary:active {
  background-color: var(--brownish-grey);
  border-color: var(--brownish-grey);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  color: var(--white);
}
.c-btn.c-btn--secundary[disabled],
.c-btn.c-btn--secundary.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-btn.c-btn--secundary[disabled]:hover,
.c-btn.c-btn--secundary[disabled]:focus,
.c-btn.c-btn--secundary[disabled]:active,
.c-btn.c-btn--secundary.is-disabled:hover,
.c-btn.c-btn--secundary.is-disabled:focus,
.c-btn.c-btn--secundary.is-disabled:active {
  background-color: transparent;
  border-color: var(--brownish-grey);
  box-shadow: none;
  color: var(--text-color);
}
.c-btn.c-btn--highlight {
  background-color: var(--green-blue);
  border-color: var(--green-blue);
  color: var(--white);
  transition-duration: 300ms;
  transition-property:
    background-color,
    color,
    border,
    box-shadow;
  transition-timing-function: ease-in-out;
}
.c-btn.c-btn--highlight:hover,
.c-btn.c-btn--highlight:focus,
.c-btn.c-btn--highlight:active {
  background-color: var(--dark-green-blue);
  border-color: var(--dark-green-blue);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  color: var(--white);
}
.c-btn.c-btn--highlight[disabled],
.c-btn.c-btn--highlight.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-btn.c-btn--highlight[disabled]:hover,
.c-btn.c-btn--highlight[disabled]:focus,
.c-btn.c-btn--highlight[disabled]:active,
.c-btn.c-btn--highlight.is-disabled:hover,
.c-btn.c-btn--highlight.is-disabled:focus,
.c-btn.c-btn--highlight.is-disabled:active {
  background-color: var(--green-blue);
  border-color: var(--green-blue);
  box-shadow: none;
  color: var(--white);
}
.c-btn.c-btn--danger {
  background-color: var(--red);
  border-color: var(--red);
  color: var(--white);
  transition-duration: 300ms;
  transition-property:
    background-color,
    color,
    border,
    box-shadow;
  transition-timing-function: ease-in-out;
}
.c-btn.c-btn--danger:hover,
.c-btn.c-btn--danger:focus,
.c-btn.c-btn--danger:active {
  background-color: var(--dark-red);
  border-color: var(--dark-red);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  color: var(--white);
}
.c-btn.c-btn--danger[disabled],
.c-btn.c-btn--danger.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-btn.c-btn--danger[disabled]:hover,
.c-btn.c-btn--danger[disabled]:focus,
.c-btn.c-btn--danger[disabled]:active,
.c-btn.c-btn--danger.is-disabled:hover,
.c-btn.c-btn--danger.is-disabled:focus,
.c-btn.c-btn--danger.is-disabled:active {
  background-color: var(--red);
  border-color: var(--red);
  box-shadow: none;
  color: var(--white);
}
.c-btn.c-btn--no-style {
  background-color: transparent;
  border-color: transparent;
  color: currentColor;
  transition-duration: 300ms;
  transition-property:
    background-color,
    color,
    border,
    box-shadow;
  transition-timing-function: ease-in-out;
}
.c-btn.c-btn--no-style:hover,
.c-btn.c-btn--no-style:focus,
.c-btn.c-btn--no-style:active {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: var(--brownish-grey);
}
.c-btn.c-btn--no-style[disabled],
.c-btn.c-btn--no-style.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-btn.c-btn--no-style[disabled]:hover,
.c-btn.c-btn--no-style[disabled]:focus,
.c-btn.c-btn--no-style[disabled]:active,
.c-btn.c-btn--no-style.is-disabled:hover,
.c-btn.c-btn--no-style.is-disabled:focus,
.c-btn.c-btn--no-style.is-disabled:active {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: currentColor;
}
.c-btn.c-btn--no-style:hover,
.c-btn.c-btn--no-style:focus {
  text-decoration: underline;
}
.c-btn.c-btn--no-style[disabled]:hover,
.c-btn.c-btn--no-style[disabled]:focus,
.c-btn.c-btn--no-style[disabled]:active,
.c-btn.c-btn--no-style.is-disabled:hover,
.c-btn.c-btn--no-style.is-disabled:focus,
.c-btn.c-btn--no-style.is-disabled:active {
  text-decoration: none;
}
.c-btn span + [class*=icon-],
.c-btn [class*=icon-] + span {
  margin-left: 10px;
}
.c-btn.c-btn--sm {
  padding: 8px 15px;
}
@media screen and (min-width: var(--screen-xs)) {
  .c-btn.c-btn--sm {
    min-width: 150px;
    padding: 8px 30px;
  }
}
.c-btn.c-btn--inline {
  display: inline-block;
  min-width: inherit;
  padding: 0;
}
@media screen and (min-width: var(--screen-sm)) {
  .c-btn.c-btn--full {
    display: block;
    width: 100% !important;
  }
}
.c-btn.c-btn--fit {
  width: fit-content;
  max-width: unset;
}
.c-btn-link {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}
.c-btn-link--green {
  color: var(--green-blue);
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
}
.c-btn-link--green:hover,
.c-btn-link--green:active,
.c-btn-link--green:focus {
  color: var(--dark-green-blue) !important;
}
.c-btn-link--grey {
  color: var(--grey-blue);
  font-weight: 600;
}
.c-btn-link--grey:hover,
.c-btn-link--grey:active,
.c-btn-link--grey:focus {
  color: var(--grey-blue) !important;
  opacity: 0.9;
}
.c-btn-link--red {
  color: var(--red);
}
.c-btn-link--red:hover,
.c-btn-link--red:active,
.c-btn-link--red:focus {
  color: var(--dark-red) !important;
}
.c-btn-back {
  display: inline-block;
  position: relative;
  min-width: inherit;
  height: 30px;
  padding: 0 14px;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  background-color: var(--yellow);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: none;
  color: var(--greyish-brown);
  outline: none;
  transition-duration: 300ms;
  transition-property: background, color;
  transition-timing-function: ease-in-out;
  -webkit-appearance: none;
}
.c-btn-back:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  width: 0;
  height: 0;
  border-color: transparent var(--yellow) transparent transparent;
  border-style: solid;
  border-width: 15px 7px 15px 0;
  transition: border-color 300ms ease-in-out;
}
.c-btn-back:hover,
.c-btn-back:focus,
.c-btn-back:active {
  text-decoration: none;
  background: var(--yellow);
  color: var(--greyish-brown);
}
.c-btn-back:hover:before,
.c-btn-back:focus:before,
.c-btn-back:active:before {
  border-color: transparent var(--yellow) transparent transparent;
}
.c-btn-round {
  background-color: var(--almost-white);
  border-color: var(--almost-white);
  color: var(--warm-grey);
  transition-duration: 300ms;
  transition-property:
    background-color,
    color,
    border,
    box-shadow;
  transition-timing-function: ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 100%;
  outline: none;
  -webkit-appearance: none;
}
.c-btn-round:hover,
.c-btn-round:focus,
.c-btn-round:active {
  background-color: var(--brownish-grey);
  border-color: var(--brownish-grey);
  box-shadow: none;
  color: var(--white);
}
.c-btn-round[disabled],
.c-btn-round.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-btn-round[disabled]:hover,
.c-btn-round[disabled]:focus,
.c-btn-round[disabled]:active,
.c-btn-round.is-disabled:hover,
.c-btn-round.is-disabled:focus,
.c-btn-round.is-disabled:active {
  background-color: var(--almost-white);
  border-color: var(--almost-white);
  box-shadow: none;
  color: var(--warm-grey);
}
.c-btn-round [class*=icon-] {
  font-size: 20px;
}
.c-btn-round--highlight {
  background-color: var(--green-blue);
  border-color: var(--green-blue);
  color: var(--white);
  transition-duration: 300ms;
  transition-property:
    background-color,
    color,
    border,
    box-shadow;
  transition-timing-function: ease-in-out;
}
.c-btn-round--highlight:hover,
.c-btn-round--highlight:focus,
.c-btn-round--highlight:active {
  background-color: var(--dark-green);
  border-color: var(--dark-green);
  box-shadow: none;
  color: var(--white);
}
.c-btn-round--highlight[disabled],
.c-btn-round--highlight.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-btn-round--highlight[disabled]:hover,
.c-btn-round--highlight[disabled]:focus,
.c-btn-round--highlight[disabled]:active,
.c-btn-round--highlight.is-disabled:hover,
.c-btn-round--highlight.is-disabled:focus,
.c-btn-round--highlight.is-disabled:active {
  background-color: var(--green-blue);
  border-color: var(--green-blue);
  box-shadow: none;
  color: var(--white);
}
.c-btn.c-btn--red {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.c-btn.c-btn--red:hover {
  background: var(--dark-red);
  border-color: var(--dark-red);
}
.c-btn.c-btn--blue {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.c-btn.c-btn--blue:hover {
  background: var(--dark-blue);
  border-color: var(--dark-blue);
}
.c-btn.c-btn--outline {
  background: transparent;
}
.c-btn.c-btn--outline.c-btn--red {
  color: var(--red);
  border-color: var(--red);
}
.c-btn.c-btn--outline.c-btn--red:hover {
  background: var(--red);
  color: var(--white);
}
.c-btn.c-btn--outline.c-btn--blue {
  color: var(--blue);
  border-color: var(--blue);
}
.c-btn.c-btn--outline.c-btn--blue:hover {
  background: var(--blue);
  color: var(--white);
}
.c-btn.c-btn--outline.c-btn--grey {
  border-color: var(--bluish-grey);
}
.c-btn.c-btn--outline.c-btn--grey:hover {
  background: var(--almost-white);
}
.c-btn.c-btn--clear {
  border-color: transparent;
  background: transparent;
}
.c-btn.c-btn--clear.c-btn--blue {
  color: var(--blue);
}
.c-btn.c-btn--clear.c-btn--blue:hover {
  background: var(--light-blue);
  color: var(--blue);
  border-color: var(--light-blue);
}
.c-btn.c-btn--square {
  border-radius: 0;
}
.c-btn.c-btn--unset {
  max-width: unset;
}
.c-btn.c-btn--lg {
  max-width: 320px;
}
.c-btn-option {
  display: flex;
  justify-content: center;
  gap: 8px;
  background: none;
  color: var(--grey-blue);
  font-weight: 500;
  border: none;
}
.c-btn-option tvcore-icon {
  width: 14px;
  height: 14px;
  margin-top: 1px;
}
.c-btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  background: transparent;
  border: none;
  border-radius: 50%;
  transition: background 300ms ease;
}
.c-btn-circle--red:hover {
  background: var(--light-red);
}
.c-btn-circle--red tvcore-icon {
  color: var(--red);
}
.c-btn-circle tvcore-icon {
  width: 16px;
  height: 16px;
}
.c-btn--with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.c-btn--with-icon tvcore-icon {
  width: 16px;
  height: 16px;
}
.c-btn-loading {
  position: relative;
  transition: color 0ms ease;
}
.c-btn-loading:disabled {
  color: var(--yellow);
}
.c-btn-loading:disabled tvcore-icon {
  visibility: visible;
  opacity: 1;
}
.c-btn-loading tvcore-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--black);
  width: 20px;
  height: 20px;
  visibility: hidden;
  opacity: 0;
}
.c-btn-new {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  max-width: unset;
  height: 42px;
  padding: 0 22px;
  box-sizing: border-box;
  background: var(--blue);
  color: var(--white);
  border-color: transparent;
}
.c-btn-new:hover {
  background: var(--dark-blue);
  color: var(--white);
}
.c-btn-new.c-btn--outline {
  background: rgba(0, 0, 0, 0);
  color: var(--blue);
  border-color: var(--bluish-grey);
}
.c-btn-new.c-btn--outline:hover {
  background: rgba(0, 0, 0, 0.04);
  color: var(--blue);
}
.c-btn-new.c-btn--clear {
  background: rgba(0, 0, 0, 0);
  color: var(--blue);
}
.c-btn-new.c-btn--clear:hover {
  background: rgba(0, 0, 0, 0.04);
  color: var(--blue);
}
.c-btn-new.c-btn--accent,
.c-btn-new.c-btn--secundary {
  background: var(--yellow);
  color: var(--black);
}
.c-btn-new.c-btn--accent:hover,
.c-btn-new.c-btn--secundary:hover {
  background: var(--dark-yellow);
  color: var(--black);
}
.c-btn-new tvcore-icon {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .c-btn-option span {
    display: none;
  }
}
.c-file__item {
  display: flex;
  align-items: center;
  border: 2px solid var(--white-three);
  width: 100%;
  max-width: 400px;
  height: 48px;
}
.c-file-selector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding: 16px;
  border: 2px dashed var(--white-three);
  transition: all 300ms ease;
}
.c-file-selector:hover {
  border-color: var(--blue);
}
.c-file-selector.c-file-selector--dragging {
  border-color: var(--blue);
}
.c-file-selector.c-file-selector--error {
  border-color: var(--red);
}
.c-file-selector__button p {
  color: var(--blue);
  text-decoration: underline;
}
.c-file-selector__button tvcore-icon {
  height: 24px;
  color: var(--blue);
}
.c-file-selector input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.c-hero {
  display: flex;
  flex-direction: column;
}
.c-hero__text {
  max-width: 680px;
}
.c-hero__image {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.c-hero__image img {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 1024px) {
  .c-hero {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .c-hero__text--sm {
    max-width: 500px;
  }
}
.c-modal {
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.c-modal--show {
  opacity: 1;
  visibility: visible;
}
.c-modal--lg .c-modal__content {
  max-width: 900px;
}
.c-modal__content {
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  background: var(--white);
  padding: 32px;
  box-shadow: 0 4px 25px rgba(48, 48, 48, 0.15);
  overflow-y: auto;
}
.c-modal__content img {
  width: 100%;
  box-shadow: 0 10px 50px 0 rgba(106, 118, 134, 0.3490196078);
}
.c-modal__buttons {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-modal__buttons--equal .c-btn {
  flex: 1;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .c-modal__buttons {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .c-modal__buttons--center {
    justify-content: center;
  }
}
.title-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.title-box--center {
  align-items: center;
}
.title-box .u-title,
.title-box .u-title-sub {
  flex: 1;
  max-width: 800px;
}
.title-box .close-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: none;
  color: var(--grey-blue);
  font-weight: 700;
  font-size: 16px;
  border: none;
  transition: all 300ms ease;
}
.title-box .close-button:hover tvcore-icon {
  background: var(--grey-blue);
  color: var(--bluish-white);
}
.title-box .close-button span {
  display: none;
}
.title-box .close-button tvcore-icon {
  width: 40px;
  height: 40px;
  background: var(--bluish-white);
  padding: 0 14px;
  color: var(--grey-blue);
  border-radius: 50%;
  transition: all 300ms ease;
}
.title-box .c-btn-link tvcore-icon {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .title-box .close-button span {
    display: inline-block;
  }
}
.flex-row {
  display: flex;
  align-items: center;
}
.flex-row--top {
  align-items: flex-start;
}
.flex-row--bottom {
  align-items: flex-end;
}
.flex-row--end {
  justify-content: flex-end;
}
.flex-row-basic {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex--1 {
  flex: 1;
}
.flex--2 {
  flex: 2;
}
.flex--3 {
  flex: 3;
}
.flex-gap--xxs {
  gap: 6px;
}
.flex-gap--xs {
  gap: 12px;
}
.flex-gap--sm {
  gap: 24px;
}
.flex-gap--md {
  gap: 44px;
}
.flex-gap--xxl {
  gap: 64px;
}
.flex--space {
  justify-content: space-between;
}
.u-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
  margin-bottom: 16px;
  transition: opacity 300ms ease;
}
.u-row--v-center {
  align-items: center;
}
.u-row--disabled {
  opacity: 0.35;
  pointer-events: none;
}
.u-col--1 {
  grid-column: span 1;
}
.u-col--2 {
  grid-column: span 1;
}
.u-col--3 {
  grid-column: span 2;
}
.u-col--4 {
  grid-column: span 2;
}
.u-col--5 {
  grid-column: span 3;
}
.u-col--6 {
  grid-column: span 3;
}
.u-col--7 {
  grid-column: span 4;
}
.u-col--8 {
  grid-column: span 4;
}
.u-col--9 {
  grid-column: span 5;
}
.u-col--10 {
  grid-column: span 5;
}
.u-col--11 {
  grid-column: span 6;
}
.u-col--12 {
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .u-row {
    grid-template-columns: repeat(12, 1fr);
  }
  .u-col--1 {
    grid-column: span 1;
  }
  .u-col--2 {
    grid-column: span 2;
  }
  .u-col--3 {
    grid-column: span 3;
  }
  .u-col--4 {
    grid-column: span 4;
  }
  .u-col--5 {
    grid-column: span 5;
  }
  .u-col--6 {
    grid-column: span 6;
  }
  .u-col--7 {
    grid-column: span 7;
  }
  .u-col--8 {
    grid-column: span 8;
  }
  .u-col--9 {
    grid-column: span 9;
  }
  .u-col--10 {
    grid-column: span 10;
  }
  .u-col--11 {
    grid-column: span 11;
  }
  .u-col--12 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 767px) {
  .u-col-sm--1 {
    grid-column: span 1;
  }
  .u-col-sm--2 {
    grid-column: span 1;
  }
  .u-col-sm--3 {
    grid-column: span 2;
  }
  .u-col-sm--4 {
    grid-column: span 2;
  }
  .u-col-sm--5 {
    grid-column: span 3;
  }
  .u-col-sm--6 {
    grid-column: span 3;
  }
  .u-col-sm--7 {
    grid-column: span 4;
  }
  .u-col-sm--8 {
    grid-column: span 4;
  }
  .u-col-sm--9 {
    grid-column: span 5;
  }
  .u-col-sm--10 {
    grid-column: span 5;
  }
  .u-col-sm--11 {
    grid-column: span 6;
  }
  .u-col-sm--12 {
    grid-column: span 6;
  }
}
.u-heading--xl-bold {
  font-size: var(--font-size-xxl);
  font-weight: 600;
  color: var(--text-color-light);
}
.u-heading--xl {
  font-size: var(--font-size-xxl);
  font-weight: 300;
  color: var(--text-color-light);
}
.u-heading--lg-bold {
  font-size: var(--font-size-xl);
  font-weight: 600;
}
.u-heading--lg {
  font-size: var(--font-size-xl);
  font-weight: 300;
}
.u-heading {
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: var(--text-color-xlight);
}
.u-heading--sm {
  font-size: var(--font-size-lg);
  font-weight: 500;
  color: var(--text-color-xlight);
}
.u-heading--xs-bold {
  font-size: var(--font-size-md);
  font-weight: 600;
}
.u-heading--xs {
  font-size: var(--font-size-md);
  font-weight: 500;
}
.u-heading--xxs {
  font-size: var(--font-size-sm);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-color-xlight);
}
.u-section-title {
  font-size: var(--font-size-md);
  font-weight: 500;
  color: var(--text-color-light);
}
.u-section-title:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  margin-top: 10px;
  background-color: var(--green-blue);
}
.u-heading--line:after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  margin-top: 10px;
  background-color: var(--yellow);
}
body {
  background: var(--background-color);
}
.u-container {
  margin: auto;
  width: 100%;
  max-width: 1200px;
}
.u-card {
  background-color: var(--white);
  padding: 16px;
  border: 1px solid var(--white-two);
}
.u-card--float {
  border: none;
  box-shadow: 0 4px 25px rgba(48, 48, 48, 0.15);
}
.u-width--md {
  max-width: 800px;
}
.u-width--sm {
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .u-card {
    padding: 48px;
  }
}
:root {
  --base-margin: 32px;
}
.u-m-bottom--tiny {
  margin-bottom: 0.2rem;
}
.u-m-bottom--minor {
  margin-bottom: 6px;
}
.u-m-bottom--xxs {
  margin-bottom: 11px;
}
.u-m-bottom--xs {
  margin-bottom: 16px;
}
.u-m-bottom--sm {
  margin-bottom: 22px;
}
.u-m-bottom {
  margin-bottom: var(--base-margin);
}
.u-m-bottom--md {
  margin-bottom: 44px;
}
.u-m-bottom--lg {
  margin-bottom: 55px;
}
.u-m-bottom--xlg {
  margin-bottom: 66px;
}
.u-m-top--tiny {
  margin-top: 0.2rem;
}
.u-m-top--xxs {
  margin-top: 11px;
}
.u-m-top--xs {
  margin-top: 16px;
}
.u-m-top--sm {
  margin-top: 22px;
}
.u-m-top {
  margin-top: var(--base-margin);
}
.u-m-top--md {
  margin-top: 44px;
}
.u-m-top--lg {
  margin-top: 55px;
}
.u-m-top--xlg {
  margin-top: 66px;
}
.u-m-right--tiny {
  margin-right: 6px;
}
.u-m-right--xxs {
  margin-right: 11px;
}
.u-m-right--xs {
  margin-right: 16px;
}
.u-m-right--sm {
  margin-right: 22px;
}
.u-m-right--md {
  margin-right: 44px;
}
.u-m-right--lg {
  margin-right: 55px;
}
.u-m-right--xl {
  margin-right: 66px;
}
.u-m-right {
  margin-right: var(--base-margin);
}
.u-m-left--tiny {
  margin-left: 6px;
}
.u-m-left--xxs {
  margin-left: 11px;
}
.u-m-left--xs {
  margin-left: 16px;
}
.u-m-left--sm {
  margin-left: 22px;
}
.u-m-left--md {
  margin-left: 44px;
}
.u-m-right--md {
  margin-left: 44px;
}
.u-m-right--lg {
  margin-left: 55px;
}
.u-m-right--xl {
  margin-left: 66px;
}
.u-m-left {
  margin-left: var(--base-margin);
}
.u-m-auto {
  margin-right: auto;
  margin-left: auto;
}
.u-text--bold {
  font-weight: 600;
}
.u-text--medium {
  font-weight: 500;
}
.u-text--normal {
  font-weight: 400;
}
.u-text--xlg {
  font-size: var(--font-size-xl);
}
.u-text--lg {
  font-size: var(--font-size-lg);
}
.u-text--sm {
  font-size: var(--font-size-sm);
}
.u-text--xs {
  font-size: var(--font-size-xs);
}
.u-text--light {
  color: var(--text-color-light);
}
.u-text--xlight {
  color: var(--text-color-xlight);
}
.u-text--info {
  color: var(--blue);
}
.u-text--error {
  color: var(--red);
  font-weight: 500;
}
.u-text--success {
  color: var(--green-blue);
}
.u-text--grey-blue {
  color: var(--grey-blue);
}
.u-text--green {
  color: #009e47;
}
.u-text--blue {
  color: #0055cc;
}
.u-text--orange {
  color: #ee892a;
}
.u-text--uppercase {
  text-transform: uppercase;
}
.u-text--left {
  text-align: left;
}
.u-text--center {
  text-align: center;
}
.u-text--right {
  text-align: right;
}
.u-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-text--underline {
  text-decoration: underline;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.u-title-xl,
.u-title,
.u-title-sub,
.u-title-group {
  color: var(--dark-grey);
  font-style: normal;
}
.u-title-xl .c-btn-link,
.u-title .c-btn-link,
.u-title-sub .c-btn-link,
.u-title-group .c-btn-link {
  font-size: 14px;
  font-weight: 400;
}
.u-title-xl {
  font-size: 38px;
  font-weight: 400;
}
.u-title,
.u-title-sub,
.u-title-group {
  font-weight: 500;
}
.u-title {
  font-size: 22px;
  line-height: 30px;
}
.u-title-sub {
  font-size: 18px;
  line-height: 26px;
}
.u-title-group {
  font-size: 16px;
  line-height: 120%;
}
.u-title--line,
.u-title-sub--line {
  position: relative;
  padding-bottom: 16px;
}
.u-title--line:before,
.u-title-sub--line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 8px;
  background-color: var(--yellow);
}
@media screen and (min-width: 768px) {
  .u-title {
    font-size: 32px;
    line-height: 38px;
  }
  .u-title-sub {
    font-size: 26px;
    line-height: 34px;
  }
  .u-title-group {
    font-size: 20px;
    line-height: 24px;
  }
}
:root {
  --color-accommodation: #4da9ba;
  --color-daytrip: #ff6d55;
  --color-organized-holiday: #ff9c40;
}
.grey-container {
  position: relative;
  background: var(--white-lilac);
}
.grey-container:before,
.grey-container:after {
  content: "";
  position: absolute;
  background: var(--white-lilac);
  top: 0;
  bottom: 0;
  width: 16px;
}
.grey-container:before {
  right: 100%;
}
.grey-container:after {
  left: 100%;
}
@media screen and (min-width: 1200px) {
  .grey-container:before,
  .grey-container:after {
    width: calc((100vw - 1168px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .grey-container:before,
  .grey-container:after {
    width: calc((100vw - 1200px) / 2);
  }
}
tvcore-input .c-input {
  display: flex;
  flex-direction: column-reverse;
}
tvcore-input .c-input input,
tvcore-input .c-input textarea {
  padding: 10px 15px !important;
  border: 1px solid var(--grey-blue) !important;
  border-radius: 5px !important;
}
tvcore-input .c-input input:focus,
tvcore-input .c-input textarea:focus {
  padding: 9px 14px !important;
}
tvcore-input .c-input input:focus ~ label,
tvcore-input .c-input textarea:focus ~ label {
  position: relative !important;
  top: unset !important;
  font-size: 16px !important;
}
tvcore-input .c-input label {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  margin-bottom: 6px;
  color: var(--text-color) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: unset !important;
}
tvcore-input .c-input__unit {
  top: 37px !important;
  right: 16px !important;
  opacity: 1 !important;
}
tvcore-tooltip tvcore-icon {
  width: 15px !important;
  height: 15px !important;
}
tvcore-datepicker .c-datepicker__overlay {
  top: 68px !important;
  margin-top: -4px !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
