@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap);/*
! tailwindcss v3.0.11 | 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: currentColor; /* 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.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --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-transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-scroll-snap-strictness: proximity;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --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-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 250px;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

[v-cloak] {
  display: none;
}

.fade-gallery-enter-active, .fade-gallery-leave-active {
  transition: opacity 0.3s;
}

.fade-gallery-enter, .fade-gallery-leave-to {
  opacity: 0;
}

.img-modal {
  max-height: 500px;
  position: relative;
  display: flex;
  padding: 1rem;
  margin: auto;
}
.img-modal img {
  -o-object-fit: contain;
     object-fit: contain;
}

.list-mobile {
  height: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
.list-mobile .title {
  font-weight: 500;
}
.list-mobile.expand-mobile {
  background-color: transparent;
  font-weight: 300;
  height: 100%;
  opacity: 1;
}

.nav-item-section .nav-item.active {
  font-weight: 600;
}
.nav-item-section .nav-item.active::after {
  position: absolute;
  content: "";
  height: 3px;
  background-color: #F1B92A;
  width: 75%;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.nav-item-section ul.items li {
  --border-width: 3px;
  padding: 5px 0px;
  position: relative;
  border-bottom: 1.5px solid rgba(213, 215, 215, 0.1);
}
.nav-item-section ul.items li.animated::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: linear-gradient(60deg, rgba(213, 215, 215, 0.01), rgba(213, 215, 215, 0.01), #3d64d1, rgba(213, 215, 215, 0.01), rgba(213, 215, 215, 0.01));
  background-size: 350% 350%;
  background-position: 100% 50%;
  border-radius: calc(2 * var(--border-width));
  -webkit-animation: moveGradient 3s alternate;
          animation: moveGradient 3s alternate;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.nav-item-section ul.items li:last-of-type {
  border: none;
}
.nav-item-section ul.items li:last-of-type::after {
  width: 0;
}

@-webkit-keyframes moveGradient {
  50% {
    background-position: 0 50%;
  }
}

@keyframes moveGradient {
  50% {
    background-position: 0 50%;
  }
}
.btn-shadow {
  box-shadow: 2px 8px 25px 0px rgba(241, 185, 42, 0.55);
}

.shadow-c-bottom {
  box-shadow: 26px -71px 43px -18px #030A22 inset;
  -webkit-box-shadow: 26px -71px 43px -18px #030A22 inset;
  -moz-box-shadow: 26px -71px 43px -18px #030A22 inset;
}

.shadow-c-top {
  box-shadow: 26px 71px 43px -18px #030A22 inset;
  -webkit-box-shadow: 26px 71px 43px -18px #030A22 inset;
  -moz-box-shadow: 26px 71px 43px -18px #030A22 inset;
}

[dir=rtl] .space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-left: calc(2rem * var(--space-x-reverse)) !important;
  margin-right: calc(2rem * (1 - var(--space-x-reverse))) !important;
}
[dir=rtl] .space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-left: calc(1.5rem * var(--space-x-reverse)) !important;
  margin-right: calc(1.5rem * (1 - var(--space-x-reverse))) !important;
}
[dir=rtl] .space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-left: calc(0.75rem * var(--space-x-reverse)) !important;
  margin-right: calc(0.75rem * (1 - var(--space-x-reverse))) !important;
}
[dir=rtl] .space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-left: calc(0.5rem * var(--space-x-reverse)) !important;
  margin-right: calc(0.5rem * (1 - var(--space-x-reverse))) !important;
}
[dir=rtl] .space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-left: calc(0.25rem * var(--space-x-reverse)) !important;
  margin-right: calc(0.25rem * (1 - var(--space-x-reverse))) !important;
}
[dir=rtl] .input-box__input-wrapper {
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  [dir=rtl] .lg\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-left: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(1.5rem * (1 - var(--space-x-reverse))) !important;
  }
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1350px){
  .container{
    max-width: 1350px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
#app .visible{
  visibility: visible;
}
#app .\!visible{
  visibility: visible !important;
}
#app .fixed{
  position: fixed;
}
#app .absolute{
  position: absolute;
}
#app .relative{
  position: relative;
}
#app .sticky{
  position: -webkit-sticky;
  position: sticky;
}
#app .inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#app .left-12{
  left: 3rem;
}
#app .right-12{
  right: 3rem;
}
#app .top-0{
  top: 0px;
}
#app .right-0{
  right: 0px;
}
#app .bottom-0{
  bottom: 0px;
}
#app .left-0{
  left: 0px;
}
#app .bottom-8{
  bottom: 2rem;
}
#app .-top-6{
  top: -1.5rem;
}
#app .top-4{
  top: 1rem;
}
#app .bottom-5{
  bottom: 1.25rem;
}
#app .right-5{
  right: 1.25rem;
}
#app .bottom-2{
  bottom: 0.5rem;
}
#app .top-3{
  top: 0.75rem;
}
#app .right-3{
  right: 0.75rem;
}
#app .-top-2{
  top: -0.5rem;
}
#app .left-6{
  left: 1.5rem;
}
#app .top-9{
  top: 2.25rem;
}
#app .top-40{
  top: 10rem;
}
#app .right-8{
  right: 2rem;
}
#app .right-10{
  right: 2.5rem;
}
#app .-top-12{
  top: -3rem;
}
#app .left-4{
  left: 1rem;
}
#app .left-10{
  left: 2.5rem;
}
#app .top-px{
  top: 1px;
}
#app .top-5{
  top: 1.25rem;
}
#app .-right-8{
  right: -2rem;
}
#app .top-\[50\%\]{
  top: 50%;
}
#app .-left-8{
  left: -2rem;
}
#app .-top-56{
  top: -14rem;
}
#app .-bottom-10{
  bottom: -2.5rem;
}
#app .top-2{
  top: 0.5rem;
}
#app .top-\[2px\]{
  top: 2px;
}
#app .-left-4{
  left: -1rem;
}
#app .z-50{
  z-index: 50;
}
#app .z-10{
  z-index: 10;
}
#app .z-40{
  z-index: 40;
}
#app .z-\[400\]{
  z-index: 400;
}
#app .z-20{
  z-index: 20;
}
#app .z-30{
  z-index: 30;
}
#app .z-\[101\]{
  z-index: 101;
}
#app .z-\[100\]{
  z-index: 100;
}
#app .-z-10{
  z-index: -10;
}
#app .z-0{
  z-index: 0;
}
#app .order-2{
  order: 2;
}
#app .order-1{
  order: 1;
}
#app .row-span-1{
  grid-row: span 1 / span 1;
}
#app .m-0{
  margin: 0px;
}
#app .mx-auto{
  margin-left: auto;
  margin-right: auto;
}
#app .my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#app .mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
#app .mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
#app .my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#app .mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
#app .my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
#app .mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#app .my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
#app .mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
#app .my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}
#app .mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
#app .mt-4{
  margin-top: 1rem;
}
#app .-mt-3{
  margin-top: -0.75rem;
}
#app .mb-px{
  margin-bottom: 1px;
}
#app .mt-6{
  margin-top: 1.5rem;
}
#app .mb-3{
  margin-bottom: 0.75rem;
}
#app .mt-10{
  margin-top: 2.5rem;
}
#app .-mt-12{
  margin-top: -3rem;
}
#app .-mt-8{
  margin-top: -2rem;
}
#app .-mt-2{
  margin-top: -0.5rem;
}
#app .mb-2{
  margin-bottom: 0.5rem;
}
#app .mb-4{
  margin-bottom: 1rem;
}
#app .mb-32{
  margin-bottom: 8rem;
}
#app .mr-4{
  margin-right: 1rem;
}
#app .mr-2{
  margin-right: 0.5rem;
}
#app .mb-6{
  margin-bottom: 1.5rem;
}
#app .mt-32{
  margin-top: 8rem;
}
#app .-mt-32{
  margin-top: -8rem;
}
#app .mt-16{
  margin-top: 4rem;
}
#app .ml-1{
  margin-left: 0.25rem;
}
#app .-ml-1{
  margin-left: -0.25rem;
}
#app .mb-10{
  margin-bottom: 2.5rem;
}
#app .mt-20{
  margin-top: 5rem;
}
#app .mt-12{
  margin-top: 3rem;
}
#app .mt-\[200px\]{
  margin-top: 200px;
}
#app .mt-5{
  margin-top: 1.25rem;
}
#app .-mb-16{
  margin-bottom: -4rem;
}
#app .mt-2{
  margin-top: 0.5rem;
}
#app .mb-8{
  margin-bottom: 2rem;
}
#app .mt-7{
  margin-top: 1.75rem;
}
#app .mt-8{
  margin-top: 2rem;
}
#app .-mt-6{
  margin-top: -1.5rem;
}
#app .mr-1{
  margin-right: 0.25rem;
}
#app .mt-1{
  margin-top: 0.25rem;
}
#app .mt-3{
  margin-top: 0.75rem;
}
#app .mr-3{
  margin-right: 0.75rem;
}
#app .ml-3{
  margin-left: 0.75rem;
}
#app .-ml-px{
  margin-left: -1px;
}
#app .block{
  display: block;
}
#app .inline-block{
  display: inline-block;
}
#app .inline{
  display: inline;
}
#app .flex{
  display: flex;
}
#app .inline-flex{
  display: inline-flex;
}
#app .table{
  display: table;
}
#app .table-cell{
  display: table-cell;
}
#app .grid{
  display: grid;
}
#app .hidden{
  display: none;
}
#app .aspect-square{
  aspect-ratio: 1 / 1;
}
#app .h-100vh{
  height: 100vh;
}
#app .h-full{
  height: 100%;
}
#app .h-screen{
  height: 100vh;
}
#app .h-64{
  height: 16rem;
}
#app .h-11{
  height: 2.75rem;
}
#app .h-12{
  height: 3rem;
}
#app .h-56{
  height: 14rem;
}
#app .h-24{
  height: 6rem;
}
#app .h-auto{
  height: auto;
}
#app .h-\[110\%\]{
  height: 110%;
}
#app .h-16{
  height: 4rem;
}
#app .h-1\/2{
  height: 50%;
}
#app .h-4{
  height: 1rem;
}
#app .h-10{
  height: 2.5rem;
}
#app .h-7{
  height: 1.75rem;
}
#app .h-\[500px\]{
  height: 500px;
}
#app .h-max{
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#app .h-\[120px\]{
  height: 120px;
}
#app .h-150vh{
  height: 150vh;
}
#app .h-32{
  height: 8rem;
}
#app .h-52{
  height: 13rem;
}
#app .h-8{
  height: 2rem;
}
#app .h-9{
  height: 2.25rem;
}
#app .h-0{
  height: 0px;
}
#app .h-5{
  height: 1.25rem;
}
#app .max-h-\[80\%\]{
  max-height: 80%;
}
#app .max-h-\[480px\]{
  max-height: 480px;
}
#app .max-h-\[500px\]{
  max-height: 500px;
}
#app .max-h-\[550px\]{
  max-height: 550px;
}
#app .min-h-\[120px\]{
  min-height: 120px;
}
#app .min-h-\[60px\]{
  min-height: 60px;
}
#app .min-h-screen{
  min-height: 100vh;
}
#app .w-full{
  width: 100%;
}
#app .w-5{
  width: 1.25rem;
}
#app .w-screen{
  width: 100vw;
}
#app .w-96{
  width: 24rem;
}
#app .w-11{
  width: 2.75rem;
}
#app .w-max{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#app .w-96\/100{
  width: 96%;
}
#app .w-auto{
  width: auto;
}
#app .w-4{
  width: 1rem;
}
#app .w-12{
  width: 3rem;
}
#app .w-7{
  width: 1.75rem;
}
#app .w-1\/4{
  width: 25%;
}
#app .w-32{
  width: 8rem;
}
#app .w-2\/5{
  width: 40%;
}
#app .w-10\/12{
  width: 83.333333%;
}
#app .w-\[670px\]{
  width: 670px;
}
#app .w-2\/3{
  width: 66.666667%;
}
#app .w-1\/3{
  width: 33.333333%;
}
#app .w-1\/2{
  width: 50%;
}
#app .w-8{
  width: 2rem;
}
#app .w-3{
  width: 0.75rem;
}
#app .w-48{
  width: 12rem;
}
#app .w-\[200px\]{
  width: 200px;
}
#app .w-\[18px\]{
  width: 18px;
}
#app .w-28{
  width: 7rem;
}
#app .w-9{
  width: 2.25rem;
}
#app .min-w-\[500px\]{
  min-width: 500px;
}
#app .min-w-\[670px\]{
  min-width: 670px;
}
#app .min-w-\[33px\]{
  min-width: 33px;
}
#app .min-w-\[1000px\]{
  min-width: 1000px;
}
#app .max-w-228px{
  max-width: 228px;
}
#app .max-w-screen-xl{
  max-width: 1280px;
}
#app .max-w-400px{
  max-width: 400px;
}
#app .max-w-screen-lg{
  max-width: 1024px;
}
#app .max-w-xl{
  max-width: 36rem;
}
#app .max-w-screen-md{
  max-width: 768px;
}
#app .max-w-full{
  max-width: 100%;
}
#app .max-w-md{
  max-width: 28rem;
}
#app .max-w-xs{
  max-width: 20rem;
}
#app .max-w-sm{
  max-width: 24rem;
}
#app .max-w-screen-sm{
  max-width: 640px;
}
#app .max-w-\[330px\]{
  max-width: 330px;
}
#app .max-w-4xl{
  max-width: 56rem;
}
#app .max-w-5xl{
  max-width: 64rem;
}
#app .flex-none{
  flex: none;
}
#app .flex-1{
  flex: 1 1 0%;
}
#app .flex-shrink-0{
  flex-shrink: 0;
}
#app .shrink{
  flex-shrink: 1;
}
#app .shrink-0{
  flex-shrink: 0;
}
#app .flex-grow-0{
  flex-grow: 0;
}
#app .grow-0{
  flex-grow: 0;
}
#app .-rotate-180{
  --tw-rotate: -180deg;
  transform: var(--tw-transform);
}
#app .rotate-45{
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}
#app .rotate-90{
  --tw-rotate: 90deg;
  transform: var(--tw-transform);
}
#app .transform{
  transform: var(--tw-transform);
}
#app .cursor-pointer{
  cursor: pointer;
}
#app .cursor-default{
  cursor: default;
}
#app .select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#app .resize{
  resize: both;
}
#app .snap-x{
  -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
      scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
#app .snap-center{
  scroll-snap-align: center;
}
#app .grid-flow-col{
  grid-auto-flow: column;
}
#app .auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}
#app .grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
#app .grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#app .grid-cols-\[18\%_14\%_14\%_27\%_27\%\]{
  grid-template-columns: 18% 14% 14% 27% 27%;
}
#app .grid-cols-\[20\%_20\%_30\%_30\%\]{
  grid-template-columns: 20% 20% 30% 30%;
}
#app .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#app .grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#app .grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
#app .flex-row{
  flex-direction: row;
}
#app .flex-col{
  flex-direction: column;
}
#app .flex-col-reverse{
  flex-direction: column-reverse;
}
#app .flex-wrap{
  flex-wrap: wrap;
}
#app .items-start{
  align-items: flex-start;
}
#app .items-end{
  align-items: flex-end;
}
#app .items-center{
  align-items: center;
}
#app .items-stretch{
  align-items: stretch;
}
#app .justify-start{
  justify-content: flex-start;
}
#app .justify-end{
  justify-content: flex-end;
}
#app .justify-center{
  justify-content: center;
}
#app .justify-between{
  justify-content: space-between;
}
#app .justify-around{
  justify-content: space-around;
}
#app .justify-items-center{
  justify-items: center;
}
#app .gap-2{
  gap: 0.5rem;
}
#app .gap-3{
  gap: 0.75rem;
}
#app .gap-1{
  gap: 0.25rem;
}
#app .gap-8{
  gap: 2rem;
}
#app .gap-5{
  gap: 1.25rem;
}
#app .gap-12{
  gap: 3rem;
}
#app .gap-10{
  gap: 2.5rem;
}
#app .gap-4{
  gap: 1rem;
}
#app .gap-6{
  gap: 1.5rem;
}
#app .gap-20{
  gap: 5rem;
}
#app .gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
#app .gap-y-8{
  row-gap: 2rem;
}
#app .space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#app .space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
#app .space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
#app .space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
#app .space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#app .space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
#app .space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
#app .space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
#app .space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#app .space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
#app .space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#app .space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
#app .space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#app .space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
#app .justify-self-end{
  justify-self: end;
}
#app .overflow-auto{
  overflow: auto;
}
#app .overflow-hidden{
  overflow: hidden;
}
#app .overflow-visible{
  overflow: visible;
}
#app .overflow-scroll{
  overflow: scroll;
}
#app .overflow-x-auto{
  overflow-x: auto;
}
#app .overflow-x-hidden{
  overflow-x: hidden;
}
#app .overflow-y-visible{
  overflow-y: visible;
}
#app .overflow-x-scroll{
  overflow-x: scroll;
}
#app .whitespace-nowrap{
  white-space: nowrap;
}
#app .rounded{
  border-radius: 0.25rem;
}
#app .rounded-lg{
  border-radius: 0.5rem;
}
#app .rounded-full{
  border-radius: 9999px;
}
#app .rounded-2xl{
  border-radius: 1rem;
}
#app .rounded-xl{
  border-radius: 0.75rem;
}
#app .rounded-md{
  border-radius: 0.375rem;
}
#app .rounded-3xl{
  border-radius: 1.5rem;
}
#app .rounded-\[5px\]{
  border-radius: 5px;
}
#app .rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
#app .rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
#app .rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
#app .border-2{
  border-width: 2px;
}
#app .border{
  border-width: 1px;
}
#app .border-b{
  border-bottom-width: 1px;
}
#app .border-t{
  border-top-width: 1px;
}
#app .border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(241 185 42 / var(--tw-border-opacity));
}
#app .border-black{
  --tw-border-opacity: 1;
  border-color: rgb(3 10 34 / var(--tw-border-opacity));
}
#app .border-\[\#E0AC3C\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 172 60 / var(--tw-border-opacity));
}
#app .border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
#app .border-opacity-50{
  --tw-border-opacity: 0.5;
}
#app .bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(3 10 34 / var(--tw-bg-opacity));
}
#app .bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
#app .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#app .bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(241 185 42 / var(--tw-bg-opacity));
}
#app .bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
#app .bg-bgBlogs{
  --tw-bg-opacity: 1;
  background-color: rgb(4 8 33 / var(--tw-bg-opacity));
}
#app .bg-gray-cards2{
  --tw-bg-opacity: 1;
  background-color: rgb(161 127 37 / var(--tw-bg-opacity));
}
#app .bg-transparent{
  background-color: transparent;
}
#app .bg-bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(4 8 33 / var(--tw-bg-opacity));
}
#app .bg-bgBlue\/30{
  background-color: rgb(3 9 33 / 0.3);
}
#app .bg-gray-cards{
  --tw-bg-opacity: 1;
  background-color: rgb(161 127 37 / var(--tw-bg-opacity));
}
#app .bg-odd-row{
  --tw-bg-opacity: 1;
  background-color: rgb(48 52 72 / var(--tw-bg-opacity));
}
#app .bg-\[\#505050\]\/\[\.6\]{
  background-color: rgb(80 80 80 / .6);
}
#app .bg-bth-vocabulary{
  --tw-bg-opacity: 1;
  background-color: rgb(46 49 69 / var(--tw-bg-opacity));
}
#app .bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
#app .bg-even-row{
  --tw-bg-opacity: 1;
  background-color: rgb(25 34 66 / var(--tw-bg-opacity));
}
#app .bg-\[\#1d2238\]{
  --tw-bg-opacity: 1;
  background-color: rgb(29 34 56 / var(--tw-bg-opacity));
}
#app .bg-bg-arrow{
  --tw-bg-opacity: 1;
  background-color: rgb(47 56 92 / var(--tw-bg-opacity));
}
#app .bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
#app .bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
#app .bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
#app .bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
#app .bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
#app .bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
#app .bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
#app .bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
#app .bg-about-page{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/about/about_header_bg.webp');
}
#app .bg-about-center{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/about/about-us-center-bg.webp');
}
#app .bg-aiCategory{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/ai-department/categorybg.webp');
}
#app .bg-ai{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/ai-department/aibg.webp');
}
#app .bg-tradeWithUs{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/home/bg_trade_with_us.webp');
}
#app .bg-singlePost{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/post.webp');
}
#app .bg-needHelp{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/need-help.webp');
}
#app .bg-tutorial{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/tutorial/tutorial.webp');
}
#app .bg-tutorialMobile{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/tutorial/tradingVocabulary-mobile.webp');
}
#app .bg-instruments{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/instruments/bg_instruments.webp');
}
#app .bg-bgPm{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/ai-department/bg-payment.webp');
}
#app .bg-bgPayment{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/ai-department/bg-pm.webp');
}
#app .bg-bgPaymentUnder{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/ai-department/bg-under.webp');
}
#app .bg-platforms{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/mobile-app/mobilebg.webp');
}
#app .bg-registration{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/registration/regbg.webp');
}
#app .bg-tutorialAbc{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/blog/to-words.png');
}
#app .bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
#app .bg-tradingAccounts{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/home/trading-accounts-bg.webp');
}
#app .bg-underInstruments{
  background-image: url('http://goldenbrokers-tradematics-com.test/images/instruments/blue.webp');
}
#app .from-\[\#df9f22\]{
  --tw-gradient-from: #df9f22;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(223 159 34 / 0));
}
#app .to-\[\#f1b92a\]{
  --tw-gradient-to: #f1b92a;
}
#app .bg-cover{
  background-size: cover;
}
#app .bg-contain{
  background-size: contain;
}
#app .bg-center{
  background-position: center;
}
#app .bg-\[left_top_-45rem\]{
  background-position: left top -45rem;
}
#app .bg-bottom{
  background-position: bottom;
}
#app .bg-\[left_-15rem_top_0rem\]{
  background-position: left -15rem top 0rem;
}
#app .bg-no-repeat{
  background-repeat: no-repeat;
}
#app .object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
#app .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
#app .p-8{
  padding: 2rem;
}
#app .p-4{
  padding: 1rem;
}
#app .p-6{
  padding: 1.5rem;
}
#app .p-2{
  padding: 0.5rem;
}
#app .p-5{
  padding: 1.25rem;
}
#app .p-20{
  padding: 5rem;
}
#app .p-3{
  padding: 0.75rem;
}
#app .p-0{
  padding: 0px;
}
#app .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#app .px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
#app .py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#app .px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#app .px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#app .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#app .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#app .py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#app .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#app .py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#app .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#app .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
#app .py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
#app .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#app .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#app .px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
#app .px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#app .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#app .py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#app .py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#app .px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
#app .py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#app .py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#app .py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
#app .py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
#app .px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
#app .py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}
#app .pb-16{
  padding-bottom: 4rem;
}
#app .pt-3{
  padding-top: 0.75rem;
}
#app .pb-10{
  padding-bottom: 2.5rem;
}
#app .pb-3{
  padding-bottom: 0.75rem;
}
#app .pt-4{
  padding-top: 1rem;
}
#app .pt-20{
  padding-top: 5rem;
}
#app .pb-32{
  padding-bottom: 8rem;
}
#app .pt-12{
  padding-top: 3rem;
}
#app .pb-5{
  padding-bottom: 1.25rem;
}
#app .pb-7{
  padding-bottom: 1.75rem;
}
#app .pt-28{
  padding-top: 7rem;
}
#app .pb-6{
  padding-bottom: 1.5rem;
}
#app .pr-6{
  padding-right: 1.5rem;
}
#app .pl-6{
  padding-left: 1.5rem;
}
#app .pt-8{
  padding-top: 2rem;
}
#app .pb-2{
  padding-bottom: 0.5rem;
}
#app .pb-20{
  padding-bottom: 5rem;
}
#app .pt-32{
  padding-top: 8rem;
}
#app .pb-0{
  padding-bottom: 0px;
}
#app .pb-24{
  padding-bottom: 6rem;
}
#app .pt-24{
  padding-top: 6rem;
}
#app .pt-0{
  padding-top: 0px;
}
#app .pt-16{
  padding-top: 4rem;
}
#app .pt-6{
  padding-top: 1.5rem;
}
#app .pt-5{
  padding-top: 1.25rem;
}
#app .pt-2{
  padding-top: 0.5rem;
}
#app .pt-10{
  padding-top: 2.5rem;
}
#app .pb-40{
  padding-bottom: 10rem;
}
#app .pb-1{
  padding-bottom: 0.25rem;
}
#app .pt-36{
  padding-top: 9rem;
}
#app .pb-12{
  padding-bottom: 3rem;
}
#app .pt-40{
  padding-top: 10rem;
}
#app .pr-10{
  padding-right: 2.5rem;
}
#app .pl-10{
  padding-left: 2.5rem;
}
#app .pt-1{
  padding-top: 0.25rem;
}
#app .pt-44{
  padding-top: 11rem;
}
#app .pb-9{
  padding-bottom: 2.25rem;
}
#app .pb-4{
  padding-bottom: 1rem;
}
#app .pt-9{
  padding-top: 2.25rem;
}
#app .pb-8{
  padding-bottom: 2rem;
}
#app .text-left{
  text-align: left;
}
#app .text-center{
  text-align: center;
}
#app .text-right{
  text-align: right;
}
#app .font-poppins{
  font-family: poppins, sans-serif;
}
#app .text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#app .text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#app .text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#app .text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#app .text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
#app .text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
#app .text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
#app .text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#app .font-semibold{
  font-weight: 600;
}
#app .font-medium{
  font-weight: 500;
}
#app .font-thin{
  font-weight: 100;
}
#app .font-light{
  font-weight: 300;
}
#app .font-normal{
  font-weight: 400;
}
#app .font-bold{
  font-weight: 700;
}
#app .font-black{
  font-weight: 900;
}
#app .font-extrabold{
  font-weight: 800;
}
#app .uppercase{
  text-transform: uppercase;
}
#app .leading-6{
  line-height: 1.5rem;
}
#app .leading-5{
  line-height: 1.25rem;
}
#app .leading-normal{
  line-height: 1.5;
}
#app .leading-relaxed{
  line-height: 1.625;
}
#app .tracking-\[\.15rem\]{
  letter-spacing: .15rem;
}
#app .tracking-widest{
  letter-spacing: 0.1em;
}
#app .text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#app .text-primary{
  --tw-text-opacity: 1;
  color: rgb(241 185 42 / var(--tw-text-opacity));
}
#app .text-rose-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
#app .text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
#app .text-black{
  --tw-text-opacity: 1;
  color: rgb(3 10 34 / var(--tw-text-opacity));
}
#app .text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
#app .text-grey-number{
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}
#app .text-\[\#888888\]{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
#app .text-\[\#A8A8A8\]{
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}
#app .text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
#app .text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
#app .underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
#app .opacity-100{
  opacity: 1;
}
#app .opacity-30{
  opacity: 0.3;
}
#app .opacity-70{
  opacity: 0.7;
}
#app .opacity-0{
  opacity: 0;
}
#app .opacity-20{
  opacity: 0.2;
}
#app .opacity-80{
  opacity: 0.8;
}
#app .shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
#app .backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
#app .backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
#app .backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
#app .backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
#app .backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
#app .transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .duration-300{
  transition-duration: 300ms;
}
#app .duration-150{
  transition-duration: 150ms;
}
#app .ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 1024px) {
  .tool-fade-enter-active {
    transition: all 0.4s ease;
  }

  .tool-fade-leave-active {
    transition: all 0s ease;
  }

  .tool-fade-enter, .tool-fade-leave-to {
    opacity: 0;
  }
}
#myVideo {
  /* min-width: 100%;
  min-height: 100%; */
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 640px) {
  .home-card-wrap {
    max-height: 500px;
    overflow-x: visible;
  }
}
@media (min-width: 640px) {
  .home-card-wrap {
    max-height: 750px;
  }
}

