@font-face {
  font-family: GillSans;
  src: url("/css/GillSans.otf") format("opentype");
}
.AsxChannelASX .AsxMyProfile .AsxTag::before {
  background-color: white;
}

#AsxMyProfile .Wrap {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
#AsxMyProfile .Wrap .AsxButton {
  white-space: nowrap;
  margin-bottom: 10px;
}
#AsxMyProfile .Workspaces .AsxButton {
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  #AsxMyProfile {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1882352941);
    backdrop-filter: blur(10px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 500px) {
  .section .inner:has(#AsxMyProfile) {
    backdrop-filter: none;
    background: none;
  }
}

body:has(#AsxMyProfile) .splash2 {
  display: none;
}

@font-face {
  font-family: GillSans-Light;
  src: url("/css/GillSans-Light.otf") format("opentype");
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

html {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
}
html body {
  padding: 0px;
  margin: 0px;
  background-color: black;
  min-height: 100vw;
  height: 100%;
}

body, .menu {
  min-width: 400px;
}

* {
  font-family: GillSans-Light, sans-serif;
  box-sizing: border-box;
}

p {
  text-align: justify;
}

body > .wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body > .wrapper .sections {
  flex: 1;
}

.masker {
  display: none;
}

.splash {
  background-image: url(/images/teslaSunrise.png);
  background-size: 100vw 100vw;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 0px;
  z-index: -2;
  background-position: top;
}
.splash:after {
  content: " ";
  z-index: -1;
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 0px;
  background: linear-gradient(180deg, transparent, transparent, transparent, black);
}

.splash2 {
  width: 100vw;
  height: 100vw;
  position: absolute;
  z-index: -2;
  bottom: 0px;
}
@media (min-width: 1213px) {
  .splash2 {
    display: none;
  }
}

header.section {
  position: relative;
  padding-top: var(--section-margin);
}
header.section .burger {
  width: 60px;
  height: 45px;
  position: relative;
  transform: rotate(0deg) scale(0.4);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header.section .burger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
header.section .burger span:nth-child(2), header.section .burger span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}
header.section .burger span:nth-child(3) {
  top: 36px;
  transform-origin: left center;
}
header.section .burger span:nth-child(4) {
  top: 36px;
}
header.section .burger span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header.section .inner {
  background-color: transparent;
  padding: 0px;
  display: flex;
  backdrop-filter: none;
  align-items: center;
}
header.section .wrapper {
  flex: 1;
}

h1 {
  margin: 0px;
  margin-left: 25px;
  background-image: url(/images/fullLogoOnWhite.png);
  background-size: 100% auto;
  color: transparent;
  width: 220px;
  filter: saturate(0) brightness(0) invert(1);
  height: 50px;
  background-repeat: no-repeat;
}

.inner:has(.AsxBackButton) h1 {
  margin-left: 10px;
}

.AsxBackButton, .AsxLoggedIn {
  width: 50px;
}

.menu, menuXbg {
  display: none;
}

body {
  --menu-z-index-start: 500;
  --section-margin: 30px;
  --section-width: 900px;
}

.menuOpen {
  overflow: hidden;
}
.menuOpen .masker {
  display: block;
  transition: all 0.2s ease-in-out;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: var(--menu-z-index-start);
}
.menuOpen .burgerWrapper {
  background-color: rgba(219, 219, 219, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.menuOpen .menu {
  z-index: calc(var(--menu-z-index-start) + 1);
  position: absolute;
  display: block;
  top: 78px;
  left: 0px;
  width: 100vw;
}
.menuOpen .menu .innerMain {
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: flex;
  justify-content: flex-end;
  padding: 0px;
}
.menuOpen .menu .innerMain > div {
  width: 390px;
  background-color: rgba(219, 219, 219, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 20px;
}
.menuOpen .menu .innerMain ul {
  list-style-type: none;
  padding: 0px;
  margin-top: 0px;
}
.menuOpen .menu .innerMain ul li.legal {
  padding-top: 16px;
}
.menuOpen .menu .innerMain ul li.legal a:hover {
  text-decoration: underline;
}
.menuOpen.supportingPage .menu {
  top: 52px;
}
.menuOpen.supportingPage .menu .innerMain > div {
  margin-right: 10px;
}
.menuOpen header.section {
  z-index: calc(var(--menu-z-index-start) + 1);
}
.menuOpen header.section .burgerWrapper .burger span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
.menuOpen header.section .burgerWrapper .burger span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menuOpen header.section .burgerWrapper .burger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}
.menuOpen header.section .burgerWrapper .burger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media (max-width: 920px) {
  .menuOpen .burgerWrapper, .menuOpen .menu .innerMain {
    margin-right: var(--section-margin);
  }
}
@media (max-width: 696px) {
  .menuOpen .burgerWrapper, .menuOpen .menu .innerMain {
    margin-left: var(--section-margin);
  }
  .menuOpen h1 {
    background-size: 75% auto;
  }
}
.menuOpen #AsxLoginLink {
  display: none;
}

@media (min-width: 921px) {
  .menuOpen.supportingPage .menu .innerMain > div {
    margin-right: 0px;
  }
}
.section {
  z-index: 10;
  position: relative;
}
.section .inner {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
}

footer {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.finePrint {
  margin-top: var(--section-margin);
}

h2 {
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 13px;
  padding-left: 30px;
  padding-top: 18px;
  background-color: rgba(255, 255, 255, 0.18);
}

.section {
  color: white;
  margin-bottom: 30px;
}
.section .inner {
  background-color: rgba(0, 0, 0, 0.32);
  padding: 30px;
  max-width: var(--section-width);
  margin-left: auto;
  margin-right: auto;
}
.section .inner p {
  margin-top: 16px;
  margin-bottom: 16px;
}
.section .inner p:first-child {
  margin-top: 0px;
}
.section .inner p:last-child {
  margin-bottom: 0px;
}
.section .inner p.withMargin {
  margin-bottom: 16px;
}

@media (max-width: 900px) {
  .section {
    margin-bottom: 0px;
  }
  header.section {
    margin-bottom: var(--section-margin);
  }
}
.sideImage {
  display: flex;
  gap: 30px;
}
.sideImage .text {
  flex: 1;
}
.sideImage .image {
  width: 300px;
  position: relative;
}

.introSection {
  z-index: 12;
}
.introSection .inner {
  min-height: 230px;
}
.introSection .sideImage {
  gap: 10px;
}
.introSection .sideImage .image {
  position: relative;
}
.introSection .sideImage .image img {
  position: absolute;
  width: 100%;
  height: auto;
  top: -60px;
}
@media (max-width: 420px) {
  .introSection .sideImage .image img {
    position: initial;
    top: initial;
  }
}
@media (max-width: 610px) {
  .introSection .sideImage .image {
    display: none;
  }
}
@media (max-width: 930px) {
  .introSection .image {
    width: 200px;
  }
  .introSection .image img {
    top: -15px;
  }
  .introSection .inner {
    min-height: initial;
  }
}

.opsSection .sideImage .image {
  width: 490px;
}
@media (max-width: 930px) {
  .opsSection .sideImage .image {
    width: 340px;
  }
}
.opsSection .image img {
  height: auto;
  width: 100%;
}
@media (max-width: 662px) {
  .opsSection .sideImage {
    display: block;
  }
  .opsSection .sideImage .image {
    width: 100%;
    margin-top: 20px;
  }
}

.pluginSection {
  z-index: 11;
}
.pluginSection .sideImage {
  flex-direction: row-reverse;
}
.pluginSection .sideImage .image {
  width: 420px;
  background-color: rgba(0, 0, 0, 0.2509803922);
  margin-left: -30px;
  padding-right: 30px;
  margin-top: -20px;
  margin-bottom: -30px;
  padding: 20px;
}
@media (max-width: 748px) {
  .pluginSection .sideImage .image {
    width: 330px;
  }
}
@media (max-width: 683px) {
  .pluginSection .sideImage {
    display: initial;
  }
  .pluginSection .sideImage .image {
    width: 100%;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 16px;
    background-color: transparent;
  }
}

@media (min-width: 552px) {
  .trustSection .ethics {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.07);
    padding-left: 87px;
    margin-bottom: -30px;
    position: relative;
    min-height: 53px;
  }
  .trustSection .ethics::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 22px;
    width: 100%;
    height: 100%;
    background-image: url(/images/leafBlack.png);
    filter: invert(1);
    background-repeat: no-repeat;
    background-position: -5px -2px;
    background-size: 59px auto;
  }
}

.nextStepsSection a {
  display: inline;
  border: none;
  color: black;
  background-color: white;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  width: 125px;
  margin-right: 10px;
  font-size: 13px;
  height: 38px;
}
.nextStepsSection .image {
  width: 250px;
}
@media (max-width: 590px) {
  .nextStepsSection .image {
    width: 120px;
  }
}
@media (max-width: 490px) {
  .nextStepsSection .image {
    display: none;
  }
}
.nextStepsSection .image img {
  width: 100%;
  height: auto;
}

.logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-wrap: wrap;
  gap: 10px;
}
.logos img {
  width: 100%;
  height: auto;
}
@media (max-width: 420px) {
  .logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .logos img:nth-child(even) {
    display: none;
  }
}
@media (min-width: 420px) and (max-width: 650px) {
  .logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

footer {
  margin-top: 29px;
  max-width: var(--section-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
footer .contacts {
  display: flex;
  color: white;
  gap: 20px;
}
footer .finePrint {
  color: rgba(255, 255, 255, 0.5882352941);
  font-size: 14px;
  padding-bottom: 20px;
}
footer .finePrint .botWarning {
  text-align: justify;
}
footer .finePrint .columns {
  display: flex;
  align-items: flex-end;
}
footer .finePrint .columns .copyright {
  flex: 1;
}
footer .finePrint .columns a {
  text-align: right;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.5882352941);
  margin-left: 6px;
  padding-left: 6px;
  line-height: 14px;
}
footer .finePrint .columns a:hover {
  text-decoration: underline;
}
footer .finePrint .columns a:first-of-type {
  border-left: none;
}

@media (max-width: 953px) {
  footer {
    padding: 20px;
    padding-top: 0px;
  }
}
@media (max-width: 573px) {
  footer .contacts {
    display: block;
  }
  footer .finePrint .columns {
    display: block;
  }
  footer .finePrint .columns .copyright {
    margin-bottom: 12px;
  }
  footer .finePrint .columns :nth-child(2) {
    text-align: left;
    margin-top: 0px;
  }
}
.fbook, .ig, .email {
  display: flex;
  gap: 5px;
}
.fbook:before, .ig:before, .email:before {
  content: " ";
  display: block;
  width: 19px;
  height: 19px;
  filter: invert(1);
  background-size: 100% 100%;
}
.fbook:hover, .ig:hover, .email:hover {
  text-decoration: underline;
}

.fbook:before {
  background-image: url(/images/fbook.png);
}

.ig:before {
  background-image: url(/images/ig.png);
}

.email:before {
  background-image: url(/images/email.png);
}

.supportingPage {
  background-color: black;
}
.supportingPage h2 {
  background: rgba(255, 255, 255, 0.16);
}
.supportingPage header {
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.2117647059);
  padding: 10px;
}
@media (min-width: 930px) {
  .supportingPage header {
    margin-bottom: 30px;
  }
}
.supportingPage header .burgerWrapper {
  margin-top: -3px;
}
.supportingPage header .inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.supportingPage header .inner .wrapper {
  margin-top: 1px;
}
.supportingPage header .inner h1 {
  width: 170px;
  height: initial;
}

.bookingFlowPage .image {
  width: 220px;
}
@media (max-width: 700px) {
  .bookingFlowPage .sideImage {
    display: block;
  }
  .bookingFlowPage .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .bookingFlowPage .sideImage .text #AsxBookingFlow:not(:has(.AsxQuoteForm)) {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0px;
  }
}

/*# sourceMappingURL=PublicSite.css.map */
