:root {
  --white: white;
  --black: black;
  --element-blue: #3e7ac1;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.nav-home {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.nav-home:hover {
  color: #bdbdbd;
}

.nav-home.w--current {
  color: #fff;
}

.nav-home.w--current:hover {
  color: #acacac;
}

.full-screen-menu-overlay {
  background-color: #000000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.navbar-animated {
  background-color: #0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-button-animated {
  z-index: 900;
  filter: grayscale();
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 5px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto auto;
}

.nav-button-animated.w--open {
  background-color: #0000;
}

.nav-menu {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.nav-work {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.nav-work:hover {
  color: #bdbdbd;
}

.nav-work.w--current {
  color: #fff;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.nav-contact {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.body {
  filter: contrast(111%);
  text-align: left;
  background-color: #040404;
}

.body.fic {
  background-color: #000;
}

.body.fic.v3 {
  background-color: #000;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.body.contactbody {
  background-color: #000;
}

.full-screen-section {
  background-image: url('../images/luciano-olguin-bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 117px;
  display: flex;
}

.full-screen-section.smob {
  opacity: 1;
  background-image: linear-gradient(#0009, #0009), url('../images/StarfieldSimulation004.gif');
  background-position: 0 0, 50% 36%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 52%;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 180px;
  padding-bottom: 148px;
  display: flex;
  position: static;
  inset: 0%;
}

.full-screen-section.smob.home {
  opacity: 1;
  background-image: linear-gradient(#00000069, #00000069), url('../images/StarfieldSimulation004.gif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 146px;
  transition: all .3s;
  display: flex;
}

.full-screen-section.smob.home.services {
  filter: none;
  object-fit: fill;
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/StarfieldSimulation004.gif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 136px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.full-screen-section.smob.home.services.ffs2 {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/StarfieldSimulation004.gif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 162px;
}

.full-screen-section.smob.home.vantajs-bg {
  background-image: linear-gradient(#000, #000);
  height: 100px;
}

.full-screen-section.smob.home.vantajs-bg.v3x23 {
  opacity: .9;
  background-image: linear-gradient(#16161600 14%, #000), linear-gradient(#000, #000), linear-gradient(#0000, #0000);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 219px;
  padding-bottom: 0;
  display: flex;
}

.centre-circle {
  border: 5px #3e7ac13d;
  border-radius: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 883px;
  height: 160px;
  margin-top: -125px;
  padding-top: 0;
  padding-left: 49px;
  padding-right: 49px;
  display: flex;
}

.stu-m-heading {
  color: #c7c7c7;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 26px;
}

.stu-m-heading.servicios {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 27px;
}

.stu-m-heading.sub {
  color: #fff;
  letter-spacing: 14px;
  text-transform: uppercase;
  margin-bottom: -51px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 10px;
  transform: scale(.8);
}

.stu-m-heading.sub.autofix {
  margin-bottom: 20px;
}

.stu-m-heading.sub.v22 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.stu-m-heading.mynewlogo {
  transform: scale(.6);
}

.project-identifier {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #1313138f;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 2000px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 36px 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.second-section {
  background-image: url('../images/comp-steve-halama-361313-unsplash.jpg');
  background-position: 56% 17%;
  background-size: cover;
  height: 100vh;
}

.footer {
  background-color: #000;
}

.section-2 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.footer-links {
  background-color: #0098ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 5px;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Nunito Sans, sans-serif;
  font-size: 9px;
  line-height: 10px;
  text-decoration: none;
  display: block;
}

.html-embed {
  opacity: .3;
  text-align: center;
  display: inline-block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.showcase-link {
  color: #fff;
  background-color: #3e7ac1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 26px;
  margin: 2px 25px 25px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.showcase-link:hover {
  color: #3e7ac1;
  background-color: #fff;
  font-weight: 700;
}

.credit-text {
  color: #fff;
  padding-bottom: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.credit-text.whitefoot {
  padding-bottom: 0;
}

.footer-block {
  z-index: 1000;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#0000, #000000c7 95%);
  border-top: 1px #ffffff30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 51px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 95px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-block.mfv-3 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-block.mfv-3.ffff3 {
  margin-top: 100px;
  padding-top: 100px;
}

.light-version-link {
  color: #fff;
  background-color: #3e7ac1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 26px;
  margin: 25px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.light-version-link:hover {
  color: #3e7ac1;
  background-color: #fff;
  font-weight: 700;
}

.component-banner {
  text-align: left;
  border-radius: 10px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.element-identifier {
  text-align: center;
  width: 150px;
  height: 26px;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.button-text {
  font-size: 9px;
}

.component-banner-copy {
  text-align: left;
  border-radius: 10px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.element-identifier-image {
  border-radius: 5px;
}

.text-span {
  opacity: 1;
  color: #ececec;
  font-size: 23px;
}

.text-span.sub-servicios {
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 47px;
  font-weight: 500;
  line-height: 50px;
}

.text-span.sub-servicios.pf {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 35px;
}

.text-span.sub-servicios.aok {
  font-size: 29px;
  line-height: 49px;
}

.text-span.sub-servicios.v21.v22 {
  font-family: Oswald, sans-serif;
  font-size: 37px;
}

.text-span.sub-servicios.c2 {
  font-size: 17px;
}

.text-span.v1 {
  letter-spacing: 32px;
  justify-content: center;
  margin-top: -16px;
  margin-right: -30px;
  font-size: 16px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.stu-m-logo {
  margin-bottom: 5px;
}

.image {
  margin-top: 0;
  margin-left: 18px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image.logo-over {
  z-index: 4;
  opacity: 1;
  width: 59px;
  max-width: none;
  margin-top: 10px;
  margin-left: 28px;
}

.image.logo-over:hover {
  opacity: 0;
  display: block;
}

.image.logo-over.animated {
  opacity: 1;
  width: 75px;
  margin-top: 2px;
  margin-left: 19px;
}

.text-span-2 {
  font-size: 14px;
  font-weight: 400;
}

.text-span-3 {
  font-size: 34px;
  line-height: 73px;
}

.div-block {
  z-index: 200000;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 26px 391px;
  font-family: Lato, sans-serif;
  display: flex;
  position: static;
}

.container.home-cont {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.container.home-cont.v20 {
  z-index: 888;
  opacity: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 60px;
  position: relative;
  transform: scale(1.1);
}

.container.home-cont.v20.omgc {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.container.home-cont.v20.omgc.vx3 {
  opacity: 100;
  padding-top: 64px;
}

.container.newfix {
  justify-content: flex-start;
  align-items: center;
  padding-top: 27px;
}

.paragraph {
  text-align: center;
  letter-spacing: 2px;
  padding-left: 92px;
  padding-right: 92px;
  font-weight: 300;
  line-height: 23px;
}

.paragraph.properfix {
  padding-top: 0;
  padding-bottom: 25px;
}

.text-span-4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
}

.links-1 {
  color: #c2c2c2;
}

.image-2 {
  margin-bottom: 30px;
}

.link {
  color: #cacaca;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.image-3 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.image-4 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 42px;
}

.image-5 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.image-6 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.image-7 {
  opacity: 1;
  border: 1px solid #ffffff3d;
  width: 1024px;
  max-width: 1000px;
  margin-top: 25px;
  margin-bottom: 140px;
}

.image-7.special {
  margin-top: -159px;
}

.div-block-2 {
  z-index: 99920;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 291px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  z-index: 900;
  filter: invert();
  background-color: #000;
  border-bottom: 1px solid #292929;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-4 {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: scale(.8);
}

.lottie-animation {
  width: 40px;
  padding-top: 25px;
  padding-bottom: 60vh;
}

.link-block {
  color: #fff;
  padding-top: 61px;
  text-decoration: none;
}

.bold-text {
  color: #d1d1d1;
  font-weight: 500;
}

.div-block-6 {
  border-top: 1px solid #a3a3a3;
  width: 12%;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.link-block-2 {
  color: #ebebeb;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

.link-block-2.cp1 {
  padding-top: 0;
}

.link-block-2.cp1.cpv2 {
  padding-top: 10vh;
}

.link-block-14 {
  text-decoration: none;
}

.button {
  z-index: 550;
  letter-spacing: 6px;
  background-color: #ffffff29;
  border: 1px solid #ffffff61;
  border-radius: 2px;
  padding: 11px 38px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .4s;
  display: block;
  position: static;
  transform: scale(.8);
}

.button:hover {
  color: #000;
  background-color: #fffffffc;
  font-weight: 600;
}

.button.salelink {
  text-align: center;
  width: 86%;
  margin-top: 11px;
  font-weight: 500;
  transition: all .2s;
}

.button.salelink:hover {
  filter: none;
  border-color: #000;
  font-weight: 700;
}

.button.salelink.mobipad {
  margin-top: 10px;
}

.button.salelink.mobipad.asdasd {
  border-radius: 0;
  width: 390px;
  transform: scale(.8);
}

.button.p1 {
  color: #b8b8b8;
  text-align: center;
  background-color: #ffffff1a;
  border-color: #ffffff38;
  border-radius: 0;
  width: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 11px;
  transform: scale(.8);
}

.button.bsi {
  justify-content: center;
  align-items: center;
  margin-top: 179px;
  transition-property: none;
  position: relative;
  transform: none;
}

.div-block-7 {
  margin-top: auto;
  margin-bottom: 95px;
}

.bold-text-2 {
  color: #cfcfcf;
  font-weight: 300;
}

.site-content__headline {
  color: #000;
  text-align: center;
  text-shadow: 0 0 39px #ffdd64;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.menu-icon__line {
  background-color: #fff;
  width: 31px;
  height: 2px;
  margin-bottom: 4px;
}

.menu-icon__line.left {
  width: 16px;
}

.menu-icon__line.right {
  float: right;
  width: 15px;
}

.nav__list-item {
  margin-right: 3vw;
  display: inline-block;
  position: relative;
}

.nav__list-item.last {
  margin-right: 0;
}

.site-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-icon {
  z-index: 8000;
  filter: invert();
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 11px 10px 10px;
  transition: opacity .2s;
  position: fixed;
  inset: 15px 14px auto auto;
}

.line {
  background-color: #949494;
  width: 100%;
  height: 1px;
}

.nav__content {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 80%;
}

.nav {
  z-index: 1;
  background-color: var(--black);
  filter: invert();
  background-image: url('../images/logo2.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 100%;
  height: 98vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  z-index: 2100;
  float: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 79px;
  margin-right: 0;
  padding: 14px 10px 10px;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-button.w--open {
  z-index: 2;
  background-color: #0000;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.nav-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.nav-wrap.v3 {
  z-index: 5;
  opacity: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100px;
  height: 70px;
  inset: 0% 0% auto;
}

.nav__list {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-bg {
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
  inset: 0;
}

.link-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 2.8vw;
  text-decoration: none;
  display: block;
}

.link-2.w--current {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.line-wrap {
  width: 100%;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.body-2 {
  background-color: #000;
  background-image: url('../images/StarfieldSimulation004.gif');
  background-position: 50%;
  background-size: cover;
}

.service-text {
  text-align: center;
  letter-spacing: 1px;
  width: 70%;
  margin-top: -65px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.service-text.regularfix {
  margin-top: 20px;
}

.service-text.regularfix.subserv {
  opacity: 1;
  text-align: left;
  width: 86%;
  font-size: 12px;
}

.service-text.regularfix.subserv.title {
  text-align: center;
  padding-bottom: 0;
  font-size: 19px;
}

.service-text.regularfix.subserv.title.bittit {
  background-color: #25252557;
  margin-top: 8px;
  margin-bottom: -5px;
  font-size: 26px;
}

.service-text.regularfix.subserv.title.subtit {
  color: #afafaf;
  margin-top: 27px;
  padding-bottom: 0;
  font-size: 16px;
}

.service-text.regularfix.subserv.title.subtit:hover {
  color: #fff;
}

.service-text.regularfix.subserv.title.subtit.price {
  opacity: 1;
  color: #fff;
  background-color: #1d7c61;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
}

.service-text.regularfix.subserv.title.subtit.price:hover {
  color: #fff;
}

.service-text.regularfix.subserv.dupe {
  clear: none;
  position: relative;
}

.service-text.regularfix.subserv.internal {
  opacity: .74;
  width: 86%;
  margin-left: 0;
  padding-right: 43px;
}

.service-text.regularfix.subserv.internal.list {
  opacity: .89;
  width: auto;
  padding-bottom: 0;
  padding-right: 25px;
}

.service-text.regularfix.subserv.internal.omg {
  z-index: 1;
  width: auto;
  max-width: 810px;
  margin-top: 0;
  padding-top: 4px;
  padding-left: 40px;
  padding-right: 27px;
  position: relative;
}

.service-text.regularfix.fullwidth {
  opacity: .74;
  color: #e2e2e2;
  width: 100%;
  padding: 50px 81px 41px;
  font-size: 13px;
}

.service-text.homeservices {
  opacity: .63;
  width: 86%;
  margin-top: -30px;
  padding-top: 15px;
  line-height: 27px;
}

.service-text.finalv {
  opacity: .77;
  width: 85%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 34px;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-9 {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-top: 13px;
  margin-bottom: 10px;
  padding-bottom: 18px;
  display: flex;
}

.div-block-10 {
  flex: 0 auto;
  justify-content: center;
  margin-right: 10px;
  display: flex;
}

.serv {
  width: 48%;
  box-shadow: none;
  background-color: #000000d1;
  background-image: linear-gradient(#000c, #000c), url('../images/AdobeStock_55682649.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid #ebebeb33;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 73px;
  transition: all .2s;
  display: flex;
}

.serv:hover {
  filter: brightness(104%);
}

.serv.complete {
  filter: none;
  background-image: linear-gradient(#000c, #000c), url('../images/AdobeStock_55682649.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 0;
}

.serv.complete:hover {
  filter: brightness(104%);
  background-color: #131313d6;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/AdobeStock_55682649.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.serv.reser-e {
  width: 100%;
}

.serv.reser-e:hover {
  filter: brightness(108%);
}

.serv.reser-e.smallerone {
  width: 70%;
}

.serv.reser-e.contactform {
  background-color: #1a1a1ab8;
  background-image: none;
  background-position: 0 0;
  justify-content: flex-end;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 0;
}

.notincluded {
  color: #4a4a4af2;
  text-decoration: line-through;
}

.notincluded:hover {
  color: #ffffffd4;
}

.bullet {
  background-color: #f3f3f3;
  width: 50px;
  height: 130%;
  position: relative;
  top: -460px;
  left: -179px;
}

.list-item {
  padding-right: 0;
}

.list-2 {
  flex: 1;
}

.priced {
  opacity: .72;
  color: #fff;
  font-weight: 600;
}

.div-block-11 {
  background-color: #1110;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  padding-top: 0;
  padding-bottom: 13px;
  display: flex;
}

.div-block-11.hm {
  opacity: 0;
}

.div-block-12 {
  background-color: #ffffff61;
  width: 1px;
  height: 430px;
}

.div-block-13 {
  flex: 1;
  align-self: center;
  padding-left: 47px;
  padding-right: 47px;
}

.div-block-14.invertfooter {
  background-color: #000;
  background-image: none;
  width: 100vw;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.html-embed-2 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.mail-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 57px;
  padding: 33px 0 0;
  display: flex;
}

.form {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 37px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.field-label {
  text-align: left;
}

.field-label-2 {
  opacity: .64;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.field-label-3 {
  text-align: left;
}

.text-field {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.success-message {
  background-color: #5158d7bd;
}

.text-field {
  filter: invert();
  border-radius: 7px;
}

.div-block-15 {
  filter: grayscale() invert();
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.omg {
  color: #ffffff9e;
  font-size: 9px;
}

.oomg {
  font-weight: 700;
}

.image-10 {
  opacity: .95;
  filter: sepia(32%);
  border-radius: 50%;
  margin-bottom: 82px;
  padding-bottom: 0;
  transition: all .4s;
}

.image-10:hover {
  filter: grayscale(66%);
}

.image-11 {
  z-index: 0;
  padding-bottom: 47px;
  position: relative;
}

.contact-block-image-overlay {
  text-align: center;
  background-color: #000;
  border: 1px #ffffff24;
  border-radius: 7px;
  width: 100%;
  height: 124%;
  padding-top: 40px;
}

.contact-block {
  background-color: #ffffff1c;
  border-radius: 7px;
  width: 600px;
  height: 310px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 23px #0000001a;
}

.section-title-divider {
  background-color: #00000036;
  width: 20%;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

.success-bg {
  color: #fff;
  background-color: #4fa94b;
  border-radius: 70px;
}

.contact-icon-block {
  text-align: center;
  background-color: #ff0001;
  width: 25px;
  height: 25px;
  padding-top: 1px;
  position: absolute;
  top: -3px;
  left: 0;
}

.contact-icon-block.green {
  background-color: #4fa94b;
}

.contact-icon-block.blue {
  background-color: #1370d9;
}

.page-content-overlay {
  background-color: #ebebebb3;
  background-image: url('../images/StarfieldSimulation004.gif');
  background-position: 0 0;
  background-size: contain;
  height: 120vh;
  padding-top: 197px;
  display: block;
}

.page-content-overlay.vvvd {
  background-color: #afafaf;
  background-image: linear-gradient(#000000ba, #000), url('../images/StarfieldSimulation004.gif');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  height: 1020px;
  padding-top: 113px;
  padding-bottom: 0;
}

.contact-content-block {
  float: right;
  filter: invert();
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -112px;
  padding: 0 58px 45px;
  display: flex;
}

.contact-block-image {
  float: left;
  background-image: none;
  background-size: auto;
  border-radius: 7px;
  width: 100%;
  height: 80%;
  margin-bottom: 123px;
}

.contact-form {
  text-align: center;
  background-color: #fff;
  width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
  display: block;
  box-shadow: 0 0 23px #0000001a;
}

.contact-icon {
  height: 15px;
}

.content-block-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 100;
  line-height: 42px;
}

.content-block-title.subtitle {
  color: #000000bf;
  letter-spacing: 5px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  margin-top: 3px;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
}

.content-block-title.jm {
  letter-spacing: 3px;
  margin-top: 23px;
  padding-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.social-links-container {
  margin-top: 15px;
  padding-top: 10px;
}

.contact-container {
  margin-bottom: 10px;
  position: static;
}

.contact-avatar-block {
  filter: brightness(101%);
  background-image: url('../images/1697194259063.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ffffffc4;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  padding-bottom: 40px;
  transition: opacity .2s;
  display: inline-block;
}

.social-block {
  outline-offset: 0px;
  background-color: #0003;
  border-radius: 100%;
  outline: 1px solid #ffffff8c;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  transition: background-color .5s;
}

.social-block:hover {
  background-color: #000;
}

.contact-info-tooltip {
  z-index: 1;
  color: #5e5e5e;
  margin-left: 9px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.field {
  text-align: left;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 4px;
  font-size: 13px;
  transition: border .5s;
}

.field:hover {
  border-color: #000;
}

.field:focus {
  border-color: #1370d9;
  box-shadow: 0 0 5px 1px #1370d966;
}

.field.area {
  height: 130px;
  padding-top: 12px;
}

.contact-info-list {
  width: 100%;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 60px;
  margin-top: 10px;
  padding: 9px 25px;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.button-2:hover {
  background-color: #ff0001;
}

.button-2.submit-button {
  float: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #4fa94b;
  border: 1px solid #4fa94b;
  height: 40px;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 300;
}

.button-2.submit-button:hover {
  color: #fff;
  background-color: #1370d9;
  border-color: #1370d9;
}

.button-2.cancel-contact {
  float: none;
  opacity: 1;
  color: #bdbdbd;
  text-transform: uppercase;
  background-color: #ffffff2e;
  border: 1px solid #0000002e;
  height: 40px;
  margin-top: 10px;
  margin-left: 9px;
  padding-top: 10px;
  font-weight: 400;
}

.button-2.cancel-contact:hover {
  opacity: 1;
  color: #fff;
  background-color: #bdc2c7;
}

.social-icon {
  height: 14px;
}

.error-bg {
  color: #df2e2e;
  border-radius: 50px;
  padding-top: 17px;
}

.contact-info-link {
  z-index: 10;
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.contact-info-link:hover {
  color: #000;
}

.contact-info-list-item {
  width: 100%;
  margin-bottom: 9px;
  padding-left: 35px;
  position: relative;
}

.div-block-16 {
  text-align: center;
  padding-top: 145px;
}

.div-block-17 {
  filter: invert();
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 40px;
  display: flex;
}

.div-block-18 {
  z-index: 9997;
  clear: left;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-18.menuh3 {
  width: 110px;
  height: 70px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-18.menuh3.m36 {
  inset: 0% 0% auto auto;
}

.div-block-18.hs {
  display: none;
}

.div-block-19 {
  display: block;
  position: static;
  inset: 0%;
}

.link-block-15 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 420px;
  height: 120px;
  padding-top: 34px;
  display: flex;
}

.image-13 {
  transform: scale(.8);
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1310px;
  padding-top: 47vh;
  display: flex;
}

.body-3 {
  background-image: url('../images/cover_image_for_E2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100px;
  padding-top: 32vh;
}

.bold-text-3 {
  color: #bdbdbdd6;
  font-size: 22px;
  font-weight: 600;
}

.bold-text-3.em {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 90%;
    max-width: 100%;
    overflow: visible;
  }

  .container.home-cont.v20 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 90vw;
    max-width: 90vw;
  }

  .site-content__headline {
    font-size: 36px;
  }

  .menu-icon {
    padding-top: 21px;
    inset: 0% 15px auto auto;
  }

  .menu-button {
    top: 6vw;
    left: 6vw;
  }

  .link-2 {
    font-size: 3.4vw;
    line-height: 3.4vw;
  }

  .service-text.regularfix.subserv.title {
    font-size: 15px;
  }

  .service-text.regularfix.subserv.title.bittit {
    width: 90%;
    font-size: 26px;
  }

  .service-text.regularfix.subserv.title.subtit {
    color: #e9e9e9;
    letter-spacing: 2px;
    font-size: 13px;
  }

  .service-text.regularfix.subserv.internal.list {
    opacity: .9;
  }

  .service-text.regularfix.subserv.internal.list.includednew {
    opacity: 1;
    margin-top: 0;
    padding-bottom: 6px;
    padding-left: 40px;
  }

  .service-text.regularfix.subserv.internal.omg {
    padding-right: 0;
  }

  .serv {
    justify-content: flex-start;
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .html-embed {
    margin-bottom: 0;
  }

  .credit-text {
    margin-top: 0;
    margin-bottom: -5px;
    padding-top: 0;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 300;
  }

  .footer-block {
    flex-direction: column;
    width: 100vw;
    margin-bottom: 20px;
    padding-top: 29px;
  }

  .text-span-3 {
    font-size: 26px;
    line-height: 80px;
  }

  .container {
    margin-top: 72px;
    margin-bottom: 52px;
  }

  .container.home-cont.v20.omgc {
    margin-top: 20px;
    padding-top: 10px;
  }

  .paragraph {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
  }

  .button.p1 {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: visible;
  }

  .site-content__headline {
    font-size: 32px;
  }

  .nav__list-item {
    margin-bottom: 5vh;
  }

  .menu-icon {
    inset: 0% 0% auto auto;
  }

  .nav__content {
    top: 35%;
  }

  .menu-button {
    top: 10vw;
    left: 8vw;
  }

  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10vw;
  }

  .link-2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .service-text.regularfix.subserv.title.bittit {
    background-color: #303030;
    padding-top: 9px;
  }

  .div-block-9 {
    text-align: center;
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
  }

  .serv {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 11px;
  }

  .contact-block {
    width: 100%;
  }

  .page-content-overlay {
    padding: 35px;
  }

  .contact-content-block {
    margin-top: auto;
    padding-left: 35px;
    padding-right: 25px;
    overflow: hidden;
  }

  .contact-form {
    width: 100%;
  }

  .contact-avatar-block {
    width: 100px;
    height: 100px;
  }

  .div-block-17 {
    display: block;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .nav-home {
    z-index: 2147483647;
    letter-spacing: 5px;
    margin-left: 20px;
    font-size: 21px;
  }

  .nav-home:hover {
    background-color: #cecece24;
    margin-left: 7px;
    margin-right: 0;
  }

  .nav-home.w--current {
    z-index: 2147483647;
    margin-left: 20px;
  }

  .full-screen-menu-overlay {
    z-index: 1510;
    background-color: #f5f5f5;
    background-image: linear-gradient(#fff 43%, #0000 60%);
    border-left: 1px #ffffff3d;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 84px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .navbar-animated {
    height: auto;
    display: block;
    position: static;
    inset: 0%;
  }

  .nav-button-animated {
    margin-top: -5px;
    margin-right: 4px;
    position: fixed;
    transform: scale(.7);
  }

  .nav-menu {
    z-index: 2147483647;
    width: 100vw;
    height: 100%;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .nav-work {
    z-index: 2147483647;
    color: #444;
    text-align: center;
    letter-spacing: 5px;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 21px;
    font-weight: 400;
  }

  .nav-work.w--current {
    z-index: 2147483647;
    color: #000;
  }

  .body {
    background-color: #000;
    max-height: 95vh;
    overflow: visible;
  }

  .body.servb {
    background-color: #d8d8d8;
  }

  .body.servb.vx32 {
    background-color: #131313;
    padding-left: 10px;
    padding-right: 10px;
  }

  .body.fic.v3 {
    max-height: 100vh;
  }

  .body.contactbody {
    background-color: #eee;
    max-height: none;
  }

  .full-screen-section {
    height: auto;
    display: block;
  }

  .full-screen-section.smob {
    opacity: 100;
    text-align: center;
    background-image: linear-gradient(#0000 18%, #000 39%), url('../images/StarfieldSimulation004.gif');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 50vh;
    background-attachment: scroll, scroll;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
  }

  .full-screen-section.smob.home {
    padding-top: 94px;
    padding-bottom: 94px;
    display: block;
  }

  .full-screen-section.smob.home.services {
    filter: invert();
    text-align: center;
    background-color: #fff;
    background-image: none;
    background-position: 0 0;
    height: 720px;
    padding-top: 21px;
    padding-bottom: 40px;
  }

  .full-screen-section.smob.home.services.ffs2 {
    background-image: linear-gradient(#000, #000);
    background-position: 0 0;
    background-size: auto;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 79px;
  }

  .full-screen-section.smob.home.vantajs-bg.v3x23 {
    justify-content: flex-start;
    align-items: center;
    height: 60vh;
    padding-top: 122px;
    display: flex;
  }

  .centre-circle {
    align-items: flex-start;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: -135px;
    padding-left: 0;
    padding-right: 0;
  }

  .stu-m-heading {
    clear: none;
    color: #fcfcfc;
    letter-spacing: 4px;
    flex: 0 auto;
    margin-bottom: 0;
    font-size: 29px;
    font-weight: 500;
    display: block;
  }

  .stu-m-heading.sub {
    clear: none;
    color: #1b1b1b;
    letter-spacing: 13px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 36px 0% 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    text-decoration: none;
    display: block;
    position: static;
  }

  .stu-m-heading.sub.autofix {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .stu-m-heading.sub.alt2 {
    margin-bottom: -10px;
  }

  .stu-m-heading.sub.v22 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 18px;
    display: flex;
    position: static;
  }

  .stu-m-heading.mynewlogo {
    margin-top: -13px;
    position: absolute;
    inset: 0% 0% auto;
    transform: scale(.6);
  }

  .project-identifier {
    text-align: center;
    text-transform: none;
    background-color: #000000e6;
    height: 2000px;
    margin-top: 272px;
    padding-top: 0;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }

  .showcase-link {
    margin-bottom: 60px;
  }

  .credit-text {
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .credit-text.whitefoot {
    color: var(--white);
  }

  .footer-block {
    z-index: 900;
    background-color: #0000;
    background-image: linear-gradient(#0000, #000000e0 34%);
    border-top-style: none;
    border-top-color: #ffffff3d;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 53px;
    padding-bottom: 30px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .footer-block.mfv-3 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

  .footer-block.mfv-3.ffff3 {
    height: 250px;
    display: flex;
  }

  .light-version-link {
    margin-bottom: 60px;
  }

  .component-banner, .component-banner-copy {
    margin-top: 48px;
  }

  .text-span {
    letter-spacing: 21px;
    font-size: 14px;
    font-weight: 500;
    line-height: 51px;
  }

  .text-span.sub-servicios {
    color: #000;
    letter-spacing: 17px;
    width: auto;
    margin-top: 0;
    padding: 0 28px;
    font-size: 21px;
    font-weight: 500;
    line-height: 15px;
    display: block;
  }

  .text-span.sub-servicios.pf {
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 21px;
    font-weight: 500;
    line-height: 24px;
  }

  .text-span.sub-servicios.pf.portext1 {
    background-color: #29292924;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .text-span.sub-servicios.pf.asd {
    color: #ffffffd1;
    font-size: 31px;
    font-weight: 400;
    line-height: 40px;
  }

  .text-span.sub-servicios.aok {
    letter-spacing: 6px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-span.sub-servicios.v21 {
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    padding-bottom: 27px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 19px;
    line-height: 27px;
  }

  .text-span.sub-servicios.v21.v22 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    display: block;
  }

  .text-span.sub-servicios.c2 {
    letter-spacing: 8px;
    line-height: 28px;
  }

  .text-span.v1 {
    letter-spacing: 12px;
    margin-top: -35px;
    margin-right: -16px;
    padding-bottom: 50px;
    font-size: 15px;
  }

  .image {
    width: auto;
    height: auto;
    margin-left: 10px;
    padding-bottom: 0;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .image.logo-over {
    opacity: 1;
    border-radius: 0;
    margin-left: 20px;
  }

  .image.logo-over.animated {
    width: 79px;
    margin-top: 1px;
    margin-left: 10px;
  }

  .text-span-3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 60px;
  }

  .div-block {
    z-index: 800;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 770px;
    padding-top: 0%;
    padding-bottom: 40px;
    display: flex;
    overflow: visible;
  }

  .container {
    margin-top: 8px;
    padding-bottom: 58px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container.home-cont {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container.home-cont.v20 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    transform: none;
  }

  .container.home-cont.v20.omgc {
    filter: none;
    background-color: #fff;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 0;
    margin-bottom: 151px;
    padding: 24px 0 189px;
  }

  .container.home-cont.v20.omgc.rev2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.home-cont.v20.omgc.vx3 {
    padding-top: 169px;
  }

  .container.newfix {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding: 81px 0 117px;
    display: flex;
  }

  .paragraph {
    margin-bottom: 0;
    padding-bottom: 224px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph.properfix {
    color: #ffffffa6;
    letter-spacing: 1px;
    padding: 0 0 25px;
    font-family: Montserrat, sans-serif;
  }

  .links-1 {
    color: #e6e6e6;
  }

  .image-2 {
    margin-top: 5px;
    margin-bottom: 31px;
  }

  .link {
    font-size: 15px;
  }

  .image-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .image-6 {
    margin-bottom: 0;
  }

  .image-7 {
    max-width: 100%;
    box-shadow: none;
    border: 1px solid #ffffff30;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .image-7.special {
    margin-top: -36px;
  }

  .div-block-2 {
    display: flex;
  }

  .div-block-3 {
    z-index: 270;
    justify-content: space-between;
    width: auto;
    height: 52px;
    display: block;
    position: fixed;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: 10px;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
    transform: scale(.6);
  }

  .lottie-animation {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 140px;
    margin-top: -15px;
    padding: 22px 44px 96px;
    display: flex;
  }

  .link-block {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 74px 0 102px;
    text-decoration: none;
    display: flex;
  }

  .link-block.w--current {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    padding-top: 17px;
    padding-bottom: 97px;
  }

  .div-block-6 {
    border-top: 1px solid #ffffffb3;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 46%;
    height: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .link-block-2 {
    color: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    padding-top: 20px;
    text-decoration: none;
    display: flex;
  }

  .link-block-2.x443 {
    justify-content: flex-start;
    align-items: center;
    width: 92vw;
    padding-top: 20px;
    display: flex;
  }

  .link-block-2.cp1.cpv2 {
    padding-top: 24vh;
  }

  .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-2 {
    z-index: 900;
    height: 100%;
    display: block;
    position: static;
    inset: 0%;
  }

  .button {
    z-index: 1016;
    clear: both;
    color: #000;
    text-align: center;
    background-color: #ffffffe0;
    border-radius: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    min-width: 0;
    margin-top: 36px;
    display: block;
    position: static;
    inset: 0%;
  }

  .button.salelink {
    filter: invert();
    background-color: #9b9b9be0;
    border-color: #00000061;
    width: 94%;
    position: sticky;
    box-shadow: 2px 2px 3px -11px #000;
  }

  .button.salelink.mobipad {
    width: 100%;
    margin-top: 12px;
  }

  .button.salelink.mobipad.asdasd {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .button.p1 {
    background-color: #000000eb;
    width: 100%;
    min-width: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 40px 10px;
    line-height: 11px;
  }

  .button.bsi {
    display: none;
  }

  .image-8 {
    filter: invert();
    margin-top: -46px;
    margin-left: 17px;
    padding-bottom: 22px;
  }

  .image-8.fixm {
    margin-left: 0;
  }

  .div-block-7 {
    height: auto;
    margin-top: 0;
    margin-bottom: 60px;
    position: relative;
  }

  .div-block-8 {
    width: 100%;
  }

  .bold-text-2 {
    color: #dfdfdf;
    font-size: 19px;
    font-weight: 600;
    display: inline;
  }

  .bold-text-2.mwd1 {
    font-size: 83%;
  }

  .site-content__headline {
    font-size: 24px;
  }

  .nav__list-item {
    padding-bottom: 0;
  }

  .menu-icon {
    margin-right: -10px;
    padding-top: 13px;
    inset: 5px 10px auto auto;
  }

  .nav {
    background-position: 4px 70px;
    background-size: 106px;
    display: none;
    inset: 0% 0% auto;
  }

  .menu-button {
    width: 56px;
    height: 70px;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .nav-wrap.v3 {
    width: 50px;
    height: 100px;
    display: block;
    inset: 0% 0% auto auto;
  }

  .nav__list {
    margin-top: -64px;
    margin-left: 20px;
  }

  .nav-bg {
    display: none;
  }

  .link-2 {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 7vw;
    line-height: 7vw;
  }

  .service-text.regularfix.subserv.title.bittit {
    background-color: #0000006e;
    width: 96%;
    margin-top: 20px;
    font-size: 23px;
  }

  .service-text.regularfix.subserv.title.bittit.lowmode {
    margin-top: 0;
  }

  .service-text.regularfix.subserv.title.subtit {
    margin-top: 14px;
  }

  .service-text.regularfix.subserv.title.subtit.price {
    opacity: .83;
    filter: invert();
    color: #fff;
    background-color: #1e9b39;
    width: auto;
    padding: 8px 16px;
  }

  .service-text.regularfix.subserv.internal.omg {
    padding-left: 39px;
    padding-right: 18px;
  }

  .service-text.regularfix.fullwidth {
    opacity: 1;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 11px;
  }

  .service-text.regularfix.fullwidth.vc {
    margin-top: -121px;
  }

  .service-text.homeservices {
    width: 85%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .service-text.finalv {
    filter: contrast(200%);
    color: #000;
    text-align: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
  }

  .service-text.finalv.lowfi {
    margin-top: 0;
    padding-bottom: 38px;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 550px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .serv {
    width: 99%;
    box-shadow: none;
    filter: invert();
    background-color: #14141426;
    background-image: none;
    background-position: 0 0;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .serv:hover {
    filter: grayscale() invert() brightness(149%);
  }

  .serv.complete {
    filter: invert() brightness(118%);
    background-image: linear-gradient(#000c, #000c);
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 0;
  }

  .serv.complete:hover {
    filter: grayscale() invert() brightness(161%);
  }

  .serv.reser-e {
    border-style: none;
  }

  .serv.reser-e.smallerone {
    width: 100%;
  }

  .serv.reser-e.contactform {
    background-color: #1d1d1db8;
    background-image: none;
    background-position: 0 0;
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    margin-top: 10px;
    margin-bottom: 73px;
    padding-top: 19px;
    padding-bottom: 40px;
  }

  .serv.reser-e.contactform:hover {
    filter: invert() brightness(108%);
  }

  .div-block-11 {
    background-color: #0000;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-11.spacebottom {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .div-block-12 {
    height: 50px;
  }

  .div-block-13 {
    margin-top: 6px;
    margin-bottom: 36px;
  }

  .div-block-14 {
    filter: none;
    background-color: #000;
    background-image: none;
    border-top: 2px solid #292929;
    padding-top: 10px;
    padding-bottom: 25px;
    position: static;
    box-shadow: 0 0 20px 8px #00000069;
  }

  .div-block-14.invertfooter {
    box-shadow: none;
    filter: invert();
    background-color: #fff;
    border-top-style: none;
    justify-content: flex-end;
    align-items: center;
    margin-top: 37px;
    padding-top: 20px;
  }

  .html-embed-2, .image-9 {
    filter: invert();
  }

  .mail-form {
    width: 100%;
    height: 540px;
    margin-top: 0;
    padding: 20px 0 129px;
    display: block;
  }

  .form {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 20px 16px 44px;
  }

  .field-label-2 {
    padding-top: 14px;
    padding-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .text-field {
    color: #fff;
    background-color: #464646;
  }

  .success-message {
    color: #fff;
    background-color: #b80721;
    margin-top: 12px;
    font-size: 15px;
  }

  .text-field {
    color: #fff;
    margin-top: -5px;
    margin-bottom: 11px;
  }

  .text-field:focus {
    background-color: #464646;
  }

  .div-block-15 {
    filter: none;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 22px;
    padding-left: 0;
    display: flex;
  }

  .image-10 {
    filter: none;
    box-shadow: -1px 8px 20px -10px #000;
  }

  .image-10:hover {
    filter: grayscale(66%);
  }

  .contact-block-image-overlay {
    background-image: url('../images/StarfieldSimulation004.gif');
    background-position: 0 0;
    background-size: auto;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    height: 140%;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 8px;
    display: flex;
  }

  .contact-block {
    width: 100%;
    height: auto;
    box-shadow: none;
    background-image: linear-gradient(#000, #fff 30%);
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 77px;
  }

  .section-title-divider {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .contact-info-text {
    font-size: 13px;
    line-height: 19px;
  }

  .contact-icon-block.green, .contact-icon-block.blue {
    background-color: #000;
  }

  .page-content-overlay {
    background-color: #fd4545d1;
    background-image: linear-gradient(#0000004f, #0000004f), url('../images/StarfieldSimulation004.gif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    margin-top: 0;
    padding: 47px 0 0;
    display: flex;
  }

  .page-content-overlay.vvvd {
    height: auto;
    padding-top: 62px;
    padding-bottom: 49px;
    display: block;
  }

  .contact-content-block {
    width: 100%;
    margin-top: 0;
    padding: 37px 0 0;
  }

  .contact-block-image {
    background-image: none;
    width: 100%;
    height: 132px;
    margin-bottom: 17px;
  }

  .contact-form {
    padding: 21px;
  }

  .content-block-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 40px;
  }

  .content-block-title.subtitle {
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
  }

  .content-block-title.jm {
    color: #f7f7f7;
    text-align: center;
    letter-spacing: 5px;
    font-size: 28px;
  }

  .content-block-title.jm.iv {
    color: #fff;
    letter-spacing: 4px;
    margin-top: -14px;
    margin-bottom: -16px;
    padding-top: 36px;
    font-size: 34px;
    font-weight: 900;
  }

  .social-links-container {
    margin-top: 5px;
    padding-top: 38px;
    padding-left: 18px;
  }

  .contact-container {
    border: 1px #464646;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    display: block;
  }

  .contact-avatar-block {
    background-image: url('../images/download.jpg');
    width: 140px;
    height: 140px;
  }

  .social-block {
    background-color: #000000a3;
    border: 2px #fff;
    outline-color: #fff3;
    width: 30px;
    height: 30px;
    margin-top: -4px;
    margin-right: 26px;
    padding-top: 2px;
    transform: translate(24px)scale(1.5);
  }

  .field {
    height: 40px;
    font-size: 12px;
  }

  .contact-info-list {
    margin-bottom: 0;
  }

  .button-2.submit-button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .button-2.cancel-contact {
    margin-left: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .social-icon {
    height: 12px;
  }

  .contact-info-list-item {
    padding-left: 32px;
  }

  .image-12 {
    filter: invert();
    margin-top: 43px;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 6px;
  }

  .div-block-16 {
    background-color: #ffffff0f;
    margin-top: -27px;
    margin-bottom: -31px;
    margin-right: 0;
    padding: 531px 0 230px;
    transform: none;
  }

  .div-block-17 {
    filter: invert();
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-18 {
    z-index: 999;
    width: 60px;
    height: 50px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .div-block-18.menuh3.m36 {
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .div-block-19 {
    z-index: 800;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 28px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    inset: 0% 0% 15%;
  }

  .link-block-15 {
    width: 100vw;
    height: 200px;
    padding-top: 70px;
    padding-bottom: 0;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 2vh;
    display: flex;
  }

  .body-3 {
    background-position: 50% 0;
    background-size: contain;
    background-attachment: fixed;
    padding-top: 27vh;
  }

  .code-embed {
    opacity: .73;
    margin-top: -86px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-3 {
    letter-spacing: 3px;
    font-size: 19px;
    font-weight: 800;
  }

  .bold-text-3.em {
    font-size: 16px;
  }

  .error-message {
    background-color: red;
  }
}


