@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  background: #f9f8fd;
  background: #191c1f;
  color: #4f5358;
  line-height: 1.2;
  font-weight: 400;
}

h1 {
  font-size: clamp(30px, 20px + 2vw + 1vh, 60px);
  font-weight: 200;
  color: #f9f8fd;
  margin-top: 15px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}

.above-title {
  font-size: 16px;
  color: #f9f8fd;
}

h2 {
  font-size: 50px;
  font-weight: 500;
  color: #191c1f;
  color: #f9f8fd;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

h3 {
  font-weight: 500;
  color: #191c1f;
  line-height: 1.2;
  font-size: 26px;
}

h4 {
  font-size: 18px;
  color: #f9f8fd;
}

h5 {
  font-size: 18px;
  font-weight: 500;
  color: #f9f8fd;
}

p {
  font-size: 16px;
  color: #4f5358;
  font-weight: 400;
  opacity: 0.8;
}

a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}

ul {
  list-style: none;
}

button {
  border: none;
  cursor: pointer;
  color: white;
  background-color: #8d7116;
}

@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .mob-col-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}

.btn {
  font-size: 14px;
  background-color: #f9f8fd;
  background-color: transparent;
  transition: all 0.3s;
  border-radius: 28px;
  padding: 0 24px;
  height: 48px;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9f8fd;
  font-weight: 400;
  border: 1px solid #f9f8fd;
  text-transform: uppercase;
}

.btn.filled {
  background-color: #f9f8fd;
  color: #191c1f;
}

.btn.filled-black {
  background-color: #191c1f;
  color: #f9f8fd;
}

.gold {
  color: #8d7116 !important;
}

.bg-light {
  background-color: #f9f8fd;
}

.bg-white {
  background-color: white;
}

.text-light {
  color: #f9f8fd;
}

.text-dark {
  color: #191c1f;
}

.text-gold {
  color: #8d7116;
}

.text-gray {
  color: #4f5358;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .container {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1400px) {
  .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #f9f8fd;
}

::-webkit-scrollbar-thumb:hover {
  background: #f9f8fd;
}

.no-scroll {
  overflow-y: hidden;
}

.hamburger {
  position: relative;
  z-index: 99;
  float: right;
  display: block;
}
@media screen and (min-width: 1200px) {
  .hamburger {
    display: none !important;
  }
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
* 3DX
*/
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

header {
  position: relative;
  background: white;
}
header .menu {
  display: flex;
  align-items: center;
  padding: 15px 0;
  padding-bottom: 7.5px;
}
header .menu img {
  height: auto;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  header .menu nav {
    display: none;
  }
}
header .menu nav ul {
  display: flex;
}
header .menu nav ul li a {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;
  color: #4f5358;
  letter-spacing: 0.02rem;
}

.section-padding {
  padding: 30px 0;
}

.section-padding.pt-0 {
  padding-top: 0;
}

.section-padding.pb-0 {
  padding-bottom: 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .intro .grid-2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.mask2 {
  mask-image: linear-gradient(to bottom, rgba(250, 250, 255, 0.94) 60%, hsla(240, 100%, 99%, 0) 95%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(250, 250, 255, 0.94) 60%, hsla(240, 100%, 99%, 0) 95%);
}

.mask1 {
  mask-image: linear-gradient(to bottom, rgb(249, 248, 253) 0%, hsl(252, 56%, 98%) 80%, hsla(252, 93%, 99%, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgb(249, 248, 253) 0%, hsl(252, 56%, 98%) 80%, hsla(252, 93%, 99%, 0) 100%);
}

.price {
  font-size: 42px;
}

.price2 {
  font-size: 24px;
  color: #191c1f !important;
}

section.intro {
  background: #191c1f;
  min-height: 100vh;
  padding: 30px 0;
  padding-bottom: 60px;
}
section.intro .container .left {
  display: flex;
  align-items: center;
}
section.intro .container .left .btn-group {
  display: flex;
  align-items: center;
}
section.intro .container .left .btn-group a {
  margin-right: 30px;
}
section.intro .container .left .img-wrapper {
  max-width: 210px;
}
section.intro .container .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: -55px;
}
section.intro .container .left .first50 {
  margin-bottom: 10px;
}
section.intro .container .left .date {
  margin-top: 10px;
}
section.intro .container .right .img-wrapper.mobile img {
  max-width: 185px;
  margin-bottom: -90px;
  margin-left: -10px;
}
section.intro .container .right .wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  section.intro .container .right .wrapper {
    margin-bottom: 50px;
  }
}
section.intro .container .right .wrapper .circle {
  height: 520px;
  width: 520px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0.15rem 1.75rem 0 #f9f8fd;
  background-color: #f9f8fd;
}
@media screen and (max-width: 991px) {
  section.intro .container .right .wrapper .circle {
    height: 400px;
    width: 400px;
  }
}
section.intro .container .right .wrapper img {
  width: 100%;
  max-width: 410px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  position: relative;
}

section.half .left {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
section.half .left.align-center {
  justify-content: center;
}
section.half .mobile img {
  height: 100%;
  width: 100%;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0;
  margin-right: auto;
  display: block;
  margin-bottom: 15px;
}
section.half .right img {
  height: 100%;
  width: 100%;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@media screen and (max-width: 991px) {
  section.half .right img {
    margin-left: auto;
    margin-right: auto;
  }
}
section.half .right img.max-100 {
  max-width: 100%;
}
section.half .right video {
  max-width: 100%;
}
section.half .right.align-center {
  justify-content: center;
}

section.half2 .left img {
  height: 100%;
  width: 100%;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
  margin-left: 0;
  display: block;
}
section.half2 .left img.max-100 {
  max-width: 100%;
}
section.half2 .left video {
  max-width: 100%;
}
section.half2 .right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
section.half2 .right.align-center {
  justify-content: center;
}
section.half2 .mobile img {
  height: 100%;
  width: 100%;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0;
  margin-right: auto;
  display: block;
  margin-bottom: 15px;
}

section.center .text {
  text-align: center;
}
section.center .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.center .img img.max-100 {
  max-width: 100%;
}

section.battery-indicator .container {
  position: relative;
}
section.battery-indicator .container .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 80%;
}
@media screen and (max-width: 991px) {
  section.battery-indicator .container .img img {
    max-width: 100%;
  }
}
section.battery-indicator .container .img img.max-100 {
  max-width: 100%;
}
section.battery-indicator .container h2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
@media screen and (max-width: 991px) {
  section.battery-indicator .container h2 {
    position: relative;
    transform: none;
    padding: 30px 0;
    text-align: left;
    max-width: 100%;
  }
}

section.specs .xi-specs {
  padding: 40px 0;
  margin-bottom: 0px;
}
section.specs .xi-specs .spec {
  display: flex;
  border-top: 1px solid #c4c4c4;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  section.specs .xi-specs .spec {
    flex-direction: column;
  }
}
section.specs .xi-specs .spec-row-title {
  flex: 0.5 1 0%;
  font-size: 24px;
  color: #191c1f;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  section.specs .xi-specs .spec-row-title {
    margin-bottom: 15px;
  }
}
section.specs .xi-specs .spec-description {
  flex: 1 1 0%;
  color: #4f5358;
  line-height: 24px;
}

