:root {
  --vt-c-white: #fff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;
  --vt-c-black: #181818;
  --vt-c-black-soft: #222;
  --vt-c-black-mute: #282828;
  --vt-c-indigo: #2c3e50;
  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: hsla(0, 0%, 92%, 0.64);
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);
  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);
  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);
  --section-gap: 160px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);
    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);
    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}
*,
:after,
:before {
  box-sizing: border-box;
  font-weight: 400;
  margin: 0;
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/font/Kreadon-Regular.woff2) format("woff2"),
    url(/assets/font/Kreadon-Regular.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/font/Kreadon-Bold.woff2) format("woff2"),
    url(/assets/font/Kreadon-Bold.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 400;
  src: url(/assets/font/Kreadon-Italic.woff2) format("woff2"),
    url(/assets/font/Kreadon-Italic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 700;
  src: url(/assets/font/Kreadon-BoldItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-BoldItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 300;
  src: url(/assets/font/Kreadon-Light.woff2) format("woff2"),
    url(/assets/font/Kreadon-Light.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 300;
  src: url(/assets/font/Kreadon-LightItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-LightItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 200;
  src: url(/assets/font/Kreadon-ExtraLight.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 200;
  src: url(/assets/font/Kreadon-ExtraLightItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraLightItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 100;
  src: url(/assets/font/Kreadon-Thin.woff2) format("woff2"),
    url(/assets/font/Kreadon-Thin.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 100;
  src: url(/assets/font/Kreadon-ThinItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ThinItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 800;
  src: url(/assets/font/Kreadon-ExtraBold.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 800;
  src: url(/assets/font/Kreadon-ExtraBoldItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraBoldItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 900;
  src: url(/assets/font/Kreadon-Black.woff2) format("woff2"),
    url(/assets/font/Kreadon-Black.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 900;
  src: url(/assets/font/Kreadon-BlackItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-BlackItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 600;
  src: url(/assets/font/Kreadon-Demi.woff2) format("woff2"),
    url(/assets/font/Kreadon-Demi.woff) format("woff");
}
body {
  background: #fff;
  background: var(--color-background);
  color: #2c3e50;
  color: var(--color-text);
  font-family: Kreadon, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  text-rendering: optimizeLegibility;
  transition: color 0.5s, background-color 0.5s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #0e1110;
}
.text-center {
  text-align: center;
}
@media (max-width: 768px) {
  .text-center {
    text-align: left;
  }
}
._container {
  margin: auto;
  max-width: 1400px;
}
.nuxt-progress {
  background-color: #000;
  height: 2px;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.1s, opacity 0.4s;
  width: 0;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}
.tradingview-widget-container__widget {
  height: 100%;
}

.container[data-v-6645710c] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
.logo[data-v-6645710c] {
  width: 150px;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hamburger[data-v-6645710c],
.logo[data-v-6645710c] {
  color: #fff;
  font-size: 24px;
}
.hamburger[data-v-6645710c] {
  cursor: pointer;
  display: none;
}
.navigation ul[data-v-6645710c] {
  display: flex;
  gap: 20px;
  list-style: none;
}
.navigation ul li[data-v-6645710c] {
  font-size: 14px;
  font-weight: 600;
}
.navigation a[data-v-6645710c] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.navigation a[data-v-6645710c]:hover {
  color: #ff9f1c;
}
.contact-info[data-v-6645710c] {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .contact-info[data-v-6645710c] {
    display: none;
  }
}
.contact-info a[data-v-6645710c] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-info a[data-v-6645710c]:hover {
  color: #ff9f1c;
}
.contact-info .login-btn[data-v-6645710c] {
  background-color: none;
  border: 2px solid #f7b457;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 20px;
  padding: 8px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-info .login-btn[data-v-6645710c]:hover {
  background-color: #f7b457;
  color: #000;
}
.close-menu[data-v-6645710c] {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger[data-v-6645710c] {
    display: block;
  }
  .navigation[data-v-6645710c] {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  .navigation.open[data-v-6645710c] {
    transform: translateX(0);
  }
  .navigation ul[data-v-6645710c] {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .navigation a[data-v-6645710c] {
    font-size: 24px;
    font-weight: 700;
  }
  .close-menu[data-v-6645710c] {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .contact-info[data-v-6645710c] {
    display: none;
  }
}

.items-center[data-v-5bb82a2e] {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  z-index: 1;
}
h1[data-v-5bb82a2e] {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  h1[data-v-5bb82a2e] {
    font-size: 48px;
  }
}
p[data-v-5bb82a2e] {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 960px;
  text-align: center;
}
@media (max-width: 1200px) {
  p[data-v-5bb82a2e] {
    font-size: 20px;
    max-width: 720px;
  }
}
@media (max-width: 992px) {
  p[data-v-5bb82a2e] {
    font-size: 18px;
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  p[data-v-5bb82a2e] {
    max-width: 90%;
  }
}
/* .base-button[data-v-76dc4221] {
  background: 0 0;
  border: 2px solid #f7b457;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 48px;
  text-transform: uppercase;
  transition: 0.3s;
  width: -moz-max-content;
  width: max-content;
} */
.base-button[data-v-76dc4221]:hover,
.sec-card .base-button[data-v-76dc4221] {
  background: #f7b457;
  color: #000;
}
.sec-card .base-button[data-v-76dc4221]:hover {
  background: 0 0;
  color: #fff;
}
.block-margin[data-v-63b7d10f] {
  display: block;
  height: 35px;
  width: 100%;
}
@media (max-width: 1200px) {
  .block-margin[data-v-63b7d10f] {
    height: 64px;
  }
}
.section-subtitle {
  color: #f7b457;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.section-subtitle,
.section-title {
  font-weight: 700;
  margin-bottom: 16px;
}
.section-title {
  color: #fff;
  font-size: 64px;
  line-height: 64px;
}
@media (max-width: 1200px) {
  .section-title {
    font-size: 48px;
  }
}
.section-context {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 60px;
}

@media (max-width: 650px) {
  ._block-info {
    /* margin-top: 150px; */
  }
}
._container[data-v-49b2d6dc] {
  margin: auto;
  max-width: 1400px;
  width: 100%;
}
.profitable-investments[data-v-49b2d6dc] {
  background-color: #0e1110;
  color: #fff;
  padding: 50px;
  text-align: center;
}
@media (max-width: 550px) {
  .profitable-investments[data-v-49b2d6dc] {
    padding: 20px;
  }
}
.section-title[data-v-49b2d6dc] {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-subtitle[data-v-49b2d6dc] {
  font-size: 18px;
  margin-bottom: 30px;
}
.features,
.features-grid[data-v-49b2d6dc] {
  display: grid;
  grid-gap: 40px;
  gap: 40px;
}

.feature-card[data-v-4c31640a] {
  background-color: hsla(0, 0%, 100%, 0.05);
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1.9s ease-out, opacity 1.6s ease-out;
}
.feature-icon[data-v-4c31640a] {
  align-items: center;
  background: #f7b457;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 15px;
  width: 40px;
}
h3[data-v-4c31640a] {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
h3[data-v-4c31640a],
p[data-v-4c31640a] {
  align-items: flex-start;
  color: #fff;
  display: flex;
  text-align: left;
}
p[data-v-4c31640a] {
  font-size: 18px;
  font-weight: 400;
}
.global-market-access {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
}
@media (max-width: 1200px) {
  .global-market-access {
    background-position: bottom;
    flex-direction: column !important;
    height: auto;
  }
}
.text-content {
  flex: 1;
  padding-right: 20px;
}
.image-content {
  flex: 1;
  text-align: center;
}
.image-content img {
  border-radius: 10px;
  height: auto;
  max-width: 100%;
}
.reverse {
  flex-direction: row-reverse;
}
.section-context {
  color: #bcbcbc !important;
}
.tradingview-widget-container[data-v-8fb6eda8] {
  background-color: #1a1a1a;
  height: 600px;
  margin: 0 auto;
  width: 95%;
}
.footer[data-v-24edf0e1] {
  background-color: #111;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}
.footer-content[data-v-24edf0e1] {
  align-items: center;
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 30px;
}
.footer-center[data-v-24edf0e1],
.footer-left[data-v-24edf0e1],
.footer-right[data-v-24edf0e1] {
  flex: 1;
  padding: 0 10px;
}
.footer-left[data-v-24edf0e1] {
  text-align: left;
}
.disclaimer[data-v-24edf0e1] {
  color: #aaa;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}
.footer-center address[data-v-24edf0e1] {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
}
.footer-center a[data-v-24edf0e1] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-right ul[data-v-24edf0e1] {
  list-style: none;
  padding: 0;
}
.footer-right ul li[data-v-24edf0e1] {
  margin-bottom: 10px;
}
.footer-right ul li a[data-v-24edf0e1] {
  color: #fff;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-right ul li a[data-v-24edf0e1]:hover {
  color: #ff9f1c;
}
.footer-bottom[data-v-24edf0e1] {
  border-top: 1px solid #333;
  padding-top: 20px;
}
.footer-bottom p[data-v-24edf0e1] {
  color: #ff9f1c;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-content[data-v-24edf0e1] {
    align-items: center;
    flex-direction: column;
  }
  .footer-center[data-v-24edf0e1],
  .footer-left[data-v-24edf0e1],
  .footer-right[data-v-24edf0e1] {
    padding: 10px 0;
    text-align: center;
  }
  .footer-left[data-v-24edf0e1] {
    text-align: center;
  }
}

:root {
  --vt-c-white: #fff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;
  --vt-c-black: #181818;
  --vt-c-black-soft: #222;
  --vt-c-black-mute: #282828;
  --vt-c-indigo: #2c3e50;
  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: hsla(0, 0%, 92%, 0.64);
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);
  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);
  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);
  --section-gap: 160px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);
    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);
    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}
*,
:after,
:before {
  box-sizing: border-box;
  font-weight: 400;
  margin: 0;
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/font/Kreadon-Regular.woff2) format("woff2"),
    url(/assets/font/Kreadon-Regular.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/font/Kreadon-Bold.woff2) format("woff2"),
    url(/assets/font/Kreadon-Bold.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 400;
  src: url(/assets/font/Kreadon-Italic.woff2) format("woff2"),
    url(/assets/font/Kreadon-Italic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 700;
  src: url(/assets/font/Kreadon-BoldItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-BoldItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 300;
  src: url(/assets/font/Kreadon-Light.woff2) format("woff2"),
    url(/assets/font/Kreadon-Light.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 300;
  src: url(/assets/font/Kreadon-LightItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-LightItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 200;
  src: url(/assets/font/Kreadon-ExtraLight.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 200;
  src: url(/assets/font/Kreadon-ExtraLightItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraLightItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 100;
  src: url(/assets/font/Kreadon-Thin.woff2) format("woff2"),
    url(/assets/font/Kreadon-Thin.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 100;
  src: url(/assets/font/Kreadon-ThinItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ThinItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 800;
  src: url(/assets/font/Kreadon-ExtraBold.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 800;
  src: url(/assets/font/Kreadon-ExtraBoldItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraBoldItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 900;
  src: url(/assets/font/Kreadon-Black.woff2) format("woff2"),
    url(/assets/font/Kreadon-Black.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 900;
  src: url(/assets/font/Kreadon-BlackItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-BlackItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 600;
  src: url(/assets/font/Kreadon-Demi.woff2) format("woff2"),
    url(/assets/font/Kreadon-Demi.woff) format("woff");
}
body {
  background: #fff;
  background: var(--color-background);
  color: #2c3e50;
  color: var(--color-text);
  font-family: Kreadon, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  text-rendering: optimizeLegibility;
  transition: color 0.5s, background-color 0.5s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #0e1110;
}
.text-center {
  text-align: center;
}
@media (max-width: 768px) {
  .text-center {
    text-align: left;
  }
}

.nuxt-progress {
  background-color: #000;
  height: 2px;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.1s, opacity 0.4s;
  width: 0;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}

.container[data-v-6645710c] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
.hamburger[data-v-6645710c] {
  cursor: pointer;
  display: none;
}
.navigation ul[data-v-6645710c] {
  display: flex;
  gap: 20px;
  list-style: none;
}
.navigation ul li[data-v-6645710c] {
  font-size: 14px;
  font-weight: 600;
}
.navigation a[data-v-6645710c] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.navigation a[data-v-6645710c]:hover {
  color: #ff9f1c;
}
.contact-info[data-v-6645710c] {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .contact-info[data-v-6645710c] {
    display: none;
  }
}
.contact-info a[data-v-6645710c] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-info a[data-v-6645710c]:hover {
  color: #ff9f1c;
}
.contact-info .login-btn[data-v-6645710c] {
  background-color: none;
  border: 2px solid #f7b457;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 20px;
  padding: 8px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-info .login-btn[data-v-6645710c]:hover {
  background-color: #f7b457;
  color: #000;
}
.close-menu[data-v-6645710c] {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger[data-v-6645710c] {
    display: block;
  }
  .navigation[data-v-6645710c] {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  .navigation.open[data-v-6645710c] {
    transform: translateX(0);
  }
  .navigation ul[data-v-6645710c] {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .navigation a[data-v-6645710c] {
    font-size: 24px;
    font-weight: 700;
  }
  .close-menu[data-v-6645710c] {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .contact-info[data-v-6645710c] {
    display: none;
  }
}
.container[data-v-5bb82a2e] {
  /* align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; */
  /* min-height: 100vh; */

  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
.page[data-v-5bb82a2e] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100%; */
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  animation: slideIn 1s ease-out forwards;
}
.items-center[data-v-5bb82a2e] {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  z-index: 1;
}
h1[data-v-5bb82a2e] {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  h1[data-v-5bb82a2e] {
    font-size: 48px;
  }
}
p[data-v-5bb82a2e] {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 960px;
  text-align: center;
}
@media (max-width: 1200px) {
  p[data-v-5bb82a2e] {
    font-size: 20px;
    max-width: 720px;
  }
}
@media (max-width: 992px) {
  p[data-v-5bb82a2e] {
    font-size: 18px;
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  p[data-v-5bb82a2e] {
    max-width: 90%;
  }
}
/* .base-button[data-v-76dc4221] {
  background: 0 0;
  border: 2px solid #f7b457;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 48px;
  text-transform: uppercase;
  transition: 0.3s;
  width: -moz-max-content;
  width: max-content;
} */
.base-button[data-v-76dc4221]:hover,
.sec-card .base-button[data-v-76dc4221] {
  background: #f7b457;
  color: #000;
}
.sec-card .base-button[data-v-76dc4221]:hover {
  background: 0 0;
  color: #fff;
}
.block-margin[data-v-63b7d10f] {
  display: block;
  height: 35px;
  width: 100%;
}
@media (max-width: 1200px) {
  .block-margin[data-v-63b7d10f] {
    height: 64px;
  }
}

.text-content {
  flex: 1;
  padding-right: 20px;
}
.image-content {
  flex: 1;
  text-align: center;
}
.image-content img {
  border-radius: 10px;
  height: auto;
  max-width: 100%;
}
.reverse {
  flex-direction: row-reverse;
}
.section-context {
  color: #bcbcbc !important;
}
.section-subtitle {
  color: #f7b457;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.section-subtitle,
.section-title {
  font-weight: 700;
  margin-bottom: 16px;
}
.section-title {
  color: #fff;
  font-size: 64px;
  line-height: 64px;
}
@media (max-width: 1200px) {
  .section-title {
    font-size: 48px;
  }
}
.section-context {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 60px;
}

@media (max-width: 650px) {
  ._block-info {
    /* margin-top: 100px; */
  }
}

.section-title[data-v-49b2d6dc] {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-subtitle[data-v-49b2d6dc] {
  font-size: 18px;
  margin-bottom: 30px;
}
.features[data-v-49b2d6dc] {
  display: grid;
  grid-gap: 40px;
  gap: 40px;
}
.feature-card[data-v-4c31640a] {
  background-color: hsla(0, 0%, 100%, 0.05);
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.feature-icon[data-v-4c31640a] {
  align-items: center;
  background: #f7b457;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 15px;
  width: 40px;
}
h3[data-v-4c31640a] {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
h3[data-v-4c31640a],
p[data-v-4c31640a] {
  align-items: flex-start;
  color: #fff;
  display: flex;
  text-align: left;
}
p[data-v-4c31640a] {
  font-size: 18px;
  font-weight: 400;
}
.footer[data-v-24edf0e1] {
  background-color: #111;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}
.footer-content[data-v-24edf0e1] {
  align-items: center;
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 30px;
}
.footer-center[data-v-24edf0e1],
.footer-left[data-v-24edf0e1],
.footer-right[data-v-24edf0e1] {
  flex: 1;
  padding: 0 10px;
}
.footer-left[data-v-24edf0e1] {
  text-align: left;
}
.disclaimer[data-v-24edf0e1] {
  color: #aaa;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}
.footer-center address[data-v-24edf0e1] {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
}
.footer-center a[data-v-24edf0e1] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-right ul[data-v-24edf0e1] {
  list-style: none;
  padding: 0;
}
.footer-right ul li[data-v-24edf0e1] {
  margin-bottom: 10px;
}
.footer-right ul li a[data-v-24edf0e1] {
  color: #fff;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-right ul li a[data-v-24edf0e1]:hover {
  color: #ff9f1c;
}
.footer-bottom[data-v-24edf0e1] {
  border-top: 1px solid #333;
  padding-top: 20px;
}
.footer-bottom p[data-v-24edf0e1] {
  color: #ff9f1c;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-content[data-v-24edf0e1] {
    align-items: center;
    flex-direction: column;
  }
  .footer-center[data-v-24edf0e1],
  .footer-left[data-v-24edf0e1],
  .footer-right[data-v-24edf0e1] {
    padding: 10px 0;
    text-align: center;
  }
  .footer-left[data-v-24edf0e1] {
    text-align: center;
  }
}

:root {
  --vt-c-white: #fff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;
  --vt-c-black: #181818;
  --vt-c-black-soft: #222;
  --vt-c-black-mute: #282828;
  --vt-c-indigo: #2c3e50;
  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: hsla(0, 0%, 92%, 0.64);
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);
  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);
  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);
  --section-gap: 160px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);
    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);
    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}
*,
:after,
:before {
  box-sizing: border-box;
  font-weight: 400;
  margin: 0;
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/font/Kreadon-Regular.woff2) format("woff2"),
    url(/assets/font/Kreadon-Regular.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/font/Kreadon-Bold.woff2) format("woff2"),
    url(/assets/font/Kreadon-Bold.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 400;
  src: url(/assets/font/Kreadon-Italic.woff2) format("woff2"),
    url(/assets/font/Kreadon-Italic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 700;
  src: url(/assets/font/Kreadon-BoldItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-BoldItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 300;
  src: url(/assets/font/Kreadon-Light.woff2) format("woff2"),
    url(/assets/font/Kreadon-Light.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 300;
  src: url(/assets/font/Kreadon-LightItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-LightItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 200;
  src: url(/assets/font/Kreadon-ExtraLight.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 200;
  src: url(/assets/font/Kreadon-ExtraLightItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraLightItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 100;
  src: url(/assets/font/Kreadon-Thin.woff2) format("woff2"),
    url(/assets/font/Kreadon-Thin.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 100;
  src: url(/assets/font/Kreadon-ThinItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ThinItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 800;
  src: url(/assets/font/Kreadon-ExtraBold.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 800;
  src: url(/assets/font/Kreadon-ExtraBoldItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraBoldItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 900;
  src: url(/assets/font/Kreadon-Black.woff2) format("woff2"),
    url(/assets/font/Kreadon-Black.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 900;
  src: url(/assets/font/Kreadon-BlackItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-BlackItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 600;
  src: url(/assets/font/Kreadon-Demi.woff2) format("woff2"),
    url(/assets/font/Kreadon-Demi.woff) format("woff");
}
body {
  background: #fff;
  background: var(--color-background);
  color: #2c3e50;
  color: var(--color-text);
  font-family: Kreadon, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  text-rendering: optimizeLegibility;
  transition: color 0.5s, background-color 0.5s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #0e1110;
}
.text-center {
  text-align: center;
}
@media (max-width: 768px) {
  .text-center {
    text-align: left;
  }
}
._container {
  margin: auto;
  max-width: 1400px;
}
.nuxt-progress {
  background-color: #000;
  height: 2px;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.1s, opacity 0.4s;
  width: 0;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}

.container[data-v-6645710c] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.hamburger[data-v-6645710c] {
  cursor: pointer;
  display: none;
}
.navigation ul[data-v-6645710c] {
  display: flex;
  gap: 20px;
  list-style: none;
}
.navigation ul li[data-v-6645710c] {
  font-size: 14px;
  font-weight: 600;
}
.navigation a[data-v-6645710c] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.navigation a[data-v-6645710c]:hover {
  color: #ff9f1c;
}
.contact-info[data-v-6645710c] {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .contact-info[data-v-6645710c] {
    display: none;
  }
}
.contact-info a[data-v-6645710c] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-info a[data-v-6645710c]:hover {
  color: #ff9f1c;
}
.contact-info .login-btn[data-v-6645710c] {
  background-color: none;
  border: 2px solid #f7b457;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 20px;
  padding: 8px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-info .login-btn[data-v-6645710c]:hover {
  background-color: #f7b457;
  color: #000;
}
.close-menu[data-v-6645710c] {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger[data-v-6645710c] {
    display: block;
  }
  .navigation[data-v-6645710c] {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  .navigation.open[data-v-6645710c] {
    transform: translateX(0);
  }
  .navigation ul[data-v-6645710c] {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .navigation a[data-v-6645710c] {
    font-size: 24px;
    font-weight: 700;
  }
  .close-menu[data-v-6645710c] {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .contact-info[data-v-6645710c] {
    display: none;
  }
}

.items-center[data-v-5bb82a2e] {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  z-index: 1;
}
h1[data-v-5bb82a2e] {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  h1[data-v-5bb82a2e] {
    font-size: 48px;
  }
}
p[data-v-5bb82a2e] {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 960px;
  text-align: center;
}
@media (max-width: 1200px) {
  p[data-v-5bb82a2e] {
    font-size: 20px;
    max-width: 720px;
  }
}
@media (max-width: 992px) {
  p[data-v-5bb82a2e] {
    font-size: 18px;
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  p[data-v-5bb82a2e] {
    max-width: 90%;
  }
}

.block-margin[data-v-63b7d10f] {
  display: block;
  height: 35px;
  width: 100%;
}
@media (max-width: 1200px) {
  .block-margin[data-v-63b7d10f] {
    height: 64px;
  }
}
.section-subtitle {
  color: #f7b457;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.section-subtitle,
.section-title {
  font-weight: 700;
  margin-bottom: 16px;
}
.section-title {
  color: #fff;
  font-size: 64px;
  line-height: 64px;
}
@media (max-width: 1200px) {
  .section-title {
    font-size: 48px;
  }
}
.section-context {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 60px;
}
.block-info {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 650px) {
  ._block-info {
    margin-top: 80px;
  }
}

.section-title[data-v-49b2d6dc] {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-subtitle[data-v-49b2d6dc] {
  font-size: 18px;
  margin-bottom: 30px;
}
.features[data-v-49b2d6dc] {
  display: grid;
  grid-gap: 40px;
  gap: 40px;
}
.feature-card[data-v-4c31640a] {
  background-color: hsla(0, 0%, 100%, 0.05);
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.feature-icon[data-v-4c31640a] {
  align-items: center;
  background: #f7b457;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 15px;
  width: 40px;
}
h3[data-v-4c31640a] {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
h3[data-v-4c31640a],
p[data-v-4c31640a] {
  align-items: flex-start;
  color: #fff;
  display: flex;
  text-align: left;
}
p[data-v-4c31640a] {
  font-size: 18px;
  font-weight: 400;
}

.text-content {
  flex: 1;
  padding-right: 20px;
}
.image-content {
  flex: 1;
  text-align: center;
}
.image-content img {
  border-radius: 10px;
  height: auto;
  max-width: 100%;
}
.reverse {
  flex-direction: row-reverse;
}
.section-context {
  color: #bcbcbc !important;
}
.footer[data-v-24edf0e1] {
  background-color: #111;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}
.footer-content[data-v-24edf0e1] {
  align-items: center;
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 30px;
}
.footer-center[data-v-24edf0e1],
.footer-left[data-v-24edf0e1],
.footer-right[data-v-24edf0e1] {
  flex: 1;
  padding: 0 10px;
}
.footer-left[data-v-24edf0e1] {
  text-align: left;
}
.disclaimer[data-v-24edf0e1] {
  color: #aaa;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}
.footer-center address[data-v-24edf0e1] {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
}
.footer-center a[data-v-24edf0e1] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-right ul[data-v-24edf0e1] {
  list-style: none;
  padding: 0;
}
.footer-right ul li[data-v-24edf0e1] {
  margin-bottom: 10px;
}
.footer-right ul li a[data-v-24edf0e1] {
  color: #fff;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-right ul li a[data-v-24edf0e1]:hover {
  color: #ff9f1c;
}
.footer-bottom[data-v-24edf0e1] {
  border-top: 1px solid #333;
  padding-top: 20px;
}
.footer-bottom p[data-v-24edf0e1] {
  color: #ff9f1c;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-content[data-v-24edf0e1] {
    align-items: center;
    flex-direction: column;
  }
  .footer-center[data-v-24edf0e1],
  .footer-left[data-v-24edf0e1],
  .footer-right[data-v-24edf0e1] {
    padding: 10px 0;
    text-align: center;
  }
  .footer-left[data-v-24edf0e1] {
    text-align: center;
  }
}

:root {
  --vt-c-white: #fff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;
  --vt-c-black: #181818;
  --vt-c-black-soft: #222;
  --vt-c-black-mute: #282828;
  --vt-c-indigo: #2c3e50;
  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: hsla(0, 0%, 92%, 0.64);
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);
  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);
  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);
  --section-gap: 160px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);
    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);
    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}
*,
:after,
:before {
  box-sizing: border-box;
  font-weight: 400;
  margin: 0;
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/font/Kreadon-Regular.woff2) format("woff2"),
    url(/assets/font/Kreadon-Regular.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/font/Kreadon-Bold.woff2) format("woff2"),
    url(/assets/font/Kreadon-Bold.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 400;
  src: url(/assets/font/Kreadon-Italic.woff2) format("woff2"),
    url(/assets/font/Kreadon-Italic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 700;
  src: url(/assets/font/Kreadon-BoldItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-BoldItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 300;
  src: url(/assets/font/Kreadon-Light.woff2) format("woff2"),
    url(/assets/font/Kreadon-Light.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 300;
  src: url(/assets/font/Kreadon-LightItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-LightItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 200;
  src: url(/assets/font/Kreadon-ExtraLight.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 200;
  src: url(/assets/font/Kreadon-ExtraLightItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraLightItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 100;
  src: url(/assets/font/Kreadon-Thin.woff2) format("woff2"),
    url(/assets/font/Kreadon-Thin.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 100;
  src: url(/assets/font/Kreadon-ThinItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ThinItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 800;
  src: url(/assets/font/Kreadon-ExtraBold.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 800;
  src: url(/assets/font/Kreadon-ExtraBoldItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraBoldItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 900;
  src: url(/assets/font/Kreadon-Black.woff2) format("woff2"),
    url(/assets/font/Kreadon-Black.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 900;
  src: url(/assets/font/Kreadon-BlackItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-BlackItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 600;
  src: url(/assets/font/Kreadon-Demi.woff2) format("woff2"),
    url(/assets/font/Kreadon-Demi.woff) format("woff");
}
body {
  background: #fff;
  background: var(--color-background);
  color: #2c3e50;
  color: var(--color-text);
  font-family: Kreadon, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  text-rendering: optimizeLegibility;
  transition: color 0.5s, background-color 0.5s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #0e1110;
}
.text-center {
  text-align: center;
}
@media (max-width: 768px) {
  .text-center {
    text-align: left;
  }
}

.nuxt-progress {
  background-color: #000;
  height: 2px;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.1s, opacity 0.4s;
  width: 0;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}

.container[data-v-6645710c] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.hamburger[data-v-6645710c] {
  cursor: pointer;
  display: none;
}
.navigation ul[data-v-6645710c] {
  display: flex;
  gap: 20px;
  list-style: none;
}
.navigation ul li[data-v-6645710c] {
  font-size: 14px;
  font-weight: 600;
}
.navigation a[data-v-6645710c] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.navigation a[data-v-6645710c]:hover {
  color: #ff9f1c;
}
.contact-info[data-v-6645710c] {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .contact-info[data-v-6645710c] {
    display: none;
  }
}
.contact-info a[data-v-6645710c] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-info a[data-v-6645710c]:hover {
  color: #ff9f1c;
}
.contact-info .login-btn[data-v-6645710c] {
  background-color: none;
  border: 2px solid #f7b457;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 20px;
  padding: 8px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-info .login-btn[data-v-6645710c]:hover {
  background-color: #f7b457;
  color: #000;
}
.close-menu[data-v-6645710c] {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger[data-v-6645710c] {
    display: block;
  }
  .navigation[data-v-6645710c] {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  .navigation.open[data-v-6645710c] {
    transform: translateX(0);
  }
  .navigation ul[data-v-6645710c] {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .navigation a[data-v-6645710c] {
    font-size: 24px;
    font-weight: 700;
  }
  .close-menu[data-v-6645710c] {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .contact-info[data-v-6645710c] {
    display: none;
  }
}

.items-center[data-v-5bb82a2e] {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  z-index: 1;
}
h1[data-v-5bb82a2e] {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  h1[data-v-5bb82a2e] {
    font-size: 48px;
  }
}
p[data-v-5bb82a2e] {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 960px;
  text-align: center;
}
@media (max-width: 1200px) {
  p[data-v-5bb82a2e] {
    font-size: 20px;
    max-width: 720px;
  }
}
@media (max-width: 992px) {
  p[data-v-5bb82a2e] {
    font-size: 18px;
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  p[data-v-5bb82a2e] {
    max-width: 90%;
  }
}

@media (max-width: 1200px) {
  .block-margin[data-v-63b7d10f] {
    height: 64px;
  }
}

.text-content {
  flex: 1;
  padding-right: 20px;
}
.image-content {
  flex: 1;
  text-align: center;
}
.image-content img {
  border-radius: 10px;
  height: auto;
  max-width: 100%;
}
.reverse {
  flex-direction: row-reverse;
}
.section-context {
  color: #bcbcbc !important;
}
.section-subtitle {
  color: #f7b457;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.section-subtitle,
.section-title {
  font-weight: 700;
  margin-bottom: 16px;
}
.section-title {
  color: #fff;
  font-size: 64px;
  line-height: 64px;
}
@media (max-width: 1200px) {
  .section-title {
    font-size: 40px;
  }
}
.section-context {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 60px;
}

@media (max-width: 650px) {
  ._block-info {
    /* margin-top: 1150px; */
  }
}
.footer[data-v-24edf0e1] {
  background-color: #111;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}
.footer-content[data-v-24edf0e1] {
  align-items: center;
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 30px;
}
.footer-center[data-v-24edf0e1],
.footer-left[data-v-24edf0e1],
.footer-right[data-v-24edf0e1] {
  flex: 1;
  padding: 0 10px;
}
.footer-left[data-v-24edf0e1] {
  text-align: left;
}
.disclaimer[data-v-24edf0e1] {
  color: #aaa;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}
.footer-center address[data-v-24edf0e1] {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
}
.footer-center a[data-v-24edf0e1] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-right ul[data-v-24edf0e1] {
  list-style: none;
  padding: 0;
}
.footer-right ul li[data-v-24edf0e1] {
  margin-bottom: 10px;
}
.footer-right ul li a[data-v-24edf0e1] {
  color: #fff;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-right ul li a[data-v-24edf0e1]:hover {
  color: #ff9f1c;
}
.footer-bottom[data-v-24edf0e1] {
  border-top: 1px solid #333;
  padding-top: 20px;
}
.footer-bottom p[data-v-24edf0e1] {
  color: #ff9f1c;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-content[data-v-24edf0e1] {
    align-items: center;
    flex-direction: column;
  }
  .footer-center[data-v-24edf0e1],
  .footer-left[data-v-24edf0e1],
  .footer-right[data-v-24edf0e1] {
    padding: 10px 0;
    text-align: center;
  }
  .footer-left[data-v-24edf0e1] {
    text-align: center;
  }
}

:root {
  --vt-c-white: #fff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;
  --vt-c-black: #181818;
  --vt-c-black-soft: #222;
  --vt-c-black-mute: #282828;
  --vt-c-indigo: #2c3e50;
  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: hsla(0, 0%, 92%, 0.64);
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);
  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);
  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);
  --section-gap: 160px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);
    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);
    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}
*,
:after,
:before {
  box-sizing: border-box;
  font-weight: 400;
  margin: 0;
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/font/Kreadon-Regular.woff2) format("woff2"),
    url(/assets/font/Kreadon-Regular.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/font/Kreadon-Bold.woff2) format("woff2"),
    url(/assets/font/Kreadon-Bold.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 400;
  src: url(/assets/font/Kreadon-Italic.woff2) format("woff2"),
    url(/assets/font/Kreadon-Italic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 700;
  src: url(/assets/font/Kreadon-BoldItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-BoldItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 300;
  src: url(/assets/font/Kreadon-Light.woff2) format("woff2"),
    url(/assets/font/Kreadon-Light.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 300;
  src: url(/assets/font/Kreadon-LightItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-LightItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 200;
  src: url(/assets/font/Kreadon-ExtraLight.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 200;
  src: url(/assets/font/Kreadon-ExtraLightItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraLightItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 100;
  src: url(/assets/font/Kreadon-Thin.woff2) format("woff2"),
    url(/assets/font/Kreadon-Thin.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 100;
  src: url(/assets/font/Kreadon-ThinItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ThinItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 800;
  src: url(/assets/font/Kreadon-ExtraBold.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 800;
  src: url(/assets/font/Kreadon-ExtraBoldItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-ExtraBoldItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 900;
  src: url(/assets/font/Kreadon-Black.woff2) format("woff2"),
    url(/assets/font/Kreadon-Black.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: italic;
  font-weight: 900;
  src: url(/assets/font/Kreadon-BlackItalic.woff2) format("woff2"),
    url(/assets/font/Kreadon-BlackItalic.woff) format("woff");
}
@font-face {
  font-family: Kreadon;
  font-style: normal;
  font-weight: 600;
  src: url(/assets/font/Kreadon-Demi.woff2) format("woff2"),
    url(/assets/font/Kreadon-Demi.woff) format("woff");
}
body {
  background: #fff;
  background: var(--color-background);
  color: #2c3e50;
  color: var(--color-text);
  font-family: Kreadon, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  text-rendering: optimizeLegibility;
  transition: color 0.5s, background-color 0.5s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #0e1110;
}
.text-center {
  text-align: center;
}
@media (max-width: 768px) {
  .text-center {
    text-align: left;
  }
}

.nuxt-progress {
  background-color: #000;
  height: 2px;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.1s, opacity 0.4s;
  width: 0;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}
.address[data-v-033693dd] {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  gap: 50px;
  height: 200px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .address[data-v-033693dd] {
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5;
  }
}
.address div[data-v-033693dd] {
  align-content: center;
  align-items: baseline;
  align-self: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  justify-items: center;
  justify-self: center;
}

.container[data-v-6645710c] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.hamburger[data-v-6645710c] {
  cursor: pointer;
  display: none;
}
.navigation ul[data-v-6645710c] {
  display: flex;
  gap: 20px;
  list-style: none;
}
.navigation ul li[data-v-6645710c] {
  font-size: 14px;
  font-weight: 600;
}
.navigation a[data-v-6645710c] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.navigation a[data-v-6645710c]:hover {
  color: #ff9f1c;
}
.contact-info[data-v-6645710c] {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .contact-info[data-v-6645710c] {
    display: none;
  }
}
.contact-info a[data-v-6645710c] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-info a[data-v-6645710c]:hover {
  color: #ff9f1c;
}
.contact-info .login-btn[data-v-6645710c] {
  background-color: none;
  border: 2px solid #f7b457;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 20px;
  padding: 8px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-info .login-btn[data-v-6645710c]:hover {
  background-color: #f7b457;
  color: #000;
}
.close-menu[data-v-6645710c] {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger[data-v-6645710c] {
    display: block;
  }
  .navigation[data-v-6645710c] {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  .navigation.open[data-v-6645710c] {
    transform: translateX(0);
  }
  .navigation ul[data-v-6645710c] {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .navigation a[data-v-6645710c] {
    font-size: 24px;
    font-weight: 700;
  }
  .close-menu[data-v-6645710c] {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .contact-info[data-v-6645710c] {
    display: none;
  }
}

.items-center[data-v-5bb82a2e] {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  z-index: 1;
}
h1[data-v-5bb82a2e] {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  h1[data-v-5bb82a2e] {
    font-size: 41px;
  }
}
p[data-v-5bb82a2e] {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 960px;
  text-align: center;
}
@media (max-width: 1200px) {
  p[data-v-5bb82a2e] {
    font-size: 20px;
    max-width: 720px;
  }
}
@media (max-width: 992px) {
  p[data-v-5bb82a2e] {
    font-size: 18px;
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  p[data-v-5bb82a2e] {
    max-width: 90%;
  }
}
.footer[data-v-24edf0e1] {
  background-color: #111;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}
.footer-content[data-v-24edf0e1] {
  align-items: center;
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  padding-top: 30px;
}
.footer-center[data-v-24edf0e1],
.footer-left[data-v-24edf0e1],
.footer-right[data-v-24edf0e1] {
  flex: 1;
  padding: 0 10px;
}
.footer-left[data-v-24edf0e1] {
  text-align: left;
}
.disclaimer[data-v-24edf0e1] {
  color: #aaa;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}
.footer-center address[data-v-24edf0e1] {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
}
.footer-center a[data-v-24edf0e1] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-right ul[data-v-24edf0e1] {
  list-style: none;
  padding: 0;
}
.footer-right ul li[data-v-24edf0e1] {
  margin-bottom: 10px;
}
.footer-right ul li a[data-v-24edf0e1] {
  color: #fff;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-right ul li a[data-v-24edf0e1]:hover {
  color: #ff9f1c;
}
.footer-bottom[data-v-24edf0e1] {
  border-top: 1px solid #333;
  padding-top: 20px;
}
.footer-bottom p[data-v-24edf0e1] {
  color: #ff9f1c;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-content[data-v-24edf0e1] {
    align-items: center;
    flex-direction: column;
  }
  .footer-center[data-v-24edf0e1],
  .footer-left[data-v-24edf0e1],
  .footer-right[data-v-24edf0e1] {
    padding: 10px 0;
    text-align: center;
  }
  .footer-left[data-v-24edf0e1] {
    text-align: center;
  }
}

.select-account {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 150vh; */
}

.blockSale {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(379px, 1fr));
  justify-items: center;
  width: 100%;
  margin-bottom: 100px;
}

.blockSale div {
  display: flex;
  flex-direction: column;
  /* width: 379px; */
  align-items: center;
}
.blockSale .base-button {
  /* margin-top: -110px; */
}

ul li a {
  text-decoration: none;
  color: white;
}

.main-img .m-100 {
  margin: 250px auto 150px;
}

.m-100 {
  margin: 210px auto 150px;
}

._mt {
  position: relative;
  margin-top: 790px !important;
}

._mt-6 {
  margin-top: 650px !important;
}

._mt-7 {
  margin-top: 760px !important;
}

._mb {
  margin-bottom: 100px !important;
}

._mb-30 {
  margin-bottom: 30px;
}

.low {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .low {
    margin-top: 0px;
  }
}

.market-access-block {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media (max-width: 768px) {
  .market-access-block {
    flex-direction: column;
  }

  .global-market-access {
    padding: 20px;
  }

  ._mt {
    margin-top: 750px !important;
  }

  ._mt-7 {
    margin-top: 865px !important;
  }

  .m-100 {
    margin: 150px auto;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

.golden-img {
  position: relative;
  left: -145px;
  width: 100%;
  /* background-image: linear-gradient(to top, #0e1110 0%, transparent 20%); */
  /* background: linear-gradient(to right, rgba(9, 5, 47, .85) 0%, rgba(49, 29, 94, .85) 100%); */
}

.img-build {
  position: relative;
  left: -65px;
  width: 100%;
}

.img-build img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .select-account {
    /* height: 245vh; */
  }

  .blockSale {
    gap: 70px;
  }
}

.base-button {
  background: none;
  border: 2px solid #f7b457;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 48px;
  text-transform: uppercase;
  transition: 0.3s;
  width: max-content;
  position: relative;
  z-index: 1;
}

.base-button:hover {
  color: ;
}

/* Пульсация */
.base-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(247, 180, 87, 0.5);
  border-radius: 50px;
  z-index: -1;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 2s infinite;
}

/* .pulse-image {
  width: 80%;
  height: auto;
  animation: pulse 2s infinite ease-in-out;
} */

.animated-image-right {
  width: 100%;

  transform: translateX(-100%);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1.8s ease-out;
}

.animated-image-left {
  width: 100%;

  transform: translateY(100%);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1.8s ease-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

/* @keyframes slideDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
} */

/* Задержка для появления блоков по очереди */
.feature-card:nth-child(1) {
  animation-delay: 0.2s;
}
.feature-card:nth-child(2) {
  animation-delay: 0.4s;
}
.feature-card:nth-child(3) {
  animation-delay: 0.6s;
}
.feature-card:nth-child(4) {
  animation-delay: 0.8s;
}

.feature-card.visible {
  transform: translateY(0);
  opacity: 1;
}
.animated-image-left.visible,
.animated-image-right.visible {
  transform: translateX(0);
  opacity: 1;
}

/* Card account */

.container-card {
  position: relative;
  width: 300px;
}

.icon-wrapper {
  position: absolute;
  top: -55px;
  /* left: 50%; */
  padding: 15px;
  /* transform: translateX(-50%); */
  background: #f7b457;
  border-radius: 50%;
  /* width: 60px;
  height: 60px; */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.icon {
  font-size: 30px;
  color: #1e1e1e;
}

.card {
  width: 380px;
  background: #0f111066;
  backdrop-filter: blur(4px);
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
  padding-top: 80px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.card-header {
  background: #f7b457;
  padding: 0 55px;
  border-radius: 50px;
  text-align: center;
  z-index: 10;
}

.second .card-header {
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.second .card {
  background: #0f1110cc;
  backdrop-filter: blur(4px);
}

.card-header h2 {
  font-size: 54px;
  font-weight: 600;
  color: #000;
}

.card-content {
  width: 100%;
  padding: 20px;
  align-items: flex-start !important;
  z-index: 10;
}

.card-content ul {
  list-style: none;
  padding: 0;
}

.card-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.card-content ul li span {
  margin-right: 10px;
  font-size: 16px;
}

.card-footer {
  text-align: center;
  padding: 20px;
  background: #222;
}

.card > .base-button {
  margin-bottom: 30px;
  z-index: 10;
}

/* / Card account */

.text-line {
  text-decoration: line-through;
}

.login-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 16px;
  background-color: #ffffff33;
  border: 1px solid white;
  border-radius: 50px;
  color: white;
  text-decoration: none;
}

.login-btn:hover {
  background-color: #f7b457;
  border: 1px solid #f7b457;
  color: #0e1110;
  transition: 0.3s;
}

.phone {
  color: white;
}