.fade-home-video-enter-active, .fade-home-video-leave-active {
  transition: opacity 0.75s ease-out;
}

.fade-home-video-enter, .fade-home-video-leave-to {
  opacity: 0;
}

.title-card::after {
  position: absolute;
  content: "";
  height: 1.5px;
  background-color: #F1B92A;
  width: 75px;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (min-width: 640px) {
  #first-locked::after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #F1B92A;
    width: 250px;
    bottom: 56.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .locked-wrap {
    max-height: 400px;
    max-width: 90%;
    overflow-x: visible;
  }
}
@media (min-width: 640px) {
  .locked-wrap {
    max-height: 750px;
  }
}

#tickers-table,
#twitter-wrap {
  scrollbar-width: none;
}
#tickers-table::-webkit-scrollbar,
#twitter-wrap::-webkit-scrollbar {
  display: none;
}

body,
html {
  font-family: poppins, sans-serif;
  font-display: swap;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  background-color: #030a22;
}

header {
  min-height: 700px;
}

@media only screen and (max-width: 1024px) {
  .text-c-center p {
    text-align: center !important;
  }
}

.ol-number-style ol {
  padding-top: 0.7rem;
  list-style: -moz-linear-gradient;
}
.ol-number-style ol li {
  margin: 0 1rem;
}

