.lazy-load-image-background.blur {
  filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter .3s;
}

.lazy-load-image-background.blur > img {
  opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity .3s;
}
@font-face {
  font-family: "CeraPro";
  font-style: normal;
  font-weight: 700;
  src: url("CeraPro-Bold.9fd654c1.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "CeraPro";
  font-style: normal;
  font-weight: 500;
  src: url("CeraPro-Medium.69f1b539.ttf") format("truetype");
}
@font-face {
  font-family: "CeraPro";
  font-style: normal;
  font-weight: 400;
  src: url("CeraPro-Regular.21c63b1a.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "TTTravels";
  font-style: normal;
  font-weight: 600;
  src: url("TTTravels-DemiBold.75a81b68.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("Roboto-Regular.4e147ab6.ttf") format("truetype");
  font-display: swap;
}html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-family: "CeraPro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
nav {
  font-family: "CeraPro";
}

nav {
  font-family: inherit;
}

#page-view {
  height: 100%;
}

.input {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  line-height: 16px;
  font-size: 12px;
  color: #463d75;
  font-weight: 600;
  padding: 0 15px;
  outline: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  background-color: rgba(246, 246, 246, 0.3);
  border-color: rgba(143, 125, 179, 0.3);
  border-radius: 6px;
}
.input::placeholder {
  color: #463d75;
  opacity: 0.5;
}
.input:focus {
  background-color: rgb(246, 246, 246);
  border-color: rgb(143, 125, 179);
  border-radius: 6px;
}

.error {
  color: rgb(234, 244, 255);
  font-weight: 900;
  font-size: 180px;
  line-height: 226px;
}

.Oops {
  color: rgb(122, 135, 168);
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
}

.notFound {
  color: rgb(122, 135, 168);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  white-space: break-spaces;
  margin-top: 12px;
  margin-bottom: 24px;
  text-align: center;
}

.back {
  cursor: pointer;
  color: rgb(23, 129, 245);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  font-feature-settings: "tnum" on, "lnum" on;
}