*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
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 {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

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 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

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

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.border {
  border-width: 1px;
}
.opacity-0 {
  opacity: 0;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@font-face {
  font-family: "Reaver";
  src: local("Reaver-Regular");
  src: url("../fonts/Reaver/Reaver-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Reaver";
  src: local("Reaver-SemiBold");
  src: url("../fonts/Reaver/Reaver-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gunji";
  src: url("../fonts/Gunji/Gunji.eot");
  src: local("Gunji"), url("../fonts/Gunji/Gunji.eot?#iefix") format("embedded-opentype"), url("../fonts/Gunji/Gunji.woff2") format("woff2"), url("../fonts/Gunji/Gunji.woff") format("woff"), url("../fonts/Gunji/Gunji.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EncodeVision-Logo";
  src: local("EncodeVision-Logo");
  src: url("../fonts/EncodeVision/EncodeVision-Logo.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EncodeVision-Slogan";
  src: local("EncodeVision-Slogan");
  src: url("../fonts/EncodeVision/EncodeVision-Slogan.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body, html {
  height: 100%;
  width: 100%;
  scroll-behavior: auto !important;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
:root {
  --ff-primary: "Reaver", sans-serif;
  --ff-secondary: "Gunji", sans-serif;
  --app-bg: #EEFCFF;
  --template-width: 1440px;
  --tracking-primary: 0.02em;
  --txt-color-1: #5e4313;
  --txt-color-2: #2a7d74;
}

.button-primary {
  position: relative;
  height: 66px;
  width: 249px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button-primary .button-decor-background .background {
  height: 66px;
  width: 249px;
}
.button-primary .button-decor-background .background_Wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.button-primary .button-decor-background .background__image {
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
}
.button-primary_Inner {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.button-primary__text {
  font-size: 20px;
  line-height: 29px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-family: var(--ff-primary), sans-serif;
    font-weight: normal;
    letter-spacing: var(--tracking-primary);
}
.button-primary:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.button-primary[data-theme="1"] .button-decor-background .background .background__image_theme-1 {
  display: block;
}
.button-primary[data-theme="2"] .button-decor-background .background .background__image_theme-2 {
  display: block;
}

.button-secondary {
  position: relative;
  display: flex;
  height: 53px;
  border-radius: 6px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {

  .button-secondary {
    padding-left: 34px;
    padding-right: 34px;
  }
}

.button-secondary {
  box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.6);
}
.button-secondary:before {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 6px;
  border-width: 1px;
  border-color: rgba(255,255,255,0.5);
  height: 100%;
  width: 100%;
  content: "";
}
.button-secondary__text {
  margin-left: 10px;
  font-size: 20px;
  line-height: 29px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-family: var(--ff-primary), sans-serif;
    font-weight: 600;
    letter-spacing: var(--tracking-primary);
}
.button-secondary:hover {
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.button-secondary[data-theme="1"] {
  background: linear-gradient(180deg, #00cedd 0%, #007881 100%);
}
.button-secondary[data-theme="2"] {
  background: linear-gradient(180deg, #a4ff6b 0%, #70bf0e 100%);
}
.button-secondary[data-theme="3"] {
  background: linear-gradient(180deg, #6bd3ff 0%, #0e90bf 100%);
}
.button-secondary[data-theme="4"] {
  background: linear-gradient(180deg, #ffcb6b 0%, #bfa50e 100%);
}
.button-secondary[data-theme="5"] {
  background: linear-gradient(180deg, #6bffe6 0%, #0eaebf 100%);
}
.button-secondary[data-theme="6"] {
  background: linear-gradient(180deg, #abf560 0%, #4ea434 100%);
}

.decor-element {
  pointer-events: none;
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.decor-element_Wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex !important;
}
.decor-element aside {
  position: absolute;
}

.content-section {
  width: 100%;
}
.content-section_Wrapper {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.content-section_Inner {
  height: 100%;
  position: relative;
  z-index: 20;
}
.content-section[data-width=template] .content-section_Inner {
  width: 100%;
}
@media (min-width: 1440px) {

  .content-section[data-width=template] .content-section_Inner {
    width: var(--template-width);
  }
}
.content-section[data-width=screen] .content-section_Inner {
  width: 100%;
}
.content-section[data-hero-section] .content-section_Inner {
  height: calc(100vh + 76px);
  padding-top: 76px;
}
@media (min-width: 1024px) {

  .content-section[data-hero-section] .content-section_Inner {
    padding-top: 91px;
  }
}

.app {
  position: relative;
  height: 100%;
  width: 100%;
}
.app_Wrapper {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow-x: hidden;
}
.app .page-content {
  position: relative;
  z-index: 20;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.navigation-link {
  display: flex;
  cursor: pointer;
  align-items: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation-link__icon {
  display: none;
}
@media (min-width: 1024px) {

  .navigation-link__icon {
    display: block;
  }
}
.navigation-link__text {
  margin-left: 10px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(20 100 103 / var(--tw-text-opacity, 1));
    font-family: var(--ff-primary), sans-serif;
    font-weight: 600;
}
@media (min-width: 1024px) {

  .navigation-link__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {

  .navigation-link__text {
    font-size: 19px;
    line-height: 19px;
  }
}
.navigation-link:hover, .navigation-link:focus {
  opacity: 0.5;
}

.navigation-social-link {
  position: relative;
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {

  .navigation-social-link {
    height: 30px;
    width: 30px;
  }
}

.navigation-social-link {
  background: linear-gradient(180deg, rgba(0, 206, 221, 0.6) 0%, rgba(0, 120, 129, 0.6) 100%);
  box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.6);
}
.navigation-social-link__icon {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {

  .navigation-social-link__icon {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.navigation-social-link::before {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 6px;
  border-width: 1px;
  border-color: rgba(255,255,255,0.2);
  height: 100%;
  width: 100%;
  content: "";
}
.navigation-social-link:hover {
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.start-card {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
}
.start-card:before, .start-card:after {
  position: absolute;
  left: 0px;
  height: 1px;
  width: 100%;
  content: "";
}
.start-card:before {
  top: 0px;
}
.start-card:after {
  bottom: 0px;
}
.start-card--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.start-card--header__step {
  display: flex;
  height: 35px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 240 240 / var(--tw-border-opacity, 1));
  padding-left: 14px;
  padding-right: 14px;
  align-items: center;
  justify-content: center;
  background: rgba(204, 255, 255, 0.3);
}
.start-card--header__step .text {
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  opacity: 0.5;
    font-family: var(--ff-primary), sans-serif;
    font-weight: 600;
    letter-spacing: var(--tracking-primary);
    color: var(--txt-color-2);
}
.start-card--header__heading {
  margin-top: 4px;
}
.start-card--header__heading .text {
  font-size: 22px;
  line-height: 32px;
    font-family: var(--ff-primary), sans-serif;
    font-weight: 600;
    letter-spacing: var(--tracking-primary);
    color: var(--txt-color-2);
}
.start-card--header__sub-heading {
  margin-top: 5px;
}
.start-card--header__sub-heading .text {
  font-size: 16px;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgb(109 168 161 / var(--tw-text-opacity, 1));
    font-family: var(--ff-primary), sans-serif;
    font-weight: normal;
    letter-spacing: var(--tracking-primary);
}
.start-card--buttons {
  margin-top: 16px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .start-card--buttons {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.start-card--buttons .button {
  width: 100%;
}
@media (min-width: 1024px) {

  .start-card--buttons .button {
    width: auto;
  }
}
.start-card[data-theme="1"] {
  background: linear-gradient(90deg, rgba(238, 252, 255, 0) 0%, rgba(238, 252, 255, 0.9) 50%, rgba(238, 252, 255, 0) 100%);
}
.start-card[data-theme="1"]:before, .start-card[data-theme="1"]:after {
  background: linear-gradient(90deg, rgba(190, 220, 233, 0) 0%, rgb(190, 220, 233) 50%, rgba(190, 220, 233, 0) 100%);
}
.start-card[data-theme="2"] {
  background: linear-gradient(90deg, rgba(255, 254, 238, 0) 0%, rgba(255, 254, 238, 0.9) 50%, rgba(255, 254, 238, 0) 100%);
}
.start-card[data-theme="2"]:before, .start-card[data-theme="2"]:after {
  background: linear-gradient(90deg, rgba(233, 228, 190, 0) 0%, rgb(233, 228, 190) 50%, rgba(233, 228, 190, 0) 100%);
}
.start-card[data-theme="3"] {
  background: linear-gradient(90deg, rgba(245, 255, 238, 0) 0%, rgba(241, 255, 233, 0.9) 50%, rgba(245, 255, 238, 0) 100%);
}
.start-card[data-theme="3"]:before, .start-card[data-theme="3"]:after {
  background: linear-gradient(90deg, rgba(210, 233, 190, 0) 0%, rgb(210, 233, 190) 50%, rgba(210, 233, 190, 0) 100%);
}

.stat-item {
  position: relative;
  display: flex;
  height: 34px;
}
.stat-item .stat-item__title:before,
.stat-item .stat-item__value:before {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  content: "";
}
.stat-item .stat-item__title,
.stat-item .stat-item__title:before {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 12px;
}
.stat-item .stat-item__value,
.stat-item .stat-item__value:before {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.stat-item__title {
  position: relative;
  display: flex;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  align-items: center;
  justify-content: center;
}
.stat-item__title:before {
  border-width: 1px;
  border-color: rgba(255,255,255,0.3);
}
.stat-item__title .text {
  font-size: 17px;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-family: var(--ff-primary), sans-serif;
    font-weight: 600;
    letter-spacing: var(--tracking-primary);
}
.stat-item__value {
  position: relative;
  display: flex;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(242, 255, 239, 0.5);
}
.stat-item__value:before {
  border-width: 1px;
  border-color: rgba(255,255,255,0.4);
}
.stat-item__value .text {
  font-size: 17px;
  line-height: 14px;
    font-family: var(--ff-primary), sans-serif;
    font-weight: normal;
    letter-spacing: var(--tracking-primary);
    color: var(--txt-color-1);
}
.stat-item[data-theme="1"] .stat-item__title {
  background: linear-gradient(180deg, rgba(137, 208, 119, 0.85) 0%, rgba(104, 159, 90, 0.85) 100%);
}
.stat-item[data-theme="2"] .stat-item__title {
  background: linear-gradient(180deg, rgba(255, 215, 105, 0.85) 0%, rgba(152, 120, 32, 0.85) 100%);
}

.auth-button {
  position: relative;
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

  .auth-button {
    height: 47px;
    width: 220px;
  }
}
.auth-button:before {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  border-radius: 6px;
  border-width: 1px;
  border-color: rgba(255,255,255,0.5);
  height: 100%;
  width: 100%;
  content: "";
}
.auth-button .decor-background {
  overflow: hidden;
  border-radius: 6px;
}
.auth-button .decor-background .background {
  z-index: 10;
  height: 100%;
  width: 100%;
  box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, #00cedd 0%, #007881 100%);
}
.auth-button .decor-background .frame {
  z-index: 20;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {

  .auth-button .decor-background .frame {
    height: 61px;
    width: 227px;
  }
}
.auth-button .decor-background .frame img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {

  .auth-button .decor-background .frame img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.auth-button_Inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.auth-button__text {
  margin-top: 2px;
  margin-left: 10px;
  display: none;
  font-size: 16px;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-family: var(--ff-primary), sans-serif;
    font-weight: 600;
    letter-spacing: var(--tracking-primary);
}
@media (min-width: 1024px) {

  .auth-button__text {
    display: block;
  }
}
.auth-button:hover {
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.designer-logo {
  position: relative;
}
.designer-logo .defo-logo {
  opacity: 0.5;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.designer-logo:hover .defo-logo {
  opacity: 0.8;
}

.developer-logo .encodevision-logo {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  --tw-text-opacity: 1;
  color: rgb(125 159 166 / var(--tw-text-opacity, 1));
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.developer-logo .encodevision-logo__text {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.developer-logo .encodevision-logo__text .slogan {
  position: relative;
  margin-left: 1px;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  font-size: 11px;
  line-height: 11px;
}
@media (min-width: 1024px) {

  .developer-logo .encodevision-logo__text .slogan {
    font-size: 12px;
    line-height: 12px;
  }
}
.developer-logo .encodevision-logo__text .slogan {
  font-family: "EncodeVision-Slogan", sans-serif;
}
.developer-logo .encodevision-logo__text .slogan__line {
  position: relative;
  margin-left: 5px;
  margin-top: 1px;
  height: 1px;
  width: 100%;
}
.developer-logo .encodevision-logo__text .slogan__line .line {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(125 159 166 / var(--tw-bg-opacity, 1));
}
.developer-logo .encodevision-logo__text .name {
  margin-top: 2px;
  display: flex;
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {

  .developer-logo .encodevision-logo__text .name {
    font-size: 18px;
    line-height: 18px;
  }
}
.developer-logo .encodevision-logo__text .name {
  font-family: "EncodeVision-Logo", sans-serif;
}
.developer-logo:hover .encodevision-logo {
  opacity: 0.8;
}

.burger-icon {
  position: relative;
  display: flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, #00cedd 0%, #007881 100%);
}
.burger-icon:before {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  border-radius: 6px;
  border-width: 1px;
  border-color: rgba(255,255,255,0.5);
  height: 100%;
  width: 100%;
  content: "";
}
.burger-icon__icon {
  position: relative;
  display: flex;
  height: 19px;
  width: 26px;
  align-items: center;
  justify-content: center;
}
.burger-icon__icon span, .burger-icon__icon::before, .burger-icon__icon::after {
  position: absolute;
  left: 0px;
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / 0.7);
  transition: all 400ms ease-in-out;
}
.burger-icon__icon::before, .burger-icon__icon::after {
  content: "";
}
.burger-icon__icon::before {
  top: 0px;
}
.burger-icon__icon::after {
  bottom: 0px;
}
.burger-icon[data-active] .burger-icon__icon span {
  transform: scale(0);
}
.burger-icon[data-active] .burger-icon__icon::before {
  top: 45%;
  transform: rotate(-45deg);
}
.burger-icon[data-active] .burger-icon__icon::after {
  bottom: 41%;
  transform: rotate(45deg);
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 55;
  height: 76px;
  width: 100%;
}
.navigation_Wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.navigation .decor-background {
  z-index: 1;
}
.navigation .decor-background .background {
  width: 100%;
}
.navigation .decor-background .background img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navigation .decor-gem {
  pointer-events: none;
  z-index: 40;
}
.navigation .decor-gem .gem {
  top: 62px;
}
.navigation .decor-lines {
  pointer-events: none;
  z-index: 30;
}
.navigation .decor-lines .line {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(253 255 225 / var(--tw-bg-opacity, 1));
}
.navigation .decor-lines .line_1 {
  bottom: 0px;
  height: 2px;
}
.navigation .decor-lines .line_2 {
  bottom: -10px;
  height: 1px;
  opacity: 0.9;
}
.navigation_Inner {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 20;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(238, 252, 255, 0.6);
}
.navigation_Container {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}
@media (min-width: 1440px) {

  .navigation_Container {
    width: var(--template-width);
  }
}
@media (min-width: 1024px) {

  .navigation_Container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1441px) {

  .navigation_Container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.navigation--links {
  display: none;
  align-items: center;
}
@media (min-width: 1024px) {

  .navigation--links {
    display: flex;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .navigation--links {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1440px) {

  .navigation--links {
    -moz-column-gap: 69px;
         column-gap: 69px;
  }
}
.navigation--socials {
  margin-left: auto;
  display: none;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 1024px) {

  .navigation--socials {
    display: flex;
  }
}
.navigation--auth {
  margin-left: auto;
}
@media (min-width: 1024px) {

  .navigation--auth {
    margin-left: 50px;
  }
}
.navigation--mobile-menu-init {
  margin-left: 5px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {

  .navigation--mobile-menu-init {
    display: none;
  }
}

.footer {
  position: relative;
  z-index: 30;
  display: flex;
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 238 244 / var(--tw-border-opacity, 1));
  background-color: var(--app-bg);
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {

  .footer {
    height: 118px;
  }
}
.footer .footer-decor-background .background {
  height: 100%;
  width: 100%;
}
.footer .footer-decor-background .background img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.footer_Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}
@media (min-width: 1440px) {

  .footer_Inner {
    width: var(--template-width);
  }
}
.footer_Inner {
  position: relative;
  z-index: 20;
}
@media (min-width: 1024px) {

  .footer_Inner {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer--copyrights {
  display: flex;
  flex-direction: column;
}
.footer--copyrights__project .text {
  font-size: 15px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(125 159 166 / var(--tw-text-opacity, 1));
    font-family: var(--ff-primary), sans-serif;
    font-weight: 600;
    letter-spacing: var(--tracking-primary);
}
.footer--copyrights__description {
  margin-top: 6px;
  max-width: 423px;
}
.footer--copyrights__description .text {
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(125 159 166 / var(--tw-text-opacity, 1));
    font-family: var(--ff-primary), sans-serif;
    font-weight: normal;
    letter-spacing: var(--tracking-primary);
}
.footer--developers {
  margin-top: 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 1024px) {

  .footer--developers {
    margin-top: 0px;
  }
}

.page-decor {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  overflow: hidden;
  background-color: var(--app-bg);
  height: 100%;
  width: 100%;
}
.page-decor_Wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.page-decor .page-decor-top-background {
  z-index: 1;
  overflow: hidden;
  height: calc(100vh + 76px);
}
@media (min-width: 1920px) {

  .page-decor .page-decor-top-background {
    height: 85.2vh;
  }
}
.page-decor .page-decor-top-background .top-background {
  height: 100%;
  width: 100%;
  background: url("../media/images/widgets/page-decor/top-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.page-decor .page-decor-top-background .top-background .left-gradient {
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 60%;
  background: linear-gradient(90deg, #eefcff 0%, rgba(238, 252, 255, 0) 100%);
  opacity: 0.2;
}
.page-decor .page-decor-top-background .top-background .clouds {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {

  .page-decor .page-decor-top-background .top-background .clouds {
    display: block;
  }
}
.page-decor .page-decor-top-background .top-background .clouds {
  mix-blend-mode: screen;
}
.page-decor .page-decor-sides-decor {
  z-index: 10;
  overflow: hidden;
  height: calc(100vh + 76px);
}
@media (min-width: 1920px) {

  .page-decor .page-decor-sides-decor {
    height: 85.2vh;
  }
}
.page-decor .page-decor-sides-decor .sides-decor {
  bottom: -20px;
  z-index: 10;
  display: none;
  width: 100%;
}
@media (min-width: 1024px) {

  .page-decor .page-decor-sides-decor .sides-decor {
    display: block;
  }
}
.page-decor .page-decor-sides-decor .sides-decor img {
  width: 100%;
}
.page-decor .page-decor-sides-clouds {
  z-index: 15;
  overflow: hidden;
  height: calc(100vh + 76px);
}
@media (min-width: 1920px) {

  .page-decor .page-decor-sides-clouds {
    height: 85.2vh;
  }
}
.page-decor .page-decor-sides-clouds .sides-clouds {
  bottom: -10px;
  z-index: 20;
  width: 100%;
}
@media (min-width: 1024px) {

  .page-decor .page-decor-sides-clouds .sides-clouds {
    bottom: -39px;
  }
}
.page-decor .page-decor-sides-clouds .sides-clouds img {
  width: 100%;
}
.page-decor .page-decor-sakura-top-left {
  z-index: 9;
  height: calc(100vh + 76px);
}
@media (min-width: 1920px) {

  .page-decor .page-decor-sakura-top-left {
    height: 85.2vh;
  }
}
.page-decor .page-decor-sakura-top-left .sakura-top-left {
  left: 20px;
  bottom: 30vh;
}
.page-decor .page-decor-sakura-top-right {
  z-index: 9;
}
.page-decor .page-decor-sakura-top-right .sakura-top-right {
  right: 0px;
  top: 0px;
}
.page-decor .page-decor-character {
  z-index: 5;
  display: none;
  overflow: hidden;
  height: calc(100vh + 76px);
}
@media (min-width: 1920px) {

  .page-decor .page-decor-character {
    height: 85.2vh;
  }
}
@media (min-width: 1024px) {

  .page-decor .page-decor-character {
    display: flex;
  }
}
.page-decor .page-decor-character_Wrapper {
  width: 100%;
}
@media (min-width: 1440px) {

  .page-decor .page-decor-character_Wrapper {
    width: var(--template-width);
  }
}
.page-decor .page-decor-character .character {
  bottom: -20px;
  right: -64px;
}
.page-decor .page-decor-middle-background {
  z-index: 20;
  overflow: hidden;
}
.page-decor .page-decor-middle-background .middle-background {
  top: calc(100vh + 76px);
  height: calc(100% - (100vh + 76px));
  width: 100%;
}
@media (min-width: 1920px) {

  .page-decor .page-decor-middle-background .middle-background {
    top: 730px;
    height: calc(100% - 730px);
  }
}
.page-decor .page-decor-middle-background .middle-background img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-decor .page-decor-sakura-middle-left {
  z-index: 9;
}
.page-decor .page-decor-sakura-middle-left .sakura-middle-left {
  left: 0px;
  bottom: 400px;
}
.page-decor .page-decor-sakura-middle-right {
  z-index: 9;
}
.page-decor .page-decor-sakura-middle-right .sakura-middle-right {
  right: 0px;
  bottom: 570px;
}
.page-decor .page-decor-bottom-background {
  z-index: 25;
  overflow: hidden;
}
.page-decor .page-decor-bottom-background .bottom-background {
  bottom: 134px;
  width: 100%;
}
@media (min-width: 1024px) {

  .page-decor .page-decor-bottom-background .bottom-background {
    bottom: 158px;
  }
}
.page-decor .page-decor-bottom-background .bottom-background_Wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.page-decor .page-decor-bottom-background .bottom-background__image {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.page-decor .page-decor-bottom-background .bottom-background__gradient {
  position: absolute;
  bottom: 0px;
  z-index: 20;
  height: 170px;
  width: 100%;
  background: linear-gradient(180deg, rgba(238, 252, 255, 0) 0%, #eefcff 100%);
}

.mobile-menu {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: block;
  height: calc(100vh - 76px);
  width: 100%;
  background-image: none;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

  .mobile-menu {
    display: none;
  }
}

.mobile-menu {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(238, 252, 255, 0.6);
}
.mobile-menu_Wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  padding-top: 30px;
}
.mobile-menu--links {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}
.mobile-menu--socials {
  display: flex;
  height: 80px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.mobile-menu[data-status=active] {
  z-index: 50;
  opacity: 1;
  transition: z-index 0s, opacity 300ms ease-in-out;
  transition-delay: 0s, 0s;
}
.mobile-menu[data-status=closed] {
  z-index: -10;
  opacity: 0;
  transition: z-index 0s, opacity 300ms ease-in-out;
  transition-delay: 300ms, 0s;
}

.app[data-page=main] .content-section[data-section=hero] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1024px) {

  .app[data-page=main] .content-section[data-section=hero] {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1920px) {

  .app[data-page=main] .content-section[data-section=hero] {
    height: 85.2vh;
  }
}
.app[data-page=main] .content-section[data-section=hero] .hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 1280px) {

  .app[data-page=main] .content-section[data-section=hero] .hero {
    justify-content: flex-start;
  }
}
.app[data-page=main] .content-section[data-section=hero] .hero--heading {
  position: relative;
}
.app[data-page=main] .content-section[data-section=hero] .hero--heading .heading-decor-cloud .cloud {
  top: 60px;
  height: 461px;
  width: 894px;
  opacity: 0.9;
}
.app[data-page=main] .content-section[data-section=hero] .hero--heading .heading-decor-cloud .cloud img {
  height: 100%;
  width: 100%;
}
.app[data-page=main] .content-section[data-section=hero] .hero--heading .heading-decor-sakura-group {
  z-index: 30;
}
.app[data-page=main] .content-section[data-section=hero] .hero--heading_Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 20;
}
.app[data-page=main] .content-section[data-section=hero] .hero--heading__server-description {
  margin-top: 23px;
  max-width: 520px;
  text-align: center;
}
.app[data-page=main] .content-section[data-section=hero] .hero--heading__server-description .text {
  font-size: 19px;
  line-height: 24px;
    font-family: var(--ff-primary), sans-serif;
    font-weight: normal;
    letter-spacing: var(--tracking-primary);
    color: var(--txt-color-1);
}
.app[data-page=main] .content-section[data-section=hero] .hero--heading__buttons {
  margin-top: 24px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  row-gap: 0.75rem;
}
@media (min-width: 1024px) {

  .app[data-page=main] .content-section[data-section=hero] .hero--heading__buttons {
    flex-direction: row;
    justify-content: center;
    row-gap: 0px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.app[data-page=main] .content-section[data-section=hero] .hero--heading__stats {
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.75rem;
  border-radius: 16px;
  border-width: 1px;
  border-color: rgba(255,255,255,0.1);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {

  .app[data-page=main] .content-section[data-section=hero] .hero--heading__stats {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.app[data-page=main] .content-section[data-section=hero] .hero--heading__stats {
  background: rgba(239, 250, 250, 0.25);
}
.app[data-page=main] .content-section[data-section=start] .start {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 69px;
}
.app[data-page=main] .content-section[data-section=start] .start--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 20;
}
.app[data-page=main] .content-section[data-section=start] .start--header__heading {
  position: relative;
}
.app[data-page=main] .content-section[data-section=start] .start--header__heading .text {
  font-size: 44px;
  line-height: 63px;
  text-transform: uppercase;
    font-family: var(--ff-primary), sans-serif;
    font-weight: 600;
    letter-spacing: var(--tracking-primary);
    color: var(--txt-color-2);
}
.app[data-page=main] .content-section[data-section=start] .start--header__sub-heading .text {
  font-size: 20px;
  line-height: 18px;
  text-transform: uppercase;
  opacity: 0.5;
    font-family: var(--ff-secondary), sans-serif;
    font-weight: 400;
    letter-spacing: var(--tracking-primary);
    color: var(--txt-color-2);
}
.app[data-page=main] .content-section[data-section=start] .start--steps {
  margin-top: 50px;
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 22px;
}