@media (min-width: 1024px) {
  #home-header-title {
    line-height: 3.5rem !important;
  }
}

.lock-fade-enter-active,
.lock-fade-leave-active {
  transition: opacity 3s ease;
}

.lock-fade-enter,
.lock-fade-leave {
  opacity: 0;
}

.blog-pagination-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.blog-pagination-container ul.pagination{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.blog-pagination-container ul.pagination li {
  padding: 0.53rem 0.8rem;
  transition: 0.2s ease-in-out;
  border: #858585 1px solid;
  margin-right: 0.75rem;
  border-radius: 6px;
  font-size: large;
  margin-bottom: 0.5rem;
  cursor: pointer;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.blog-pagination-container ul.pagination li:hover{
  --tw-text-opacity: 1;
  color: rgb(241 185 42 / var(--tw-text-opacity));
}
.blog-pagination-container ul.pagination li.active{
  --tw-text-opacity: 1;
  color: rgb(241 185 42 / var(--tw-text-opacity));
  border: #f1b92a 1px solid;
}
.blog-pagination-container ul.pagination li:first-of-type{
  display: none;
}
.blog-pagination-container ul.pagination li:last-of-type{
  display: none;
}
.blog-pagination-container ul.pagination li.page-item.active{
  cursor: default;
}
.blog-pagination-container ul.pagination span {
  stroke: white;
}
.blog-pagination-container ul.pagination span:hover{
  stroke: #F1B92A;
}

.menu-item-markets.active {
  position: relative;
  font-weight: 600;
}
.menu-item-markets.active::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 95%;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.image-container {
  position: relative;
  overflow: hidden;
}
.image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10%;
  background: linear-gradient(to bottom, rgba(4, 8, 22, 0) 0%, #040816 100%);
}
.image-container .image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-container-pm {
  position: relative;
  overflow: hidden;
}
.image-container-pm::before {
  background: linear-gradient(to right, #00021d 0%, transparent 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(4, 8, 22, 0) 0%, #040816 100%);
  z-index: 1;
}
.image-container-pm > * {
  position: relative;
  z-index: 2;
}
.image-container-pm::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10%;
  background: linear-gradient(to bottom, rgba(4, 8, 22, 0) 0%, #040816 100%);
}
.image-container-pm .image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-container-tv {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .image-container-tv {
    max-height: 600px;
    overflow-x: visible;
  }
}
.image-container-tv::before {
  background: linear-gradient(to right, #020e31 0%, transparent 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(4, 8, 22, 0) 0%, #040816 100%);
  z-index: 1;
}
.image-container-tv > * {
  position: relative;
  z-index: 2;
}
.image-container-tv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(4, 8, 22, 0) 0%, #040816 100%);
}
.image-container-tv .image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#privacy-policy-page p{
  padding-bottom: 0.75rem;
}
#privacy-policy-page h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#privacy-policy-page h2{
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
#privacy-policy-page h3{
  padding-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.card {
  --b: 2px;
  display: inline-block;
  position: relative;
  z-index: 0;
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(239, 197, 78, 0.2) 0%, rgba(239, 197, 78, 0.044) 77.08%, rgba(239, 197, 78, 0.2) 100%);
}
.card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: var(--b);
  border-radius: 22px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: radial-gradient(80.38% 222.5% at -23.75% -12.36%, #f1b900 -20%, rgba(255, 255, 255, 0) 100%), radial-gradient(80.69% 208.78% at 108.28% 112.58%, #f0ca60 -20%, rgba(241, 185, 0, 0) 100%);
}
.card::after {
  content: "";
  position: absolute;
  background: url("/images/home/image-bg.webp");
  opacity: 1;
  background-blend-mode: overlay;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg-tradingAccounts .card {
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(239, 197, 78, 0.2) 0%, rgba(239, 197, 78, 0.044) 77.08%, rgba(239, 197, 78, 0.1) 100%);
}

#app .first\:font-semibold:first-child{
  font-weight: 600;
}

