/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./core/App.vue?vue&type=style&index=0&id=405a16c2&lang=scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bs-body-bg-cover: url(/img/hero-bg-1.04b0975f.jpg);
}
body {
  color: #a9adb8;
  background-color: #0a101e;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h6 {
  clear: both;
  color: #fdfeff;
  padding: 0;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.2em;
}
a {
  color: #ffffff;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./core/views/HomeView.vue?vue&type=style&index=0&id=e4a05ad2&scoped=true&lang=scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.preLoader[data-v-e4a05ad2] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 99999;
  overflow: hidden;
}
.preLoader .spin[data-v-e4a05ad2] {
  animation: spin-e4a05ad2 1s linear infinite;
  width: 70px;
  height: 70px;
  position: absolute;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-radius: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@keyframes spin-e4a05ad2 {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.header[data-v-e4a05ad2] {
  position: relative;
  background-color: rgba(7, 13, 27, 0.9);
  box-shadow: 0 10px 10px -10px rgba(7, 13, 27, 0.9);
}
.header__wrapper[data-v-e4a05ad2] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
}
.header--sticky[data-v-e4a05ad2] {
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
}
.header__logo[data-v-e4a05ad2] {
  height: 91px;
}
@media screen and (max-width: 767px) {
.header__logo[data-v-e4a05ad2] {
    margin: 12px 5px;
    height: 50px;
}
}
.nav[data-v-e4a05ad2] {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__list[data-v-e4a05ad2] {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
.nav__list[data-v-e4a05ad2] {
    display: none;
}
}
.nav__itemwrap[data-v-e4a05ad2] {
  margin-right: 40px;
}
.nav__item[data-v-e4a05ad2] {
  padding: 15px 0;
  font-size: 15px;
  display: inline-block;
  color: #fdfeff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.nav__item--active[data-v-e4a05ad2] {
  color: #fec544;
}
.nav__phone[data-v-e4a05ad2] {
  display: flex;
  align-items: center;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
.nav__phone[data-v-e4a05ad2] {
    padding-left: 0;
}
}
.nav__phone[data-v-e4a05ad2]::before {
  content: "";
  position: absolute;
  height: 11px;
  width: 1px;
  background: #fff;
  left: 0;
}
@media screen and (max-width: 767px) {
.nav__phone[data-v-e4a05ad2]::before {
    display: none;
}
}
.nav__phoneNumber[data-v-e4a05ad2] {
  padding-left: 15px;
  color: #fec544;
}
@media screen and (max-width: 767px) {
.nav__phoneNumber[data-v-e4a05ad2] {
    font-size: 12px;
}
}
.home[data-v-e4a05ad2] {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #070d1b;
  background-image: var(--bs-body-bg-cover);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.home h1[data-v-e4a05ad2] {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.home h1[data-v-e4a05ad2] {
    font-size: 28px;
}
}
.home h1 span[data-v-e4a05ad2] {
  color: #fec544;
}
.home p[data-v-e4a05ad2] {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
.home p[data-v-e4a05ad2] {
    font-size: 15px;
    line-height: 2em;
    padding: 0px 37px;
}
}
.heading[data-v-e4a05ad2] {
  text-align: center;
  position: relative;
  margin-top: -5px;
  margin-bottom: 41px;
}
.heading__title[data-v-e4a05ad2] {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fec544;
  position: relative;
  z-index: 10;
  letter-spacing: 1px;
}
.heading__title[data-v-e4a05ad2]::before {
  content: "";
  position: absolute;
  background-color: #3f4551;
  width: 170px;
  height: 2px;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.heading__title[data-v-e4a05ad2]::after {
  content: "";
  position: absolute;
  background-color: #fec544;
  width: 70px;
  height: 2px;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.heading__subtitle[data-v-e4a05ad2] {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 90px;
  font-weight: 700;
  color: rgba(21, 27, 41, 0.8);
  margin: -17px 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
.heading__subtitle[data-v-e4a05ad2] {
    font-size: 58px;
}
}
.announcement[data-v-e4a05ad2] {
  padding-top: 100px;
}
.announcement__imgwrapper[data-v-e4a05ad2] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.announcement__image01[data-v-e4a05ad2] {
  width: 250px;
}
.box[data-v-e4a05ad2] {
  text-align: center;
  padding: 50px 30px;
  border-radius: 3px;
  transition: all 0.4s ease;
  border: 1px solid #232935;
  background-color: #101624;
}
.box__title[data-v-e4a05ad2] {
  font-weight: 400;
  line-height: 1.2em;
  font-size: 20px;
  margin-bottom: 16px;
  transition: all 0.4s ease;
}
.box:hover .box__title[data-v-e4a05ad2] {
  color: #fec544;
}
.compareBox p[data-v-e4a05ad2] {
  margin: 0;
  font-size: 18px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
.compareBox p[data-v-e4a05ad2] {
    font-size: 14px;
}
}
.copyright[data-v-e4a05ad2] {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
.copyright[data-v-e4a05ad2] {
    font-size: 11px;
}
}
