/* projects/theme/src/styles.scss */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 529px;
}
.main {
  background-color: #ebebeb;
  color: #241f24;
  height: 100%;
  min-height: 100vh;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
}
.main::after {
  clear: both;
  content: "";
  display: table;
}
.main.main--light {
  background-color: #fff;
  color: #241f24;
}
.main.main--travel {
  background-color: #d9f7ff;
  color: #241f24;
}
@font-face {
  font-family: "Anytime Sans Webfont";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/anytime-sans/anytime-sans-light.woff2) format("woff2"), url(/assets/fonts/anytime-sans/anytime-sans-light.woff) format("woff");
}
@font-face {
  font-family: "Anytime Sans Webfont";
  font-style: italic;
  font-weight: 300;
  src: url(/assets/fonts/anytime-sans/anytime-sans-light-italic.woff2) format("woff2"), url(/assets/fonts/anytime-sans/anytime-sans-light-italic.woff) format("woff");
}
@font-face {
  font-family: "Anytime Sans Webfont";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/fonts/anytime-sans/anytime-sans-regular.woff2) format("woff2"), url(/assets/fonts/anytime-sans/anytime-sans-regular.woff) format("woff");
}
@font-face {
  font-family: "Anytime Sans Webfont";
  font-style: italic;
  font-weight: normal;
  src: url(/assets/fonts/anytime-sans/anytime-sans-regular-italic.woff2) format("woff2"), url(/assets/fonts/anytime-sans/anytime-sans-regular-italic.woff) format("woff");
}
@font-face {
  font-family: "Anytime Sans Webfont";
  font-style: normal;
  font-weight: bold;
  src: url(/assets/fonts/anytime-sans/anytime-sans-bold.woff2) format("woff2"), url(/assets/fonts/anytime-sans/anytime-sans-bold.woff) format("woff");
}
@font-face {
  font-family: "Anytime Sans Webfont";
  font-style: italic;
  font-weight: bold;
  src: url(/assets/fonts/anytime-sans/anytime-sans-bold-italic.woff2) format("woff2"), url(/assets/fonts/anytime-sans/anytime-sans-bold-italic.woff) format("woff");
}
::selection {
  background-color: #241f24;
  color: #fff;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background-color: #ebebeb;
  color: #241f24;
  font: inherit;
  height: auto;
  min-height: 100%;
  min-width: 320px;
  position: relative;
}
html {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
html.prevent-transitions * {
  transition: none !important;
}
html.prevent-scrolling {
  overflow: hidden !important;
}
body {
  font-family:
    "Anytime Sans Webfont",
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  font-feature-settings: "kern" 1, "calt" 0;
  font-size-adjust: initial;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
}
@media (min-width: 530px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 800px) {
  body {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 319px) {
  body::after {
    background: rgba(36, 31, 36, 0.8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
}
@media print {
  html,
  body {
    background-color: #fff;
    color: #241f24;
  }
}
@font-face {
  font-family: "Anytime Sans Webfont";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/anytime-sans/anytime-sans-light.woff2) format("woff2"), url(/assets/fonts/anytime-sans/anytime-sans-light.woff) format("woff");
}
@font-face {
  font-family: "Anytime Sans Webfont";
  font-style: italic;
  font-weight: 300;
  src: url(/assets/fonts/anytime-sans/anytime-sans-light-italic.woff2) format("woff2"), url(/assets/fonts/anytime-sans/anytime-sans-light-italic.woff) format("woff");
}
@font-face {
  font-family: "Anytime Sans Webfont";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/fonts/anytime-sans/anytime-sans-regular.woff2) format("woff2"), url(/assets/fonts/anytime-sans/anytime-sans-regular.woff) format("woff");
}
@font-face {
  font-family: "Anytime Sans Webfont";
  font-style: italic;
  font-weight: normal;
  src: url(/assets/fonts/anytime-sans/anytime-sans-regular-italic.woff2) format("woff2"), url(/assets/fonts/anytime-sans/anytime-sans-regular-italic.woff) format("woff");
}
@font-face {
  font-family: "Anytime Sans Webfont";
  font-style: normal;
  font-weight: bold;
  src: url(/assets/fonts/anytime-sans/anytime-sans-bold.woff2) format("woff2"), url(/assets/fonts/anytime-sans/anytime-sans-bold.woff) format("woff");
}
@font-face {
  font-family: "Anytime Sans Webfont";
  font-style: italic;
  font-weight: bold;
  src: url(/assets/fonts/anytime-sans/anytime-sans-bold-italic.woff2) format("woff2"), url(/assets/fonts/anytime-sans/anytime-sans-bold-italic.woff) format("woff");
}
* {
  font-size: inherit;
  line-height: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
*,
::before,
::after {
  box-sizing: border-box;
}
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
audio:not([controls]) {
  display: none;
}
details {
  display: block;
}
input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
main {
  display: block;
}
summary {
  display: block;
}
pre {
  overflow: auto;
}
progress {
  display: inline-block;
}
small {
  font-size: 75%;
}
template {
  display: none;
}
textarea {
  overflow: auto;
}
[hidden] {
  display: none;
}
[unselectable] {
  -webkit-user-select: none;
  user-select: none;
}
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}
:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}
html {
  background-color: #fff;
}
a {
  text-decoration: none;
}
p a {
  text-decoration: underline;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
button,
input,
select,
textarea {
  background-color: transparent;
}
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
button,
input,
select,
textarea {
  min-height: 1.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
}
nav ol,
nav ul {
  list-style: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: vertical;
}
::selection {
  background-color: #ccc;
  text-shadow: none;
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
hr {
  background-color: currentColor;
  height: 1px;
  margin: 1em 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  display: none;
}
input::-ms-clear {
  display: none;
}
:root input:focus,
:root textarea:focus,
:root select:focus,
:root button:focus {
  outline: none !important;
}
:root a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
picture {
  display: block;
}
picture::after {
  display: block;
  clear: both;
  content: "";
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  font: inherit;
}
a strong,
a em {
  font-style: inherit;
  font-weight: inherit;
}
p > a {
  text-decoration: underline;
}
a img {
  vertical-align: bottom;
}
figure img,
figure iframe,
figure video,
figure object,
picture img,
picture iframe,
picture video,
picture object {
  height: auto;
  width: 100%;
}
a,
button,
input[type=submit],
input[type=cancel] {
  cursor: pointer;
}
html.is-loading * {
  transition: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: currentColor;
  transition: background-color 5000s ease-in-out 0s;
}
input,
input:matches([type=password], [type=search]),
textarea,
input[type=range],
select {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}
sub,
sup {
  font-size: 85%;
}
p > a {
  display: inline-block;
}
a,
a:link,
a:active,
a:visited {
  color: inherit;
}
option {
  background-color: #fff;
  color: #000;
}
a {
  text-decoration-skip-ink: auto;
}
svg {
  fill: currentColor;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
a:focus,
button:focus,
input:focus {
  -webkit-focus-ring-color: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
:focus {
  -webkit-focus-ring-color: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.container {
  padding: 0 60px;
}
@media (min-width: 800px) {
  .container {
    max-width: 1179px;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 1479px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1539px;
  }
}
@media (max-width: 529.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 530px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 900px) and (max-width: 1199.99px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 800px) and (max-width: 899.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}

/* angular:styles/global:styles */