#app .hover\:-top-1:hover{
  top: -0.25rem;
}

#app .hover\:-top-0\.5:hover{
  top: -0.125rem;
}

#app .hover\:-top-0:hover{
  top: -0px;
}

#app .hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: var(--tw-transform);
}

#app .hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#app .hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

#app .hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

#app .hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#app .hover\:opacity-100:hover{
  opacity: 1;
}

#app .hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus\:z-10:focus{
  z-index: 10;
}

#app .focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

#app .focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#app .focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#app .active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

#app .active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

#app .active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

#app .group:hover .group-hover\:top-8{
  top: 2rem;
}

#app .group:hover .group-hover\:opacity-100{
  opacity: 1;
}

#app .group:hover .group-hover\:shadow-cu{
  --tw-shadow: rgba(239,182,41,0.3) 0px 0px 10px 3px;
  --tw-shadow-colored: 0px 0px 10px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app [dir="ltr"] .ltr\:left-16{
  left: 4rem;
}

#app [dir="ltr"] .ltr\:left-0{
  left: 0px;
}

#app [dir="ltr"] .ltr\:mr-6{
  margin-right: 1.5rem;
}

#app [dir="ltr"] .ltr\:pl-12{
  padding-left: 3rem;
}

#app [dir="ltr"] .ltr\:pl-5{
  padding-left: 1.25rem;
}

