<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.m_funnel_loading {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-x: none;
  overflow-y: auto;
  background: #0d132A;
  text-align: center;
  color: #fff;
}
.m_funnel_loading_content {
  margin: 0px 20px;
}
.m_funnel_loading_logo {
  border-bottom: 1px solid #6b6b6b;
  height: 90px;
  margin-bottom: 35px;
}
.m_funnel_loading_logo img {
  margin: 0px auto;
  width: 190px;
  height: 125px;
}
.m_funnel_loading_text {
  margin: 100px 0px 50px 0px;
}
.m_funnel_loading_title {
  font-size: 40px;
  font-style: italic;
  font-family: "Playfair Display", "Vidaloka", "Georgia", serif;
  margin-bottom: 30px;
}
.m_funnel_loading_destination {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.m_funnel_loading_date {
  font-size: 18px;
  opacity: 0.6;
}
.m_funnel_loading_loading {
  position: relative;
  height: 100px;
  margin-bottom: 30px;
}
.m_funnel_loading_loading .aux_1,
.m_funnel_loading_loading .aux_2 {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.m_funnel_loading_loading .aux_1 img,
.m_funnel_loading_loading .aux_2 img {
  margin: 0px auto;
  width: 100px;
  height: 100px;
  max-width: none;
}
.m_funnel_loading_loading .aux_1 {
  opacity: 0.3;
}
.m_funnel_loading_loading .aux_2 {
  width: 100px;
  -webkit-animation-name: loading_funnel;
          animation-name: loading_funnel;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.m_funnel_loading_check {
  text-transform: uppercase;
  font-size: 14px;
}
.m_funnel_loading_check:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  vertical-align: middle;
  margin-right: 10px;
}
.m_funnel_loading_phone {
  margin-top: 150px;
  border-top: 1px solid #6b6b6b;
  padding: 20px 0px;
}
.m_funnel_loading_phone a {
  color: #988642;
  font-weight: bold;
  font-size: 30px;
  text-decoration: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.m_funnel_loading_phone a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}</pre></body></html>