section.contact {
  padding-top: 0 !important;
}
@media screen and (max-width: 991px) {
  section.contact {
    padding-top: 0 !important;
  }
}
section.contact .contact-form-card {
  background: #f9f8fd;
  box-shadow: 0 10px 44px 0 rgba(0, 0, 0, 0.07), 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 40px 60px;
}
@media screen and (max-width: 991px) {
  section.contact .contact-form-card {
    padding: 20px 30px;
  }
}
section.contact .contact-form-card h3 {
  margin-bottom: 5px;
  font-size: 28px;
  margin-top: 20px;
}
section.contact label {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
section.contact .flex {
  margin-left: -15px;
  margin-right: -15px;
}
section.contact .item {
  width: 33.33%;
  padding: 15px 15px;
}
@media screen and (max-width: 991px) {
  section.contact .item {
    width: 100%;
  }
}
section.contact .item.item-12 {
  width: 100%;
}
@media screen and (max-width: 991px) {
  section.contact .item.item-12 {
    width: 100%;
  }
}
section.contact .item.item-8 {
  width: 66.66666666%;
}
@media screen and (max-width: 991px) {
  section.contact .item.item-8 {
    width: 100%;
  }
}
section.contact .item.item-4 {
  width: 33.33333333%;
}
@media screen and (max-width: 991px) {
  section.contact .item.item-4 {
    width: 100%;
  }
}
section.contact .contact-form-card select,
section.contact .contact-form-card textarea,
section.contact .contact-form-card input {
  border: 1px solid #c4c4c4;
  padding: 10px 10px;
  background: rgb(255, 255, 255);
  width: 100%;
  border-radius: 5px;
  background: transparent;
  outline: none;
}
section.contact input {
  font-weight: 400;
  color: #191c1f;
  font-size: 16px;
}
section.contact textarea {
  font-weight: 400;
  color: #191c1f;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
}
section.contact input::-moz-placeholder {
  font-weight: 400;
  color: #4f5358;
  font-size: 16px;
}
section.contact input::placeholder {
  font-weight: 400;
  color: #4f5358;
  font-size: 16px;
}
section.contact textarea::-moz-placeholder {
  font-weight: 400;
  color: #4f5358;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
}
section.contact textarea::placeholder {
  font-weight: 400;
  color: #4f5358;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
}
section.contact .submit button {
  margin-left: auto;
  margin-right: 0;
}

footer {
  padding: 60px 0;
  padding-bottom: 0;
}
footer .info h4 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  footer .info h4 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  footer .info h5 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  footer .info p {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  footer .info ul {
    text-align: center;
  }
}
footer .info ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  footer .info ul li {
    justify-content: center;
  }
}
footer .info ul li a {
  color: #f9f8fd;
  font-weight: 200;
}
footer .info ul li svg {
  fill: #8d7116;
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
footer .logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
footer .logo img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .logo a.footer-link {
  color: #8d7116;
}
footer .social {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  footer .social {
    justify-content: center;
  }
}
footer .social h4 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  footer .social h4 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  footer .social p {
    text-align: center;
  }
}
footer .social ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  footer .social ul {
    text-align: center;
    justify-content: center;
  }
}
footer .social ul li a {
  color: #f9f8fd;
  font-weight: 400;
}
footer .social ul li svg {
  fill: #8d7116;
  height: 36px;
  width: 36px;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  footer .social ul li svg {
    margin-left: 15px;
  }
}
footer .social ul li svg.fb {
  height: 30px;
  width: 30px;
}
footer .copyright {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  opacity: 0.5;
  border-top: 1px solid #f9f8fd;
  margin-top: 60px;
  color: #f9f8fd;
  font-size: 14px;
}/*# sourceMappingURL=main.css.map */