#app [dir="ltr"] .ltr\:pl-24{
  padding-left: 6rem;
}

#app [dir="ltr"] .ltr\:pl-16{
  padding-left: 4rem;
}

#app [dir="ltr"] .ltr\:text-left{
  text-align: left;
}

#app [dir="rtl"] .rtl\:right-16{
  right: 4rem;
}

#app [dir="rtl"] .rtl\:right-0{
  right: 0px;
}

#app [dir="rtl"] .rtl\:mr-0{
  margin-right: 0px;
}

#app [dir="rtl"] .rtl\:ml-2{
  margin-left: 0.5rem;
}

#app [dir="rtl"] .rtl\:ml-6{
  margin-left: 1.5rem;
}

#app [dir="rtl"] .rtl\:pr-12{
  padding-right: 3rem;
}

#app [dir="rtl"] .rtl\:pr-5{
  padding-right: 1.25rem;
}

#app [dir="rtl"] .rtl\:pr-24{
  padding-right: 6rem;
}

#app [dir="rtl"] .rtl\:text-right{
  text-align: right;
}

@media (min-width: 640px){
  #app .sm\:order-1{
    order: 1;
  }
  #app .sm\:order-2{
    order: 2;
  }
  #app .sm\:flex{
    display: flex;
  }
  #app .sm\:hidden{
    display: none;
  }
  #app .sm\:w-6{
    width: 1.5rem;
  }
  #app .sm\:w-3\/4{
    width: 75%;
  }
  #app .sm\:max-w-2xl{
    max-width: 42rem;
  }
  #app .sm\:max-w-sm{
    max-width: 24rem;
  }
  #app .sm\:max-w-lg{
    max-width: 32rem;
  }
  #app .sm\:max-w-xl{
    max-width: 36rem;
  }
  #app .sm\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #app .sm\:flex-1{
    flex: 1 1 0%;
  }
  #app .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #app .sm\:items-center{
    align-items: center;
  }
  #app .sm\:justify-start{
    justify-content: flex-start;
  }
  #app .sm\:justify-between{
    justify-content: space-between;
  }
  #app .sm\:gap-5{
    gap: 1.25rem;
  }
  #app .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #app .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  #app .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  #app .sm\:pt-12{
    padding-top: 3rem;
  }
}

