/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
::before,
::after {
  --tw-content: "";
}

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

* {
  box-sizing: border-box;
}

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-size: 1em; /* 4 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
  border: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

button,
[role=button] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

img,
video {
  /* disable max-width solves bug img-export/propagation > nested-img-bigger */
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

* {
  text-underline-offset: 0.134em;
}

.header {
  container: header/inline-size;
  display: flex;
  flex-direction: column;
  gap: 59px;
  letter-spacing: 0rem;
  text-align: center;
  padding-top: 1rem;
  overflow: hidden;
}
.header::before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -147px;
  transform: rotate(39deg);
  width: 1000px;
  height: 1000px;
  left: 45%;
  top: -90px;
  margin-left: -500px;
  background: radial-gradient(270px 1050px at 20% -30%, rgba(193, 209, 102, 0.39) 0%, rgba(193, 209, 102, 0) 100%) top left/auto auto no-repeat, linear-gradient(180deg, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.5) 200%) top left/auto auto no-repeat;
  pointer-events: none;
}
.header .header-s-header {
  container: header-s-header/inline-size;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  align-items: center;
}
.header .header-s-header a.logo-home {
  cursor: pointer;
}
.header .header-s-header a.logo-home > * {
  pointer-events: none;
}
.header .header-s-header .header-logo-text {
  width: 202px;
  height: 48px;
  flex-shrink: 0;
  margin-top: 1px;
}
@media (max-width: 860px) {
  .header .header-s-header .header-logo-text {
    transform: scale(0.8);
    margin-left: -20px;
    margin-top: 4px;
  }
}
.header .header-s-header .header-row-right {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .header-s-header .header-row-right .header-text-left {
  text-decoration: underline;
}
.header .header-s-header .header-row-right .header-text-email-us {
  text-decoration: underline;
}
.header .header-s-header .header-row-right .header-btn-default {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: normal;
  background-color: var(--tonic);
  padding: 0.7rem 1.1rem 0.7rem 0.9rem;
  border: 1px solid var(--tonic);
  border-radius: 5px;
}
.header .header-s-header .header-row-right .header-btn-default .header-tabler-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (max-width: 860px) {
  .header .header-s-header .header-row-right .header-text-left {
    display: none;
  }
  .header .header-s-header .header-row-right .header-btn-default {
    display: none;
  }
}

@container header-s-header (width < 461px) {
  .onepage .header .header-s-header .header-row-right {
    flex-direction: column;
    align-items: center;
    gap: 13px;
  }
  .onepage .header .header-s-header .header-row-right > * {
    text-align: center;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) top left/auto auto no-repeat;
  padding-top: 10rem;
}
.footer .s-cta-footer {
  padding-bottom: 0.1rem;
  background-color: unset;
}
.footer .footer-s-footer {
  container: footer-s-footer/inline-size;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0rem;
  text-align: center;
  padding-top: 5.8rem;
  padding-bottom: 1.3rem;
}
.footer .footer-s-footer .footer-logo-text {
  margin-left: 0.1rem;
  width: 231px;
  height: 48px;
  flex-shrink: 0;
  align-self: center;
}
.footer .footer-s-footer .footer-row-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer .footer-s-footer .footer-row-bottom .footer-text {
  text-decoration: underline;
}

@container footer-s-footer (width < 598px) {
  .onepage .footer .footer-s-footer .footer-row-bottom {
    flex-direction: column;
    align-items: center;
    gap: 13px;
  }
  .onepage .footer .footer-s-footer .footer-row-bottom > * {
    text-align: center;
  }
}
:root {
  /* color variables */
  --yellow-to-white-grad: #fff;
  --tonic: #c1d166;
  --brand: #c1d166;
  /* responsive margins / paddings */
  --margin-sm: 1.6rem;
  --margin-md: 3.2rem;
  --bg-base:#191919;
}

html {
  height: 100%;
  font-size: 10px;
}

/* 
body{
	display:flex; flex-direction: column;
	height:100%;
}
 */
.onepage {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "Inter";
  background-color: var(--bg-base);
  color: #fff;
}

.section-basic {
  margin-top: 8rem;
}

body {
  background-color: #191919;
  overflow-x: hidden;
}

/* text utility classes */
.onepage {
  overflow: hidden;
}

.onepage-subtitle {
  color: var(--yellow-to-white-grad);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: normal;
}

.text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0rem;
}

.subtitle-white {
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: 0rem;
}

.subtitle1 {
  font-family: "Inter";
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0rem;
}

.text-white {
  color: #fff;
  font-size: 2.19rem;
  font-family: "Inter";
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0rem;
}

.sub-text-tonic {
  color: var(--tonic);
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: -0.059rem;
}

.bold-tonic {
  color: var(--tonic);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0rem;
}

.sub-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0rem;
}

/* box utility classes */
.box-dark {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(56, 56, 56, 0.5);
  padding: 3.7rem 2.6rem;
  border-radius: 30px;
}

/* circle utility classes */
.circle {
  width: 6px;
  height: 6px;
  background-color: var(--tonic);
  border-radius: 50%;
}

.hover-bright:hover {
  filter: brightness(1.2);
}

.hover-zoom:hover {
  scale: 1.07;
}

.section {
  align-items: center;
}
.section .content {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.section, .header, .footer {
  padding: 0 3.5rem;
}

@media screen and (max-width: 576px) {
  .section {
    padding-inline: var(--margin-sm);
  }
  .header {
    padding-inline: var(--margin-sm);
  }
  .footer {
    padding-inline: var(--margin-sm);
  }
}
h1 {
  font-size: 48px;
  color: var(--tonic);
  font-weight: 500;
}

h2 {
  font-size: 24px;
  color: #777;
  font-weight: 600;
}

h3 {
  font-size: 16px;
  color: var(--tonic);
  font-weight: 500;
}

a {
  color: var(--tonic);
  font-size: 14px;
}
a:hover {
  text-decoration: underline;
}

.onepage .section-error {
  text-align: center;
  margin-bottom: 50px;
}
.onepage .section-error h1 {
  font-size: 40rem;
  max-width: 100%;
  min-height: 270px;
}
@media (max-width: 1200px) {
  .onepage .section-error h1 {
    font-size: 36rem;
  }
}
@media (max-width: 775px) {
  .onepage .section-error h1 {
    font-size: 30rem;
  }
}
@media (max-width: 680px) {
  .onepage .section-error h1 {
    font-size: 24rem;
  }
}
@media (max-width: 525px) {
  .onepage .section-error h1 {
    font-size: 18rem;
  }
}
@media (max-width: 525px) {
  .onepage .section-error h1 {
    font-size: 15rem;
  }
}
.onepage .section-error h2 {
  margin-top: -60px;
}
.onepage .section-error a {
  margin-top: 10px;
}

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