.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 {
  height: 100vh;
  background-color: rgba(0, 0, 0, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.navbar-animated {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

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

.nav-button-animated.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.middle-line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  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 {
  width: 40px;
  height: 2px;
  background-color: #fff;
  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 {
  text-align: left;
  background-color: #3d3d3d;
}

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

.full-screen-section {
  height: 100vh;
  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;
  padding-top: 117px;
  display: flex;
}

.full-screen-section.smob {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/StarfieldSimulation004.gif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  padding-top: 180px;
  padding-bottom: 10px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-screen-section.smob.home {
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), 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 {
  height: 100%;
  filter: none;
  background-image: linear-gradient(rgba(0, 0, 0, .77), rgba(0, 0, 0, .77)), url('../images/StarfieldSimulation004.gif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 0;
  align-items: center;
  padding-top: 88px;
  padding-bottom: 0;
  position: static;
}

.full-screen-section.smob.home.vantajs-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41));
}

.centre-circle {
  width: auto;
  height: 160px;
  max-width: 883px;
  border: 5px rgba(62, 122, 193, .24);
  border-radius: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  letter-spacing: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 19px;
  font-size: 15px;
  line-height: 10px;
}

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

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

.project-identifier {
  height: 2000px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  background-color: rgba(19, 19, 19, .56);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  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 {
  height: 100vh;
  background-image: url('../images/comp-steve-halama-361313-unsplash.jpg');
  background-position: 56% 17%;
  background-size: cover;
}

.footer {
  background-color: #000;
}

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

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

.link-text {
  width: 88px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  width: 150px;
  height: 26px;
  color: #fff;
  background-color: #3e7ac1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  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;
  width: 100vw;
  height: 51px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .78) 95%);
  border-top: 1px rgba(255, 255, 255, .19);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.light-version-link {
  width: 150px;
  height: 26px;
  color: #fff;
  background-color: #3e7ac1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  width: 150px;
  height: 26px;
  text-align: center;
  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: #9a9a9a;
  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.v1 {
  letter-spacing: 32px;
  justify-content: center;
  margin-top: -16px;
  margin-right: -30px;
  font-size: 16px;
  display: flex;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

.image.logo-over.animated {
  width: 75px;
  opacity: 1;
  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: 5;
  max-width: none;
  display: block;
  position: relative;
}

.container {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  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.omgc {
  justify-content: center;
  padding: 0;
  display: block;
}

.container.newfix {
  padding-top: 177px;
}

.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 {
  border: 1px solid rgba(255, 255, 255, .24);
  margin-top: 25px;
  margin-bottom: 50px;
}

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

.div-block-2 {
  z-index: 99920;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.div-block-4 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: scale(.8);
}

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

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

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

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

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

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

.button {
  letter-spacing: 6px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .38);
  padding: 11px 38px;
  font-family: Montserrat, sans-serif;
  transition: all .4s;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.button.salelink {
  width: 86%;
  text-align: center;
  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;
}

.div-block-7 {
  margin-top: -215px;
  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 {
  width: 31px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

.nav {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  filter: invert();
  background-color: #000;
  background-image: url('../images/logo2.gif');
  background-position: 50% 33%;
  background-repeat: no-repeat;
  background-size: 125px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-button {
  z-index: 2;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 13px;
  padding: 14px 10px 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-button.w--open {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.nav-wrap {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

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

.nav-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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 {
  width: 70%;
  text-align: center;
  letter-spacing: 1px;
  margin-top: -65px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

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

.service-text.regularfix.subserv {
  width: 86%;
  opacity: 1;
  text-align: left;
  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: rgba(37, 37, 37, .34);
  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 {
  width: 86%;
  opacity: .74;
  margin-left: 0;
  padding-right: 43px;
}

.service-text.regularfix.subserv.internal.list {
  width: auto;
  opacity: .89;
  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 {
  width: 100%;
  opacity: .74;
  color: #e2e2e2;
  padding: 50px 81px 41px;
  font-size: 13px;
}

.service-text.homeservices {
  width: 86%;
  margin-top: -30px;
}

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

.div-block-9 {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: space-around;
  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: rgba(0, 0, 0, .82);
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/AdobeStock_55682649.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid rgba(235, 235, 235, .2);
  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(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), 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: rgba(19, 19, 19, .84);
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), 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: rgba(96, 96, 96, .72);
  padding-bottom: 0;
}

.notincluded {
  color: rgba(74, 74, 74, .95);
  text-decoration: line-through;
}

.notincluded:hover {
  color: rgba(255, 255, 255, .83);
}

.bullet {
  width: 50px;
  height: 130%;
  background-color: #f3f3f3;
  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: rgba(17, 17, 17, 0);
  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 {
  width: 1px;
  height: 430px;
  background-color: rgba(255, 255, 255, .38);
}

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

.div-block-14.invertfooter {
  width: 100%;
  background-color: #000;
  background-image: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 26px;
  position: static;
}

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

.mail-form {
  width: 100%;
  padding: 33px 0 0;
}

.form {
  text-align: center;
  padding-bottom: 37px;
  padding-left: 28px;
  padding-right: 28px;
}

.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: rgba(81, 88, 215, .74);
}

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

.div-block-15 {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.omg {
  color: rgba(255, 255, 255, .62);
  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 {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(52, 61, 71, .6);
  padding-top: 68px;
}

.contact-block {
  width: 600px;
  height: 310px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 23px rgba(0, 0, 0, .1);
}

.section-title-divider {
  width: 20%;
  height: 3px;
  background-color: rgba(0, 0, 0, .09);
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

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

.contact-icon-block {
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #ff0001;
  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 {
  height: 100%;
  background-color: rgba(235, 235, 235, .7);
  background-image: url('../images/StarfieldSimulation004.gif');
  background-position: 0 0;
  background-size: contain;
  padding-top: 197px;
  padding-bottom: 65px;
  display: block;
}

.contact-content-block {
  width: 65%;
  height: 100%;
  float: right;
  text-align: left;
  padding: 45px;
}

.contact-block-image {
  width: 35%;
  height: 100%;
  float: left;
  background-image: url('../images/Testimonial-1-bw-blur.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.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: #b3b3b3;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 20px;
  line-height: 32px;
}

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

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

.contact-avatar-block {
  width: 120px;
  height: 120px;
  background-image: url('../images/lol-256.png');
  background-position: 50%;
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 100%;
  display: inline-block;
}

.social-block {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 100%;
  margin-left: 2px;
  margin-right: 2px;
  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 {
  height: 50px;
  text-align: left;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  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 rgba(19, 112, 217, .4);
}

.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 {
  height: 40px;
  float: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #4fa94b;
  border: 1px solid #4fa94b;
  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 {
  height: 40px;
  float: none;
  opacity: 1;
  color: #bdbdbd;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .18);
  border: 1px solid rgba(0, 0, 0, .18);
  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 {
  flex-direction: column;
  display: flex;
}

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

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

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

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

  .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 {
    width: 49%;
    justify-content: flex-start;
  }
}

@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 {
    width: 100vw;
    flex-direction: column;
    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;
  }

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

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

  .menu-icon {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .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 {
    padding-left: 35px;
    padding-right: 25px;
    overflow: hidden;
  }

  .contact-form {
    width: 100%;
  }

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

@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: rgba(206, 206, 206, .14);
    margin-left: 7px;
    margin-right: 0;
  }

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

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

  .navbar-animated {
    height: auto;
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 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;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-work {
    z-index: 2147483647;
    width: 100%;
    color: #444;
    text-align: center;
    letter-spacing: 5px;
    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;
  }

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

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

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

  .full-screen-section.smob {
    height: auto;
    background-image: url('../images/StarfieldSimulation004.gif');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    border-radius: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .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;
    padding-top: 21px;
    padding-bottom: 40px;
  }

  .centre-circle {
    width: auto;
    height: auto;
    max-width: none;
    align-items: flex-start;
    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 {
    color: #1b1b1b;
    letter-spacing: 13px;
    margin-top: 0;
    margin-bottom: 19px;
    padding: 36px 0 15px 0%;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    text-decoration: none;
    display: none;
  }

  .stu-m-heading.sub.autofix {
    margin-top: 10px;
    margin-bottom: 0;
  }

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

  .stu-m-heading.sub.v22 {
    display: block;
  }

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

  .project-identifier {
    height: 2000px;
    text-align: center;
    text-transform: none;
    background-color: rgba(0, 0, 0, .9);
    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: #fff;
  }

  .footer-block {
    z-index: 900;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .88) 34%);
    border-top-style: none;
    border-top-color: rgba(255, 255, 255, .24);
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 53px;
    padding-bottom: 30px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .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 {
    width: auto;
    color: #000;
    letter-spacing: 17px;
    margin-top: 0;
    padding: 0 28px;
    font-size: 21px;
    font-weight: 500;
    line-height: 15px;
    display: block;
  }

  .text-span.sub-servicios.pf {
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    font-weight: 600;
  }

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

  .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 {
    display: block;
  }

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

  .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;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .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;
  }

  .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 {
    padding-top: 0;
  }

  .container.home-cont.v20.omgc {
    filter: none;
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/bg.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.newfix {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 117px;
  }

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

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

  .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 {
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, .19);
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .lottie-animation {
    width: 50px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 96px;
    display: flex;
  }

  .link-block {
    width: 100%;
    padding-bottom: 34px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
  }

  .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 {
    width: 20%;
    height: 30px;
    border-top: 1px solid rgba(255, 255, 255, .7);
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block-2 {
    color: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .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;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button {
    z-index: 1000;
    color: #000;
    text-align: center;
    background-color: rgba(255, 255, 255, .88);
    border-radius: 4px;
    position: relative;
  }

  .button.salelink {
    width: 94%;
    filter: invert();
    background-color: rgba(155, 155, 155, .88);
    border-color: rgba(0, 0, 0, .38);
    position: -webkit-sticky;
    position: sticky;
    box-shadow: 2px 2px 3px -11px #000;
  }

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

  .button.p1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .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: 12px;
    font-weight: 500;
  }

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

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

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

  .nav {
    background-position: 4px 15px;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    margin-right: 0;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav__list {
    margin-left: 20px;
  }

  .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 {
    width: 96%;
    background-color: rgba(0, 0, 0, .43);
    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 {
    width: auto;
    opacity: .83;
    filter: invert();
    color: #fff;
    background-color: #1e9b39;
    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: 86%;
  }

  .service-text.finalv {
    width: 90%;
    filter: contrast(200%);
    color: #000;
    text-align: center;
    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;
    align-items: center;
    margin-top: -30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .serv {
    width: 99%;
    box-shadow: none;
    filter: invert();
    background-color: rgba(20, 20, 20, .15);
    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(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    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: rgba(29, 29, 29, .72);
    margin-bottom: 73px;
    padding-top: 19px;
    padding-bottom: 0;
  }

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

  .div-block-11 {
    background-color: rgba(0, 0, 0, 0);
    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 rgba(0, 0, 0, .41);
  }

  .div-block-14.invertfooter {
    box-shadow: none;
    filter: invert();
    background-color: #fff;
    border-top-style: none;
    padding-top: 20px;
  }

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

  .mail-form {
    width: 100%;
    padding: 20px 0 10px;
  }

  .form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .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: invert();
    text-align: center;
    flex-direction: column;
    align-items: center;
    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;
    padding-top: 20px;
    padding-left: 8px;
    display: flex;
  }

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

  .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 {
    height: auto;
    background-color: rgba(253, 69, 69, .82);
    background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/StarfieldSimulation004.gif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    padding: 47px 0 0;
    display: flex;
  }

  .contact-content-block {
    width: 100%;
    padding: 37px 12px 11px;
  }

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

  .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: #585757;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
  }

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

  .content-block-title.jm.iv {
    color: #fff;
    letter-spacing: 4px;
    margin-top: -14px;
    margin-bottom: -48px;
    font-size: 17px;
    font-weight: 500;
  }

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

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

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

  .social-block {
    width: 30px;
    height: 30px;
    background-color: #141b24;
    border: 2px solid #fff;
    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: rgba(255, 255, 255, .06);
    margin-top: -27px;
    margin-bottom: -31px;
    margin-right: 0;
    padding: 531px 0 230px;
    transform: none;
  }

  .div-block-17 {
    filter: invert();
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
}