@media (min-width: 768px){
  #app .md\:static{
    position: static;
  }
  #app .md\:left-0{
    left: 0px;
  }
  #app .md\:order-2{
    order: 2;
  }
  #app .md\:order-1{
    order: 1;
  }
  #app .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  #app .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  #app .md\:mt-8{
    margin-top: 2rem;
  }
  #app .md\:mb-4{
    margin-bottom: 1rem;
  }
  #app .md\:-mr-44{
    margin-right: -11rem;
  }
  #app .md\:ml-2{
    margin-left: 0.5rem;
  }
  #app .md\:mt-4{
    margin-top: 1rem;
  }
  #app .md\:block{
    display: block;
  }
  #app .md\:flex{
    display: flex;
  }
  #app .md\:hidden{
    display: none;
  }
  #app .md\:h-auto{
    height: auto;
  }
  #app .md\:h-80{
    height: 20rem;
  }
  #app .md\:h-32{
    height: 8rem;
  }
  #app .md\:h-120vh{
    height: 120vh;
  }
  #app .md\:h-44{
    height: 11rem;
  }
  #app .md\:w-2\/3{
    width: 66.666667%;
  }
  #app .md\:w-4\/5{
    width: 80%;
  }
  #app .md\:w-1\/5{
    width: 20%;
  }
  #app .md\:w-3\/5{
    width: 60%;
  }
  #app .md\:w-full{
    width: 100%;
  }
  #app .md\:w-1\/2{
    width: 50%;
  }
  #app .md\:w-44{
    width: 11rem;
  }
  #app .md\:min-w-0{
    min-width: 0px;
  }
  #app .md\:max-w-screen-xl{
    max-width: 1280px;
  }
  #app .md\:max-w-5xl{
    max-width: 64rem;
  }
  #app .md\:max-w-\[430px\]{
    max-width: 430px;
  }
  #app .md\:max-w-3xl{
    max-width: 48rem;
  }
  #app .md\:max-w-xl{
    max-width: 36rem;
  }
  #app .md\:max-w-2xl{
    max-width: 42rem;
  }
  #app .md\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #app .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #app .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #app .md\:flex-row{
    flex-direction: row;
  }
  #app .md\:justify-start{
    justify-content: flex-start;
  }
  #app .md\:justify-center{
    justify-content: center;
  }
  #app .md\:gap-3{
    gap: 0.75rem;
  }
  #app .md\:gap-8{
    gap: 2rem;
  }
  #app .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  #app .md\:overflow-x-hidden{
    overflow-x: hidden;
  }
  #app .md\:overflow-y-visible{
    overflow-y: visible;
  }
  #app .md\:bg-tutorialTablet{
    background-image: url('http://goldenbrokers-tradematics-com.test/images/tutorial/tradingVocabulary-tablet.webp');
  }
  #app .md\:p-10{
    padding: 2.5rem;
  }
  #app .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  #app .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #app .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #app .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #app .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #app .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #app .md\:pb-0{
    padding-bottom: 0px;
  }
  #app .md\:pt-8{
    padding-top: 2rem;
  }
  #app .md\:pt-16{
    padding-top: 4rem;
  }
  #app .md\:pt-5{
    padding-top: 1.25rem;
  }
  #app .md\:pb-2{
    padding-bottom: 0.5rem;
  }
  #app .md\:pt-14{
    padding-top: 3.5rem;
  }
  #app .md\:pb-40{
    padding-bottom: 10rem;
  }
  #app .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  #app .md\:pb-14{
    padding-bottom: 3.5rem;
  }
  #app .md\:pt-6{
    padding-top: 1.5rem;
  }
  #app .md\:pt-0{
    padding-top: 0px;
  }
  #app .md\:pl-20{
    padding-left: 5rem;
  }
  #app .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #app .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  #app .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  #app .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px){
  #app .lg\:-left-7{
    left: -1.75rem;
  }
  #app .lg\:-right-7{
    right: -1.75rem;
  }
  #app .lg\:-top-3{
    top: -0.75rem;
  }
  #app .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }
  #app .lg\:mt-9{
    margin-top: 2.25rem;
  }
  #app .lg\:-mt-16{
    margin-top: -4rem;
  }
  #app .lg\:-mr-48{
    margin-right: -12rem;
  }
  #app .lg\:mb-4{
    margin-bottom: 1rem;
  }
  #app .lg\:mt-0{
    margin-top: 0px;
  }
  #app .lg\:-mr-20{
    margin-right: -5rem;
  }
  #app .lg\:block{
    display: block;
  }
  #app .lg\:flex{
    display: flex;
  }
  #app .lg\:grid{
    display: grid;
  }
  #app .lg\:hidden{
    display: none;
  }
  #app .lg\:h-40{
    height: 10rem;
  }
  #app .lg\:h-screen{
    height: 100vh;
  }
  #app .lg\:h-12{
    height: 3rem;
  }
  #app .lg\:h-100vh{
    height: 100vh;
  }
  #app .lg\:h-56{
    height: 14rem;
  }
  #app .lg\:min-h-0{
    min-height: 0px;
  }
  #app .lg\:w-7{
    width: 1.75rem;
  }
  #app .lg\:w-\[575px\]{
    width: 575px;
  }
  #app .lg\:w-2\/5{
    width: 40%;
  }
  #app .lg\:w-3\/5{
    width: 60%;
  }
  #app .lg\:w-full{
    width: 100%;
  }
  #app .lg\:w-1\/2{
    width: 50%;
  }
  #app .lg\:min-w-0{
    min-width: 0px;
  }
  #app .lg\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #app .lg\:max-w-2xl{
    max-width: 42rem;
  }
  #app .lg\:max-w-lg{
    max-width: 32rem;
  }
  #app .lg\:max-w-3xl{
    max-width: 48rem;
  }
  #app .lg\:max-w-5xl{
    max-width: 64rem;
  }
  #app .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #app .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #app .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #app .lg\:grid-cols-single-post{
    grid-template-columns: 60% 40%;
  }
  #app .lg\:grid-cols-footer-columns{
    grid-template-columns: 36% 64%;
  }
  #app .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  #app .lg\:flex-row{
    flex-direction: row;
  }
  #app .lg\:items-start{
    align-items: flex-start;
  }
  #app .lg\:items-stretch{
    align-items: stretch;
  }
  #app .lg\:justify-start{
    justify-content: flex-start;
  }
  #app .lg\:justify-center{
    justify-content: center;
  }
  #app .lg\:gap-12{
    gap: 3rem;
  }
  #app .lg\:gap-6{
    gap: 1.5rem;
  }
  #app .lg\:gap-20{
    gap: 5rem;
  }
  #app .lg\:gap-11{
    gap: 2.75rem;
  }
  #app .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  #app .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }
  #app .lg\:whitespace-nowrap{
    white-space: nowrap;
  }
  #app .lg\:bg-tutorialHeader{
    background-image: url('http://goldenbrokers-tradematics-com.test/images/tutorial/tradingVocabulary.webp');
  }
  #app .lg\:bg-\[left_top_-35rem\]{
    background-position: left top -35rem;
  }
  #app .lg\:p-20{
    padding: 5rem;
  }
  #app .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  #app .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  #app .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #app .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #app .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #app .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  #app .lg\:pl-32{
    padding-left: 8rem;
  }
  #app .lg\:pr-32{
    padding-right: 8rem;
  }
  #app .lg\:pb-0{
    padding-bottom: 0px;
  }
  #app .lg\:pt-12{
    padding-top: 3rem;
  }
  #app .lg\:pt-44{
    padding-top: 11rem;
  }
  #app .lg\:pt-0{
    padding-top: 0px;
  }
  #app .lg\:pb-32{
    padding-bottom: 8rem;
  }
  #app .lg\:pt-56{
    padding-top: 14rem;
  }
  #app .lg\:pt-32{
    padding-top: 8rem;
  }
  #app .lg\:pt-28{
    padding-top: 7rem;
  }
  #app .lg\:pl-28{
    padding-left: 7rem;
  }
  #app .lg\:pt-9{
    padding-top: 2.25rem;
  }
  #app .lg\:pl-20{
    padding-left: 5rem;
  }
  #app .lg\:pb-40{
    padding-bottom: 10rem;
  }
  #app .lg\:pt-8{
    padding-top: 2rem;
  }
  #app .lg\:pl-6{
    padding-left: 1.5rem;
  }
  #app .lg\:pr-6{
    padding-right: 1.5rem;
  }
  #app .lg\:pb-20{
    padding-bottom: 5rem;
  }
  #app .lg\:pt-20{
    padding-top: 5rem;
  }
  #app .lg\:pt-5{
    padding-top: 1.25rem;
  }
  #app .lg\:pt-4{
    padding-top: 1rem;
  }
  #app .lg\:pt-16{
    padding-top: 4rem;
  }
  #app .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  #app .lg\:text-left{
    text-align: left;
  }
  #app .lg\:text-right{
    text-align: right;
  }
  #app .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  #app .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #app .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  #app .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #app .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px){
  #app .xl\:bottom-28{
    bottom: 7rem;
  }
  #app .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #app .xl\:mt-6{
    margin-top: 1.5rem;
  }
  #app .xl\:mt-2{
    margin-top: 0.5rem;
  }
  #app .xl\:hidden{
    display: none;
  }
  #app .xl\:w-full{
    width: 100%;
  }
  #app .xl\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #app .xl\:max-w-7xl{
    max-width: 80rem;
  }
  #app .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #app .xl\:justify-center{
    justify-content: center;
  }
  #app .xl\:gap-3{
    gap: 0.75rem;
  }
  #app .xl\:overflow-hidden{
    overflow: hidden;
  }
  #app .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }
  #app .xl\:overflow-y-visible{
    overflow-y: visible;
  }
  #app .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  #app .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #app .xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  #app .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #app .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #app .xl\:pb-16{
    padding-bottom: 4rem;
  }
  #app .xl\:pb-0{
    padding-bottom: 0px;
  }
  #app .xl\:pb-36{
    padding-bottom: 9rem;
  }
  #app .xl\:pt-16{
    padding-top: 4rem;
  }
  #app .xl\:pt-14{
    padding-top: 3.5rem;
  }
}

@media (min-width: 1536px){
  #app .\32xl\:gap-5{
    gap: 1.25rem;
  }
  #app .\32xl\:overflow-hidden{
    overflow: hidden;
  }
  #app .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1350px){
  #app .products\:grid{
    display: grid;
  }
  #app .products\:pt-0{
    padding-top: 0px;
  }
}